summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-06-20 17:30:10 +0200
committerRemi Collet <remi@remirepo.net>2017-06-20 17:30:10 +0200
commit46722d7670c1ad4813ff1193c2d18aa5052c19de (patch)
treeb132a0f25355008861ce8b23cd4218fadf599308 /php.spec
parenta60e6d2e0cd1ea42fa2b568804080a4522cf98d3 (diff)
v7.2.0alpha2
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/php.spec b/php.spec
index d994696..137fb67 100644
--- a/php.spec
+++ b/php.spec
@@ -23,10 +23,10 @@
# API/ABI check
%global apiver 20160731
-%global zendver 20160303
+%global zendver 20160731
%global pdover 20170320
# Extension version
-%global oci8ver 2.1.4
+%global oci8ver 2.1.5
# Adds -z now to the linker flags
%global _hardened_build 1
@@ -133,8 +133,8 @@
#global gh_date 20170602
%global gh_owner php
%global gh_project php-src
-%global rcver alpha1
-%global rpmrel 8
+%global rcver alpha2
+%global rpmrel 9
Summary: PHP scripting language for creating dynamic web sites
@@ -195,7 +195,7 @@ Patch46: php-7.2.0-fixheader.patch
Patch47: php-5.6.3-phpinfo.patch
# RC Patch
-Patch91: php-5.6.3-oci8conf.patch
+Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
@@ -1190,7 +1190,7 @@ build --libdir=%{_libdir}/php \
--with-mysql-sock=%{mysql_sock} \
%if %{with_oci8}
--with-oci8=shared,instantclient,%{_root_libdir}/oracle/%{oraclever}/client64/lib,%{oraclever} \
- --with-pdo-oci=shared,instantclient,%{_root_prefix},%{oraclever} \
+ --with-pdo-oci=shared,instantclient,%{_root_libdir}/oracle/%{oraclever}/client64/lib,%{oraclever} \
%endif
%if %{with_interbase}
--with-interbase=shared \
@@ -1821,6 +1821,10 @@ fi
%changelog
+* Tue Jun 20 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.9.alpha2
+- update to 7.2.0alpha2
+- oci8 version is now 2.1.5
+
* Tue Jun 6 2017 Remi Collet <remi@remirepo.net> - 7.2.0-0.8.alpha1
- update to 7.2.0alpha1