summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-16 08:28:54 +0100
committerRemi Collet <remi@php.net>2022-02-16 08:28:54 +0100
commit87e5e450decd0b79abd1e031de426500ecc06594 (patch)
tree9f7bf970255c56ee40d74b9cbaf8dfc6c3d66da2
parentb7551412e240222df0638649acffee0b3eabdcb3 (diff)
Update to 8.0.16 - http://www.php.net/releases/8_0_16.phpv8.0.16
-rw-r--r--failed.txt4
-rw-r--r--php80.spec7
2 files changed, 7 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index c1e8035..ce7637b 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,13 +1,13 @@
-===== 8.0.16RC1 (2022-02-03)
+===== 8.0.16 (2022-02-17)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el7x80/build.log:Tests failed : 0
/var/lib/mock/el8x80/build.log:Tests failed : 0
/var/lib/mock/el9x80/build.log:Tests failed : 0
-/var/lib/mock/fc33x80/build.log:Tests failed : 0
/var/lib/mock/fc34x80/build.log:Tests failed : 0
/var/lib/mock/fc35x/build.log:Tests failed : 0
+/var/lib/mock/fc36x80/build.log:Tests failed : 0
diff --git a/php80.spec b/php80.spec
index 9c89d83..510f12c 100644
--- a/php80.spec
+++ b/php80.spec
@@ -105,7 +105,7 @@
%bcond_with zip
%global upver 8.0.16
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1946,7 +1946,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
@@ -2186,6 +2186,9 @@ fi
%changelog
+* Wed Feb 16 2022 Remi Collet <remi@remirepo.net> - 8.0.16-1
+- Update to 8.0.16 - http://www.php.net/releases/8_0_16.php
+
* Thu Feb 3 2022 Remi Collet <remi@remirepo.net> - 8.0.16~RC1-1
- update to 8.0.16RC1