summaryrefslogtreecommitdiffstats
path: root/php-tracy.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tracy.spec')
-rw-r--r--php-tracy.spec16
1 files changed, 6 insertions, 10 deletions
diff --git a/php-tracy.spec b/php-tracy.spec
index 66f4984..1dfef6b 100644
--- a/php-tracy.spec
+++ b/php-tracy.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e9e93b778a75760a939593384e326fb65f9a0da2
+%global gh_commit 4538cbe7f11d03d78afd34a168ca1c966792a3d6
#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.7
+Version: 2.4.8
%global specrel 1
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Tracy: useful PHP debugger
@@ -28,7 +28,6 @@ Source0: %{name}-%{version}-%{gh_short}.tgz
# pull a git snapshot to get test sutie
Source1: makesrc.sh
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php-composer(theseer/autoload)
%if %{with_tests}
@@ -99,7 +98,6 @@ EOF
%install
-rm -rf %{buildroot}
mkdir -p %{buildroot}%{php_home}
cp -pr src/* %{buildroot}%{php_home}/
@@ -121,7 +119,7 @@ EOF
ret=0
# PHP 7.1/7.2: Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
# In local build, OK in mock
-for cmd in php php56 php70 php71; do
+for cmd in php php56 php70 php71 php72; do
if which $cmd; then
$cmd %{_bindir}/nette-tester --colors 0 -p $cmd -C tests -d serialize_precision=14 -s || ret=1
fi
@@ -132,12 +130,7 @@ exit $ret
%endif
-%clean
-rm -rf %{buildroot}
-
-
%files
-%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license license.md
%doc readme.md contributing.md
@@ -146,6 +139,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Aug 5 2017 Remi Collet <remi@remirepo.net> - 2.4.8-1
+- Update to 2.4.8
+
* Thu May 11 2017 Remi Collet <remi@remirepo.net> - 2.4.7-1
- Update to 2.4.7