summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-17 07:56:57 +0100
committerRemi Collet <remi@php.net>2021-11-17 07:56:57 +0100
commit471c80c7bb65ceb5875b9838dd281cdd14ff2a6d (patch)
tree5cbbbb2154984704f3185a1eb149495d38cbbb1b
parent6c4103d44dd1ad45f22f1f25e7f8072f21bea91b (diff)
Update to 8.0.13 - http://www.php.net/releases/8_0_13.phpv8.0.13
-rw-r--r--failed.txt5
-rw-r--r--php80.spec9
2 files changed, 11 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index 7e3b1c4..77a8f64 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,9 +1,10 @@
-===== 8.0.13RC1 (2021-11-04)
+===== 8.0.13 (2021-11-18)
-$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
+$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el7x/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/fc33x/build.log:Tests failed : 0
/var/lib/mock/fc34x/build.log:Tests failed : 0
/var/lib/mock/fc35x/build.log:Tests failed : 0
diff --git a/php80.spec b/php80.spec
index 457f3f6..c1c2b72 100644
--- a/php80.spec
+++ b/php80.spec
@@ -65,7 +65,11 @@
%endif
# Build firebird extensions, you can disable using --without firebird
+%if 0%{?rhel} == 9
+%bcond_with firebird
+%else
%bcond_without firebird
+%endif
# Build ZTS extension or only NTS using --without zts
%bcond_without zts
@@ -102,7 +106,7 @@
%bcond_with zip
%global upver 8.0.13
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2188,6 +2192,9 @@ fi
%changelog
+* Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 8.0.13-1
+- Update to 8.0.13 - http://www.php.net/releases/8_0_13.php
+
* Wed Nov 3 2021 Remi Collet <remi@remirepo.net> - 8.0.13~RC1-1
- update to 8.0.13RC1
- dba: enable qdbm backend