Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package linuxconsoletools for openSUSE:Factory checked in at 2023-01-01 09:38:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxconsoletools (Old) and /work/SRC/openSUSE:Factory/.linuxconsoletools.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxconsoletools" Sun Jan 1 09:38:56 2023 rev:13 rq:1045928 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/linuxconsoletools/linuxconsoletools.changes 2020-08-20 22:30:23.292025082 +0200 +++ /work/SRC/openSUSE:Factory/.linuxconsoletools.new.1563/linuxconsoletools.changes 2023-01-01 09:38:58.382816085 +0100 @@ -1,0 +2,23 @@ +Mon Dec 26 15:19:58 UTC 2022 - Andrea Manzini <andrea.manz...@suse.com> + +- update to 1.8.1 + * jscal can be given a specific button to use to confirm calibration + at each step. + +- update to 1.7.1 + * inputattach supports the Gunze protocol + +- update to 1.7.0 + * The udev rules for Stelladaptor devices include more compatible devices + * inputattach supports the FlySky FS-iA6B RC receiver, with kernel 5.4 + and later + * ffmvforce now needs SDL2 and pkg-config (thanks to Stefan Brüns). + * inputattach has a --crtscts/--no-crscts option to control CRTSCTS; + it also supports up to four probe-able devices checked in sequence + * js-set-enum-leds supports Wii controllers, XBox gamepads, and PS4 + Dualshock 4 gamepads + +- removed patch 0001-Port-ffmvforce-to-SDL2-some-bugfixes.patch - merged in upstream +- added patch 0001-fix-bashisms.patch + +------------------------------------------------------------------- Old: ---- 0001-Port-ffmvforce-to-SDL2-some-bugfixes.patch linuxconsoletools-1.6.1.tar.bz2 New: ---- 0001-fix-bashisms.patch linuxconsoletools-1.8.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxconsoletools.spec ++++++ --- /var/tmp/diff_new_pack.LXBa7N/_old 2023-01-01 09:38:58.870818755 +0100 +++ /var/tmp/diff_new_pack.LXBa7N/_new 2023-01-01 09:38:58.878818798 +0100 @@ -1,7 +1,7 @@ # # spec file for package linuxconsoletools # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -17,15 +17,15 @@ Name: linuxconsoletools -Version: 1.6.1 +Version: 1.8.1 Release: 0 Summary: A set of utilities for joysticks License: GPL-2.0-or-later Group: Hardware/Joystick URL: http://sourceforge.net/projects/linuxconsole/ Source0: http://sourceforge.net/projects/linuxconsole/files/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM -Patch0: 0001-Port-ffmvforce-to-SDL2-some-bugfixes.patch +# PATCH-FIX-OPENSUSE 0001-fix-bashisms.patch +Patch0: 0001-fix-bashisms.patch BuildRequires: libSDL2-devel BuildRequires: linux-kernel-headers BuildRequires: pkgconfig @@ -49,8 +49,7 @@ * jstest - test joystick devices %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build make %{?_smp_mflags} \ ++++++ 0001-fix-bashisms.patch ++++++ diff --color -ur linuxconsoletools-1.8.1.orig/utils/js-set-enum-leds linuxconsoletools-1.8.1/utils/js-set-enum-leds --- linuxconsoletools-1.8.1.orig/utils/js-set-enum-leds 2019-10-05 22:29:50.000000000 +0200 +++ linuxconsoletools-1.8.1/utils/js-set-enum-leds 2022-12-26 16:15:41.539691275 +0100 @@ -53,7 +53,7 @@ shift 1 else echo "set_gamepad_leds: wrong number of leds or values" 1>&2 - exit -1 + exit 1 fi done } @@ -65,7 +65,7 @@ shift 1 else echo "set_multicolor_led: wrong number of leds or values" 1>&2 - exit -1 + exit 1 fi done } ++++++ linuxconsoletools-1.6.1.tar.bz2 -> linuxconsoletools-1.8.1.tar.bz2 ++++++ ++++ 1729 lines of diff (skipped)