From b9d237194559b9956f53cb63b866c46e30c26f06 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Feb 2022 05:46:38 +0100 Subject: update to 8.1.3RC1 --- php81.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'php81.spec') diff --git a/php81.spec b/php81.spec index 74cf035..17e0868 100644 --- a/php81.spec +++ b/php81.spec @@ -111,9 +111,9 @@ %bcond_without libgd %bcond_with zip -%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: php @@ -179,9 +179,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+) @@ -1189,7 +1186,6 @@ in pure PHP. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -2181,6 +2177,9 @@ fi %changelog +* Thu Feb 3 2022 Remi Collet - 8.1.3~RC1-1 +- update to 8.1.3RC1 + * Wed Jan 19 2022 Remi Collet - 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 -- cgit