summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-06 15:40:35 +0100
committerRemi Collet <remi@remirepo.net>2018-11-06 15:40:35 +0100
commite3e3af7a1b0fb5290bcee49c5c46bcfbe2ffd7bd (patch)
tree5ec12cefcba9159a4ac02e7de4d39676a45f0c1d /php.spec
parent46f9c7833f25a60e706f832c3a70e8ada808376e (diff)
Update to 7.2.12 - http://www.php.net/releases/7_2_12.php
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 3ccac0a..ef23996 100644
--- a/php.spec
+++ b/php.spec
@@ -125,7 +125,7 @@
%endif
%global upver 7.2.12
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -977,6 +977,8 @@ rm ext/standard/tests/file/file_get_contents_error001.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
# Safety check for API version change.
pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h)
@@ -1868,6 +1870,9 @@ fi
%changelog
+* Tue Nov 6 2018 Remi Collet <remi@remirepo.net> - 7.2.12-1
+- Update to 7.2.12 - http://www.php.net/releases/7_2_12.php
+
* Tue Oct 23 2018 Remi Collet <remi@remirepo.net> - 7.2.12~RC1-1
- update to 7.2.12RC1