summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2016-12-22 23:03:54 +0100
committerJiri Kastner <jkastner@redhat.com>2016-12-22 23:03:54 +0100
commited174d1107056dc23f70f4cc1cb9c83b809617db (patch)
tree9495a395f4d9069cb2dfd0c4d02a3bfc91f64bde
parent4aa0d7672038111a3dba52744ff789e6d7ecc7a0 (diff)
downloadpython-linux-procfs-ed174d1107056dc23f70f4cc1cb9c83b809617db.tar.gz
New release: 0.4.10v0.4.10
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--rpm/SPECS/python-linux-procfs.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index 18a75aa..743def8 100644
--- a/rpm/SPECS/python-linux-procfs.spec
+++ b/rpm/SPECS/python-linux-procfs.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: python-linux-procfs
-Version: 0.4.9
+Version: 0.4.10
Release: 1%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
@@ -42,6 +42,10 @@ rm -rf %{buildroot}
%doc COPYING
%changelog
+* Thu Dec 22 2016 Jiri Kastner <jkastner@redhat.com> - 0.4.10-1
+- fixed affinity parsing with cpu numbers greater than 31
+- added test for fix above
+
* Thu Oct 8 2015 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.4.9-1
- Adds documentations to classes, more work to do on methods
- Fixes parsing of users in /proc/interrupts users field