diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-28 08:19:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-28 08:19:19 +0200 |
commit | 5ddc3d2349fea7027ec0ed7415bcafd4bb46e529 (patch) | |
tree | 5d6dcd96da81d3ba32f072e571e3b7fb88dffeb0 /php.spec | |
parent | c209cd7b3486ca9ac327eeba353be46852c99b92 (diff) |
update to 8.2.0RC3
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |