diff --git a/libcap-ng-0.7.4.tar.gz b/libcap-ng-0.7.4.tar.gz deleted file mode 100644 index 754573d..0000000 --- a/libcap-ng-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48a2083276f9820cb92dcb05d001b30733bcbf48c14c230303cac3cd08b45b6b -size 407007 diff --git a/libcap-ng-0.7.7.tar.gz b/libcap-ng-0.7.7.tar.gz new file mode 100644 index 0000000..f8b2b21 --- /dev/null +++ b/libcap-ng-0.7.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615549ce39b333f6b78baee0c0b4ef18bc726c6bf1cca123dfd89dd963f6d06b +size 420178 diff --git a/libcap-ng-python.changes b/libcap-ng-python.changes index 0584274..134bd19 100644 --- a/libcap-ng-python.changes +++ b/libcap-ng-python.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Dec 7 14:31:06 UTC 2015 - tchvatal@suse.com + +- Fix build by passing --without-python3 argument. For now we are + fine with py2 bindings only + +------------------------------------------------------------------- +Wed Dec 2 14:29:55 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.7.7 + * Make sure all types used in _lnode are defined in proc-llist.h + * Fix python binding test for old kernels + * Fix leaked FD in library init +- Changes from version 0.7.6 + * Fix python3 support +- Changes from version 0.7.5 + * Make python3 supported + * In python bindings test, clamp CAP_LAST_CAP with /proc/.../cap_last_cap + * Update table for 3.16 kernel + ------------------------------------------------------------------- Thu May 15 13:19:57 UTC 2014 - tchvatal@suse.com diff --git a/libcap-ng-python.spec b/libcap-ng-python.spec index 0f4e51d..499efcb 100644 --- a/libcap-ng-python.spec +++ b/libcap-ng-python.spec @@ -1,7 +1,7 @@ # # spec file for package libcap-ng-python # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define soname 0 Name: libcap-ng-python -Version: 0.7.4 +Version: 0.7.7 Release: 0 Summary: An alternate POSIX capabilities library License: LGPL-2.1+ @@ -55,7 +55,8 @@ and can be used by python applications. %configure \ --disable-static \ --with-pic \ - --with-python + --with-python \ + --without-python3 make %{?_smp_mflags} %install diff --git a/libcap-ng.changes b/libcap-ng.changes index e63c1d3..755340b 100644 --- a/libcap-ng.changes +++ b/libcap-ng.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Dec 2 14:28:00 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.7.7 + * Make sure all types used in _lnode are defined in proc-llist.h + * Fix python binding test for old kernels + * Fix leaked FD in library init +- Changes from version 0.7.6 + * Fix python3 support +- Changes from version 0.7.5 + * Make python3 supported + * In python bindings test, clamp CAP_LAST_CAP with /proc/.../cap_last_cap + * Update table for 3.16 kernel + ------------------------------------------------------------------- Thu Jun 19 17:22:55 UTC 2014 - crrodriguez@opensuse.org diff --git a/libcap-ng.spec b/libcap-ng.spec index f700c50..ba1c12d 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -1,7 +1,7 @@ # # spec file for package libcap-ng # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define soname 0 Name: libcap-ng -Version: 0.7.4 +Version: 0.7.7 Release: 0 Summary: An alternate POSIX capabilities library License: LGPL-2.1+