diff options
| -rw-r--r-- | php-tracy.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tracy.spec b/php-tracy.spec index 33ad72f..a5b288e 100644 --- a/php-tracy.spec +++ b/php-tracy.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    3db887daa2a7a120189da73e9cf8ff415adfd70e +%global gh_commit    0378bbc73ba54be60f90a00faa148768fb723406  #global gh_date      20150728  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     nette @@ -16,7 +16,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_project} -Version:        2.3.9 +Version:        2.3.10  %global specrel 1  Release:        %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Tracy: useful PHP debugger @@ -145,6 +145,9 @@ rm -rf %{buildroot}  %changelog +* Mon Feb 29 2016 Remi Collet <remi@fedoraproject.org> - 2.3.10-1 +- update to 2.3.10 +  * Mon Feb 22 2016 Remi Collet <remi@fedoraproject.org> - 2.3.9-1  - update to 2.3.9 @@ -162,4 +165,4 @@ rm -rf %{buildroot}  - update to 2.3.6  * Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 2.3.5-1 -- initial package
\ No newline at end of file +- initial package  | 
