summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-15 15:36:15 +0100
committerRemi Collet <remi@php.net>2022-02-15 15:36:15 +0100
commit8b4c957ca502937cc0cd8e5c15bd4da45edd7a1c (patch)
tree30dd1493e0a610d2e86189c984a0e1176d06ef9a
parent5d82e2f93f5aa8a5b1497b6fb782457a9b5de5b7 (diff)
Update to 7.4.28 - http://www.php.net/releases/7_4_28.php
-rw-r--r--failed.txt15
-rw-r--r--php74.spec7
2 files changed, 12 insertions, 10 deletions
diff --git a/failed.txt b/failed.txt
index 31433b9..473012e 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,16 +1,15 @@
-===== 7.4.27 (2021-12-16)
+===== 7.4.28 (2022-02-17)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/el7x74/build.log:Tests failed : 1
-/var/lib/mock/el8x74/build.log:Tests failed : 1
-/var/lib/mock/el9x74/build.log:Tests failed : 1
-/var/lib/mock/fc33x/build.log:Tests failed : 1
-/var/lib/mock/fc34x/build.log:Tests failed : 1
+/var/lib/mock/el7x74/build.log:Tests failed : 0
+/var/lib/mock/el8x74/build.log:Tests failed : 0
+/var/lib/mock/el9x74/build.log:Tests failed : 0
+/var/lib/mock/fc34x/build.log:Tests failed : 0
+/var/lib/mock/fc35x74/build.log:Tests failed : 0
+/var/lib/mock/fc36x74/build.log:Tests failed : 0
-el7x, el8x, el9x, fc33x, fc34x:
- 2 ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt
1 proc_open give erratic test results :(
diff --git a/php74.spec b/php74.spec
index c4c7792..a5691d1 100644
--- a/php74.spec
+++ b/php74.spec
@@ -94,7 +94,7 @@
%global with_libzip 1
%global with_zip 0
-%global upver 7.4.27
+%global upver 7.4.28
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
@@ -1925,7 +1925,7 @@ sed -e "s/@PHP_APIVER@/%{apiver}-%{__isa_bits}/" \
%endif
< %{SOURCE3} > macros.php
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
-echo '%pecl_xmldir %{_localstatedir}/lib/php/peclxml' >>macros.php
+echo '%%pecl_xmldir %{_localstatedir}/lib/php/peclxml' >>macros.php
%endif
install -m 644 -D macros.php \
$RPM_BUILD_ROOT%{macrosdir}/macros.php
@@ -2170,6 +2170,9 @@ fi
%changelog
+* Tue Feb 15 2022 Remi Collet <remi@remirepo.net> - 7.4.28-1
+- Update to 7.4.28 - http://www.php.net/releases/7_4_28.php
+
* Wed Dec 15 2021 Remi Collet <remi@remirepo.net> - 7.4.27-1
- Update to 7.4.27 - http://www.php.net/releases/7_4_27.php