summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt5
-rw-r--r--php.spec9
2 files changed, 11 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index a5c2869..ebb1d98 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/scl80*/build.log
+$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl80el7x/build.log:Tests failed : 0
/var/lib/mock/scl80el8x/build.log:Tests failed : 0
+/var/lib/mock/scl80el9x/build.log:Tests failed : 0
/var/lib/mock/scl80fc33x/build.log:Tests failed : 0
/var/lib/mock/scl80fc34x/build.log:Tests failed : 0
/var/lib/mock/scl80fc35x/build.log:Tests failed : 0
diff --git a/php.spec b/php.spec
index 1046aed..a47bfb9 100644
--- a/php.spec
+++ b/php.spec
@@ -68,7 +68,11 @@
%bcond_with zip
# Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock.
%bcond_without imap
+%if 0%{?rhel} == 9
+%bcond_with firebird
+%else
%bcond_without firebird
+%endif
%bcond_without freetds
%bcond_without tidy
%bcond_without sqlite3
@@ -116,7 +120,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.0.13
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1854,6 +1858,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