frostyx pushed to tracer (f22). "Update tracer to 0.5.9-1"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 18 21:24:55 UTC 2015


From fc2350fe15d947328590c9f04bc94667cb2e8676 Mon Sep 17 00:00:00 2001
From: FrostyX <frostyx at localhost.localdomain>
Date: Mon, 18 May 2015 23:24:15 +0200
Subject: Update tracer to 0.5.9-1


diff --git a/.gitignore b/.gitignore
index 54e3c4f..abf3a39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /tracer-0.5.6.tar.gz
 /tracer-0.5.7.tar.gz
 /tracer-0.5.8.tar.gz
+/tracer-0.5.9.tar.gz
diff --git a/sources b/sources
index beedf0c..a8268f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6cc54a82bb8df44c409713bc06197a4  tracer-0.5.8.tar.gz
+91a339c71580a33c033c7ac0dd73c4d5  tracer-0.5.9.tar.gz
diff --git a/tracer.spec b/tracer.spec
index 25fa6dc..2f537f5 100644
--- a/tracer.spec
+++ b/tracer.spec
@@ -1,5 +1,5 @@
 Name:		tracer
-Version:	0.5.8
+Version:	0.5.9
 Release:	1%{?dist}
 Summary:	Finds outdated running applications in your system
 
@@ -17,6 +17,8 @@ BuildRequires:	python2-devel
 BuildRequires:	asciidoc
 BuildRequires:	python-sphinx
 BuildRequires:	libxslt
+BuildRequires:	gettext
+Requires:	rpm-python
 Requires:	python
 Requires:	python-beautifulsoup4
 Requires:	python-psutil
@@ -46,9 +48,11 @@ cp -a bin/tracer.py %{buildroot}/%{_bindir}/tracer
 cp -a data/* %{buildroot}/%{_datadir}/tracer/
 cp -ar tracer/* tests %{buildroot}/%{python2_sitelib}/tracer/
 install -m644 doc/build/man/tracer.8 %{buildroot}/%{_mandir}/man8/
+make DESTDIR=%{buildroot}/usr/share/ mo
+%find_lang %{name}
 
 
-%files
+%files -f %{name}.lang
 %doc LICENSE README.md
 %doc %{_mandir}/man8/tracer.8*
 %{_bindir}/tracer
@@ -56,6 +60,22 @@ install -m644 doc/build/man/tracer.8 %{buildroot}/%{_mandir}/man8/
 %{python2_sitelib}/tracer/
 
 %changelog
+* Mon May 18 2015 Jakub Kadlčík <frostyx at email.cz> 0.5.9-1
+- Pick the most recent sqlite database (RhBug:1214961) (frostyx at email.cz)
+- Obsolete positional arguments with --packages (frostyx at email.cz)
+- Implement application rename functionality (frostyx at email.cz)
+- Add LXDE applications (frostyx at email.cz)
+- Add Xfce applications (frostyx at email.cz)
+- Add MATE applications (frostyx at email.cz)
+- Print if application affects something else (frostyx at email.cz)
+- Add Czech translation (frostyx at email.cz)
+- Use localization system and transifex
+- Print python version in system view (frostyx at email.cz)
+- Implement Python3 support
+- Add setup.py script for pip (frostyx at email.cz)
+- Add dependency to 'rpm-python' (frostyx at email.cz)
+- Add small API
+
 * Mon Feb 23 2015 Jakub Kadlčík <frostyx at email.cz> 0.5.8-1
 - There is children instead of get_children in psutil2 (frostyx at email.cz)
 - ProcessWrapper provides api of new version, so use it (frostyx at email.cz)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/tracer.git/commit/?h=f22&id=fc2350fe15d947328590c9f04bc94667cb2e8676


More information about the scm-commits mailing list