From 038fe1ab40122134c6e9bbc3f7df0d92d2e03a9d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Apr 2020 12:57:18 +0200 Subject: update to 1.0.1 --- php-sebastian-code-unit.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index cff568e..845f943 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Sources -%global gh_commit 8d8f09bd47c75159921e6e84fdef146343962866 +%global gh_commit 00d2094a93573796ec6666401be467fa6efcd86a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project code-unit @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Collection of value objects that represent the PHP code units @@ -99,7 +99,7 @@ EOF : Run tests ret=0 -for cmd in php php73 php74; do +for cmd in php php73 php74 php80; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit9 --verbose || ret=1 @@ -119,5 +119,8 @@ exit $ret %changelog +* Mon Apr 27 2020 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Fri Apr 3 2020 Remi Collet - 1.0.0-1 - initial package -- cgit