diff --git a/neard-0.13.tar.bz2 b/neard-0.13.tar.bz2 deleted file mode 100644 index 37a65cd..0000000 --- a/neard-0.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abc925ac5ad119e39cffe6171a9e099a37ec616870222c366a1add08d5c359b0 -size 381413 diff --git a/neard-0.15.tar.xz b/neard-0.15.tar.xz new file mode 100644 index 0000000..e558bbf --- /dev/null +++ b/neard-0.15.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:651f6513d32cdaf8a426255d03aff38a6620a89b0567ec2b36606c6330a93353 +size 368196 diff --git a/neard.changes b/neard.changes index 8473942..d8dbab9 100644 --- a/neard.changes +++ b/neard.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Mar 6 12:21:11 UTC 2015 - dimstar@opensuse.org + +- BuildRequire pkgconfig(systemd) in place of systemd-devel: the + smaller dependency is perfectly sufficient for this package. + +------------------------------------------------------------------- +Thu Mar 5 18:02:51 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.15 + * Added iso15693 (NFC type5) support. + * Added Secure Element support (seeld). + * Added iso14443-B (NFC type4b) support. + * Added NFC type5 RMB (Read Multiple Block) support. + * Fixed NFC type1 dynamic read. + * Fixed NFC type1 check_presence to only read the tag ID. + * Fixed NFC type2 CC magic number check. + * Fixed NFC type4 NDEF detection and handling code. + * Fixed NFC type4 check_presence implementation. + * Fixed PHDC coding style and potential bugs. + * Fixed the constant poll loop to retry on busy adapters. + * Fixed an agent memory leak. + * Fixed and cleaned the build system. +- Remove obsolete macros + ------------------------------------------------------------------- Tue Jun 10 04:39:32 UTC 2014 - acho@susue.com diff --git a/neard.spec b/neard.spec index de87f76..4c6460a 100644 --- a/neard.spec +++ b/neard.spec @@ -1,7 +1,7 @@ # # spec file for package neard # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: neard -Version: 0.13 +Version: 0.15 Release: 0 Summary: NFC for Linux License: GPL-2.0 @@ -26,11 +26,10 @@ 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 +Source: https://www.kernel.org/pub/linux/network/nfc/neard-%{version}.tar.xz Source1: neard.service Source2: 99-neard.rules Patch1: neard-0.13-fix-dbus_send_destination_config.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake BuildRequires: check-devel BuildRequires: libtool @@ -40,12 +39,8 @@ BuildRequires: pkgconfig(dbus-1) >= 1.4 BuildRequires: pkgconfig(glib-2.0) >= 2.28 BuildRequires: pkgconfig(libnl-3.0) BuildRequires: pkgconfig(libnl-genl-3.0) -%if 0%{?suse_version} > 1140 -BuildRequires: systemd -BuildRequires: systemd-devel +BuildRequires: pkgconfig(systemd) %{?systemd_requires} -%define has_systemd 1 -%endif %description NFC support for Linux. @@ -71,7 +66,7 @@ Files needed to test applications for the NFC stack. %build autoreconf -fiv -%configure --prefix="%_prefix" \ +%configure \ --enable-tools \ --enable-test @@ -110,6 +105,7 @@ install --mode=0644 -D %{SOURCE2} %{buildroot}%{_prefix}/lib/udev/rules.d/99-nea %files devel %defattr(-, root, root) %_includedir/near/ +%_includedir/version.h %{_libdir}/pkgconfig/neard.pc %files test