summaryrefslogtreecommitdiffstats
path: root/php-lz4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-lz4.spec')
-rw-r--r--php-lz4.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 0.6.0-1
+- update to 0.6.0
+
* Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 0.5.0-3
- rebuild for PHP 8.5.0RC1