commit neard for openSUSE:Factory

2020-09-17 Thread root
Hello community,

here is the log from the commit of package neard for openSUSE:Factory checked 
in at 2020-09-17 14:58:35

Comparing /work/SRC/openSUSE:Factory/neard (Old)
 and  /work/SRC/openSUSE:Factory/.neard.new.4249 (New)


Package is "neard"

Thu Sep 17 14:58:35 2020 rev:9 rq:835045 version:0.16

Changes:

--- /work/SRC/openSUSE:Factory/neard/neard.changes  2020-02-04 
19:54:42.649369107 +0100
+++ /work/SRC/openSUSE:Factory/.neard.new.4249/neard.changes2020-09-17 
15:07:58.236888314 +0200
@@ -1,0 +2,15 @@
+Sun Aug 16 20:04:59 UTC 2020 - Dirk Mueller 
+
+- update to 0.16:
+  * Added NDEF multi-record write support.
+  * Added ST Type5 tags support.
+  * Added nciattach tool for NCI UART configuration.
+  * Added support for NFC_CMD_ACTIVATE_TARGET.
+  * Added NDEF MIME payload exposure.
+  * Fixed Mifare Ultralight C issue.
+  * Fixed ACE starting logic.
+  * Fixed an NDEF segmentation fault.
+  * Fixed nfctool -d command line option handling.
+  * Fixed several secure elements related bugs.
+
+---

Old:

  neard-0.15.tar.xz

New:

  neard-0.16.tar.xz



Other differences:
--
++ neard.spec ++
--- /var/tmp/diff_new_pack.CLzYJU/_old  2020-09-17 15:08:00.156890138 +0200
+++ /var/tmp/diff_new_pack.CLzYJU/_new  2020-09-17 15:08:00.160890141 +0200
@@ -18,13 +18,12 @@
 
 
 Name:   neard
-Version:0.15
+Version:0.16
 Release:0
 Summary:NFC for Linux
 License:GPL-2.0-only
 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.xz
 Source1:neard.service
@@ -33,7 +32,7 @@
 BuildRequires:  automake
 BuildRequires:  check-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-1) >= 1.4
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 BuildRequires:  pkgconfig(libnl-3.0)
@@ -70,7 +69,7 @@
--enable-tools \
--enable-test
 
-make %{?_smp_mflags} all V=1
+%make_build all
 
 %install
 %make_install
@@ -90,26 +89,25 @@
 %service_add_post neard.service
 
 %files
-%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog README
+%license COPYING
+%doc AUTHORS ChangeLog README
 %config %{_sysconfdir}/dbus-1/system.d/org.neard.conf
-%dir %_libexecdir/nfc/
-%_libexecdir/nfc/neard
+%dir %{_libexecdir}/nfc/
+%{_libexecdir}/nfc/neard
 %{_prefix}/lib/udev/rules.d/99-neard.rules
 %{_unitdir}/neard.service
+%{_bindir}/nciattach
 %{_bindir}/nfctool
-%doc %{_mandir}/man1/nfctool.1.gz
-%doc %{_mandir}/man5/neard.conf.5.gz
-%doc %{_mandir}/man8/neard.8.gz
+%{_mandir}/man1/nfctool.1%{?ext_man}
+%{_mandir}/man5/neard.conf.5%{?ext_man}
+%{_mandir}/man8/neard.8%{?ext_man}
 
 %files devel
-%defattr(-, root, root)
-%_includedir/near/
-%_includedir/version.h
+%{_includedir}/near/
+%{_includedir}/version.h
 %{_libdir}/pkgconfig/neard.pc
 
 %files test
-%defattr(-, root, root)
 %dir %{_libdir}/neard/
 %{_libdir}/neard/test/
 

++ neard-0.15.tar.xz -> neard-0.16.tar.xz ++
 7618 lines of diff (skipped)




commit neard for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package neard for openSUSE:Factory checked 
in at 2020-02-04 19:54:42

Comparing /work/SRC/openSUSE:Factory/neard (Old)
 and  /work/SRC/openSUSE:Factory/.neard.new.26092 (New)


Package is "neard"

Tue Feb  4 19:54:42 2020 rev:8 rq:769769 version:0.15

Changes:

--- /work/SRC/openSUSE:Factory/neard/neard.changes  2017-10-18 
16:16:24.520951395 +0200
+++ /work/SRC/openSUSE:Factory/.neard.new.26092/neard.changes   2020-02-04 
19:54:42.649369107 +0100
@@ -1,0 +2,6 @@
+Mon Feb  3 15:08:08 UTC 2020 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow
+  OBS to shortcut through the -mini flavors.
+
+---



