From 3e710f5c334921c442a03d0067310bfcdf7a2731 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jun 2020 12:11:44 +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 f246953..1f6a3c2 100644 --- a/php.spec +++ b/php.spec @@ -96,9 +96,9 @@ %global with_zip 0 -%global gh_commit 797c1c50886305333644dcfe7b6c0dc8fb1ca917 +%global gh_commit 18f2ef094af2b1ad961408fbaf222b9448df2750 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20200609 +%global gh_date 20200615 %global gh_owner php %global gh_project php-src %global upver 8.0.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: 18%{?dist} +Release: 19%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1781,6 +1781,9 @@ fi %changelog +* Mon Jun 15 2020 Remi Collet - 8.0.0~DEV.20200615-19 +- new snapshot + * Tue Jun 9 2020 Remi Collet - 8.0.0~DEV.20200609-18 - new snapshot - rebuild using oniguruma5php -- cgit