Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-libevdev for openSUSE:Factory
checked in at 2025-01-07 20:50:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-libevdev (Old)
and /work/SRC/openSUSE:Factory/.python-libevdev.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-libevdev"
Tue Jan 7 20:50:03 2025 rev:4 rq:1235193 version:0.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-libevdev/python-libevdev.changes
2022-09-25 15:34:40.919533180 +0200
+++
/work/SRC/openSUSE:Factory/.python-libevdev.new.1881/python-libevdev.changes
2025-01-07 20:50:09.160807921 +0100
@@ -1,0 +2,8 @@
+Mon Jan 6 13:13:38 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Avoid usage of %{_libdir}: a noarch package cannot rely on libdir
+ pointing to arch-specific packages. TWeak using
+ %{_prefix}/lib*/libevdev.so to find the correct library package
+ %name.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-libevdev.spec ++++++
--- /var/tmp/diff_new_pack.8dl7Bk/_old 2025-01-07 20:50:10.716872275 +0100
+++ /var/tmp/diff_new_pack.8dl7Bk/_new 2025-01-07 20:50:10.720872440 +0100
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-libevdev
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,7 @@
BuildRequires: fdupes
BuildRequires: libevdev-devel >= %{libevdev_reqver}
BuildRequires: python-rpm-macros
-%define libmodule %(rpm -q --qf "%%{name}" -f $(readlink -f
%{_libdir}/libevdev.so))
+%define libmodule %(rpm -q --qf "%%{name}" -f $(readlink -f
%{_prefix}/lib*/libevdev.so))
Requires: %{libmodule} >= %{libevdev_reqver}
BuildArch: noarch
%python_subpackages