From cb7c5564dbd4909d854de44b808fbf463e3cb5a3e70d6349c2e87d2fff3d0fba Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sat, 15 Feb 2020 20:39:18 +0000 Subject: [PATCH] Accepting request 774608 from home:tiwai:branches:Base:System - Update to version 2.32: * Bug fix for fakeroot incompatibility (boo#1162014) * Slight perf improvement for cap_get_bound(). * C++ support for psx header inclusion. * Some new testing features for capsh - Update to version 2.31: * primarily a documentation update * fix libpam.pc to not require libpsx.pc * changed the text format of the default output of getpcap OBS-URL: https://build.opensuse.org/request/show/774608 OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=33 --- libcap-2.30.tar.xz | 3 --- libcap-2.32.tar.xz | 3 +++ libcap.changes | 17 +++++++++++++++++ libcap.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 libcap-2.30.tar.xz create mode 100644 libcap-2.32.tar.xz diff --git a/libcap-2.30.tar.xz b/libcap-2.30.tar.xz deleted file mode 100644 index 7c74bcd..0000000 --- a/libcap-2.30.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a287bae0b0d95e5230a1c4177b835c70774511b631f87c7bd29e91a03e027f11 -size 98528 diff --git a/libcap-2.32.tar.xz b/libcap-2.32.tar.xz new file mode 100644 index 0000000..c262273 --- /dev/null +++ b/libcap-2.32.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1005e3d227f2340ad1e3360ef8b69d15e3c72a29c09f4894d7aac038bd26e2be +size 99708 diff --git a/libcap.changes b/libcap.changes index 2057170..7f88cd3 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Feb 15 21:24:26 CET 2020 - tiwai@suse.de + +- Update to version 2.32: + * Bug fix for fakeroot incompatibility (boo#1162014) + * Slight perf improvement for cap_get_bound(). + * C++ support for psx header inclusion. + * Some new testing features for capsh + +------------------------------------------------------------------- +Tue Jan 28 14:23:23 CET 2020 - tiwai@suse.de + +- Update to version 2.31: + * primarily a documentation update + * fix libpam.pc to not require libpsx.pc + * changed the text format of the default output of getpcap + ------------------------------------------------------------------- Mon Jan 13 12:54:25 UTC 2020 - Martin Pluskal diff --git a/libcap.spec b/libcap.spec index d97ffe7..bc3c05a 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,7 +1,7 @@ # # spec file for package libcap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 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 @@ -17,7 +17,7 @@ Name: libcap -Version: 2.30 +Version: 2.32 Release: 0 Summary: Library for Capabilities (linux-privs) Support License: BSD-3-Clause AND GPL-2.0-only