summaryrefslogtreecommitdiffstats
path: root/php-brotli.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-brotli.spec')
-rw-r--r--php-brotli.spec7
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