From 9b7969bc8f1416eaf80728468eb2be39e3a53dbc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jun 2019 13:44:09 +0200 Subject: 7.4.0alpha2 --- php.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index c7414a1..8e546dc 100644 --- a/php.spec +++ b/php.spec @@ -103,13 +103,13 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.0 -%global rcver alpha1 -%global lower alpha1 +%global rcver alpha2 +%global lower alpha2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 10%{?dist} +Release: 11%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -165,9 +165,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: https://github.com/php/php-src/commit/175c7bf6fe0ceeb4b5dc08e08837b411ab05ff6b.patch -Patch101: https://github.com/php/php-src/commit/b2b0e5246650bc6b63e841614110e471a061d577.patch -Patch102: https://github.com/php/php-src/commit/b64107531b35e9bc2312cd1ed8c030782e7841d8.patch # Security fixes (200+) @@ -943,9 +940,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -%patch101 -p1 -%patch102 -p1 # security patches @@ -1805,6 +1799,9 @@ fi %changelog +* Tue Jun 25 2019 Remi Collet - 7.4.0~alpha2-11 +- update to 7.4.0alpha2 + * Mon Jun 17 2019 Remi Collet - 7.4.0~alpha1-10 - use oracle client library version 19.3 -- cgit