diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 15:45:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 15:45:53 +0200 |
commit | 72a32e05b1346805473c6670114efcdab798439b (patch) | |
tree | 94b5ad0e1aa11d3e24928fe6dabe956455df27b6 | |
parent | 06cda7fed1dadae68fc25307f4374f8eaca000c3 (diff) |
-rw-r--r-- | php-lz4.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-lz4.spec b/php-lz4.spec index 4d2b45f..a5b77ea 100644 --- a/php-lz4.spec +++ b/php-lz4.spec @@ -37,7 +37,7 @@ Summary: LZ4 Extension for PHP Name: %{?scl_prefix}php-lz4 Version: 0.5.0 -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: MIT Group: Development/Languages URL: https://github.com/%{gh_owner}/%{gh_project} @@ -196,6 +196,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 0.5.0-2 +- rebuild for 8.5.0alpha3 + * Tue Jul 15 2025 Remi Collet <remi@remirepo.net> - 0.5.0-1 - update to 0.5.0 - re-license spec file to CECILL-2.1 |