diff options
-rw-r--r-- | php-xz.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-xz.spec b/php-xz.spec index 5bf98f2..9bc26d8 100644 --- a/php-xz.spec +++ b/php-xz.spec @@ -27,7 +27,7 @@ Summary: XZ (LZMA2) compression/decompression Name: %{?scl_prefix}php-%{pecl_name} Version: 1.1.2 -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;')}} License: PHP URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -174,6 +174,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.1.2-2 +- rebuild for 8.1.0RC1 + * Mon Aug 2 2021 Remi Collet <remi@remirepo.net> - 1.1.2-1 - update to 1.1.2 - drop all patches merged upstream |