diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-03 05:41:03 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-03 05:41:03 +0100 |
commit | 43fe4ab4ede46fb4abc8d12c15d5203d6e65e320 (patch) | |
tree | a4b8d411b54397a33deb43591923e4670ab9afd7 /php.spec | |
parent | cf7fd6697490a6d52a55ccd7db52a62c29b14d5d (diff) |
update to 8.1.3RC1
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -126,9 +126,9 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.2 -#global rcver RC1 -#global lower RC1 +%global upver 8.1.3 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -196,9 +196,6 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -# Fixed bug GH-7899 Regression in unpack for negative int value -# Fixed bug GH-7883 Segfault when INI file is not readable -Patch100: php-upstream.patch # Security fixes (200+) @@ -972,7 +969,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -1849,6 +1845,9 @@ fi %changelog +* Thu Feb 3 2022 Remi Collet <remi@remirepo.net> - 8.1.3~RC1-1 +- update to 8.1.3RC1 + * Wed Jan 19 2022 Remi Collet <remi@remirepo.net> - 8.1.2-1 - Update to 8.1.2 - http://www.php.net/releases/8_1_2.php - Fix GH-7899 Regression in unpack for negative int value |