summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-04 10:13:52 +0200
committerRemi Collet <remi@remirepo.net>2020-08-04 10:13:52 +0200
commitcb6b1933479db7dd4e2697d2587e7dcc40f8c052 (patch)
tree0088227430220cf929c4eedf7fb3446af818df24
parentc3b4827ef261f7028e0ff02a55d5ad300b3ca0f6 (diff)
Update to 7.2.33 - http://www.php.net/releases/7_2_33.php
-rw-r--r--failed.txt6
-rw-r--r--php72.spec5
2 files changed, 6 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 673c2fc..dea1a00 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,15 +1,13 @@
-===== 7.2.32 (2020-07-09)
+===== 7.2.33 (2020-08-06)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/el6i/build.log:Tests failed : 0
/var/lib/mock/el6x/build.log:Tests failed : 0
-/var/lib/mock/el7x/build.log:Tests failed : 1
+/var/lib/mock/el7x/build.log:Tests failed : 0
/var/lib/mock/el8x72/build.logTests failed : 17
-el7x:
- 1 Bug #69521 Segfault in gc_collect_cycles() [ext/standard/tests/streams/bug69521.phpt]
el8x:
5 openssl failure under investigation
diff --git a/php72.spec b/php72.spec
index f113167..2761438 100644
--- a/php72.spec
+++ b/php72.spec
@@ -120,7 +120,7 @@
%global db_devel libdb-devel
%endif
-%global upver 7.2.32
+%global upver 7.2.33
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
@@ -2225,6 +2225,9 @@ fi
%changelog
+* Tue Aug 4 2021 Remi Collet <remi@remirepo.net> - 7.2.33-1
+- Update to 7.2.33 - http://www.php.net/releases/7_2_33.php
+
* Wed Jul 7 2021 Remi Collet <remi@remirepo.net> - 7.2.32-1
- Update to 7.2.32 (no change)
- display build system and provider in phpinfo (from 8.0)