summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-24 10:32:37 +0200
committerRemi Collet <remi@remirepo.net>2018-10-24 10:32:37 +0200
commit0ccc0239b364376a73a4a0d24e7217f781835b2f (patch)
treed15bc675f3489168a1ff54ac9dc5e38648750f27
parent4c6e468b89767ad4b7189849579b7fc15a1222e3 (diff)
7.1.24RC1
-rw-r--r--failed.txt6
-rw-r--r--php-7.1.24-phpize.patch (renamed from php-5.4.0-phpize.patch)11
-rw-r--r--php.spec9
3 files changed, 16 insertions, 10 deletions
diff --git a/failed.txt b/failed.txt
index 8c6d7db..a53bcc2 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,15 +1,17 @@
-===== 7.1.23 (2018-10-11)
+===== 7.1.24RC1 (2018-10-25)
$ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log
/var/lib/mock/scl71el6x/build.log:Tests failed : 0
/var/lib/mock/scl71el7x/build.log:Tests failed : 0
/var/lib/mock/scl71fc26x/build.log:Tests failed : 0
-/var/lib/mock/scl71fc27x/build.log:Tests failed : 0
+/var/lib/mock/scl71fc27x/build.log:Tests failed : 1
/var/lib/mock/scl71fc28x/build.log:Tests failed : 0
/var/lib/mock/scl71fc29x/build.log:Tests failed : 0
+fc27x
+ file upload greater than 2G [sapi/cli/tests/upload_2G.phpt]
1 proc_open give erratic test results :(
diff --git a/php-5.4.0-phpize.patch b/php-7.1.24-phpize.patch
index e666e45..169f648 100644
--- a/php-5.4.0-phpize.patch
+++ b/php-7.1.24-phpize.patch
@@ -1,6 +1,7 @@
---- php-5.4.0RC5/scripts/phpize.in.orig 2012-01-18 17:13:54.018022983 +0100
-+++ php-5.4.0RC5/scripts/phpize.in 2012-01-18 17:14:40.614024941 +0100
-@@ -162,6 +162,15 @@
+diff -up php-7.1.24RC1/scripts/phpize.in.headers php-7.1.24RC1/scripts/phpize.in
+--- php-7.1.24RC1/scripts/phpize.in.headers 2018-10-24 08:44:25.000000000 +0200
++++ php-7.1.24RC1/scripts/phpize.in 2018-10-24 09:24:51.810847433 +0200
+@@ -162,6 +162,15 @@ phpize_autotools()
$PHP_AUTOHEADER || exit 1
}
@@ -15,8 +16,8 @@
+
# Main script
- case "$1" in
-@@ -180,12 +189,15 @@
+ case "$1" in
+@@ -180,12 +189,15 @@ case "$1" in
# Version
--version|-v)
diff --git a/php.spec b/php.spec
index b455d76..92cb995 100644
--- a/php.spec
+++ b/php.spec
@@ -120,8 +120,8 @@
%global db_devel libdb-devel
%endif
-%global upver 7.1.23
-#global rcver RC1
+%global upver 7.1.24
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -171,7 +171,7 @@ Patch9: php-7.0.7-curl.patch
Patch40: php-7.1.16-dlopen.patch
Patch42: php-7.1.0-systzdata-v14.patch
# See http://bugs.php.net/53436
-Patch43: php-5.4.0-phpize.patch
+Patch43: php-7.1.24-phpize.patch
# Use -lldap_r for OpenLDAP
Patch45: php-7.1.15-ldap_r.patch
# drop "Configure command" from phpinfo output
@@ -1844,6 +1844,9 @@ fi
%changelog
+* Wed Oct 24 2018 Remi Collet <remi@remirepo.net> - 7.1.24~RC1-1
+- update to 7.1.24RC1
+
* Wed Oct 10 2018 Remi Collet <remi@remirepo.net> - 7.1.23-1
- Update to 7.1.23 - http://www.php.net/releases/7_1_23.php