From efe7b7291cab06fe54983aee51852e6fb8a9ef73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Jun 2019 08:05:17 +0200 Subject: v1.1.3 --- php-theseer-tokenizer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-theseer-tokenizer.spec b/php-theseer-tokenizer.spec index 9d37986..958c292 100644 --- a/php-theseer-tokenizer.spec +++ b/php-theseer-tokenizer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 1c42705be2b6c1de5904f8afacef5895cab44bf8 +%global gh_commit 11336f6f84e16a720dae9d8e6ed5019efa85a0f9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor theseer %global gh_project tokenizer @@ -14,7 +14,7 @@ %global ns_project Tokenizer Name: php-%{gh_vendor}-%{gh_project} -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} Summary: Library for converting tokenized PHP source code into XML @@ -81,7 +81,7 @@ cp -pr src %{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project} %check ret=0 -for cmdarg in "php %{phpunit}" php71 php72 php73; do +for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 -d auto_prepend_file=%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php \ @@ -102,6 +102,9 @@ exit $ret %changelog +* Fri Jun 14 2019 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Thu Apr 4 2019 Remi Collet - 1.1.2-1 - update to 1.1.2 (no change) - switch back to phpunit 6 and 7 -- cgit