diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-23 13:12:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-23 13:12:05 +0200 |
commit | 46f9c7833f25a60e706f832c3a70e8ada808376e (patch) | |
tree | 349e3b548ec3fad889ada3ec95bbdf2408912438 | |
parent | a20193923eea0b7bc4adca6adbf18733a892ab8b (diff) |
v7.2.12RC1
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php-7.2.12-phpize.patch (renamed from php-5.4.0-phpize.patch) | 11 | ||||
-rw-r--r-- | php.spec | 9 |
3 files changed, 13 insertions, 9 deletions
@@ -1,4 +1,4 @@ -===== 7.2.11 (2018-10-11) +===== 7.2.12RC1 (2018-10-25) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log diff --git a/php-5.4.0-phpize.patch b/php-7.2.12-phpize.patch index e666e45..77913a5 100644 --- a/php-5.4.0-phpize.patch +++ b/php-7.2.12-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.2.12RC1/scripts/phpize.in.headers php-7.2.12RC1/scripts/phpize.in +--- php-7.2.12RC1/scripts/phpize.in.headers 2018-10-23 11:47:43.000000000 +0200 ++++ php-7.2.12RC1/scripts/phpize.in 2018-10-23 11:49:51.651818777 +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) @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global upver 7.2.11 -#global rcver RC1 +%global upver 7.2.12 +%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.2.4-dlopen.patch Patch42: php-7.2.3-systzdata-v16.patch # See http://bugs.php.net/53436 -Patch43: php-5.4.0-phpize.patch +Patch43: php-7.2.12-phpize.patch # Use -lldap_r for OpenLDAP Patch45: php-7.2.3-ldap_r.patch # Make php_config.h constant across builds @@ -1868,6 +1868,9 @@ fi %changelog +* Tue Oct 23 2018 Remi Collet <remi@remirepo.net> - 7.2.12~RC1-1 +- update to 7.2.12RC1 + * Wed Oct 10 2018 Remi Collet <remi@remirepo.net> - 7.2.11-1 - Update to 7.2.11 - http://www.php.net/releases/7_2_11.php |