Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-input-void for openSUSE:Factory
checked in at 2022-11-06 12:42:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-void (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-void.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-void"
Sun Nov 6 12:42:59 2022 rev:10 rq:1033830 version:1.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-void/xf86-input-void.changes
2020-04-13 12:49:10.876533158 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-void.new.2275/xf86-input-void.changes
2022-11-06 12:43:26.837827863 +0100
@@ -1,0 +2,14 @@
+Sun Nov 6 09:31:50 UTC 2022 - Stefan Dirsch <[email protected]>
+
+- Update to version 1.4.2
+ * Update README for gitlab migration
+ * Update configure.ac bug URL for gitlab migration
+ * gitlab CI: add a basic build test
+ * gitlab CI: stop requiring Signed-off-by in commits
+ * InputDriverRec: Resolve -Wmissing-field-initializers warning
+ * InitValuatorAxisStruct: Add missing line breaks
+ * autogen.sh: use quoted string variables
+ * autogen: add default patch prefix
+ * autogen.sh: use exec instead of waiting for configure to finish
+
+-------------------------------------------------------------------
Old:
----
xf86-input-void-1.4.1.tar.bz2
New:
----
xf86-input-void-1.4.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-void.spec ++++++
--- /var/tmp/diff_new_pack.rNFeBG/_old 2022-11-06 12:43:27.205830060 +0100
+++ /var/tmp/diff_new_pack.rNFeBG/_new 2022-11-06 12:43:27.213830107 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-input-void
#
-# Copyright (c) 2017 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-void
-Version: 1.4.1
+Version: 1.4.2
Release: 0
Summary: Null 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: pkg-config
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xorg-server) >= 1.9.99.1
@@ -63,7 +63,8 @@
%files
%defattr(-,root,root)
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README.md
%dir %{_libdir}/xorg/modules/input
%{_libdir}/xorg/modules/input/void_drv.so
%{_datadir}/man/man4/void.4%{?ext_man}