summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index 7d0625d..89b5356 100644
--- a/php.spec
+++ b/php.spec
@@ -123,13 +123,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.2.0
-%global rcver RC2
+%global rcver RC3
%global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]')
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 15%{?dist}
+Release: 16%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -192,7 +192,6 @@ Patch47: php-8.1.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
-Patch100: php-pr9537.patch
# Security fixes (200+)
@@ -969,7 +968,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .pr9537
# security patches
@@ -1850,6 +1848,9 @@ fi
%changelog
+* Wed Sep 28 2022 Remi Collet <remi@remirepo.net> - 8.2.0~rc3-16
+- update to 8.2.0RC3
+
* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 8.2.0~rc2-15
- update to 8.2.0RC2 (new tag)
- add patch from https://github.com/php/php-src/pull/9537