From 3881ecfc4d660ebf5e5fbdb48921a6c009c858a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Nov 2019 11:02:53 +0100 Subject: v4.3.0 --- composer.json | 4 ++-- php-nikic-php-parser4.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index df6f2ea..e7d0d18 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ }, "require-dev": { "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0", - "ircmaxell/php-yacc": "0.0.4" + "ircmaxell/php-yacc": "0.0.5" }, "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.3-dev" } }, "autoload": { 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 - 4.3.0-1 +- update to 4.3.0 + * Mon Oct 28 2019 Remi Collet - 4.2.5-1 - update to 4.2.5 - sources from git snapshot -- cgit