summaryrefslogtreecommitdiffstats
path: root/php-sebastian-comparator6.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sebastian-comparator6.spec')
-rw-r--r--php-sebastian-comparator6.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-sebastian-comparator6.spec b/php-sebastian-comparator6.spec
index 87d9663..722db25 100644
--- a/php-sebastian-comparator6.spec
+++ b/php-sebastian-comparator6.spec
@@ -10,11 +10,11 @@
# disabled until phpunit11 available
%bcond_with tests
-%global gh_commit 131942b86d3587291067a94f295498ab6ac79c20
+%global gh_commit 450d8f237bd611c45b5acf0733ce43e6bb280f81
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project comparator
-%global gh_date 2024-07-03
+%global gh_date 2024-08-12
# Packagist
%global pk_vendor sebastian
%global pk_project %{gh_project}
@@ -25,7 +25,7 @@
%global ns_project Comparator
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 6.0.1
+Version: 6.0.2
Release: 1%{?dist}
Summary: Compare PHP values for equality, version %{major}
@@ -108,7 +108,7 @@ mkdir vendor
: Run upstream test suite
ret=0
-for cmd in php php82 php83; do
+for cmd in php php82 php83 php84; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit11 --no-coverage || ret=1
@@ -127,6 +127,9 @@ exit $ret
%changelog
+* Mon Aug 12 2024 Remi Collet <remi@remirepo.net> - 6.0.2-1
+- update to 6.0.2
+
* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 6.0.1-1
- update to 6.0.1