diff options
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 04f8070..f575ca7 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -6,13 +6,13 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    61cf1cc061437274ba2bb4ec2e541e243935ee32 +%global gh_commit    86f65a4c99aa3f84a0be3354acd4174df57cceb1  #global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     llaville  %global gh_project   php-compat-info  Name:           php-bartlett-PHP-CompatInfo -Version:        3.7.0 +Version:        3.7.1  %global specrel 1  Release:        %{?gh_short:0.%{specrel}.git%{gh_short}}%{!?gh_short:%{specrel}}%{?dist}  Summary:        Find out version and the extensions required for a piece of code to run @@ -127,6 +127,9 @@ fi  %changelog +* Fri Dec 19 2014 Remi Collet <remi@fedoraproject.org> - 3.7.1-1 +- Update to 3.7.1 +  * Fri Dec 12 2014 Remi Collet <remi@fedoraproject.org> - 3.7.0-1  - Update to 3.7.0  | 
