summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec16
1 files changed, 14 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index 2cfcd0d..7d0625d 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 RC1
+%global rcver RC2
%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: 12%{?dist}
+Release: 15%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -192,6 +192,7 @@ Patch47: php-8.1.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-pr9537.patch
# Security fixes (200+)
@@ -968,6 +969,7 @@ 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
@@ -1848,6 +1850,16 @@ fi
%changelog
+* 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
+
+* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 8.2.0~rc2-14
+- test build reverting some upstream changes
+
+* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 8.2.0~rc2-13
+- update to 8.2.0RC2
+
* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 8.2.0~rc1-12
- update to 8.2.0RC1
- bump to final API/ABI