Other differences:
--
++ neard.spec ++
--- /var/tmp/diff_new_pack.HK9AVZ/_old  2020-02-04 19:54:43.413369553 +0100
+++ /var/tmp/diff_new_pack.HK9AVZ/_new  2020-02-04 19:54:43.417369555 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package neard
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,9 +21,9 @@
 Version:0.15
 Release:0
 Summary:NFC for Linux
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Hardware/Mobile
-Url:http://01.org/linux-nfc/
+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.xz
@@ -33,12 +33,12 @@
 BuildRequires:  automake
 BuildRequires:  check-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-3.0)
 BuildRequires:  pkgconfig(libnl-genl-3.0)
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 




commit neard for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package neard for openSUSE:Factory checked 
in at 2017-10-18 16:16:23

Comparing /work/SRC/openSUSE:Factory/neard (Old)
 and  /work/SRC/openSUSE:Factory/.neard.new (New)


Package is "neard"

Wed Oct 18 16:16:23 2017 rev:7 rq:533163 version:0.15

Changes:

--- /work/SRC/openSUSE:Factory/neard/neard.changes  2015-03-11 
09:57:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.neard.new/neard.changes 2017-10-18 
16:16:24.520951395 +0200
@@ -93 +93 @@
-- Initial neard package - version 0.13
+- Initial neard package - version 0.13 (fate#315616)



Other differences:
--
++ neard.spec ++
--- /var/tmp/diff_new_pack.DAga9w/_old  2017-10-18 16:16:25.204919392 +0200
+++ /var/tmp/diff_new_pack.DAga9w/_new  2017-10-18 16:16:25.204919392 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package neard
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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




commit neard for openSUSE:Factory

2015-03-11 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.neard.new/neard.changes 2015-03-11 
09:57:44.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.Pyelgv/_new  2015-03-11 09:57:45.0 +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



commit neard for openSUSE:Factory

2014-06-16 Thread h_root
Hello community,

here is the log from the commit of package neard for openSUSE:Factory checked 
in at 2014-06-16 21:28:27

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-05-23 
07:28:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.neard.new/neard.changes 2014-06-16 
21:28:29.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 10 04:39:32 UTC 2014 - a...@susue.com
+
+- Move nfctool from neard-test to neard and neard-test Require neard.
+ (bnc#881554)
+
+---



Other differences:
--
++ neard.spec ++
--- /var/tmp/diff_new_pack.ER8LGU/_old  2014-06-16 21:28:30.0 +0200
+++ /var/tmp/diff_new_pack.ER8LGU/_new  2014-06-16 21:28:30.0 +0200
@@ -60,6 +60,7 @@
 %package test
 Summary:Files needed for NFC development
 Group:  Development/Tools/Debuggers
+Requires:   neard
 
 %description test
 Files needed to test applications for the NFC stack.
@@ -101,6 +102,7 @@
 %_libexecdir/nfc/neard
 %{_prefix}/lib/udev/rules.d/99-neard.rules
 %{_unitdir}/neard.service
+%{_bindir}/nfctool
 %doc %{_mandir}/man1/nfctool.1.gz
 %doc %{_mandir}/man5/neard.conf.5.gz
 %doc %{_mandir}/man8/neard.8.gz
@@ -112,7 +114,6 @@
 
 %files test
 %defattr(-, root, root)
-%{_bindir}/nfctool
 %dir %{_libdir}/neard/
 %{_libdir}/neard/test/
 

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



commit neard for openSUSE:Factory

2014-05-22 Thread h_root
Hello community,

here is the log from the commit of package neard for openSUSE:Factory checked 
in at 2014-05-23 07:28:06

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-02-04 
19:55:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.neard.new/neard.changes 2014-05-23 
07:28:07.0 +0200
@@ -1,0 +2,5 @@
+Wed May 21 15:06:07 UTC 2014 - jseg...@novell.com
+
+- added necessary macros for systemd files
+
+---



Other differences:
--
++ neard.spec ++
--- /var/tmp/diff_new_pack.xyHDuV/_old  2014-05-23 07:28:08.0 +0200
+++ /var/tmp/diff_new_pack.xyHDuV/_new  2014-05-23 07:28:08.0 +0200
@@ -90,6 +90,9 @@
 %postun
 %service_del_postun neard.service
 
+%post
+%service_add_post neard.service
+
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog README

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



commit neard for openSUSE:Factory

2014-02-04 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.neard.new/neard.changes 2014-02-04 
19:55:54.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  2 21:54:37 UTC 2014 - jeng...@inai.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.yIUvgw/_new  2014-02-04 19:55:55.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org