diff options
| -rw-r--r-- | php-tracy.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tracy.spec b/php-tracy.spec index ab01117..d8a35d4 100644 --- a/php-tracy.spec +++ b/php-tracy.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    efe45da0aa3a50ce5356be39f2168d7925d94f3d +%global gh_commit    5b302790edd71924dfe4ec44f499ef61df3f53a2  #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.4.9 +Version:        2.4.10  %global specrel 1  Release:        %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Tracy: useful PHP debugger @@ -139,6 +139,9 @@ exit $ret  %changelog +* Fri Oct  6 2017 Remi Collet <remi@remirepo.net> - 2.4.10-1 +- Update to 2.4.10 +  * Thu Aug 17 2017 Remi Collet <remi@remirepo.net> - 2.4.9-1  - Update to 2.4.9  | 
