From 18fcca0e36f764007031980413b3776177f8e476 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jul 2019 10:03:18 +0200 Subject: v3.0.2 --- php-phpunit-php-token-stream3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 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 0025319..701920c 100644 --- a/php-phpunit-php-token-stream3.spec +++ b/php-phpunit-php-token-stream3.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpunit-php-token-stream3 # -# Copyright (c) 2010-2018 Christof Damian, Remi Collet +# Copyright (c) 2010-2019 Christof Damian, Remi Collet # # License: MIT # http://opensource.org/licenses/MIT @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit c99e3be9d3e85f60646f152f9002d46ed7770d18 +%global gh_commit c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c %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.1 +Version: 3.0.2 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 php73; do +for cmd in php php71 php72 php73 php74; 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 +* Mon Jul 8 2019 Remi Collet - 3.0.2-1 +- update to 3.0.2 + * Tue Oct 30 2018 Remi Collet - 3.0.1-1 - update to 3.0.1 -- cgit