summaryrefslogtreecommitdiffstats
path: root/php82.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-02 15:50:33 +0200
committerRemi Collet <remi@php.net>2024-07-02 15:50:33 +0200
commit4e38f1d40faa0fcad19b3e38af92c6e79a38fb18 (patch)
treeea17ed00c164c5619005a7d30c86c2d42cbc75f5 /php82.spec
parent71a38958f602c4e5057ed2c95e4e5c5613d0e341 (diff)
Update to 8.2.21 - http://www.php.net/releases/8_2_21.phpHEADmaster
Diffstat (limited to 'php82.spec')
-rw-r--r--php82.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php82.spec b/php82.spec
index 4d7a7e8..baf360f 100644
--- a/php82.spec
+++ b/php82.spec
@@ -120,13 +120,13 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.2.20
+%global upver 8.2.21
#global rcver RC1
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
@@ -187,7 +187,6 @@ Patch47: php-8.1.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
-Patch100: php-gh14480.patch
# Security fixes (200+)
@@ -1206,7 +1205,6 @@ in pure PHP.
%patch -P91 -p1 -b .remi-oci8
# upstream patches
-%patch -P100 -p1 -b .gh14480
# security patches
@@ -2202,6 +2200,9 @@ fi
%changelog
+* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 8.2.21-1
+- Update to 8.2.21 - http://www.php.net/releases/8_2_21.php
+
* Fri Jun 7 2024 Remi Collet <remi@remirepo.net> - 8.2.20-2
- Fix GH-14480 Method visibility issue introduced in version 8.2.20