summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-15 15:55:03 +0100
committerRemi Collet <remi@remirepo.net>2020-12-15 15:55:03 +0100
commit6936a4b27d6b6d08a798800fcad11ffbdb3d2dea (patch)
tree5cf84c896bb1bfd982158c0a194642239f6be22a
parent927b9f6dbffc56fb23dc9cf322b16cb5e98b9433 (diff)
update to 8.0.1RC1
-rw-r--r--failed.txt10
-rw-r--r--php80.spec13
2 files changed, 12 insertions, 11 deletions
diff --git a/failed.txt b/failed.txt
index c4d1032..7f8263b 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/{fc,el}*/build.log
/var/lib/mock/el7x/build.log:Tests failed : 0
-/var/lib/mock/el8x80/build.log:Tests failed : 1
+/var/lib/mock/el8x80/build.log:Tests failed : 0
/var/lib/mock/fc31x/build.log:Tests failed : 0
/var/lib/mock/fc32x/build.log:Tests failed : 0
-/var/lib/mock/fc33x/build.log:Tests failed : 1
+/var/lib/mock/fc33x/build.log:Tests failed : 0
-el8x:
- 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt]
-fc33x:
- 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt]
1 proc_open give erratic test results :(
diff --git a/php80.spec b/php80.spec
index ad1f906..d042b4e 100644
--- a/php80.spec
+++ b/php80.spec
@@ -14,7 +14,7 @@
# Extension version
%global fileinfover 1.0.5
%global oci8ver 3.0.0
-%global zipver 1.19.1
+%global zipver 1.19.2
# Adds -z now to the linker flags
%global _hardened_build 1
@@ -89,9 +89,9 @@
%bcond_without libgd
%bcond_with zip
-%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: php
@@ -191,6 +191,7 @@ BuildRequires: bzip2
BuildRequires: perl
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?dtsprefix}gcc-c++
BuildRequires: libtool
@@ -425,6 +426,7 @@ Requires: php-cli%{?_isa} = %{version}-%{release}
# always needed to build extension
Requires: autoconf
Requires: automake
+Requires: make
Requires: gcc
Requires: gcc-c++
Requires: libtool
@@ -2140,6 +2142,9 @@ fi
%changelog
+* Tue Dec 15 2020 Remi Collet <remi@remirepo.net> - 8.0.1~RC1-1
+- update to 8.0.1RC1
+
* Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 8.0.0-1
- update to 8.0.0 GA