From a886a74670a3c050ef9e4e0234543442eddc4273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Sat, 1 Dec 2018 00:44:30 +0300 Subject: [PATCH] Updated to 7.3.0-0.RC6.1 --- .abf.yml | 2 +- php-phpize.diff | 6 +++--- php.spec | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.abf.yml b/.abf.yml index 1a01530..9670b48 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - php-7.3.0RC1.tar.xz: 60d0942021f6d26d416da655d42f06e264a78077 + php-7.3.0RC6.tar.xz: b6396dea2a03b1e59f94d2c0e3becb00ee40122c diff --git a/php-phpize.diff b/php-phpize.diff index e71ecab..d1fa8a8 100644 --- a/php-phpize.diff +++ b/php-phpize.diff @@ -16,8 +16,8 @@ diff -up php-7.3.0RC1/scripts/phpize.in.phpize.droplet php-7.3.0RC1/scripts/phpi FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4" FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php" --CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \ -+CLEAN_FILES="$FILES *.o *.so *.lo *.la .deps .libs/ build/ modules/ install-sh \ +-CLEAN_FILES="$FILES *.o *.lo *.la .libs/ build/ modules/ install-sh \ ++CLEAN_FILES="$FILES *.o *.so *.lo *.la .libs/ build/ modules/ install-sh \ mkinstalldirs missing config.nice config.sub config.guess configure configure.ac \ aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache autom4te.cache/ \ config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h \ @@ -26,7 +26,7 @@ diff -up php-7.3.0RC1/scripts/phpize.in.phpize.droplet php-7.3.0RC1/scripts/phpi test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader + test -z "$PHP_ACLOCAL" && PHP_ACLOCAL=aclocal - + if test ! -x "$PHP_AUTOCONF" && test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then cat <