summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-10 20:11:19 +0200
committerRemi Collet <remi@remirepo.net>2019-09-10 20:11:19 +0200
commit7b73f62f2204fb9ebb5f4b69a39b51c467ad5e49 (patch)
tree2e0de5f173056485dbb8f7e441fd3786686e1b70 /php.spec
parent58e5eb330af82c1443996b5ac76809e7f69d1565 (diff)
7.2.23RC1
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index d8e644f..cc6c2a9 100644
--- a/php.spec
+++ b/php.spec
@@ -131,8 +131,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: %{?scl_prefix}php
@@ -194,7 +194,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+)
@@ -948,7 +947,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .78412
# security patches
@@ -997,6 +995,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
# fails sometime
rm ext/sockets/tests/mcast_ipv?_recv.phpt
# Should be skipped but fails sometime
@@ -1894,6 +1894,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