diff --git a/SOURCES/php-5.4.0-phpize.patch b/SOURCES/php-7.2.12-phpize.patch similarity index 60% rename from SOURCES/php-5.4.0-phpize.patch rename to SOURCES/php-7.2.12-phpize.patch index e666e45..77913a5 100644 --- a/SOURCES/php-5.4.0-phpize.patch +++ b/SOURCES/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) diff --git a/SPECS/php72u.spec b/SPECS/php72u.spec index 13e6027..14ea55b 100644 --- a/SPECS/php72u.spec +++ b/SPECS/php72u.spec @@ -60,7 +60,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php72u -Version: 7.2.11 +Version: 7.2.12 Release: 1.ius%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -100,7 +100,7 @@ Patch8: php-7.2.0-libdb.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 @@ -1786,6 +1786,10 @@ exit 0 %changelog +* Thu Nov 08 2018 Carl George - 7.2.12-1.ius +- Latest upstream +- Sync rebased patch43 from Fedora + * Tue Oct 16 2018 Seth Ryder - 7.2.11-1.ius - Latest upstream