From 269c4ef692c4ebcf740e4a0b96848a216fa02842 Mon Sep 17 00:00:00 2001 From: compile_success <980965867@qq.com> Date: Fri, 11 Dec 2020 10:12:02 +0800 Subject: [PATCH] modify for invalid patch --- gpm-1.20.1-weak-wgetch.patch | 2 +- gpm.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gpm-1.20.1-weak-wgetch.patch b/gpm-1.20.1-weak-wgetch.patch index 2546e17..e1901a6 100644 --- a/gpm-1.20.1-weak-wgetch.patch +++ b/gpm-1.20.1-weak-wgetch.patch @@ -15,7 +15,7 @@ int Gpm_Wgetch(WINDOW *win) { --- gpm-1.20.1/configure.ac.weak-wgetch 2004-03-22 15:49:51.000000000 -0500 -+++ gpm-1.20.1/configure.ac 2004-03-22 15:51:24.000000000 -0500 ++++ gpm-1.20.1/configure.ac.footer 2004-03-22 15:51:24.000000000 -0500 @@ -115,7 +115,7 @@ AC_CHECK_LIB($i, wgetch,,,$TERMLIBS) else :; fi diff --git a/gpm.spec b/gpm.spec index 8a3855c..2c27a46 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,6 +1,6 @@ Name: gpm Version: 1.20.7 -Release: 21 +Release: 22 Summary: The gpm package contains a mouse server for the console and xterm License: GPLv2 and GPLv2+ with exceptions and GPLv3+ and Verbatim and Copyright only URL: https://www.nico.schottelius.org/software/gpm/ @@ -49,7 +49,6 @@ for the gpm library. %prep %setup -q -./autogen.sh %patch1 -p1 -b .weak-wgetch %patch2 -p1 %patch3 -p1 @@ -60,6 +59,7 @@ for the gpm library. %patch6001 -p1 %build +./autogen.sh %configure %make_build @@ -115,6 +115,9 @@ fi %{_mandir}/man?/* %changelog +* Fri Dec 11 2020 zhujunhao - 1.20.7-22 +- modify for patch invalid + * Thu Mar 19 2020 songnannan - 1.20.7-21 - add gdb in buildrequires