From 8d29ddbebd292159ca568e27500408ce97e85e2b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Jun 2021 18:59:40 +0200 Subject: test build for upcoming 8.1.0alpha2 fix build for missing public API using patch from https://github.com/php/php-src/pull/7185 --- php.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 1c6cd4a..76c319e 100644 --- a/php.spec +++ b/php.spec @@ -107,13 +107,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver alpha1 -%global lower alpha1 +%global rcver alpha2 +%global lower alpha2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 0%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -177,6 +177,7 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-upstream.patch # Security fixes (200+) @@ -949,6 +950,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 # security patches @@ -1317,7 +1319,7 @@ popd %check %if %{with tests} -cd build-apache +cd build-fpm # Run tests, using the CLI SAPI export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2 @@ -1819,6 +1821,11 @@ fi %changelog +* 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 + https://github.com/php/php-src/pull/7185 + * Wed Jun 9 2021 Remi Collet - 8.1.0~alpha1-1 - update to 8.1.0alpha1 -- cgit