Sync from SUSE:SLFO:Main libmanette revision 4740b8f8015b931ee814457cb8691f96

This commit is contained in:
Adrian Schröter 2025-02-20 09:43:27 +01:00
parent 127ca53775
commit a36739999e
6 changed files with 57 additions and 6 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/libmanette.git</param>
<param name="revision">0.2.9</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
libmanette-0.2.6.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
libmanette-0.2.9.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Sep 13 15:18:29 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>

4
libmanette.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: libmanette
version: 0.2.9
mtime: 1726233480
commit: 508df238f9c25a20c0d06da8c9bf83138759d40f

View File

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