summaryrefslogtreecommitdiffstats
path: root/php-microsoft-tolerant-php-parser.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-06 08:50:54 +0100
committerRemi Collet <remi@php.net>2023-03-06 08:50:54 +0100
commit68bb1c2d38c4b59171e9fae32310c7009fd12763 (patch)
tree3c84417cad7da5631de61c91ce5c9ab6db47ea0d /php-microsoft-tolerant-php-parser.spec
parent557093f38bee71d3a7637933d1f77b4846281c0b (diff)
update to 0.1.2HEADmaster
Diffstat (limited to 'php-microsoft-tolerant-php-parser.spec')
-rw-r--r--php-microsoft-tolerant-php-parser.spec13
1 files changed, 8 insertions, 5 deletions
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 <remi@remirepo.net> - 0.1.2-1
+- update to 0.1.2
+
* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 0.1.1-1
- update to 0.1.1