summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php71.spec')
-rw-r--r--php71.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php71.spec b/php71.spec
index 68c8cd2..2e79d65 100644
--- a/php71.spec
+++ b/php71.spec
@@ -109,7 +109,7 @@
%global db_devel libdb-devel
%endif
-%global upver 7.1.32
+%global upver 7.1.33
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -421,6 +421,7 @@ Provides: php-zts-devel%{?_isa} = %{version}-%{release}
%endif
%if 0%{?rhel}
Obsoletes: php53-devel, php53u-devel, php54-devel, php54w-devel, php55u-devel, php55w-devel, php56u-devel, php56w-devel, php70u-devel, php70w-devel, php71u-devel, php71w-devel
+Obsoletes: php55u-pecl-jsonc-devel, php56u-pecl-jsonc-devel
%endif
%description devel
@@ -1078,9 +1079,11 @@ rm Zend/tests/bug54268.phpt
rm Zend/tests/bug68412.phpt
# slow and erratic result
rm sapi/cli/tests/upload_2G.phpt
-# avoid issue when 2 builds run simultaneously
+# avoid issue when 2 builds run simultaneously (keep 64321 for the SCL)
%ifarch x86_64
sed -e 's/64321/64322/' -i ext/openssl/tests/*.phpt
+%else
+sed -e 's/64321/64323/' -i ext/openssl/tests/*.phpt
%endif
# Safety check for API version change.
@@ -2082,6 +2085,9 @@ fi
%changelog
+* Wed Oct 23 2019 Remi Collet <remi@remirepo.net> - 7.1.33-1
+- Update to 7.1.33 - http://www.php.net/releases/7_1_33.php
+
* Wed Aug 28 2019 Remi Collet <remi@remirepo.net> - 7.1.32-1
- Update to 7.1.32 - http://www.php.net/releases/7_1_32.php