mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-23 06:42:48 +00:00
Updated to 7.3.0-0.RC6.1
This commit is contained in:
parent
b8d208ae8f
commit
a886a74670
3 changed files with 8 additions and 8 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
php-7.3.0RC1.tar.xz: 60d0942021f6d26d416da655d42f06e264a78077
|
php-7.3.0RC6.tar.xz: b6396dea2a03b1e59f94d2c0e3becb00ee40122c
|
||||||
|
|
|
@ -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_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"
|
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 *.lo *.la .libs/ build/ modules/ install-sh \
|
||||||
+CLEAN_FILES="$FILES *.o *.so *.lo *.la .deps .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 \
|
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/ \
|
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 \
|
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_AUTOCONF" && PHP_AUTOCONF=autoconf
|
||||||
test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader
|
test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader
|
||||||
+ test -z "$PHP_ACLOCAL" && PHP_ACLOCAL=aclocal
|
+ test -z "$PHP_ACLOCAL" && PHP_ACLOCAL=aclocal
|
||||||
|
|
||||||
if test ! -x "$PHP_AUTOCONF" && test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
|
if test ! -x "$PHP_AUTOCONF" && test ! -x "`$php_shtool path $PHP_AUTOCONF`"; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
@@ -138,6 +139,14 @@ Cannot find autoheader. Please check you
|
@@ -138,6 +139,14 @@ Cannot find autoheader. Please check you
|
||||||
|
|
8
php.spec
8
php.spec
|
@ -16,13 +16,13 @@
|
||||||
|
|
||||||
%define __noautoreq '.*/bin/awk|.*/bin/gawk'
|
%define __noautoreq '.*/bin/awk|.*/bin/gawk'
|
||||||
|
|
||||||
%define beta RC1
|
%define beta RC6
|
||||||
|
|
||||||
Summary: The PHP7 scripting language
|
Summary: The PHP7 scripting language
|
||||||
Name: php
|
Name: php
|
||||||
Version: 7.3.0
|
Version: 7.3.0
|
||||||
%if "%{beta}" != ""
|
%if "%{beta}" != ""
|
||||||
Release: 0.%{beta}.2
|
Release: 0.%{beta}.1
|
||||||
Source0: https://downloads.php.net/~cmb/php-%{version}%{beta}.tar.xz
|
Source0: https://downloads.php.net/~cmb/php-%{version}%{beta}.tar.xz
|
||||||
%else
|
%else
|
||||||
Release: 1
|
Release: 1
|
||||||
|
@ -38,10 +38,10 @@ Source5: php-fpm.sysconf
|
||||||
Source6: php-fpm.logrotate
|
Source6: php-fpm.logrotate
|
||||||
# S7 comes from ext/fileinfo/create_data_file.php but could be removed someday
|
# S7 comes from ext/fileinfo/create_data_file.php but could be removed someday
|
||||||
Source7: create_data_file.php
|
Source7: create_data_file.php
|
||||||
Source9: php-fpm-tmpfiles.conf
|
Source9: php-fpm-tmpfiles.conf
|
||||||
Source10: php.ini
|
Source10: php.ini
|
||||||
Patch1: php-shared.diff
|
Patch1: php-shared.diff
|
||||||
Patch2: php-mariadb-10.3.patch
|
#Patch2: php-mariadb-10.3.patch
|
||||||
Patch3: php-libtool.diff
|
Patch3: php-libtool.diff
|
||||||
Patch4: php-phpize.diff
|
Patch4: php-phpize.diff
|
||||||
Patch5: php-phpbuilddir.diff
|
Patch5: php-phpbuilddir.diff
|
||||||
|
|
Loading…
Add table
Reference in a new issue