diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 11:41:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 11:41:20 +0200 |
commit | b6ee1442bdf8d265a7fc1de79976bb79b90eaec4 (patch) | |
tree | 3ea0f22bf1aa7206dcccc579c5f22a570d02c942 | |
parent | 4a06bd667aebdfc18bce46fb34da6bb97dd558fa (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | php-lz4.spec | 7 |
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 |