Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package joycond for openSUSE:Factory checked 
in at 2022-01-15 20:05:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/joycond (Old)
 and      /work/SRC/openSUSE:Factory/.joycond.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "joycond"

Sat Jan 15 20:05:09 2022 rev:2 rq:946676 version:0.1.0+git.51~f9a6691

Changes:
--------
--- /work/SRC/openSUSE:Factory/joycond/joycond.changes  2022-01-14 
23:15:15.606709912 +0100
+++ /work/SRC/openSUSE:Factory/.joycond.new.1892/joycond.changes        
2022-01-15 20:05:13.437760143 +0100
@@ -1,0 +2,18 @@
+Sat Jan 15 16:12:17 UTC 2022 - Florian "spirit" <[email protected]>
+
+- Lessened reverse dependency of kmod(hid_nintendo), as otherwise
+  joycond will be installed on any machine that runs Linux >= 5.16.
+
+-------------------------------------------------------------------
+Sat Jan 15 09:31:39 UTC 2022 - Florian "spirit" <[email protected]>
+
+- Clarified license: changed GPL-3.0 to GPL-3.0-or-later
+
+-------------------------------------------------------------------
+Fri Jan 14 22:29:47 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Package descriptions are not supposed to be manuals: Strip
+  instructions from package descriptions.
+- Use noun phrase for summaries/descriptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ joycond.spec ++++++
--- /var/tmp/diff_new_pack.kNt8SB/_old  2022-01-15 20:05:14.569761025 +0100
+++ /var/tmp/diff_new_pack.kNt8SB/_new  2022-01-15 20:05:14.577761031 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package joycond
 #
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2021/22 Florian "sp1rit" <[email protected]>
-# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %if %{undefined _modulesloaddir}
 %define _modulesloaddir %{_prefix}/lib/modules-load.d/
 %endif
@@ -23,52 +24,35 @@
 Name:           joycond
 Version:        0.1.0+git.51~f9a6691
 Release:        0
-Summary:        Userspace daemon to combine joy-cons from the hid-nintendo 
kernel driver
+Summary:        Userspace daemon for using joy-cons with the hid-nintendo 
kernel driver
 Group:          Hardware/Joystick
-License:        GPL-3.0
+License:        GPL-3.0-or-later
 URL:            https://github.com/DanielOgorchock/joycond
 Source0:        %{name}-%{version}.tar.xz
-BuildRequires:  gcc-c++ cmake
-BuildRequires:  pkgconfig(libevdev) pkgconfig(libudev)
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  systemd-rpm-macros
+BuildRequires:  pkgconfig(libevdev)
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(systemd)
-Supplements:    kmod(hid_nintendo.ko)
+Enhances:       kmod(hid_nintendo.ko)
 Requires:       kmod(hid_nintendo.ko)
 Recommends:     %{name}-autoload
 
 %package        autoload
-Summary:        Autoload optional kmod dependencies
+Summary:        Configuration for autoloading extra joycond modules
 BuildArch:      noarch
 Requires:       %{name}
 
 %description
-joycond is a linux daemon which uses the evdev devices provided by
+joycond is a Linux daemon which uses evdev devices provided by
 hid-nintendo (formerly known as hid-joycon) to implement joycond
 pairing.
 
----
-
-When a joy-con or pro controller is connected via bluetooth or USB,
-the player LEDs should start blinking periodically. This signals
-that the controller is in pairing mode.
-
-For the pro controller, pressing both triggers will "pair" it.
-
-With the joy-cons, to use a single contoller alone, hold ZL and L at
-the same time (ZR and R for the right joy-con). Alternatively, hold
-both S triggers at once.
-
-To combine two joy-cons into a virtual input device, press a single
-trigger on both of them at the same time. A new uinput device will
-be created called "Nintendo Switch Combined Joy-Cons".
-
-Rumble support is now functional for the combined joy-con uinput
-device.
-
 %description autoload
 Configuration files to autoload optional kernel modules during
 system startup. These provide the joycond the possibility of
-signaling controller status by flashing it's LEDs.
-
+signaling controller status by flashing its LEDs.
 
 %prep
 %autosetup -p1

Reply via email to