summaryrefslogtreecommitdiffstats
path: root/php56.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-06 09:03:06 +0200
committerRemi Collet <remi@remirepo.net>2017-07-06 09:03:06 +0200
commit0c844ba76a298b3f2a414de9642de0fd9c786eda (patch)
treefe0ad95e73280fd06a00871e02bee2e00d40fb9c /php56.spec
parented6fb0ed5581a12007d0ee199600987b898fd207 (diff)
v5.6.31
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