summaryrefslogtreecommitdiffstats
path: root/php83.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-03 08:03:38 +0100
committerRemi Collet <remi@php.net>2025-12-03 08:03:38 +0100
commit0393753bfca3514fd8ea39ca87fc4ddf92275138 (patch)
tree140d90531a8798e21450b3b8ebbce3549cfd3847 /php83.spec
parenta5450964eaf7fa339909d2027aaf6717592c81cf (diff)
update to 8.3.29RC1HEADmaster
switch back to xz archive
Diffstat (limited to 'php83.spec')
-rw-r--r--php83.spec16
1 files changed, 9 insertions, 7 deletions
diff --git a/php83.spec b/php83.spec
index b297415..5cc3a0e 100644
--- a/php83.spec
+++ b/php83.spec
@@ -122,14 +122,14 @@
%bcond_without libgd
%bcond_with zip
-%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: php
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -140,7 +140,7 @@ Release: 2%{?dist}
License: PHP-3.01 AND Zend-2.0 AND BSD-2-Clause AND MIT AND Apache-1.0 AND NCSA AND BSL-1.0
URL: http://www.php.net/
-Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.bz2
+Source0: http://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz
Source1: php.conf
Source2: php.ini
Source3: macros.php
@@ -156,7 +156,7 @@ Source13: nginx-fpm.conf
Source14: nginx-php.conf
# 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
# Configuration files for some extensions
Source50: 10-opcache.ini
Source51: opcache-default.blacklist
@@ -196,7 +196,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+)
@@ -1224,7 +1223,6 @@ in pure PHP.
%patch -P91 -p1 -b .remi-oci8
# upstream patches
-%patch -P100 -p1 -b .20528
# security patches
@@ -2235,6 +2233,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)