From d294311207d2daea37e35caff49d7133f4a1e247 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Feb 2018 07:52:24 +0100 Subject: v2.4.11 --- composer.json | 2 +- php-tracy.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b38939d..7127b45 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.", "keywords": ["debug", "debugger", "nette", "profiler", "xdebug"], "homepage": "https://tracy.nette.org", - "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], + "license": ["BSD-3-Clause"], "authors": [ { "name": "David Grudl", diff --git a/php-tracy.spec b/php-tracy.spec index d8a35d4..e1e82a2 100644 --- a/php-tracy.spec +++ b/php-tracy.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tracy # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 5b302790edd71924dfe4ec44f499ef61df3f53a2 +%global gh_commit bcb93a9d4347be8779c83b200b64ea6f52d6f9ed #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.10 +Version: 2.4.11 %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 Feb 2 2018 Remi Collet - 2.4.11-1 +- Update to 2.4.11 + * Fri Oct 6 2017 Remi Collet - 2.4.10-1 - Update to 2.4.10 -- cgit