diff options
Diffstat (limited to 'php70.spec')
-rw-r--r-- | php70.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -121,7 +121,7 @@ %endif %global upver 7.0.21 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -179,6 +179,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) +Patch100: php-upstream.patch # Security fixes (200+) @@ -1024,6 +1025,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .upstream # security patches @@ -2043,6 +2045,9 @@ fi %changelog +* Tue Jul 4 2017 Remi Collet <remi@fedoraproject.org> - 7.0.21-1 +- Update to 7.0.21 - http://www.php.net/releases/7_0_21.php + * Wed Jun 21 2017 Remi Collet <remi@fedoraproject.org> - 7.0.21~RC1-1 - Update to 7.0.21RC1 - oci8 version is now 2.1.5 |