summaryrefslogtreecommitdiffstats
path: root/php-sebastian-comparator3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sebastian-comparator3.spec')
-rw-r--r--php-sebastian-comparator3.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-comparator3.spec b/php-sebastian-comparator3.spec
index 0ca2bb1..b2ccc37 100644
--- a/php-sebastian-comparator3.spec
+++ b/php-sebastian-comparator3.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 591a30922f54656695e59b1f39501aec513403da
+%global gh_commit 5de4fc177adf9bce8df98d8d141a7559d7ccf6da
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project comparator
@@ -24,7 +24,7 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.0.1
+Version: 3.0.2
Release: 1%{?dist}
Summary: Compare PHP values for equality
@@ -111,7 +111,7 @@ mkdir vendor
: Run upstream test suite
ret=0
-for cmd in php php71 php72; do
+for cmd in php php71 php72 php73; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit7 --no-coverage --verbose || ret=1
@@ -132,6 +132,9 @@ exit $ret
%changelog
+* Thu Jul 12 2018 Remi Collet <remi@remirepo.net> - 3.0.2-1
+- update to 3.0.2
+
* Tue Jun 19 2018 Remi Collet <remi@remirepo.net> - 3.0.1-1
- update to 3.0.1