summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt5
-rw-r--r--php-8.2.25-phpinfo.patch (renamed from php-8.1.0-phpinfo.patch)6
-rw-r--r--php.spec29
3 files changed, 30 insertions, 10 deletions
diff --git a/failed.txt b/failed.txt
index cbc0adb..ddc55f6 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.2.23RC1 (2024-08-15)
+===== 8.2.26RC1 (2024-11-07)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
@@ -6,11 +6,12 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl82el8x/build.log:Tests failed : 0
/var/lib/mock/scl82el9a/build.log:Tests failed : 0
/var/lib/mock/scl82el9x/build.log:Tests failed : 0
-/var/lib/mock/scl82fc38x/build.log:Tests failed : 0
/var/lib/mock/scl82fc39a/build.log:Tests failed : 0
/var/lib/mock/scl82fc39x/build.log:Tests failed : 0
/var/lib/mock/scl82fc40a/build.log:Tests failed : 0
/var/lib/mock/scl82fc40x/build.log:Tests failed : 0
+/var/lib/mock/scl82fc41a/build.log:Tests failed : 0
+/var/lib/mock/scl82fc41x/build.log:Tests failed : 0
(1) proc_open give erratic test results :(
diff --git a/php-8.1.0-phpinfo.patch b/php-8.2.25-phpinfo.patch
index d19b2f4..580daa1 100644
--- a/php-8.1.0-phpinfo.patch
+++ b/php-8.2.25-phpinfo.patch
@@ -9,7 +9,7 @@ Replace full GCC name by gcc in php -v output
diff -up ./ext/standard/info.c.phpinfo ./ext/standard/info.c
--- ./ext/standard/info.c.phpinfo 2020-07-21 10:49:31.000000000 +0200
+++ ./ext/standard/info.c 2020-07-21 11:41:56.295633523 +0200
-@@ -805,9 +805,6 @@ PHPAPI ZEND_COLD void php_print_info(int
+@@ -834,9 +834,6 @@ PHPAPI ZEND_COLD void php_print_info(int
#ifdef PHP_BUILD_ARCH
php_info_print_table_row(2, "Architecture", PHP_BUILD_ARCH);
#endif
@@ -25,7 +25,7 @@ diff -up ./ext/standard/tests/general_functions/phpinfo.phpt.phpinfo ./ext/stand
@@ -17,7 +17,6 @@ PHP Version => %s
System => %s
- Build Date => %s%a
+ Build Date => %r(.+?)%r
-Configure Command => %s
Server API => Command Line Interface
Virtual Directory Support => %s
@@ -33,7 +33,7 @@ diff -up ./ext/standard/tests/general_functions/phpinfo.phpt.phpinfo ./ext/stand
diff -up ./sapi/cli/php_cli.c.phpinfo ./sapi/cli/php_cli.c
--- ./sapi/cli/php_cli.c.phpinfo 2020-07-21 11:43:38.812475300 +0200
+++ ./sapi/cli/php_cli.c 2020-07-21 11:43:45.783464540 +0200
-@@ -645,7 +645,7 @@ static int do_cli(int argc, char **argv)
+@@ -644,7 +644,7 @@ static int do_cli(int argc, char **argv)
"NTS"
#endif
#ifdef PHP_BUILD_COMPILER
diff --git a/php.spec b/php.spec
index 97ccd5d..90f0dac 100644
--- a/php.spec
+++ b/php.spec
@@ -131,7 +131,7 @@
#global gh_date 20220530
%global gh_owner php
%global gh_project php-src
-%global upver 8.2.23
+%global upver 8.2.26
%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
@@ -194,7 +194,7 @@ Patch45: php-7.4.0-ldap_r.patch
Patch46: php-8.0.7-argon2.patch
# drop "Configure command" from phpinfo output
# and only use gcc (instead of full version)
-Patch47: php-8.1.0-phpinfo.patch
+Patch47: php-8.2.25-phpinfo.patch
# RC Patch
Patch91: php-7.2.0-oci8conf.patch
@@ -839,9 +839,9 @@ Summary: Internationalization extension for PHP applications
# All files licensed under PHP version 3.01
License: PHP-3.01
Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
-BuildRequires: pkgconfig(icu-i18n) >= 73
-BuildRequires: pkgconfig(icu-io) >= 73
-BuildRequires: pkgconfig(icu-uc) >= 73
+BuildRequires: pkgconfig(icu-i18n) >= 74
+BuildRequires: pkgconfig(icu-io) >= 74
+BuildRequires: pkgconfig(icu-uc) >= 74
%description intl
The %{?scl_prefix}php-intl package contains a dynamic shared object that will add
@@ -1867,6 +1867,25 @@ fi
%changelog
+* Wed Nov 6 2024 Remi Collet <remi@remirepo.net> - 8.2.26~RC1-1
+- update to 8.2.26RC1
+
+* Wed Oct 23 2024 Remi Collet <remi@remirepo.net> - 8.2.25-1
+- Update to 8.2.25 - http://www.php.net/releases/8_2_25.php
+
+* Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 8.2.25~RC1-1
+- update to 8.2.25RC1
+
+* Wed Sep 25 2024 Remi Collet <remi@remirepo.net> - 8.2.24-1
+- Update to 8.2.24 - http://www.php.net/releases/8_2_24.php
+
+* Wed Sep 11 2024 Remi Collet <remi@remirepo.net> - 8.2.24~RC1-1
+- update to 8.2.24RC1
+- use ICU 74.2
+
+* Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 8.2.23-1
+- Update to 8.2.23 - http://www.php.net/releases/8_2_23.php
+
* Wed Aug 14 2024 Remi Collet <remi@remirepo.net> - 8.2.23~RC1-1
- update to 8.2.23RC1