summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php56.spec')
-rw-r--r--php56.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php56.spec b/php56.spec
index 36d46b7..92930b6 100644
--- a/php56.spec
+++ b/php56.spec
@@ -31,7 +31,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)
@@ -144,11 +144,11 @@
%endif
#global rcver RC1
-%global rpmrel 3
+%global rpmrel 1
Summary: PHP scripting language for creating dynamic web sites
Name: php
-Version: 5.6.30
+Version: 5.6.31
%if 0%{?rcver:1}
Release: 0.%{rpmrel}.%{rcver}%{?dist}
%else
@@ -210,7 +210,7 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-5.6.3-oci8conf.patch
# Upstream fixes (100+)
-Patch100: php-upstream.patch
+Patch100: php-5.6.31-oci.patch
# Security fixes (200+)
@@ -969,7 +969,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .upstream
+%patch100 -p1 -b .pdo_oci
# security patches
@@ -2000,6 +2000,10 @@ fi
%changelog
+* Thu Jul 6 2017 Remi Collet <remi@fedoraproject.org> 5.6.31-1
+- Update to 5.6.31 - http://www.php.net/releases/5_6_31.php
+- use oracle instant client version 12.2
+
* Tue Mar 21 2017 Remi Collet <remi@remirepo.net> - 5.6.30-3
- add patch for tests with tzdata 2017.1