From 43c9d88475417a84986e844b51d6e8eb3d159dec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jun 2019 11:38:24 +0200 Subject: new snapshot --- php.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 8400270..9bd59cb 100644 --- a/php.spec +++ b/php.spec @@ -96,9 +96,9 @@ %global with_zip 0 -%global gh_commit b06f05bf4782c4c7110f9d974db1b70c4cda36c0 +%global gh_commit 8f854c109927019192721a890ed7f201db1e2f87 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20190529 +%global gh_date 20190605 %global gh_owner php %global gh_project php-src %global upver 7.4.0 @@ -108,7 +108,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 5%{?dist} +Release: 6%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -172,7 +172,6 @@ Patch91: php-7.2.0-oci8conf.patch Patch300: php-7.0.10-datetests.patch # WIP -Patch400: https://patch-diff.githubusercontent.com/raw/php/php-src/pull/4203.patch BuildRequires: bzip2-devel BuildRequires: pkgconfig(libcurl) >= 7.15.5 @@ -945,7 +944,6 @@ in pure PHP. %patch300 -p1 -b .datetests # WIP patch -%patch400 -p1 -b .pr4203 # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE @@ -1798,6 +1796,9 @@ fi %changelog +* Wed Jun 5 2019 Remi Collet - 7.4.0~DEV.20190605-6 +- new snapshot + * Wed May 29 2019 Remi Collet - 7.4.0~DEV.20190529-5 - new snapshot - bump ABI version -- cgit