summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-01 11:22:59 +0200
committerRemi Collet <remi@remirepo.net>2019-10-01 11:22:59 +0200
commit5d2767803c9b91364b08465fbd71ffbcbd4f9aab (patch)
tree6d367032df624ce3d1f0d378cc6de698bdc42e8d
parent884459bdb19466471c6844dab3a96f7059bca02a (diff)
7.4.0RC3
-rw-r--r--failed.txt2
-rw-r--r--php-upstream.patch26
-rw-r--r--php.spec11
3 files changed, 7 insertions, 32 deletions
diff --git a/failed.txt b/failed.txt
index 3f7fabe..5781176 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.4.0RC2 (2019-09-19)
+===== 7.4.0RC3 (2019-10-03)
$ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log
diff --git a/php-upstream.patch b/php-upstream.patch
deleted file mode 100644
index f75d8d9..0000000
--- a/php-upstream.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From dc40332bb2276553ea10bca574f03a8dc9bea53d Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@php.net>
-Date: Fri, 20 Sep 2019 13:30:13 +0200
-Subject: [PATCH] Fixed bug #78574 (broken shared build)
-
----
- NEWS | 3 +++
- ext/gmp/config.m4 | 2 +-
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/ext/gmp/config.m4 b/ext/gmp/config.m4
-index aa4936b3c3..fa55751cf1 100644
---- a/ext/gmp/config.m4
-+++ b/ext/gmp/config.m4
-@@ -10,7 +10,7 @@ if test "$PHP_GMP" != "no"; then
- AC_MSG_ERROR([GNU MP Library version 4.2 or greater required.])
- ])
-
-- PHP_ADD_LIBRARY(gmp, GMP_SHARED_LIBADD)
-+ PHP_ADD_LIBRARY(gmp,,GMP_SHARED_LIBADD)
- else
- if test ! -f $PHP_GMP/include/gmp.h; then
- AC_MSG_ERROR(Unable to locate gmp.h)
---
-2.11.0
-
diff --git a/php.spec b/php.spec
index e5605d6..519b9e9 100644
--- a/php.spec
+++ b/php.spec
@@ -102,13 +102,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 7.4.0
-%global rcver RC2
-%global lower rc2
+%global rcver RC3
+%global lower rc3
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 22%{?dist}
+Release: 23%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -174,7 +174,6 @@ Patch91: php-7.2.0-oci8conf.patch
Patch300: php-7.0.10-datetests.patch
# WIP
-Patch400: php-upstream.patch
BuildRequires: gnupg2
BuildRequires: bzip2-devel
@@ -946,7 +945,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch300 -p1 -b .datetests
# WIP patch
-%patch400 -p1
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE Zend/ZEND_LICENSE
@@ -1790,6 +1788,9 @@ fi
%changelog
+* Tue Oct 1 2019 Remi Collet <remi@remirepo.net> - 7.4.0~rc3-23
+- update to 7.4.0RC3
+
* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 7.4.0~rc2-22
- fix broken gmp extension https://bugs.php.net/78574