From 8b28f8e1f1d08f743c2e9c4935d02b740edcad9e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Nov 2023 07:56:11 +0100 Subject: update to 1.2.2 --- php-theseer-tokenizer.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-theseer-tokenizer.spec b/php-theseer-tokenizer.spec index 1a5e3b7..8c9e396 100644 --- a/php-theseer-tokenizer.spec +++ b/php-theseer-tokenizer.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 34a41e998c2183e22995f158c581e7b5e755ab9e +%global gh_commit b2ad5003ca10d4ee50a12da31de12a5774ba6b96 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor theseer %global gh_project tokenizer @@ -14,8 +14,8 @@ %global ns_project Tokenizer Name: php-%{gh_vendor}-%{gh_project} -Version: 1.2.1 -Release: 5%{?dist} +Version: 1.2.2 +Release: 1%{?dist} Summary: Library for converting tokenized PHP source code into XML License: BSD-3-Clause @@ -75,7 +75,7 @@ cp -pr src %{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project} %check ret=0 -for cmdarg in php php80 php81 php82; do +for cmdarg in php php80 php81 php82 php83; do if which $cmdarg; then $cmdarg -d auto_prepend_file=%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php \ %{_bindir}/phpunit9 \ @@ -95,6 +95,9 @@ exit $ret %changelog +* Mon Nov 20 2023 Remi Collet - 1.2.2-1 +- update to 1.2.2 + * Thu Apr 20 2023 Remi Collet - 1.2.1-5 - use SPDX license ID - switch to phpunit9 -- cgit