diff --git a/.gitignore b/.gitignore index e69de29..b1ed443 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/tuna-0.11.tar.bz2 diff --git a/sources b/sources index d3bec1e..ea3707e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f0fda8d3db2163283f3edda5a39ef98 tuna-0.9.1.tar.bz2 +a4526164898b3e3bedb7e79a03b29189 tuna-0.11.tar.bz2 diff --git a/tuna.spec b/tuna.spec index 2c2f9af..b4daf7a 100644 --- a/tuna.spec +++ b/tuna.spec @@ -2,8 +2,8 @@ %{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: tuna -Version: 0.9.1 -Release: 6%{?dist} +Version: 0.11 +Release: 1%{?dist} License: GPLv2 Summary: Application tuning GUI & command line utility Group: Applications/System @@ -12,7 +12,7 @@ URL: http://userweb.kernel.org/~acme/tuna/ BuildArch: noarch BuildRequires: python-devel, gettext Requires: python-ethtool -Requires: python-linux-procfs >= 0.4.2 +Requires: python-linux-procfs >= 0.4.6 Requires: python-schedutils >= 0.2 # This really should be a Suggests... # Requires: python-inet_diag @@ -87,6 +87,9 @@ rm -rf %{buildroot} %doc docs/oscilloscope+tuna.pdf %changelog +* Thu Jun 6 2013 Jiri Kastner - 0.11-1 +- New upstream release + * Fri Feb 15 2013 Fedora Release Engineering - 0.9.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild