From 9324bcab1ffa8f502ae62e93c7658ee90c5e918c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 May 2019 17:22:42 +0200 Subject: new snapshot --- php.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php.spec b/php.spec index 24688e5..d1f01e2 100644 --- a/php.spec +++ b/php.spec @@ -1,4 +1,4 @@ -# remirepo spec file for php73-php +# remirepo spec file for php74-php # with SCL and backport stuff, adapted from # # Fedora spec file for php @@ -96,9 +96,9 @@ %global with_zip 0 -%global gh_commit 7f68d5b7d8fd23f719078e0c37055558411aad07 +%global gh_commit 071b389bc6da9c6dc33e798806a0da63fc1cedf6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20190522 +%global gh_date 20190528 %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: 3%{?dist} +Release: 4%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -990,7 +990,7 @@ rm ext/zlib/tests/004-mb.phpt # Safety check for API version change. pver=$(sed -n '/#define PHP_VERSION /{s/.* "//;s/".*$//;p}' main/php_version.h) if test "x${pver}" != "x%{upver}%{?rcver}%{!?rcver:%{?gh_date:-dev}}"; then - : Error: Upstream PHP version is now ${pver}, expecting %{upver}%{?rcver}%{!?rcver:%{?gh_date:-dev}}. + : Error: Upstream PHP version is now ${upver}, expecting %{upver}%{?rcver}%{!?rcver:%{?gh_date:-dev}}. : Update the version/rcver macros and rebuild. exit 1 fi @@ -1795,6 +1795,9 @@ fi %changelog +* Tue May 28 2019 Remi Collet - 7.4.0~DEV.20190528-4 +- new snapshot + * Wed May 22 2019 Remi Collet - 7.4.0~DEV.20190522-3 - new snapshot with configuration updated from upstream -- cgit