From 72a32e05b1346805473c6670114efcdab798439b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jul 2025 15:45:53 +0200 Subject: rebuild for 8.5.0alpha3 --- php-lz4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 0.5.0-2 +- rebuild for 8.5.0alpha3 + * Tue Jul 15 2025 Remi Collet - 0.5.0-1 - update to 0.5.0 - re-license spec file to CECILL-2.1 -- cgit