summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sebastian-diff6.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-diff6.spec b/php-sebastian-diff6.spec
index 6f9d823..9ea6763 100644
--- a/php-sebastian-diff6.spec
+++ b/php-sebastian-diff6.spec
@@ -10,11 +10,11 @@
# disabled until phpunit11 available
%bcond_with tests
-%global gh_commit 3e3f502419518897a923aa1c64d51f9def2e0aff
+%global gh_commit ab83243ecc233de5655b76f577711de9f842e712
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project diff
-%global gh_date 2024-02-02
+%global gh_date 2024-03-02
# Packagist
%global pk_vendor sebastian
%global pk_project %{gh_project}
@@ -26,7 +26,7 @@
%global php_home %{_datadir}/php
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 6.0.0
+Version: 6.0.1
Release: 1%{?dist}
Summary: Diff implementation, version %{major}
@@ -121,6 +121,9 @@ exit $ret
%changelog
+* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 6.0.1-1
+- update to 6.0.1
+
* Mon Feb 5 2024 Remi Collet <remi@remirepo.net> - 6.0.0-1
- update to 6.0.0
- raise dependency on PHP 8.2