diff --git a/cscope-15.5-resize.patch b/cscope-15.5-resize.patch index a3f61d6..29cddfc 100644 --- a/cscope-15.5-resize.patch +++ b/cscope-15.5-resize.patch @@ -84,7 +84,7 @@ int main(int argc, char **argv) { -@@ -131,12 +137,20 @@ +@@ -131,12 +137,19 @@ int c, i; pid_t pid; struct stat stat_buf; @@ -98,7 +98,6 @@ + winch_action.sa_sigaction = sigwinch_handler; + sigemptyset(&winch_action.sa_mask); + winch_action.sa_flags = SA_SIGINFO; -+ winch_action.sa_restorer = NULL; + + sigaction(SIGWINCH,&winch_action,NULL); + diff --git a/cscope.spec b/cscope.spec index e455105..8d85b5f 100644 --- a/cscope.spec +++ b/cscope.spec @@ -1,7 +1,7 @@ Summary: C source code tree search and browse tool Name: cscope Version: 15.5 -Release: 7 +Release: 8 Source0: http://unc.dl.sourceforge.net/sourceforge/cscope/cscope-15.5.tar.gz URL: http://cscope.sourceforge.net License: BSD