diff options
Diffstat (limited to 'php71.spec')
-rw-r--r-- | php71.spec | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -120,12 +120,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 -%global rpmrel 3 +%global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 7.1.1 +Version: 7.1.2 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -177,7 +177,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) -Patch100: php-intl.patch +Patch100: php-upstream.patch # Security fixes (200+) @@ -1027,7 +1027,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .73956 +%patch100 -p1 -b .upstream # security patches @@ -2053,6 +2053,9 @@ fi %changelog +* Wed Feb 1 2017 Remi Collet <remi@fedoraproject.org> 7.1.1-0.2.RC1 +- Update to 7.1.2RC1 + * Wed Jan 18 2017 Remi Collet <remi@fedoraproject.org> 7.1.1-3 - EL-7: add patch for https://bugs.php.net/73956 - switch back to gcc 6.2 |