From df044fa8a307b0a2fb8a2ad356985cb80fa87d22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 11:35:31 +0200 Subject: rebuild for 7.4.0RC1 --- php-brotli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-brotli.spec b/php-brotli.spec index eac95bf..d74b65e 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -36,9 +36,9 @@ Summary: Brotli Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} Version: 0.7.0 %if 0%{?gh_date:1} -Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -228,6 +228,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet - 0.7.0-4 +- rebuild for 7.4.0RC1 + * Wed Jul 24 2019 Remi Collet - 0.7.0-3 - add patch for 7.4.0beta1 from https://github.com/kjdev/php-ext-brotli/pull/23 -- cgit