diff options
Diffstat (limited to 'php71.spec')
-rw-r--r-- | php71.spec | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -14,7 +14,7 @@ %global pdover 20150127 # Extension version %global fileinfover 1.0.5 -%global oci8ver 2.1.4 +%global oci8ver 2.1.5 %global zipver 1.13.0 %global jsonver 1.5.0 @@ -29,7 +29,7 @@ %ifarch ppc ppc64 %global oraclever 10.2.0.2 %else -%global oraclever 12.1 +%global oraclever 12.2 %endif # Build for LiteSpeed Web Server (LSAPI) @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.1.6 -#global rcver RC1 +%global upver 7.1.7 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -181,7 +181,6 @@ Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) # Security fixes (200+) -Patch200: php-onigurama.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1026,7 +1025,6 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 # upstream patches # security patches -%patch200 -p1 -b .onig # Fixes for tests %if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 @@ -2059,6 +2057,11 @@ fi %changelog +* Wed Jun 21 2017 Remi Collet <remi@fedoraproject.org> - 7.1.7~RC1-1 +- Update to 7.1.7RC1 +- oci8 version is now 2.1.5 +- use oracle instant client version 12.2 + * Wed Jun 7 2017 Remi Collet <remi@fedoraproject.org> - 7.1.6-1 - Update to 7.1.6 - http://www.php.net/releases/7_1_6.php - add upstream security patches for oniguruma |