diff options
Diffstat (limited to 'php80.spec')
-rw-r--r-- | php80.spec | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 <remi@remirepo.net> - 8.0.3~RC1-1 +- update to 8.0.3RC1 + * Tue Feb 2 2021 Remi Collet <remi@remirepo.net> - 8.0.2-1 - Update to 8.0.2 - http://www.php.net/releases/8_0_2.php |