From f773f517c1125650c3fdf9e3d3b70f63d7ff5e77 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Nov 2017 10:11:57 +0100 Subject: v3.1.2 --- php-nikic-php-parser3.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-nikic-php-parser3.spec b/php-nikic-php-parser3.spec index c1d600e..3076221 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 a1e8e1a30e1352f118feff1a8481066ddc2f234a +%global gh_commit 08131e7ff29de6bb9f12275c7d35df71f25f4d89 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -14,13 +14,12 @@ %global php_home %{_datadir}/php %global with_tests 0%{!?_without_tests:1} %global major 3 -%global minor 1.1 %global eolv1 0 %global eolv2 0 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: %{major}.%{minor} +Version: 3.1.2 Release: 1%{?dist} Summary: A PHP parser written in PHP @@ -135,6 +134,9 @@ exit $ret %changelog +* Mon Nov 6 2017 Remi Collet - 3.1.2-1 +- Update to 3.1.2 + * Mon Sep 4 2017 Remi Collet - 3.1.1-1 - Update to 3.1.1 -- cgit