From 40a47ca2cfc4cc8a63885dbf4ab962ce1aa5db68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 11:21:21 +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 6fc5d71..063641f 100644 --- a/php.spec +++ b/php.spec @@ -97,9 +97,9 @@ %global with_zip 0 -%global gh_commit 33b5c026aa0b3f4a88a1be599463138cb79ebb5d +%global gh_commit cf3b133a86e45fddf862d3d0dc579d51d661afa8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20200513 +%global gh_date 20200526 %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: 12%{?dist} +Release: 13%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1816,6 +1816,9 @@ fi %changelog +* Tue May 26 2020 Remi Collet - 8.0.0~DEV.20200526-13 +- new snapshot + * Wed May 20 2020 Remi Collet - 8.0.0~DEV.20200519-12 - use php-config from embed SAPI to reduce used libs -- cgit