summaryrefslogtreecommitdiffstats
path: root/php-tracy.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-22 06:49:03 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-22 06:49:03 +0100
commit9e429746ddb29976e878e25b59a278328e40f9ea (patch)
tree8419b8e159440f334349324e4bc4eb63155b7ec6 /php-tracy.spec
parent253e642cb689e54b95bd7c52ddafe351ecf5b46c (diff)
php-tracy: 2.3.9
Diffstat (limited to 'php-tracy.spec')
-rw-r--r--php-tracy.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/php-tracy.spec b/php-tracy.spec
index f1771ec..33ad72f 100644
--- a/php-tracy.spec
+++ b/php-tracy.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 9aa0ade4444def3178aa808255ea326b9e3da9f2
+%global gh_commit 3db887daa2a7a120189da73e9cf8ff415adfd70e
#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.3.8
-%global specrel 2
+Version: 2.3.9
+%global specrel 1
Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Tracy: useful PHP debugger
@@ -28,9 +28,6 @@ Source0: %{name}-%{version}-%{gh_short}.tgz
# pull a git snapshot to get test sutie
Source1: makesrc.sh
-# Fix test for new PHP
-Patch1: %{name}-upstream.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php-composer(theseer/autoload)
@@ -85,8 +82,6 @@ To use this library, you just have to add, in your project:
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch1 -p1 -b .upstream
-
# drop upstream autoloader which is outside tree
rm src/tracy.php
# move
@@ -150,6 +145,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Feb 22 2016 Remi Collet <remi@fedoraproject.org> - 2.3.9-1
+- update to 2.3.9
+
* Sun Feb 14 2016 Remi Collet <remi@fedoraproject.org> - 2.3.8-2
- add upstream patch for new PHP