From 374d7087ddc73e22002e2cc908d6056966267be8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Feb 2016 07:06:52 +0100 Subject: php-tracy: 2.3.10 --- php-tracy.spec | 9 ++++++--- 1 file 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 - 2.3.10-1 +- update to 2.3.10 + * Mon Feb 22 2016 Remi Collet - 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 - 2.3.5-1 -- initial package \ No newline at end of file +- initial package -- cgit