Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libnscd for openSUSE:Factory checked in at 2023-11-07 21:25:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnscd (Old) and /work/SRC/openSUSE:Factory/.libnscd.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnscd" Tue Nov 7 21:25:14 2023 rev:27 rq:1123742 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libnscd/libnscd.changes 2017-09-20 17:05:57.630401882 +0200 +++ /work/SRC/openSUSE:Factory/.libnscd.new.17445/libnscd.changes 2023-11-07 21:25:21.465302558 +0100 @@ -1,0 +2,6 @@ +Mon Nov 6 08:58:06 UTC 2023 - Dominique Leuenberger <[email protected]> + +- Fix build with RPM 4.19: unnumbered patches are no longer + supported. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnscd.spec ++++++ --- /var/tmp/diff_new_pack.3VDc92/_old 2023-11-07 21:25:22.433338205 +0100 +++ /var/tmp/diff_new_pack.3VDc92/_new 2023-11-07 21:25:22.433338205 +0100 @@ -1,7 +1,7 @@ # # spec file for package libnscd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -21,12 +21,12 @@ Version: 2.0.2 Release: 0 Summary: Library to Allow Applications to Communicate with nscd -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Libraries/C and C++ Source: http://ftp.suse.com/pub/people/kukuk/libnscd/libnscd-%version.tar.bz2 Source2: baselibs.conf -Patch: decls.patch +Patch0: decls.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # bug437293 %ifarch ppc64 @@ -41,7 +41,7 @@ %package -n %lname Summary: Library to Allow Applications to Communicate with nscd # O/P added for 13.1 -License: LGPL-2.1 +License: LGPL-2.1-only Group: System/Libraries Obsoletes: libnscd < %version-%release Provides: libnscd = %version-%release @@ -53,7 +53,7 @@ %package devel Summary: Development files for libnscd -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: %lname = %version # bug437293 @@ -66,11 +66,9 @@ This package contains all necessary include files and libraries needed to develop applications that needs to communicate with a running nscd. - - %prep %setup -q -%patch -p1 +%patch0 -p1 %build %configure --disable-static
