diff options
Diffstat (limited to 'php-nikic-php-parser3.spec')
-rw-r--r-- | php-nikic-php-parser3.spec | 8 |
1 files 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 <remi@remirepo.net> - 3.1.2-1 +- Update to 3.1.2 + * Mon Sep 4 2017 Remi Collet <remi@remirepo.net> - 3.1.1-1 - Update to 3.1.1 |