Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libbsd for openSUSE:Factory checked in at 2021-06-16 20:33:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libbsd (Old) and /work/SRC/openSUSE:Factory/.libbsd.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libbsd" Wed Jun 16 20:33:26 2021 rev:8 rq:899907 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libbsd/libbsd.changes 2020-01-01 14:58:09.005926454 +0100 +++ /work/SRC/openSUSE:Factory/.libbsd.new.32437/libbsd.changes 2021-06-16 20:33:36.406993818 +0200 @@ -1,0 +2,6 @@ +Mon Jun 7 12:12:37 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Drop --with-pic (no effect with --disable-static). +- Make description neutral; adhere to noun phrasing. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libbsd.spec ++++++ --- /var/tmp/diff_new_pack.dh4EWq/_old 2021-06-16 20:33:36.814994515 +0200 +++ /var/tmp/diff_new_pack.dh4EWq/_new 2021-06-16 20:33:36.818994522 +0200 @@ -1,7 +1,7 @@ # # spec file for package libbsd # -# Copyright (c) 2019 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 @@ -20,9 +20,9 @@ Name: libbsd Version: 0.10.0 Release: 0 -Summary: Provides useful functions commonly found on BSD systems +Summary: Library with functions commonly found on BSD systems License: BSD-3-Clause -Group: Development/Languages/C and C++ +Group: Development/Libraries/C and C++ URL: https://libbsd.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/git/libbsd #Git-Web: http://cgit.freedesktop.org/libbsd/ @@ -34,36 +34,36 @@ BuildRequires: pkgconfig %description -This library provides useful functions commonly found on BSD systems, and +This library provides functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. %package -n %{lname} -Summary: Provides useful functions commonly found on BSD systems +Summary: Library with functions commonly found on BSD systems Group: System/Libraries %description -n %{lname} -This library provides useful functions commonly found on BSD systems, and +This library provides functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. %package devel Summary: Development headers and files for libbsd -Group: Development/Languages/C and C++ +Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} Requires: glibc-devel %description devel -This library provides useful functions commonly found on BSD systems, and +This library provides functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. %package ctor-static Summary: Development headers and files for libbsd -Group: Development/Languages/C and C++ +Group: Development/Libraries/C and C++ Requires: %{lname} = %{version}-%{release} Requires: pkgconfig @@ -73,13 +73,11 @@ configured using "pkg-config --libs libbsd-ctor". %prep -%setup -q +%autosetup %build %define _lto_cflags %{nil} -%configure \ - --disable-static \ - --with-pic +%configure --disable-static %make_build %install @@ -88,7 +86,7 @@ %fdupes -s %{buildroot} %check -make %{?_smp_mflags} check +%make_build check %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig