Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libbitmask for openSUSE:Factory checked in at 2021-06-07 22:44:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbitmask (Old) and /work/SRC/openSUSE:Factory/.libbitmask.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbitmask" Mon Jun 7 22:44:24 2021 rev:19 rq:898086 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libbitmask/libbitmask.changes 2012-02-14 19:01:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libbitmask.new.32437/libbitmask.changes 2021-06-07 22:44:58.792635024 +0200 @@ -1,0 +2,5 @@ +Mon Jun 7 12:08:38 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Drop --with-pic (no effect with --disable-static) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbitmask.spec ++++++ --- /var/tmp/diff_new_pack.rBXE3R/_old 2021-06-07 22:44:59.464636159 +0200 +++ /var/tmp/diff_new_pack.rBXE3R/_new 2021-06-07 22:44:59.468636165 +0200 @@ -1,7 +1,7 @@ # # spec file for package libbitmask # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -12,21 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Url: http://oss.sgi.com/projects/cpusets/ +URL: http://oss.sgi.com/projects/cpusets/ Name: libbitmask Summary: Multi-word bitmask abstract data type (used by cpusets) -License: LGPL-2.1+ -Group: Development/Languages/C and C++ +License: LGPL-2.1-or-later +Group: Development/Libraries/C and C++ Version: 2.0 Release: 0 Source: libbitmask-%{version}.tar.bz2 BuildRequires: libtool -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The Cpuset System is a processor and memory placement mechanism that @@ -36,7 +35,7 @@ %package -n libbitmask1 Summary: Multi-word bitmask abstract data type (used by cpusets) -Group: Development/Languages/C and C++ +Group: System/Libraries %description -n libbitmask1 The Cpuset System is a processor and memory placement mechanism that @@ -46,7 +45,7 @@ %package -n libbitmask-devel Summary: Multi-word bitmask abstract data type (used by cpusets) -Group: Development/Languages/C and C++ +Group: Development/Libraries/C and C++ Requires: libbitmask1 = %{version} %description -n libbitmask-devel @@ -56,27 +55,25 @@ depends on libbitmask. %prep -%setup -q -n %{name} +%autosetup -n %{name} %build autoreconf -i -%configure --disable-static --with-pic +%configure --disable-static make %{?_smp_mflags} %install -%makeinstall -rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +%make_install +rm -f %{buildroot}/%{_libdir}/*.la %post -n libbitmask1 -p /sbin/ldconfig %postun -n libbitmask1 -p /sbin/ldconfig %files -n libbitmask1 -%defattr(-,root,root) %{_libdir}/lib*so.* %files -n libbitmask-devel -%defattr(-,root,root) %doc %{_mandir}/man3/* %{_includedir}/* %{_libdir}/lib*so