diff options
Diffstat (limited to 'php-bartlett-PHP-Reflect.spec')
-rw-r--r-- | php-bartlett-PHP-Reflect.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec index 6456bbf..52176b7 100644 --- a/php-bartlett-PHP-Reflect.spec +++ b/php-bartlett-PHP-Reflect.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit daa49a81e1ba8a7bea1af71e787285870dc3d2ba +%global gh_commit c5c669565030b1d051dfa75feb49783ac6b9dfa9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150331 %global gh_owner llaville @@ -20,7 +20,7 @@ %endif Name: php-bartlett-PHP-Reflect -Version: 3.0.1 +Version: 3.1.0 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Adds the ability to reverse-engineer PHP @@ -191,6 +191,9 @@ fi %changelog +* Mon May 11 2015 Remi Collet <remi@fedoraproject.org> - 3.1.0-1 +- update to 3.1.0 + * Thu Apr 16 2015 Remi Collet <remi@fedoraproject.org> - 3.0.1-1 - update to 3.0.1 - raise dependency on nikic/php-parser >= 1.2.2 |