Updated to 7.3.0-0.RC6.1

This commit is contained in:
Алзим 2018-12-01 00:44:30 +03:00
parent b8d208ae8f
commit a886a74670
3 changed files with 8 additions and 8 deletions

View file

@ -1,2 +1,2 @@
sources:
php-7.3.0RC1.tar.xz: 60d0942021f6d26d416da655d42f06e264a78077
php-7.3.0RC6.tar.xz: b6396dea2a03b1e59f94d2c0e3becb00ee40122c

View file

@ -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 \

View file

@ -16,13 +16,13 @@
%define __noautoreq '.*/bin/awk|.*/bin/gawk'
%define beta RC1
%define beta RC6
Summary: The PHP7 scripting language
Name: php
Version: 7.3.0
%if "%{beta}" != ""
Release: 0.%{beta}.2
Release: 0.%{beta}.1
Source0: https://downloads.php.net/~cmb/php-%{version}%{beta}.tar.xz
%else
Release: 1
@ -38,10 +38,10 @@ Source5: php-fpm.sysconf
Source6: php-fpm.logrotate
# S7 comes from ext/fileinfo/create_data_file.php but could be removed someday
Source7: create_data_file.php
Source9: php-fpm-tmpfiles.conf
Source9: php-fpm-tmpfiles.conf
Source10: php.ini
Patch1: php-shared.diff
Patch2: php-mariadb-10.3.patch
#Patch2: php-mariadb-10.3.patch
Patch3: php-libtool.diff
Patch4: php-phpize.diff
Patch5: php-phpbuilddir.diff