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:
|
||||
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="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 \
|
||||
|
|
6
php.spec
6
php.spec
|
@ -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
|
||||
|
@ -41,7 +41,7 @@ Source7: create_data_file.php
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue