Hello community, here is the log from the commit of package linuxconsoletools for openSUSE:Factory checked in at 2014-02-19 07:51:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linuxconsoletools (Old) and /work/SRC/openSUSE:Factory/.linuxconsoletools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "linuxconsoletools" Changes: -------- --- /work/SRC/openSUSE:Factory/linuxconsoletools/linuxconsoletools.changes 2014-02-18 14:45:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.linuxconsoletools.new/linuxconsoletools.changes 2014-02-19 07:51:14.000000000 +0100 @@ -1,0 +2,9 @@ +Tue Feb 18 22:35:02 UTC 2014 - [email protected] + +- update to 1.4.7 + * Correctly handle newer versions of the Spaceball firwmare (thanks to + Andrew Basterfield <[email protected]>). This fixes Debian + #298494. +- updated the comment in spec file about when the spit took place. + +------------------------------------------------------------------- Old: ---- linuxconsoletools-1.4.6.tar.bz2 New: ---- linuxconsoletools-1.4.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxconsoletools.spec ++++++ --- /var/tmp/diff_new_pack.3esnbE/_old 2014-02-19 07:51:15.000000000 +0100 +++ /var/tmp/diff_new_pack.3esnbE/_new 2014-02-19 07:51:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package linuxconsoletools # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: linuxconsoletools -Version: 1.4.6 +Version: 1.4.7 Release: 0 Summary: A set of utilities for joysticks License: GPL-2.0+ @@ -26,7 +27,7 @@ BuildRequires: libSDL-devel BuildRequires: linux-kernel-headers -# moved in 13.1 +# moved in 13.2 Provides: input-utils = 2007.06.22 Obsoletes: input-utils <= 2007.06.22 ++++++ linuxconsoletools-1.4.6.tar.bz2 -> linuxconsoletools-1.4.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxconsoletools-1.4.6/Makefile new/linuxconsoletools-1.4.7/Makefile --- old/linuxconsoletools-1.4.6/Makefile 2013-05-06 20:14:40.000000000 +0200 +++ new/linuxconsoletools-1.4.7/Makefile 2014-01-08 07:40:44.000000000 +0100 @@ -2,7 +2,7 @@ # # Makefile for Linux input utilities # -# © 2011-2013 Stephen Kitt <[email protected]> +# © 2011-2014 Stephen Kitt <[email protected]> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 USA. -VERSION := 1.4.6 +VERSION := 1.4.7 PACKAGE := linuxconsoletools-$(VERSION) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxconsoletools-1.4.6/NEWS new/linuxconsoletools-1.4.7/NEWS --- old/linuxconsoletools-1.4.6/NEWS 2013-05-06 20:16:31.000000000 +0200 +++ new/linuxconsoletools-1.4.7/NEWS 2014-01-08 07:36:51.000000000 +0100 @@ -1,3 +1,10 @@ +Version 1.4.7 +------------- + +* Correctly handle newer versions of the Spaceball firwmare (thanks to + Andrew Basterfield <[email protected]>). This fixes Debian + #298494. + Version 1.4.6 ------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxconsoletools-1.4.6/README new/linuxconsoletools-1.4.7/README --- old/linuxconsoletools-1.4.6/README 2013-05-06 20:15:21.000000000 +0200 +++ new/linuxconsoletools-1.4.7/README 2014-01-08 07:40:16.000000000 +0100 @@ -1,5 +1,5 @@ linuxconsole tools - Release 1.4.6 + Release 1.4.7 http://sf.net/projects/linuxconsole/ @@ -143,6 +143,7 @@ * Jaromir Capik: 64-bit fixes and changes from ff-utils (based on a patch originally by Jean-Philippe Meure). * Ralf Jung: fixes for long device names. +* Andrew Basterfield: fix for Spaceball 4000FLX support. License @@ -153,7 +154,7 @@ Copyright © 2001 Oliver Hamann Copyright © 2001-2002 Johann Deneux Copyright © 2001 Arndt Schoenewald - Copyright © 2008-2013 Stephen Kitt + Copyright © 2008-2014 Stephen Kitt This program is free software; you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/linuxconsoletools-1.4.6/utils/inputattach.c new/linuxconsoletools-1.4.7/utils/inputattach.c --- old/linuxconsoletools-1.4.6/utils/inputattach.c 2013-02-20 20:59:19.000000000 +0100 +++ new/linuxconsoletools-1.4.7/utils/inputattach.c 2014-01-08 07:35:29.000000000 +0100 @@ -196,7 +196,8 @@ if (!strncmp("Hm3003C", r, 7)) *id = SPACEBALL_3003C; - if (!strncmp("HvFirmware", r, 10)) { + /* spaceball 4000 returns 'HVFirmware' with v2.4.3 */ + if (!strncasecmp("HvFirmware", r, 10)) { if (spaceball_cmd(fd, "\"", r)) return -1; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
