SHA256
1
0
forked from pool/neard

Accepting request 289923 from hardware

1

OBS-URL: https://build.opensuse.org/request/show/289923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neard?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2015-03-11 08:57:43 +00:00 committed by Git OBS Bridge
commit 807541b231
4 changed files with 34 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abc925ac5ad119e39cffe6171a9e099a37ec616870222c366a1add08d5c359b0
size 381413

3
neard-0.15.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:651f6513d32cdaf8a426255d03aff38a6620a89b0567ec2b36606c6330a93353
size 368196

View File

@ -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

View File

@ -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