Hello community, here is the log from the commit of package gpm for openSUSE:Factory checked in at 2020-01-18 12:14:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpm (Old) and /work/SRC/openSUSE:Factory/.gpm.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpm" Sat Jan 18 12:14:34 2020 rev:52 rq:764589 version:1.20.7 Changes: -------- --- /work/SRC/openSUSE:Factory/gpm/gpm.changes 2018-04-04 11:00:50.202003927 +0200 +++ /work/SRC/openSUSE:Factory/.gpm.new.26092/gpm.changes 2020-01-18 12:16:24.279083356 +0100 @@ -1,0 +2,10 @@ +Wed Jan 15 09:54:37 UTC 2020 - Adam Majer <[email protected]> + +- gpm-fno-common.patch: fix compilation in Tumbleweed (bsc#1160873) + +------------------------------------------------------------------- +Thu Jan 9 07:43:00 UTC 2020 - Jean Delvare <[email protected]> + +- Add back support for the TAOS evaluation module to inputattach. + +------------------------------------------------------------------- New: ---- gpm-fno-common.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpm.spec ++++++ --- /var/tmp/diff_new_pack.1gPe7X/_old 2020-01-18 12:16:27.039084836 +0100 +++ /var/tmp/diff_new_pack.1gPe7X/_new 2020-01-18 12:16:27.043084838 +0100 @@ -1,7 +1,7 @@ # # spec file for package gpm # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -62,6 +62,7 @@ Patch30: gpm-fix_fsf_addess.patch #PATCH-FIX-UPSTREAM Fix missing declarations Patch31: decls.patch +Patch32: gpm-fno-common.patch BuildRequires: bison BuildRequires: libtool BuildRequires: lzma @@ -127,6 +128,7 @@ %patch29 %patch30 %patch31 -p1 +%patch32 -p1 cp %{S:2} %{S:3} %{S:4} . cp %{S:7} COPYING ++++++ gpm-fno-common.patch ++++++ Index: gpm-1.20.7/src/headers/daemon.h =================================================================== --- gpm-1.20.7.orig/src/headers/daemon.h +++ gpm-1.20.7/src/headers/daemon.h @@ -180,7 +180,7 @@ extern struct mouse_features mouse_tabl extern Gpm_Type mice[]; extern Gpm_Type *repeated_type; -time_t last_selection_time; +extern time_t last_selection_time; ++++++ inputattach.c ++++++ --- /var/tmp/diff_new_pack.1gPe7X/_old 2020-01-18 12:16:27.179084911 +0100 +++ /var/tmp/diff_new_pack.1gPe7X/_new 2020-01-18 12:16:27.179084911 +0100 @@ -376,6 +376,9 @@ { "--elo4002", "-elo6b", B9600, CS8 | CRTSCTS, SERIO_ELO, 1, 0, 0, NULL }, { "--elo271-140", "-elo4b", B9600, CS8 | CRTSCTS, SERIO_ELO, 2, 0, 0, NULL }, { "--elo261-280", "-elo3b", B9600, CS8 | CRTSCTS, SERIO_ELO, 3, 0, 0, NULL }, +#ifdef SERIO_TAOSEVM +{ "--taos-evm", "-taos", B1200, CS8, SERIO_TAOSEVM, 0, 0, 0, NULL }, +#endif { "--dump", "-dump", B2400, CS8, 0, 0, 0, 0, dump_init }, { "", "", 0, 0 } @@ -416,6 +419,9 @@ puts(" --ps2serkbd -ps2ser PS/2 via serial keyboard"); puts(" --twiddler -twid Handykey Twiddler chording keyboard"); puts(" --twiddler-joy -twidjoy Handykey Twiddler used as a joystick"); +#ifdef SERIO_TAOSEVM + puts(" --taos-evm -taos TAOS evaluation module"); +#endif puts(""); return 1; }
