SHA256
1
0
forked from pool/libmanette

Accepting request 1159536 from GNOME:Factory

GNOME 46 (forwarded request 1159276 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmanette?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:12:33 +00:00 committed by Git OBS Bridge
commit 721ad9a31a
6 changed files with 42 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.7</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.

3
libmanette-0.2.7.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8529c0230743df7786a0debe522793602972059929ddc71085ef329d7551506
size 358411

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
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.7
mtime: 1707482626
commit: 27554bd118c08141134d4147cc34794057eb36e2

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