summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt4
-rw-r--r--php81.spec11
2 files changed, 9 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index 3e37ce7..2506f1f 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,13 +1,13 @@
-===== 8.1.3RC1 (2022-02-03)
+===== 8.1.3 (2022-02-17)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el7x81/build.log:Tests failed : 1
/var/lib/mock/el8x81/build.log:Tests failed : 1
/var/lib/mock/el9x81/build.log:Tests failed : 0
-/var/lib/mock/fc33x81/build.log:Tests failed : 0
/var/lib/mock/fc34x81/build.log:Tests failed : 0
/var/lib/mock/fc35x81/build.log:Tests failed : 0
+/var/lib/mock/fc36x81/build.log:Tests failed : 0
el7x, el8x:
diff --git a/php81.spec b/php81.spec
index 96cebea..4944501 100644
--- a/php81.spec
+++ b/php81.spec
@@ -112,13 +112,13 @@
%bcond_with zip
%global upver 8.1.3
-%global rcver RC1
-%global lower RC1
+#global rcver RC1
+#global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1939,7 +1939,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
@@ -2179,6 +2179,9 @@ fi
%changelog
+* Wed Feb 16 2022 Remi Collet <remi@remirepo.net> - 8.1.3-1
+- Update to 8.1.3 - http://www.php.net/releases/8_1_3.php
+
* Tue Feb 8 2022 Remi Collet <remi@remirepo.net> - 8.1.3~RC1-2
- fix GH-8059 arginfo not regenerated for extension