From 68bb1c2d38c4b59171e9fae32310c7009fd12763 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 08:50:54 +0100 Subject: update to 0.1.2 --- php-microsoft-tolerant-php-parser.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-microsoft-tolerant-php-parser.spec') diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index 0e2658e..d908889 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-microsoft-tolerant-php-parser # -# Copyright (c) 2018-2021 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2018-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github -%global gh_commit 6a965617cf484355048ac6d2d3de7b6ec93abb16 +%global gh_commit 3eccfd273323aaf69513e2f1c888393f5947804b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Microsoft %global gh_project tolerant-php-parser @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_name} -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -95,7 +95,7 @@ rm tests/ParserGrammarTest.php : Run the test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php80 php81 php82; do if which $cmd; then $cmd %{_bindir}/phpunit8 \ --testsuite invariants \ @@ -128,6 +128,9 @@ exit $ret %changelog +* Mon Mar 6 2023 Remi Collet - 0.1.2-1 +- update to 0.1.2 + * Mon Jul 19 2021 Remi Collet - 0.1.1-1 - update to 0.1.1 -- cgit