diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-10 18:10:25 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-10 18:10:25 +0100 |
commit | 07b90e85adff5954f3798fb52b02f15e11fb94e0 (patch) | |
tree | e91f363dff4ff09c04b35b36f81a2389e4ca6418 | |
parent | 23c2c66697b0a727d82a8dda6bb75c973912945f (diff) |
php-tracy: 2.4.4
-rw-r--r-- | php-tracy-dev.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tracy-dev.spec b/php-tracy-dev.spec index bc9df03..c4c2a06 100644 --- a/php-tracy-dev.spec +++ b/php-tracy-dev.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 9c352f10f41c374c5bb19191e385076430e39a20 +%global gh_commit c1ec73ea7661b79aa9fade863b75f8cad9f47bb5 #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -16,8 +16,8 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.4.3 -%global specrel 2 +Version: 2.4.4 +%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 +* Sat Dec 10 2016 Remi Collet <remi@fedoraproject.org> - 2.4.4-1 +- update to 2.4.4 + * Wed Nov 23 2016 Remi Collet <remi@fedoraproject.org> - 2.4.3-2 - set serialize_precision=14, fix FTBFS with php 7.1 |