From 5ffeacee85055a1430a6b4c2aaddee55c52f7d5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Jan 2017 06:07:06 +0100 Subject: php-tracy: 2.4.6 --- php-tracy-dev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-tracy-dev.spec b/php-tracy-dev.spec index 82c97b7..a939dbd 100644 --- a/php-tracy-dev.spec +++ b/php-tracy-dev.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit f1ec2f25347ca75dbadcb43244a9ac04dea29fc2 +%global gh_commit c9fbca15b0a11d904c7783b7aad114182618d8d4 #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.5 +Version: 2.4.6 %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 +* Mon Jan 30 2017 Remi Collet - 2.4.6-1 +- update to 2.4.6 + * Sun Jan 15 2017 Remi Collet - 2.4.5-1 - update to 2.4.5 -- cgit