Update to 1.6pre1 includes following changes:

* Make cpuset compatible with both Python 2 and 3
* Update package meta information

Signed-off-by: Libor Pechacek <lpechacek@suse.com>
master v1.6pre1
Libor Pechacek 6 years ago
parent 026fb4b1d2
commit 02ef9e09e1

10
NEWS

@ -1,3 +1,13 @@
============================================================
Cpuset 1.6pre1 (February 8, 2018)
https://github.com/lpechacek/cpuset
http://download.opensuse.org/repositories/home:/LPechacek:/cpuset-release/
Update to 1.6pre1 includes following changes:
* Make cpuset compatible with both Python 2 and 3
* Update package meta information
============================================================ ============================================================
Cpuset 1.5.8 (March 7, 2016) Cpuset 1.5.8 (March 7, 2016)
https://github.com/lpechacek/cpuset https://github.com/lpechacek/cpuset

@ -16,7 +16,7 @@
# norootforbuild # norootforbuild
Name: cpuset Name: cpuset
Version: 1.5.8 Version: 1.6pre1
Release: 1 Release: 1
License: GPL-2.0 License: GPL-2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build

@ -16,4 +16,4 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
""" """
version = '1.5.8' version = '1.6pre1'

@ -1,7 +1,7 @@
cset-proc(1) cset-proc(1)
============ ============
Alex Tsariounov <tsariounov@gmail.com> Alex Tsariounov <tsariounov@gmail.com>
v1.5.8, March 2016 v1.6pre1, February 2018
NAME NAME
---- ----

@ -1,7 +1,7 @@
cset-set(1) cset-set(1)
=========== ===========
Alex Tsariounov <tsariounov@gmail.com> Alex Tsariounov <tsariounov@gmail.com>
v1.5.8, March 2016 v1.6pre1, February 2018
NAME NAME
---- ----

@ -1,7 +1,7 @@
cset-shield(1) cset-shield(1)
============== ==============
Alex Tsariounov <tsariounov@gmail.com> Alex Tsariounov <tsariounov@gmail.com>
v1.5.8, March 2016 v1.6pre1, February 2018
NAME NAME
---- ----

@ -1,7 +1,7 @@
cset(1) cset(1)
====== ======
Alex Tsariounov <tsariounov@gmail.com> Alex Tsariounov <tsariounov@gmail.com>
v1.5.8, March 2016 v1.6pre1, February 2018
NAME NAME
---- ----

@ -2,7 +2,7 @@ Cpuset (cset) Tutorial
====================== ======================
Alex Tsariounov <tsariounov@gmail.com> + Alex Tsariounov <tsariounov@gmail.com> +
Copyright (c) 2009-2011 Novell Inc., cset v1.5.8 + Copyright (c) 2009-2011 Novell Inc., cset v1.6pre1 +
Verbatim copying and distribution of this entire article are permitted Verbatim copying and distribution of this entire article are permitted
worldwide, without royalty, in any medium, provided this notice is preserved. worldwide, without royalty, in any medium, provided this notice is preserved.

Loading…
Cancel
Save