From 3c604f954786d424618e2679107f47f46d10e626 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Feb 2021 16:19:11 +0100 Subject: update to 8.0.3RC1 --- php80.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index 4777fb9..59dd1ce 100644 --- a/php80.spec +++ b/php80.spec @@ -89,9 +89,9 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.2 -#global rcver RC1 -#global lower RC1 +%global upver 8.0.3 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -153,7 +153,6 @@ Patch47: php-8.0.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-bug80682.patch # Security fixes (200+) @@ -1156,7 +1155,6 @@ in pure PHP. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .bug80682 # security patches @@ -2144,6 +2142,9 @@ fi %changelog +* Thu Feb 18 2021 Remi Collet - 8.0.3~RC1-1 +- update to 8.0.3RC1 + * Tue Feb 2 2021 Remi Collet - 8.0.2-1 - Update to 8.0.2 - http://www.php.net/releases/8_0_2.php -- cgit