diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-14 08:05:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-14 08:05:17 +0200 |
commit | efe7b7291cab06fe54983aee51852e6fb8a9ef73 (patch) | |
tree | f9fa867c534d466874df9d70a89ce55d4a899faa | |
parent | a9d0d2d70871df0a2f3fbda48f46b7c3602797a2 (diff) |
v1.1.3
-rw-r--r-- | php-theseer-tokenizer.spec | 9 |
1 files 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 <remi@remirepo.net> - 1.1.3-1 +- update to 1.1.3 + * Thu Apr 4 2019 Remi Collet <remi@remirepo.net> - 1.1.2-1 - update to 1.1.2 (no change) - switch back to phpunit 6 and 7 |