From 60c579967af150c9e1c7b0ec6fe7c4fafd3e60592af3d3a02dc44a922f9f9596 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Jan 2021 08:49:00 +0000 Subject: [PATCH] - update to 2.46: * The bulk of this release concerns fixes and improvements to libpsx * Fix the capsh == argument handling and add a test case * Added build support for systems that do not support libpthread * Added build support for not building shared libraries OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=48 --- libcap-2.44.tar.xz | 3 --- libcap-2.46.tar.xz | 3 +++ libcap.changes | 9 +++++++++ libcap.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 libcap-2.44.tar.xz create mode 100644 libcap-2.46.tar.xz diff --git a/libcap-2.44.tar.xz b/libcap-2.44.tar.xz deleted file mode 100644 index cbd6eda..0000000 --- a/libcap-2.44.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92188359cd5be86e8e5bd3f6483ac6ce582264f912398937ef763def2205c8e1 -size 125568 diff --git a/libcap-2.46.tar.xz b/libcap-2.46.tar.xz new file mode 100644 index 0000000..49d83f8 --- /dev/null +++ b/libcap-2.46.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed3d11413fa6c9667e49f819808fbb581cd8864b839f87d7c2a02c70f21d8b4 +size 129296 diff --git a/libcap.changes b/libcap.changes index 49c3250..be3d1c4 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 4 08:46:44 UTC 2021 - Dirk Müller + +- update to 2.46: + * The bulk of this release concerns fixes and improvements to libpsx + * Fix the capsh == argument handling and add a test case + * Added build support for systems that do not support libpthread + * Added build support for not building shared libraries + ------------------------------------------------------------------- Sat Nov 14 10:26:54 UTC 2020 - Dirk Mueller diff --git a/libcap.spec b/libcap.spec index 862f630..b4a98a1 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,7 +1,7 @@ # # spec file for package libcap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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.44 +Version: 2.46 Release: 0 Summary: Library for Capabilities (linux-privs) Support License: BSD-3-Clause AND GPL-2.0-only