forked from pool/libmanette
Accepting request 1159276 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159276 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libmanette?expand=0&rev=24
This commit is contained in:
parent
8f3b284f6a
commit
42b6d0585d
19
_service
Normal file
19
_service
Normal 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)
BIN
libmanette-0.2.6.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
libmanette-0.2.7.obscpio
Normal file
3
libmanette-0.2.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d8529c0230743df7786a0debe522793602972059929ddc71085ef329d7551506
|
||||||
|
size 358411
|
@ -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>
|
Sun Mar 28 07:50:57 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
4
libmanette.obsinfo
Normal file
4
libmanette.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: libmanette
|
||||||
|
version: 0.2.7
|
||||||
|
mtime: 1707482626
|
||||||
|
commit: 27554bd118c08141134d4147cc34794057eb36e2
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmanette
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,13 +20,13 @@
|
|||||||
%define package_version 0_2-0
|
%define package_version 0_2-0
|
||||||
|
|
||||||
Name: libmanette
|
Name: libmanette
|
||||||
Version: 0.2.6
|
Version: 0.2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple GObject game controller library
|
Summary: A simple GObject game controller library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: https://gnome.pages.gitlab.gnome.org/libmanette/
|
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
|
Source99: baselibs.conf
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gobject-introspection-devel >= 0.6.7
|
BuildRequires: gobject-introspection-devel >= 0.6.7
|
||||||
|
Loading…
Reference in New Issue
Block a user