Hello community,

here is the log from the commit of package libmanette for openSUSE:Leap:15.2 
checked in at 2020-02-21 23:50:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libmanette (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libmanette.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmanette"

Fri Feb 21 23:50:27 2020 rev:12 rq:773504 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libmanette/libmanette.changes  2020-01-15 
15:21:56.442459956 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libmanette.new.26092/libmanette.changes       
2020-02-21 23:50:39.428722132 +0100
@@ -1,0 +2,61 @@
+Thu Sep 12 12:24:48 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 0.2.3:
+  + Build system changes: Add 'gudev' option, allowing to
+    explicitly build without gudev.
+
+-------------------------------------------------------------------
+Mon Mar 11 09:32:30 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 0.2.2:
+  + Device:
+    - Handle absolute axes with min > 0.
+    - Handle the axes' flat to support axes to d-pad mapping.
+  + Mapping:
+    - Support negative analog axis to button mappings.
+    - Support full-range axis to button mappings.
+
+-------------------------------------------------------------------
+Sun Sep 23 07:42:06 UTC 2018 - [email protected]
+
+- 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 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:35:32 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  libmanette-0.1.2.tar.xz

New:
----
  libmanette-0.2.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libmanette.spec ++++++
--- /var/tmp/diff_new_pack.wEYPjv/_old  2020-02-21 23:50:39.804722879 +0100
+++ /var/tmp/diff_new_pack.wEYPjv/_new  2020-02-21 23:50:39.808722886 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmanette
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +12,38 @@
 # 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/
 #
 
+
 %define binary_version 0.2
-%define package_version 0_2
+%define package_version 0_2-0
 
 Name:           libmanette
-Version:        0.1.2
+Version:        0.2.3
 Release:        0
 Summary:        A simple GObject game controller library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
-Url:            https://gitlab.gnome.org/aplazas/libmanette/
-Source:         
http://download.gnome.org/sources/libmanette/0.1/%{name}-%{version}.tar.xz
+URL:            https://gitlab.gnome.org/aplazas/libmanette/
+Source:         
https://download.gnome.org/sources/libmanette/0.2/%{name}-%{version}.tar.xz
+
 BuildRequires:  gcc
 BuildRequires:  gobject-introspection-devel >= 0.6.7
 BuildRequires:  meson >= 0.43.0
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gudev-1.0) >= 1.0
 BuildRequires:  pkgconfig(libevdev) >= 1.4.5
 BuildRequires:  pkgconfig(vapigen)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libmanette allows easy access to game controllers.
 
-%package -n liblibmanette-%{package_version}
+%package -n libmanette-%{package_version}
 Summary:        A simple GObject game controller library
 Group:          System/Libraries
 
-%description -n liblibmanette-%{package_version}
+%description -n libmanette-%{package_version}
 libmanette allows easy access to game controllers.
 
 %package -n typelib-1_0-Manette-%{package_version}
@@ -56,13 +58,13 @@
 %package devel
 Summary:        Development files for the libmanette library
 Group:          Development/Languages/C and C++
-Requires:       liblibmanette-%{package_version} = %{version}
+Requires:       libmanette-%{package_version} = %{version}
 
 %description devel
 libmanette allows easy access to game controllers.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %meson
@@ -71,28 +73,25 @@
 %install
 %meson_install
 
-%post -n liblibmanette-%{package_version} -p /sbin/ldconfig
-
-%postun -n liblibmanette-%{package_version} -p /sbin/ldconfig
+%post -n libmanette-%{package_version} -p /sbin/ldconfig
+%postun -n libmanette-%{package_version} -p /sbin/ldconfig
 
-%files -n liblibmanette-%{package_version}
-%defattr(-, root, root)
-%doc COPYING
-%{_libdir}/liblibmanette-%{binary_version}.so*
+%files -n libmanette-%{package_version}
+%license COPYING
+%{_libdir}/libmanette-%{binary_version}.so.*
 
 %files -n typelib-1_0-Manette-%{package_version}
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Manette-%{binary_version}.typelib
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/manette-test
 %{_datadir}/gir-1.0/Manette-%{binary_version}.gir
 %dir %{_datadir}/vala/
 %dir %{_datadir}/vala/vapi/
-%{_datadir}/vala/vapi/libmanette-%{binary_version}.deps
-%{_datadir}/vala/vapi/libmanette-%{binary_version}.vapi
-%{_libdir}/pkgconfig/libmanette-%{binary_version}.pc
+%{_datadir}/vala/vapi/manette-%{binary_version}.deps
+%{_datadir}/vala/vapi/manette-%{binary_version}.vapi
 %{_includedir}/libmanette/
+%{_libdir}/libmanette-%{binary_version}.so
+%{_libdir}/pkgconfig/manette-%{binary_version}.pc
 
 %changelog

++++++ libmanette-0.1.2.tar.xz -> libmanette-0.2.3.tar.xz ++++++
++++ 2057 lines of diff (skipped)


Reply via email to