diff --git a/.gitignore b/.gitignore index 79bd035..f08b4eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tuna-0.11.tar.bz2 /tuna-0.11.1.tar.bz2 +/tuna-0.12.tar.xz diff --git a/sources b/sources index 0b0f505..2530d6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c2727ea9b2a265862f63b6391cd69ef tuna-0.11.1.tar.bz2 +a27ee9c3b8ea432fad9b69f0552dc3e8 tuna-0.12.tar.xz diff --git a/tuna.spec b/tuna.spec index 024b0a6..eb58c51 100644 --- a/tuna.spec +++ b/tuna.spec @@ -2,14 +2,13 @@ %{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: tuna -Version: 0.11.1 -Release: 3%{?dist} +Version: 0.12 +Release: 1%{?dist} License: GPLv2 Summary: Application tuning GUI & command line utility Group: Applications/System -Source: http://userweb.kernel.org/~acme/tuna/%{name}-%{version}.tar.bz2 -URL: http://userweb.kernel.org/~acme/tuna/ -Patch0: 0001-CLI-fix-ps_show_thread-call-with-bad-args-count.patch +Source: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz +URL: https://rt.wiki.kernel.org/index.php/Tuna BuildArch: noarch BuildRequires: python-devel, gettext Requires: python-ethtool @@ -46,7 +45,6 @@ priority is changed, be it using tuna or plain chrt & taskset. %prep %setup -q -%patch0 -p1 %build %{__python} setup.py build @@ -99,6 +97,9 @@ rm -rf %{buildroot} %doc docs/oscilloscope+tuna.pdf %changelog +* Fri Oct 10 2014 Jiri Kastner - 0.12-1 +- new upstream release + * Sun Jun 08 2014 Fedora Release Engineering - 0.11.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild