diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php-7.2.12-phpize.patch (renamed from php-5.4.0-phpize.patch) | 11 | ||||
-rw-r--r-- | php72.spec | 9 |
4 files changed, 17 insertions, 10 deletions
@@ -1,3 +1,4 @@ +TODO package-*.xml *.tgz *.tar.gz @@ -1,4 +1,4 @@ -===== 7.2.11 (2018-10-11) +===== 7.2.12RC1 (2018-10-25) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -10,13 +10,15 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc26i/build.log:Tests failed : 0 /var/lib/mock/fc26x/build.log:Tests failed : 0 /var/lib/mock/fc27i/build.log:Tests failed : 0 -/var/lib/mock/fc27x/build.log:Tests failed : 0 +/var/lib/mock/fc27x/build.log:Tests failed : 1 /var/lib/mock/fc28i/build.log:Tests failed : 0 /var/lib/mock/fc28x/build.log:Tests failed : 0 /var/lib/mock/fc29i/build.log:Tests failed : 0 /var/lib/mock/fc29x/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.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) @@ -111,8 +111,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: php @@ -161,7 +161,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 @@ -2143,6 +2143,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 |