summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-15 12:54:55 +0200
committerRemi Collet <remi@remirepo.net>2017-08-15 12:54:55 +0200
commit82c57eecbd64325cd60df4e6e51db14f37be7bfc (patch)
tree5db427e5fdaebe8baa9ab618d7945e2a953f48e4 /php.spec
parent5e3987ccc093c53211350998b44e0f05a3e10322 (diff)
Update to 7.0.23RC1
oci8 version is now 2.1.7
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec18
1 files changed, 10 insertions, 8 deletions
diff --git a/php.spec b/php.spec
index 9023b1e..901b324 100644
--- a/php.spec
+++ b/php.spec
@@ -25,7 +25,7 @@
%global zendver 20151012
%global pdover 20150127
# Extension version
-%global oci8ver 2.1.6
+%global oci8ver 2.1.7
# Adds -z now to the linker flags
%global _hardened_build 1
@@ -123,14 +123,14 @@
%global db_devel libdb-devel
%endif
-%global upver 7.0.22
-#global rcver RC1
+%global upver 7.0.23
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -168,7 +168,6 @@ Patch6: php-5.6.3-embed.patch
Patch7: php-5.3.0-recode.patch
Patch8: php-7.0.2-libdb.patch
Patch9: php-7.0.7-curl.patch
-Patch10: php-sqlite3.patch
# Functional changes
Patch40: php-7.0.17-dlopen.patch
@@ -879,10 +878,9 @@ support for JavaScript Object Notation (JSON) to PHP.
%if 0%{?rhel}
%patch9 -p1 -b .curltls
%endif
-%patch10 -p1 -b .errstr
%patch40 -p1 -b .dlopen
-%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5
+%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
%patch42 -p1 -b .systzdata
%endif
%patch43 -p1 -b .headers
@@ -1117,7 +1115,7 @@ ln -sf ../configure
--with-layout=GNU \
--with-kerberos \
--with-libxml-dir=%{_root_prefix} \
-%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5
+%if 0%{?fedora} >= 25 || 0%{?rhel} >= 6
--with-system-tzdata \
%endif
--with-mhash \
@@ -1815,6 +1813,10 @@ fi
%changelog
+* Tue Aug 15 2017 Remi Collet <remi@fedoraproject.org> - 7.0.23~RC1-1
+- Update to 7.0.23RC1
+- oci8 version is now 2.1.7
+
* Wed Aug 2 2017 Remi Collet <remi@fedoraproject.org> - 7.0.22-2
- add patch for EL-6, fix undefined symbol: sqlite3_errstr