From 3b02374aebe3e71f7858e46d31c1b897a396b478 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Jun 2021 19:28:50 +0200 Subject: update to 8.1.0alpha2 --- php.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 76c319e..55a9b0d 100644 --- a/php.spec +++ b/php.spec @@ -113,7 +113,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 0%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -177,7 +177,6 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch # Security fixes (200+) @@ -950,7 +949,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 # security patches @@ -1821,6 +1819,9 @@ fi %changelog +* Tue Jun 22 2021 Remi Collet - 8.1.0~alpha2-1 +- update to 8.1.0alpha2 + * Tue Jun 22 2021 Remi Collet - 8.1.0~alpha2-0 - test build for upcoming 8.1.0alpha2 - fix build for missing public API using patch from -- cgit