From 5a1cbd7b1b65f392cd6afb06acebef8c25dd82bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 May 2020 10:58:09 +0200 Subject: new snapshot --- php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index dccb911..7d82ca8 100644 --- a/php.spec +++ b/php.spec @@ -97,9 +97,9 @@ %global with_zip 0 -%global gh_commit 342754575237da912874f781a24eefe76434ce5a +%global gh_commit ebdcdf39ed779d9b9fc1f2dec5200f05d9c17996 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20200504 +%global gh_date 20200513 %global gh_owner php %global gh_project php-src %global upver 8.0.0 @@ -109,7 +109,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 8%{?dist} +Release: 9%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1814,6 +1814,9 @@ fi %changelog +* Wed May 13 2020 Remi Collet - 8.0.0~DEV.20200513-9 +- new snapshot + * Mon May 4 2020 Remi Collet - 8.0.0~DEV.20200504-8 - new snapshot - enchant: use libenchant-2 instead of libenchant -- cgit