summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-13 17:10:03 +0200
committerRemi Collet <remi@remirepo.net>2021-07-13 17:10:03 +0200
commite9767c21aaa52a707ec9d0bf3c0361958eef2aea (patch)
treefcfe49b8428bb5d0aa0b139ba8dc6a8aab45e760
parent910f4ecbab6c3a5db6605c98c160907a3823600e (diff)
update to 8.0.9RC1
-rw-r--r--failed.txt2
-rw-r--r--php.spec12
2 files changed, 8 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index f564d78..4524884 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.0.8 (2021-07-01)
+===== 8.0.9RC1 (2021-07-15)
$ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log
diff --git a/php.spec b/php.spec
index 6be186f..4be9486 100644
--- a/php.spec
+++ b/php.spec
@@ -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