summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-12 17:35:20 +0200
committerRemi Collet <remi@remirepo.net>2018-07-12 17:35:20 +0200
commitc86631b1527c019523171fedb9b3cbae26e53fad (patch)
tree270a88cf0080c2efdba20e46032393da5786a559
parent63985564f7e7856b817e29af44cb812b25dec152 (diff)
v3.0.2
-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