diff options
-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 |