From a36739999efafff9b24aaa33ad804a683fceed6be6c73cc7ae25fe56055c63e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 20 Feb 2025 09:43:27 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main libmanette revision 4740b8f8015b931ee814457cb8691f96 --- _service | 19 +++++++++++++++++++ libmanette-0.2.6.tar.xz | 3 --- libmanette-0.2.9.obscpio | 3 +++ libmanette.changes | 28 ++++++++++++++++++++++++++++ libmanette.obsinfo | 4 ++++ libmanette.spec | 6 +++--- 6 files changed, 57 insertions(+), 6 deletions(-) create mode 100644 _service delete mode 100644 libmanette-0.2.6.tar.xz create mode 100644 libmanette-0.2.9.obscpio create mode 100644 libmanette.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..abf65e4 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/libmanette.git + 0.2.9 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/libmanette-0.2.6.tar.xz b/libmanette-0.2.6.tar.xz deleted file mode 100644 index 2542206..0000000 --- a/libmanette-0.2.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63653259a821ec7d90d681e52e757e2219d462828c9d74b056a5f53267636bac -size 43236 diff --git a/libmanette-0.2.9.obscpio b/libmanette-0.2.9.obscpio new file mode 100644 index 0000000..21162d1 --- /dev/null +++ b/libmanette-0.2.9.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9a5bf733c267d072a9b54f181a42f71ad85f1f79db40157961bcca6f0400a1 +size 457227 diff --git a/libmanette.changes b/libmanette.changes index 5f0f138..ef2914f 100644 --- a/libmanette.changes +++ b/libmanette.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Sep 13 15:18:29 UTC 2024 - Bjørn Lie + +- Update to version 0.2.9: + + Update and clean up the game controller mapping database + + ManetteDevice: + - add manette_device_get_mapping() and + manette_device_get_guid() + - Handle keycodes before BTN_MISC as well + + ManetteMapping: + - Allow to map paddle1-4, misc1-6 and touchpad buttons + - Improve error handling + + ManetteMappingManager: Check if user mapping file exists + + Tests: Test default mappings + +------------------------------------------------------------------- +Mon Feb 12 15:16:05 UTC 2024 - Dominique Leuenberger + +- Update to version 0.2.7: + + Allow building as a static library. + + ManetteMappingManager: Strip leading and trailing spaces from + mappings. + + ManetteMonitor: + - Always use file backend in Flatpak. + - Skip non-evdev devices. + - Fix object construction. + + Various cleanups. + ------------------------------------------------------------------- Sun Mar 28 07:50:57 UTC 2021 - Dominique Leuenberger diff --git a/libmanette.obsinfo b/libmanette.obsinfo new file mode 100644 index 0000000..2a5886f --- /dev/null +++ b/libmanette.obsinfo @@ -0,0 +1,4 @@ +name: libmanette +version: 0.2.9 +mtime: 1726233480 +commit: 508df238f9c25a20c0d06da8c9bf83138759d40f diff --git a/libmanette.spec b/libmanette.spec index 58aa133..e9c129a 100644 --- a/libmanette.spec +++ b/libmanette.spec @@ -1,7 +1,7 @@ # # spec file for package libmanette # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,13 @@ %define package_version 0_2-0 Name: libmanette -Version: 0.2.6 +Version: 0.2.9 Release: 0 Summary: A simple GObject game controller library License: LGPL-2.1-or-later Group: System/Libraries URL: https://gnome.pages.gitlab.gnome.org/libmanette/ -Source: https://download.gnome.org/sources/libmanette/0.2/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.zst Source99: baselibs.conf BuildRequires: gcc BuildRequires: gobject-introspection-devel >= 0.6.7