Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-input-mouse for
openSUSE:Factory checked in at 2022-11-03 19:13:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-mouse (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-mouse.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-mouse"
Thu Nov 3 19:13:07 2022 rev:16 rq:1032786 version:1.9.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-mouse/xf86-input-mouse.changes
2020-04-13 12:49:12.476534060 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-mouse.new.2275/xf86-input-mouse.changes
2022-11-03 19:13:09.155643443 +0100
@@ -1,0 +2,17 @@
+Wed Nov 2 08:07:25 UTC 2022 - Stefan Dirsch <[email protected]>
+
+- Update to version 1.9.4
+ * Update configure.ac bug URL for gitlab migration
+ * Fix spelling/wording issues
+ * gitlab CI: add a basic build test
+ * gitlab CI: stop requiring Signed-off-by in commits
+ * sun_mouse: Fix -Wsign-compare warnings
+ * sun_mouse: Fix -Wnull-dereference warning
+ * checkForErraticMovements: Fix -Wempty-body warnings
+ * SetupMouse: fix -Wsign-compare warning
+ * InputDriverRec: Fix -Wmissing-field-initializers warning
+ * autoGood: quiet -Wimplicit-fallthrough warning
+ * configure: check for timingsafe_memcmp
+ * sun_mouse.c: #include "config.h"
+
+-------------------------------------------------------------------
Old:
----
xf86-input-mouse-1.9.3.tar.bz2
New:
----
xf86-input-mouse-1.9.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-mouse.spec ++++++
--- /var/tmp/diff_new_pack.pcoc6M/_old 2022-11-03 19:13:09.675646501 +0100
+++ /var/tmp/diff_new_pack.pcoc6M/_new 2022-11-03 19:13:09.679646524 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-input-mouse
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# 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/
#
Name: xf86-input-mouse
-Version: 1.9.3
+Version: 1.9.4
Release: 0
Summary: Mouse input driver for the Xorg X server
License: MIT
Group: System/X11/Servers/XF86_4
-Url: http://xorg.freedesktop.org/
-Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+URL: http://xorg.freedesktop.org/
+Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.xz
BuildRequires: autoconf >= 2.60
BuildRequires: automake
@@ -76,7 +76,8 @@
%files
%defattr(-,root,root)
-%doc COPYING README
+%doc README
+%license COPYING
%dir %{_libdir}/xorg/modules/input
%{_libdir}/xorg/modules/input/mouse_drv.so
%{_datadir}/man/man4/mousedrv.4%{?ext_man}