Hello community,

here is the log from the commit of package neard for openSUSE:Factory checked 
in at 2015-03-11 09:57:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-16 
21:28:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.neard.new/neard.changes 2015-03-11 
09:57:44.000000000 +0100
@@ -1,0 +2,25 @@
+Fri Mar  6 12:21:11 UTC 2015 - dims...@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.drou...@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
+
+-------------------------------------------------------------------

Old:
----
  neard-0.13.tar.bz2

New:
----
  neard-0.15.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ neard.spec ++++++
--- /var/tmp/diff_new_pack.Pyelgv/_old  2015-03-11 09:57:45.000000000 +0100
+++ /var/tmp/diff_new_pack.Pyelgv/_new  2015-03-11 09:57:45.000000000 +0100
@@ -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 @@
 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(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 @@
 
 %build
 autoreconf -fiv
-%configure --prefix="%_prefix" \
+%configure \
                --enable-tools \
                --enable-test
 
@@ -110,6 +105,7 @@
 %files devel
 %defattr(-, root, root)
 %_includedir/near/
+%_includedir/version.h
 %{_libdir}/pkgconfig/neard.pc
 
 %files test

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to