summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-lz4.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-lz4.spec b/php-lz4.spec
index 6bdc132..8ea54c7 100644
--- a/php-lz4.spec
+++ b/php-lz4.spec
@@ -32,9 +32,9 @@ Summary: LZ4 Extension for PHP
Name: %{?sub_prefix}php-lz4
Version: 0.3.6
%if 0%{?gh_date:1}
-Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: MIT
Group: Development/Languages
@@ -223,6 +223,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.3.6-2
+- rebuild for 7.4.0RC1
+
* Tue Aug 27 2019 Remi Collet <remi@remirepo.net> - 0.3.6-1
- update to 0.3.6 with bundled liblz4 version 1.9.2