From 036f13aaa85672e4d60110e7016dfff750c8a612 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Sep 2017 11:05:27 +0200 Subject: v3.1.1 --- php-nikic-php-parser3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-nikic-php-parser3.spec b/php-nikic-php-parser3.spec index dccb153..c1d600e 100644 --- a/php-nikic-php-parser3.spec +++ b/php-nikic-php-parser3.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 4d4896e553f2094e657fe493506dc37c509d4e2b +%global gh_commit a1e8e1a30e1352f118feff1a8481066ddc2f234a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -14,7 +14,7 @@ %global php_home %{_datadir}/php %global with_tests 0%{!?_without_tests:1} %global major 3 -%global minor 1.0 +%global minor 1.1 %global eolv1 0 %global eolv2 0 @@ -135,6 +135,9 @@ exit $ret %changelog +* Mon Sep 4 2017 Remi Collet - 3.1.1-1 +- Update to 3.1.1 + * Sat Aug 5 2017 Remi Collet - 3.1.0-1 - Update to 3.1.0 -- cgit