diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-01-15 18:49:15 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-01-15 18:49:15 +0100 | 
| commit | 61a6bd8f19c8ef37442d286c167bc778279aa4b6 (patch) | |
| tree | 298323a5173191b724c042ed4b664c4988205a06 | |
| parent | 5af84a3e6f485e2a3442f14cb52e832e3a00fe59 (diff) | |
php-tracy: 2.4.5
| -rw-r--r-- | php-tracy-dev.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tracy-dev.spec b/php-tracy-dev.spec index 235c8e0..82c97b7 100644 --- a/php-tracy-dev.spec +++ b/php-tracy-dev.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    c1ec73ea7661b79aa9fade863b75f8cad9f47bb5 +%global gh_commit    f1ec2f25347ca75dbadcb43244a9ac04dea29fc2  #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.4 +Version:        2.4.5  %global specrel 1  Release:        %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        Tracy: useful PHP debugger @@ -153,6 +153,9 @@ rm -rf %{buildroot}  %changelog +* Sun Jan 15 2017 Remi Collet <remi@fedoraproject.org> - 2.4.5-1 +- update to 2.4.5 +  * Sat Dec 10 2016 Remi Collet <remi@fedoraproject.org> - 2.4.4-1  - update to 2.4.4  | 
