summaryrefslogtreecommitdiffstats
path: root/php-sebastian-comparator4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-14 14:35:34 +0200
committerRemi Collet <remi@php.net>2022-09-14 14:35:34 +0200
commitb3019cbe5cc183602aa5f5f13a1e98b6e80e5aae (patch)
tree5132acb849a8245ce34d40a9f2816bdf1d07048e /php-sebastian-comparator4.spec
parent838c7e79efbce700923af35f64f89d81d1b14abd (diff)
update to 4.0.7
Diffstat (limited to 'php-sebastian-comparator4.spec')
-rw-r--r--php-sebastian-comparator4.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-sebastian-comparator4.spec b/php-sebastian-comparator4.spec
index d2f187b..21ef52b 100644
--- a/php-sebastian-comparator4.spec
+++ b/php-sebastian-comparator4.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for php-sebastian-comparator4
#
-# Copyright (c) 2014-2020 Remi Collet
+# Copyright (c) 2014-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 55f4261989e546dc112258c7a75935a81a7ce382
+%global gh_commit 7fa545db548c90bdebeb9da0583001a252be5578
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project comparator
@@ -26,7 +26,7 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 4.0.6
+Version: 4.0.7
Release: 1%{?dist}
Summary: Compare PHP values for equality, version %{major}
@@ -114,7 +114,7 @@ mkdir vendor
: Run upstream test suite
ret=0
-for cmd in php php73 php74 php80; do
+for cmd in php php74 php80 php81 php82; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit9 --no-coverage --verbose || ret=1
@@ -135,6 +135,9 @@ exit $ret
%changelog
+* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 4.0.7-1
+- update to 4.0.7
+
* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 4.0.6-1
- update to 4.0.6