Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcap for openSUSE:Factory checked in at 2021-01-22 21:48:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcap (Old) and /work/SRC/openSUSE:Factory/.libcap.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcap" Fri Jan 22 21:48:50 2021 rev:41 rq:860344 version:2.46 Changes: -------- --- /work/SRC/openSUSE:Factory/libcap/libcap.changes 2020-12-21 10:21:47.887895124 +0100 +++ /work/SRC/openSUSE:Factory/.libcap.new.28504/libcap.changes 2021-01-22 21:48:51.525554206 +0100 @@ -1,0 +2,9 @@ +Mon Jan 4 08:46:44 UTC 2021 - Dirk M??ller <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- libcap-2.44.tar.xz New: ---- libcap-2.46.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcap.spec ++++++ --- /var/tmp/diff_new_pack.viD5jV/_old 2021-01-22 21:48:52.085555000 +0100 +++ /var/tmp/diff_new_pack.viD5jV/_new 2021-01-22 21:48:52.089555006 +0100 @@ -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 @@ -89,23 +89,16 @@ %prep %setup -q +%autopatch -p1 %build -%global _lto_cflags %{_lto_cflags} -ffat-lto-objects -make prefix=%{_prefix} lib=%{_lib} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} \ - INCDIR=%{_includedir} MANDIR=%{_mandir} SHARED=yes DEBUG="-g %{optflags}" +%global _lto_cflags %{nil} +%global buildvariables RAISE_SETFCAP=no prefix=%{_prefix} lib=%{_lib} SHARED=yes LIBDIR=%{_libdir} SBINDIR=%{_sbindir} PKGCONFIGDIR=%{_libdir}/pkgconfig/ INCDIR=%{_includedir} MANDIR=%{_mandir} SHARED=yes COPTS="%{optflags}" + +make %{buildvariables} %install -make install RAISE_SETFCAP=no \ - prefix=%{_prefix} \ - lib=%{_lib} \ - DESTDIR=%{buildroot} \ - LIBDIR=/%{_libdir} \ - SBINDIR=/%{_sbindir} \ - INCDIR=/%{_includedir} \ - MANDIR=/%{_mandir}/ \ - SHARED=yes \ - PKGCONFIGDIR=%{_libdir}/pkgconfig/ +make install %{buildvariables} DESTDIR=%{buildroot} find %{buildroot} -type f -name "*.la" -delete -print # do not provide static libs rm %{buildroot}%{_libdir}/libcap.a @@ -113,19 +106,17 @@ %fdupes -s %{buildroot} %check -make test +make %{buildvariables} test %post -n libcap2 -p /sbin/ldconfig %postun -n libcap2 -p /sbin/ldconfig -%ifarch aarch64 %post -n libpsx2 -p /sbin/ldconfig %postun -n libpsx2 -p /sbin/ldconfig %files -n libpsx2 %license License %{_libdir}/libpsx.so.2* -%endif %files -n libcap2 %license License ++++++ libcap-2.44.tar.xz -> libcap-2.46.tar.xz ++++++ ++++ 2435 lines of diff (skipped)
