Hello community, here is the log from the commit of package libnfc for openSUSE:Factory checked in at 2017-07-11 08:27:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnfc (Old) and /work/SRC/openSUSE:Factory/.libnfc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnfc" Tue Jul 11 08:27:56 2017 rev:10 rq:509252 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libnfc/libnfc.changes 2015-03-25 21:32:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libnfc.new/libnfc.changes 2017-07-11 08:27:59.605268590 +0200 @@ -1,0 +2,5 @@ +Mon Jul 3 15:24:17 UTC 2017 - jeng...@inai.de + +- Ship sample config file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnfc.spec ++++++ --- /var/tmp/diff_new_pack.5Wf95m/_old 2017-07-11 08:28:00.137193559 +0200 +++ /var/tmp/diff_new_pack.5Wf95m/_new 2017-07-11 08:28:00.141192995 +0200 @@ -1,7 +1,7 @@ # # spec file for package libnfc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -103,15 +103,16 @@ %build if [ ! -e configure ]; then - autoreconf -fi; -fi; + autoreconf -fi +fi %configure --disable-static -make %{?_smp_mflags}; +make %{?_smp_mflags} %install -b="%buildroot"; +b="%buildroot" %make_install -rm -f "$b/%_libdir"/*.la; +rm -f "$b/%_libdir"/*.la +mkdir -p "%buildroot/%_sysconfdir/nfc" %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig @@ -131,5 +132,7 @@ %_bindir/nfc-* %_bindir/pn53x-* %_mandir/man*/*.1* +%dir %_sysconfdir/nfc +%doc libnfc.conf.sample %changelog