summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php71.spec')
-rw-r--r--php71.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/php71.spec b/php71.spec
index 83b391f..731848c 100644
--- a/php71.spec
+++ b/php71.spec
@@ -108,12 +108,12 @@
%endif
%global upver 7.1.24
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: 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
@@ -1068,6 +1068,8 @@ rm ext/sockets/tests/mcast_ipv?_recv.phpt
# cause stack exhausion
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
%ifarch x86_64
sed -e 's/64321/64322/' -i ext/openssl/tests/*.phpt
@@ -2059,6 +2061,9 @@ fi
%changelog
+* Wed Nov 7 2018 Remi Collet <remi@remirepo.net> - 7.1.24-1
+- Update to 7.1.24 - http://www.php.net/releases/7_1_24.php
+
* Wed Oct 24 2018 Remi Collet <remi@remirepo.net> - 7.1.24~RC1-2
- FPM: add getallheaders, backported from 7.3