summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-20 07:33:09 +0200
committerRemi Collet <remi@remirepo.net>2021-05-20 07:33:09 +0200
commita039eafbf531a94102dde64a8ad645aeb22088dd (patch)
treeadde8e301375c125a7031b2d4580c69d62b5c223
parentf76d8bc2c99ec7bf765ac6fd50f5871ce58f2f48 (diff)
update to 8.0.7RC1
-rw-r--r--failed.txt2
-rw-r--r--php80.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 9c8c1d6..f298bd0 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/{fc,el}*/build.log
diff --git a/php80.spec b/php80.spec
index 14735bd..05625e6 100644
--- a/php80.spec
+++ b/php80.spec
@@ -85,14 +85,14 @@
%bcond_without libgd
%bcond_with zip
-%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: php
Version: %{upver}%{?rcver:~%{lower}}
-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
@@ -2142,6 +2142,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