From 3ac8ae6256a5038bd0fe4db15cca594f7de9b6a9aeb7e9be5945b156c1d1f1d9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 24 Sep 2018 07:23:56 +0000 Subject: [PATCH] Accepting request 637258 from home:1Antoine1:branches:GNOME:Factory - Update to version 0.2.1: + Defer the emission of input device events by putting them into idle event sources. + Update the game controller database. - Update to version 0.2.0: + Device: Add rumble support. + Make the devices rumble in manette-test if they support it. + Mapping: - Initialize the bindings to 0 before using them, avoiding improper values in non used fields. - Ensures the binding value inversion is disabled by default, avoiding an unexpected state. - Clear errno before using it to avoid string to uint16 convertions to fail on valid inputs. - Silently skip the 'platform' mapping key as it is neither useful nor erroneous. + Monitor: - Fix the 'device-disconnected' signal marshaller. - Fix the devices hash table hash and comparison functions. + Build system change: - Make manette-test properly depend on libmanette. - Change the package name from libmanette to manette. - Change the soname from liblibmanette.so to libmanette.so. - Fix the soname version. + Fix the license header of manette-version.h.in, which was accidentaly not matching the one of the library. - Following upstream changes and fixes, rename liblibmanette-0_2 subpackage to libmanette-0_2-0, change where applicable, set package_version define to 0_2-0. - Tweak spec, use autosetup macro. - Modernize spec-file by calling spec-cleaner - Initial package, libmanette, version 0.1.2. OBS-URL: https://build.opensuse.org/request/show/637258 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libmanette?expand=0&rev=5 --- libmanette-0.2.0.tar.xz | 3 --- libmanette-0.2.1.tar.xz | 3 +++ libmanette.changes | 10 +++++++++- libmanette.spec | 4 ++-- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 libmanette-0.2.0.tar.xz create mode 100644 libmanette-0.2.1.tar.xz diff --git a/libmanette-0.2.0.tar.xz b/libmanette-0.2.0.tar.xz deleted file mode 100644 index 24d9f44..0000000 --- a/libmanette-0.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af9e59b8d9ab792391a229c2824cac99740676785fdd460588fe9f5a05e613ff -size 32436 diff --git a/libmanette-0.2.1.tar.xz b/libmanette-0.2.1.tar.xz new file mode 100644 index 0000000..2e3eba6 --- /dev/null +++ b/libmanette-0.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023508e8cbae3c24697a6145aea6a0ba888e0a920fe8ee87f7231972c1f87893 +size 32448 diff --git a/libmanette.changes b/libmanette.changes index 027537d..3aae88d 100644 --- a/libmanette.changes +++ b/libmanette.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Sun Sep 23 07:42:06 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 0.2.1: + + Defer the emission of input device events by putting them into + idle event sources. + + Update the game controller database. + ------------------------------------------------------------------- Tue Mar 6 17:48:22 UTC 2018 - bjorn.lie@gmail.com -- Update to version 2.0.0: +- Update to version 0.2.0: + Device: Add rumble support. + Make the devices rumble in manette-test if they support it. + Mapping: diff --git a/libmanette.spec b/libmanette.spec index 0d5f610..8e3802b 100644 --- a/libmanette.spec +++ b/libmanette.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,7 +20,7 @@ %define package_version 0_2-0 Name: libmanette -Version: 0.2.0 +Version: 0.2.1 Release: 0 Summary: A simple GObject game controller library License: LGPL-2.1-or-later