Hello community, here is the log from the commit of package neard for openSUSE:Factory checked in at 2014-02-04 19:55:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neard (Old) and /work/SRC/openSUSE:Factory/.neard.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neard" Changes: -------- --- /work/SRC/openSUSE:Factory/neard/neard.changes 2014-01-23 15:49:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.neard.new/neard.changes 2014-02-04 19:55:54.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 2 21:54:37 UTC 2014 - [email protected] + +- Use libnl3 instead of libnl1 +- Remove redundant %clean section, more robust make install call, + and a simplified file list + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neard.spec ++++++ --- /var/tmp/diff_new_pack.yIUvgw/_old 2014-02-04 19:55:55.000000000 +0100 +++ /var/tmp/diff_new_pack.yIUvgw/_new 2014-02-04 19:55:55.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package neard # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -24,6 +24,8 @@ License: GPL-2.0 Group: Hardware/Mobile Url: http://01.org/linux-nfc/ + +#Git-Clone: git://git.kernel.org/pub/scm/network/nfc/neard Source: https://www.kernel.org/pub/linux/network/nfc/neard-%{version}.tar.bz2 Source1: neard.service Source2: 99-neard.rules @@ -31,19 +33,25 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake BuildRequires: check-devel -BuildRequires: libudev-devel BuildRequires: libtool +BuildRequires: libudev-devel BuildRequires: pkg-config BuildRequires: pkgconfig(dbus-1) >= 1.4 BuildRequires: pkgconfig(glib-2.0) >= 2.28 -BuildRequires: pkgconfig(libnl-1) +BuildRequires: pkgconfig(libnl-3.0) +BuildRequires: pkgconfig(libnl-genl-3.0) +%if 0%{?suse_version} > 1140 +BuildRequires: systemd +BuildRequires: systemd-devel +%{?systemd_requires} +%define has_systemd 1 +%endif %description NFC support for Linux. %package devel Summary: Files needed for NFC development -License: GPL-2.0 Group: Development/Sources %description devel @@ -51,7 +59,6 @@ %package test Summary: Files needed for NFC development -License: GPL-2.0 Group: Development/Tools/Debuggers %description test @@ -63,7 +70,7 @@ %build autoreconf -fiv -%configure --prefix=%_prefix \ +%configure --prefix="%_prefix" \ --enable-tools \ --enable-test @@ -87,8 +94,8 @@ %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog README %config %{_sysconfdir}/dbus-1/system.d/org.neard.conf -%dir %{_prefix}/lib/nfc -%{_prefix}/lib/nfc/neard +%dir %_libexecdir/nfc/ +%_libexecdir/nfc/neard %{_prefix}/lib/udev/rules.d/99-neard.rules %{_unitdir}/neard.service %doc %{_mandir}/man1/nfctool.1.gz @@ -97,28 +104,13 @@ %files devel %defattr(-, root, root) -%dir %{_prefix}/include/near -%{_prefix}/include/near/* +%_includedir/near/ %{_libdir}/pkgconfig/neard.pc %files test %defattr(-, root, root) %{_bindir}/nfctool %dir %{_libdir}/neard/ -%dir %{_libdir}/neard/test -%{_libdir}/neard/test/bt-handover -%{_libdir}/neard/test/disable-adapter -%{_libdir}/neard/test/dump-device -%{_libdir}/neard/test/dump-record -%{_libdir}/neard/test/dump-tag -%{_libdir}/neard/test/enable-adapter -%{_libdir}/neard/test/handover-agent -%{_libdir}/neard/test/list-adapters -%{_libdir}/neard/test/monitor-near -%{_libdir}/neard/test/phdc-simple-manager -%{_libdir}/neard/test/push-device -%{_libdir}/neard/test/start-poll -%{_libdir}/neard/test/stop-poll -%{_libdir}/neard/test/write-tag +%{_libdir}/neard/test/ %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
