Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libnfc for openSUSE:Factory checked in at 2025-09-23 16:07:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnfc (Old) and /work/SRC/openSUSE:Factory/.libnfc.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnfc" Tue Sep 23 16:07:59 2025 rev:12 rq:1306686 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libnfc/libnfc.changes 2020-06-02 14:37:05.159226666 +0200 +++ /work/SRC/openSUSE:Factory/.libnfc.new.27445/libnfc.changes 2025-09-23 16:08:43.735232123 +0200 @@ -1,0 +2,5 @@ +Fri Sep 19 10:27:32 UTC 2025 - Martin Sirringhaus <[email protected]> + +- Activate PCSC support, which is disabled by default + +------------------------------------------------------------------- New: ---- _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnfc.spec ++++++ --- /var/tmp/diff_new_pack.BguAyJ/_old 2025-09-23 16:08:44.179250734 +0200 +++ /var/tmp/diff_new_pack.BguAyJ/_new 2025-09-23 16:08:44.179250734 +0200 @@ -1,7 +1,7 @@ # # spec file for package libnfc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,11 @@ Version: 1.8.0 Release: 0 Summary: Library for Near Field Communication -License: LGPL-3.0-or-later AND GPL-2.0-or-later +License: GPL-2.0-or-later AND LGPL-3.0-or-later Group: Development/Libraries/C and C++ URL: http://libnfc.org/ - #Git-Clone: https://github.com/nfc-tools/libnfc Source: https://github.com/nfc-tools/libnfc/releases/download/%name-%version/%name-%version.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkg-config BuildRequires: readline-devel BuildRequires: pkgconfig(libpcsclite) @@ -56,7 +54,7 @@ %package devel Summary: Development files for the Near Field Communications library -License: LGPL-3.0-or-later AND GPL-2.0-or-later +License: GPL-2.0-or-later AND LGPL-3.0-or-later Group: Development/Libraries/C and C++ Requires: %lname = %version @@ -72,7 +70,7 @@ %package tools Summary: Tools for Near Field Communication -License: LGPL-3.0-or-later AND GPL-2.0-or-later +License: GPL-2.0-or-later AND LGPL-3.0-or-later Group: Hardware/Other %description tools @@ -86,19 +84,20 @@ This package contains the NFC utilities. %prep -%setup -q +%autosetup %build -%configure --disable-static -make %{?_smp_mflags} +# pcsc-support is disabled by default, but included +# in the special driver-target 'all' +%configure --disable-static --with-drivers=all +%make_build %install %make_install rm -fv "%buildroot/%_libdir"/*.la mkdir -p "%buildroot/%_sysconfdir/nfc" -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets %files -n %lname %_libdir/libnfc.so.6* ++++++ _scmsync.obsinfo ++++++ mtime: 1758621649 commit: e0237a834e0e28013c9b61f19e3d3e47af2604c362ef1ab0ad0ec2e5d400483b url: https://src.opensuse.org/jengelh/libnfc revision: master ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-09-23 12:01:10.000000000 +0200 @@ -0,0 +1 @@ +.osc
