diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-03 07:46:56 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-03 07:46:56 +0100 |
| commit | 483921a29eaa01d6b5b41732740826ebc18149fb (patch) | |
| tree | ed23c19d43703a04147b477ca5bd41934b1e9556 /php.spec | |
| parent | 7973a69f410e8f12fabee9dff221557754896d0a (diff) | |
switch back to xz archive
Diffstat (limited to 'php.spec')
| -rw-r--r-- | php.spec | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -130,14 +130,14 @@ #global gh_date 20230605 %global gh_owner php %global gh_project php-src -%global upver 8.3.28 -#global rcver RC1 +%global upver 8.3.29 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -151,10 +151,10 @@ URL: http://www.php.net/ %if 0%{?gh_date} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{upver}-%{gh_short}.tar.gz %else -Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2 +Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz # See https://secure.php.net/gpg-keys.php Source20: https://www.php.net/distributions/php-keyring.gpg -Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2.asc +Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz.asc %endif Source1: php.conf Source2: php.ini @@ -206,7 +206,6 @@ Patch49: php-8.2.0-iodbc.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-bug20528.patch # Security fixes (200+) @@ -1000,7 +999,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P91 -p1 -b .remi-oci8 # upstream patches -%patch -P100 -p1 -b .20528 # security patches @@ -1891,6 +1889,10 @@ fi %changelog +* Wed Dec 3 2025 Remi Collet <remi@remirepo.net> - 8.3.29~RC1-1 +- update to 8.3.29RC1 +- switch back to xz archive + * Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 8.3.28-2 - Fix GH-20528 regression breaks mysql connexion using an IPv6 address enclosed in square brackets (upstream patch) |
