From 3ff6ccdda55f9407c5ed50abbebb9c516e7a1d95 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Nov 2025 07:31:43 +0100 Subject: update to 0.6.0 --- php-lz4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-lz4.spec') diff --git a/php-lz4.spec b/php-lz4.spec index 45e06f4..13cc5bb 100644 --- a/php-lz4.spec +++ b/php-lz4.spec @@ -22,7 +22,7 @@ %bcond_with liblz4 %endif -%global gh_commit 83c6409ae7a98c91ce7419e9028f49ce6bf94863 +%global gh_commit bf27b2c13922b6fbeb2eac5251be4e8a95d01e36 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-lz4 @@ -36,8 +36,8 @@ Summary: LZ4 Extension for PHP Name: %{?scl_prefix}php-lz4 -Version: 0.5.0 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 0.6.0 +Release: 1%{?dist} License: MIT Group: Development/Languages URL: https://github.com/%{gh_owner}/%{gh_project} @@ -198,6 +198,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Nov 7 2025 Remi Collet - 0.6.0-1 +- update to 0.6.0 + * Thu Sep 25 2025 Remi Collet - 0.5.0-3 - rebuild for PHP 8.5.0RC1 -- cgit