summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-15 15:44:56 +0100
committerRemi Collet <remi@remirepo.net>2020-12-15 15:44:56 +0100
commit6ed8fef5ae6d14a189436e3375d293f24e0842eb (patch)
tree6f4f6c872988f99d85f2a2ca9e1fd097a1ff05b4
parentf392e31baa99956ef7096dfa6c4c32fceea4d95c (diff)
update to 8.0.1RC1
-rw-r--r--failed.txt10
-rw-r--r--php.spec11
2 files changed, 10 insertions, 11 deletions
diff --git a/failed.txt b/failed.txt
index b5c1fd6..5a64178 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,18 +1,14 @@
-===== 8.0.0 (2020-11-26)
+===== 8.0.1RC1 (2020-12-17)
$ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log
-/var/lib/mock/scl80el7x/build.log:Tests failed : 1
-/var/lib/mock/scl80el8x/build.log:Tests failed : 1
+/var/lib/mock/scl80el7x/build.log:Tests failed : 0
+/var/lib/mock/scl80el8x/build.log:Tests failed : 0
/var/lib/mock/scl80fc31x/build.log:Tests failed : 0
/var/lib/mock/scl80fc32x/build.log:Tests failed : 0
/var/lib/mock/scl80fc33x/build.log:Tests failed : 0
-el7x:
- 1 Bug #70198 Checking liveness does not work as expected [ext/standard/tests/streams/bug70198.phpt]
-el8x:
- 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt]
(1) proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index 0fcbd09..a661e19 100644
--- a/php.spec
+++ b/php.spec
@@ -102,14 +102,14 @@
#global gh_date 20200615
%global gh_owner php
%global gh_project php-src
-%global upver 8.0.0
-#global rcver RC5
-#global lower rc5
+%global upver 8.0.1
+%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
+* Tue Dec 15 2020 Remi Collet <remi@remirepo.net> - 8.0.1~RC1-1
+- update to 8.0.1RC1
+
* Tue Dec 8 2020 Remi Collet <remi@remirepo.net> - 8.0.0-2
- fix service dependency name
- add dependency on make for devel