From c86631b1527c019523171fedb9b3cbae26e53fad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jul 2018 17:35:20 +0200 Subject: v3.0.2 --- php-sebastian-comparator3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-sebastian-comparator3.spec') 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 - 3.0.2-1 +- update to 3.0.2 + * Tue Jun 19 2018 Remi Collet - 3.0.1-1 - update to 3.0.1 -- cgit