diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 11:35:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 11:35:31 +0200 |
commit | df044fa8a307b0a2fb8a2ad356985cb80fa87d22 (patch) | |
tree | 80f51b0d199ac471b4f90945a76bdf76a964c956 | |
parent | e79fcd4985dd0c89a3686f3073de183a007d959c (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | php-brotli.spec | 7 |
1 files 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 <remi@remirepo.net> - 0.7.0-4 +- rebuild for 7.4.0RC1 + * Wed Jul 24 2019 Remi Collet <remi@remirepo.net> - 0.7.0-3 - add patch for 7.4.0beta1 from https://github.com/kjdev/php-ext-brotli/pull/23 |