summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-15 12:40:06 +0100
committerRemi Collet <remi@remirepo.net>2020-12-15 12:40:06 +0100
commit54e58c7e1ee7a2b227d748c6b33148226301c177 (patch)
treeb8c2413dd70f9ecc3f53ff9597ba08b881193716
parentf4219b2708c090494b09d6ffdc45cf7770ab7073 (diff)
update to 7.3.26RC1
-rw-r--r--failed.txt7
-rw-r--r--php73.spec9
2 files changed, 9 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index 00ed53b..2cb7e22 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,16 +1,13 @@
-===== 7.3.25 (2020-11-26)
+===== 7.3.26RC1 (2020-12-17)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
-/var/lib/mock/el6i/build.log:Tests failed : 0
-/var/lib/mock/el6x/build.log:Tests failed : 0
/var/lib/mock/el7x/build.log:Tests failed : 0
-/var/lib/mock/el8x73/build.log:Tests failed : 14
+/var/lib/mock/el8x73/build.log:Tests failed : 13
/var/lib/mock/fc31x/build.log:Tests failed : 0
el8x:
- 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt]
2 buildroot issue with strict openssl policy (fixed in 7.4)
diff --git a/php73.spec b/php73.spec
index 8003e48..684d96c 100644
--- a/php73.spec
+++ b/php73.spec
@@ -120,8 +120,8 @@
%global db_devel libdb-devel
%endif
-%global upver 7.3.25
-#global rcver RC1
+%global upver 7.3.26
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -228,6 +228,7 @@ BuildRequires: bzip2
BuildRequires: perl
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?dtsprefix}gcc-c++
BuildRequires: libtool
@@ -453,6 +454,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
@@ -2263,6 +2265,9 @@ fi
%changelog
+* Tue Dec 15 2020 Remi Collet <remi@remirepo.net> - 7.3.26~RC1-1
+- update to 7.3.26RC1
+
* Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 7.3.25-1
- Update to 7.3.25 - http://www.php.net/releases/7_3_25.php
- use oracle client library version 19.9 (x86_64)