summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2018-08-09 21:39:17 +0200
committerJiri Kastner <jkastner@redhat.com>2018-08-09 21:39:17 +0200
commit306487213ee38f7d69c44c9b3d58d4feab853139 (patch)
tree1a83d0022981923813dcb7bc9b5a0a538f4493c2
parent73a941a0fbf93505a3ceefdd6c6cd9ddb3e1b7b0 (diff)
downloadtuna-master.tar.gz
release 0.14HEADv0.14master
new version, dependency updates Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--rpm/SPECS/tuna.spec6
-rwxr-xr-xsetup.py2
-rwxr-xr-xtuna-cmd.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/rpm/SPECS/tuna.spec b/rpm/SPECS/tuna.spec
index c8e44c0..8166936 100644
--- a/rpm/SPECS/tuna.spec
+++ b/rpm/SPECS/tuna.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: tuna
-Version: 0.13.3
+Version: 0.14
Release: 1%{?dist}
License: GPLv2
Summary: Application tuning GUI & command line utility
@@ -12,8 +12,8 @@ URL: http://userweb.kernel.org/~acme/tuna/
BuildArch: noarch
BuildRequires: python-devel, gettext, desktop-file-utils
Requires: python-ethtool
-Requires: python-linux-procfs >= 0.4.5
-Requires: python-schedutils >= 0.2
+Requires: python-linux-procfs >= 0.6
+Requires: python-schedutils >= 0.6
# This really should be a Suggests...
# Requires: python-inet_diag
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
diff --git a/setup.py b/setup.py
index 8fd3c77..375ef9a 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if isfile("MANIFEST"):
PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages')
setup(name="tuna",
- version = "0.13.3",
+ version = "0.14",
description = "Application tuning GUI",
author = "Arnaldo Carvalho de Melo",
author_email = "acme@redhat.com",
diff --git a/tuna-cmd.py b/tuna-cmd.py
index 8068695..4c18295 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -38,7 +38,7 @@ except NameError:
nr_cpus = None
ps = None
irqs = None
-version = "0.13.3"
+version = "0.14"
def usage():
print(_('Usage: tuna [OPTIONS]'))