summaryrefslogtreecommitdiffstats
path: root/php72.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php72.spec')
-rw-r--r--php72.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php72.spec b/php72.spec
index e56082a..4316b48 100644
--- a/php72.spec
+++ b/php72.spec
@@ -116,8 +116,8 @@
%global db_devel libdb-devel
%endif
-%global upver 7.2.22
-#global rcver RC1
+%global upver 7.2.23
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -182,7 +182,6 @@ Patch49: php-7.2.16-pdooci.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
-Patch100: php-bug78412.patch
# Security fixes (200+)
@@ -1108,7 +1107,6 @@ low-level PHP extension for the libsodium cryptographic library.
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .78412
# security patches
@@ -1159,6 +1157,8 @@ rm ext/date/tests/bug33414-1.phpt
rm ext/date/tests/bug33415-2.phpt
rm ext/date/tests/date_modify-1.phpt
%endif
+# too fast builder
+rm ext/date/tests/bug73837.phpt
# Should be skipped but fails sometime
rm ext/standard/tests/file/file_get_contents_error001.phpt
# fails sometime
@@ -2200,6 +2200,9 @@ fi
%changelog
+* Tue Sep 10 2019 Remi Collet <remi@remirepo.net> - 7.2.23~RC1-1
+- update to 7.2.23RC1
+
* Wed Aug 28 2019 Remi Collet <remi@remirepo.net> - 7.2.22-1
- Update to 7.2.22 - http://www.php.net/releases/7_2_22.php
- fix generator incorrectly reports non-releasable $this as GC child