diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php70.spec | 11 |
2 files changed, 9 insertions, 8 deletions
@@ -1,11 +1,11 @@ -===== 7.0.16RC1 (2017-02-02) +===== 7.0.16 (2017-02-16) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/fc22i/build.log:Tests failed : 0 +/var/lib/mock/fc22i/build.log:Tests failed : 1 /var/lib/mock/fc22x/build.log:Tests failed : 0 /var/lib/mock/fc23i/build.log:Tests failed : 0 /var/lib/mock/fc23x/build.log:Tests failed : 0 @@ -14,6 +14,8 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc25i/build.log:Tests failed : 0 /var/lib/mock/fc25x/build.log:Tests failed : 0 +fc22i + * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global rcver RC1 -%global rpmrel 2 +#global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1810,10 +1810,6 @@ rm -f README.{Zeus,QNX,CVS-RULES} %pre common -echo -e "\nWARNING : These %{name}-* RPMs are not official Fedora / Red Hat build and" -echo -e "overrides the official ones. Don't file bugs on Fedora Project nor Red Hat.\n" -echo -e "Use dedicated forum at http://forum.remirepo.net/\n" - %if %{?fedora}%{!?fedora:99} < 24 echo -e "WARNING : Fedora %{fedora} is now EOL :" echo -e "You should consider upgrading to a supported release.\n" @@ -2059,6 +2055,9 @@ fi %changelog +* Tue Feb 14 2017 Remi Collet <remi@fedoraproject.org> 7.0.16-1 +- Update to 7.0.16 - http://www.php.net/releases/7_0_16.php + * Thu Feb 2 2017 Remi Collet <remi@fedoraproject.org> - 7.0.16-0.2.RC1 - Update to 7.0.16RC1 (new sources) |