summaryrefslogtreecommitdiffstats
path: root/php-nikic-php-parser4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-nikic-php-parser4.spec')
-rw-r--r--php-nikic-php-parser4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nikic-php-parser4.spec b/php-nikic-php-parser4.spec
index 4ea75df..37b5581 100644
--- a/php-nikic-php-parser4.spec
+++ b/php-nikic-php-parser4.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit b76bbc3c51f22c570648de48e8c2d941ed5e2cf2
+%global gh_commit 9a9981c347c5c49d6dfe5cf826bb882b824080dc
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nikic
%global gh_project PHP-Parser
@@ -21,7 +21,7 @@
%global major 4
Name: php-%{gh_owner}-%{pk_project}%{major}
-Version: 4.2.5
+Version: 4.3.0
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@@ -45,7 +45,7 @@ BuildRequires: php-pcre
BuildRequires: php-spl
# From composer.json, "require-dev": {
# "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0",
-# "ircmaxell/php-yacc": "0.0.4"
+# "ircmaxell/php-yacc": "0.0.5"
# remirepo:1
%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8
%global phpunit %{_bindir}/phpunit8
@@ -157,6 +157,9 @@ exit $ret
%changelog
+* Tue Nov 12 2019 Remi Collet <remi@remirepo.net> - 4.3.0-1
+- update to 4.3.0
+
* Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 4.2.5-1
- update to 4.2.5
- sources from git snapshot