Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neard for openSUSE:Factory checked in at 2024-03-14 17:46:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neard (Old) and /work/SRC/openSUSE:Factory/.neard.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neard" Thu Mar 14 17:46:05 2024 rev:14 rq:1158024 version:0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/neard/neard.changes 2023-01-17 17:35:51.501369430 +0100 +++ /work/SRC/openSUSE:Factory/.neard.new.1905/neard.changes 2024-03-14 17:47:48.735487864 +0100 @@ -1,0 +2,8 @@ +Thu Feb 15 10:29:06 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Drop python2-based test/example script (neard-test package): + + Pass --disable test to configure + + Drop neard-test subpackage (obsoleted by main package) + + Addresses boo#1219314. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neard.spec ++++++ --- /var/tmp/diff_new_pack.9iT0n6/_old 2024-03-14 17:47:50.251543525 +0100 +++ /var/tmp/diff_new_pack.9iT0n6/_new 2024-03-14 17:47:50.251543525 +0100 @@ -1,7 +1,7 @@ # # spec file for package neard # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -41,7 +41,9 @@ BuildRequires: pkgconfig(libnl-genl-3.0) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(systemd) -%{?systemd_requires} +# -test subpackage was dropped (boo#1219314) +Obsoletes: neard-test <= %{version} +%{?systemd_ordering} %description NFC support for Linux. @@ -68,7 +70,7 @@ autoreconf -fiv %configure \ --enable-tools \ - --enable-test + --disable-test %make_build all @@ -113,7 +115,3 @@ %{_includedir}/version.h %{_libdir}/pkgconfig/neard.pc -%files test -%dir %{_libdir}/neard/ -%{_libdir}/neard/test/ -