17
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libevdev?expand=0&rev=6
This commit is contained in:
2025-01-06 13:20:57 +00:00
committed by Git OBS Bridge
commit 13beb2ec18
5 changed files with 117 additions and 0 deletions

26
python-libevdev.changes Normal file
View File

@@ -0,0 +1,26 @@
-------------------------------------------------------------------
Mon Jan 6 13:13:38 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- 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.
-------------------------------------------------------------------
Sat Sep 24 10:52:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- upadte to 0.11:
* doc updates
* fix broken link
- use pypi tarballs
-------------------------------------------------------------------
Mon Nov 22 14:59:29 UTC 2021 - Matej Cepl <mcepl@suse.com>
- BuildRequires on a binary library package is a bad idea as well
as the required SOVER needs to be calculated.
-------------------------------------------------------------------
Fri Nov 19 09:14:29 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- initial packaging required by libwacom (bsc#1192852)