summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-20 07:28:05 +0200
committerRemi Collet <remi@remirepo.net>2021-05-20 07:28:05 +0200
commit420450da4addce18929ede641a0a0d65e7a0e150 (patch)
tree5e55199a527c65ec44e742e1bea2397f0cdaff06
parentd6948952497a2d0417a71998b54a4ed33302933e (diff)
update to 8.0.7RC1
-rw-r--r--failed.txt2
-rw-r--r--php.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index d70f8b5..e2629b8 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.0.6 (2021-05-06)
+===== 8.0.7RC1 (2021-05-20)
$ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log
diff --git a/php.spec b/php.spec
index a88e136..95ac34e 100644
--- a/php.spec
+++ b/php.spec
@@ -98,14 +98,14 @@
#global gh_date 20200615
%global gh_owner php
%global gh_project php-src
-%global upver 8.0.6
-#global rcver RC1
-#global lower RC1
+%global upver 8.0.7
+%global rcver RC1
+%global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1807,6 +1807,9 @@ fi
%changelog
+* Thu May 20 2021 Remi Collet <remi@remirepo.net> - 8.0.7~RC1-1
+- update to 8.0.7RC1
+
* Sat May 8 2021 Remi Collet <remi@remirepo.net> - 8.0.6-2
- get rid of inet_ntoa, inet_aton, inet_addr and gethostbyaddr calls