summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt2
-rw-r--r--php-8.1.0-libdb.patch (renamed from php-7.4.0-libdb.patch)4
-rw-r--r--php.spec9
3 files changed, 9 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index 572c4b1..2e61e4a 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.1.0alpha2 (2021-06-24)
+===== 8.1.0alpha3 (2021-07-08)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php-7.4.0-libdb.patch b/php-8.1.0-libdb.patch
index d7c6289..7a2a097 100644
--- a/php-7.4.0-libdb.patch
+++ b/php-8.1.0-libdb.patch
@@ -79,10 +79,10 @@ diff -up ./ext/dba/dba.c.libdb ./ext/dba/dba.c
PHP_MINIT_FUNCTION(dba);
PHP_MSHUTDOWN_FUNCTION(dba);
PHP_MINFO_FUNCTION(dba);
-@@ -459,6 +463,10 @@ PHP_MINFO_FUNCTION(dba)
+@@ -452,6 +456,10 @@ PHP_MINFO_FUNCTION(dba)
php_info_print_table_start();
- php_info_print_table_row(2, "DBA support", "enabled");
+ php_info_print_table_row(2, "DBA support", "enabled");
+#ifdef DB_VERSION_STRING
+ php_info_print_table_row(2, "libdb header version", DB_VERSION_STRING);
+ php_info_print_table_row(2, "libdb library version", db_version(NULL, NULL, NULL));
diff --git a/php.spec b/php.spec
index 55a9b0d..0944903 100644
--- a/php.spec
+++ b/php.spec
@@ -107,8 +107,8 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.1.0
-%global rcver alpha2
-%global lower alpha2
+%global rcver alpha3
+%global lower alpha3
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -153,7 +153,7 @@ Source53: 20-ffi.ini
Patch1: php-7.4.0-httpd.patch
Patch5: php-7.2.0-includedir.patch
Patch6: php-8.0.0-embed.patch
-Patch8: php-7.4.0-libdb.patch
+Patch8: php-8.1.0-libdb.patch
# RHEL backports
Patch10: php-7.0.7-curl.patch
@@ -1819,6 +1819,9 @@ fi
%changelog
+* Tue Jul 6 2021 Remi Collet <remi@remirepo.net> - 8.1.0~alpha3-1
+- update to 8.1.0alpha3
+
* Tue Jun 22 2021 Remi Collet <remi@remirepo.net> - 8.1.0~alpha2-1
- update to 8.1.0alpha2