Update to 7.2.12 - http://www.php.net/releases/7_2_12.php
This commit is contained in:
parent
740de83b3e
commit
1020e9f401
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ php-7.1.*.xz
|
||||
/php-7.2.9.tar.xz
|
||||
/php-7.2.10.tar.xz
|
||||
/php-7.2.11.tar.xz
|
||||
/php-7.2.12.tar.xz
|
||||
|
@ -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)
|
10
php.spec
10
php.spec
@ -58,12 +58,11 @@
|
||||
%global with_lmdb 0
|
||||
%endif
|
||||
|
||||
%global upver 7.2.11
|
||||
#global rcver RC1
|
||||
%global upver 7.2.12
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
Name: php
|
||||
Version: %{upver}%{?rcver:~%{rcver}}
|
||||
Version: %{upver}
|
||||
Release: 1%{?dist}
|
||||
# All files licensed under PHP version 3.01, except
|
||||
# Zend is licensed under Zend
|
||||
@ -102,7 +101,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
|
||||
@ -1556,6 +1555,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 6 2018 Remi Collet <remi@remirepo.net> - 7.2.12-1
|
||||
- Update to 7.2.12 - http://www.php.net/releases/7_2_12.php
|
||||
|
||||
* Wed Oct 10 2018 Remi Collet <remi@remirepo.net> - 7.2.11-1
|
||||
- Update to 7.2.11 - http://www.php.net/releases/7_2_11.php
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (php-7.2.11.tar.xz) = 0cd8578147d17d612e013dfc22b73977719177058b39c7b61dd0bfdfb8c2441aba78af49f58c824f7e66c89b5ad201c36fafb89ccf1e2d20f19b79d6a8fed7e5
|
||||
SHA512 (php-7.2.12.tar.xz) = bbeaed1278d0d2f1ecb2249dab1ebaab1489ef43be0797dac57d8b523d8e5d284166e6cbf52095f5d34eef447fbdeb0c6916caaa5770221a180ec064f4ffcad8
|
||||
|
Loading…
Reference in New Issue
Block a user