diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -98,13 +98,12 @@ #global gh_date 20200615 %global gh_owner php %global gh_project php-src -%global upver 8.0.8 -#global rcver RC1 -#global lower RC1 +%global upver 8.0.9 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} +Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1308,7 +1307,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 @@ -1810,6 +1809,9 @@ fi %changelog +* Tue Jul 13 2021 Remi Collet <remi@remirepo.net> - 8.0.9~RC1-1 +- update to 8.0.9RC1 + * Tue Jun 29 2021 Remi Collet <remi@remirepo.net> - 8.0.8-1 - Update to 8.0.8 - http://www.php.net/releases/8_0_8.php |