From bccca6384fd9f948976190c176e642dbfbd3cbf2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Oct 2018 08:46:06 +0100 Subject: v3.0.1 --- php-phpunit-php-token-stream3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-php-token-stream3.spec') diff --git a/php-phpunit-php-token-stream3.spec b/php-phpunit-php-token-stream3.spec index d787fe3..0025319 100644 --- a/php-phpunit-php-token-stream3.spec +++ b/php-phpunit-php-token-stream3.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 21ad88bbba7c3d93530d93994e0a33cd45f02ace +%global gh_commit c99e3be9d3e85f60646f152f9002d46ed7770d18 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-token-stream @@ -26,7 +26,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.0 +Version: 3.0.1 Release: 1%{?dist} Summary: Wrapper around PHP tokenizer extension @@ -87,7 +87,7 @@ touch vendor/autoload.php : 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 --verbose || ret=1 @@ -110,6 +110,9 @@ exit $ret %changelog +* Tue Oct 30 2018 Remi Collet - 3.0.1-1 +- update to 3.0.1 + * Wed Feb 7 2018 Remi Collet - 3.0.0-1 - normal build -- cgit