Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ispell for openSUSE:Factory checked in at 2022-10-08 01:25:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ispell (Old) and /work/SRC/openSUSE:Factory/.ispell.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ispell" Sat Oct 8 01:25:40 2022 rev:34 rq:1008768 version:3.4.05 Changes: -------- --- /work/SRC/openSUSE:Factory/ispell/ispell.changes 2020-08-29 20:35:29.805292234 +0200 +++ /work/SRC/openSUSE:Factory/.ispell.new.2275/ispell.changes 2022-10-08 01:26:07.898354422 +0200 @@ -1,0 +2,34 @@ +Fri Oct 7 11:22:50 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Update to ispell 3.4.05 + * A major bug in 3.4.01 that caused incorrect behavior with many + languages has been corrected. + * The default maximum number of stringchars has been doubled. + * Some spurious compiler warnings have been suppressed. + * The english.aff file has been revised so that UTF-8 is now the + default encoding for English dictionaries. + * Some subtle bugs with the handling of stringchars, which were + revealed by the changes to english.aff, have been corrected. + * A new affix command, "options", has been added to allow selection + of options related to a particular string character type. There + are currently two options, raw_display and squeeze_strings. Both + should be activated for UTF-8 encodings but few others. This + change causes hash files built with earlier ispell versions to be + incompatible; old hash files will need to be rebuilt. + * Over 6000 words have been added to the English dictionaries. Most + of them are in the english.xlg variant, but some are included in + smaller dictionaries as well. The English dictionaries also take + advantage of the new UTF-8 encoding to support correct spellings of + words adopted from other languages, such as cr??pe. +- Port patches + * boo966124.dif + * ispell-3.3.02-brkgcc.patch + * ispell-3.3.02-config.patch + * ispell-3.3.02-mkdir.patch + * ispell-3.3.02-sq.patch + * ispell-3.3.02-strip.patch + * ispell-3.3.02-terminal.patch + * ispell-3.3.02-types.patch + * ispell-3.3.02.dif + +------------------------------------------------------------------- Old: ---- ispell-3.4.00.tar.gz New: ---- ispell-3.4.05.tar.gz ispell-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ispell.spec ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.458355705 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.462355715 +0200 @@ -1,7 +1,7 @@ # # spec file for package ispell # -# 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 @@ -20,26 +20,34 @@ %if ! %{defined _fillupdir} %define _fillupdir /var/adm/fillup-templates %endif +%if ! %{defined make_build} + %define make_build make +%endif +%if ! %{defined make_install} + %define make_install make +%endif Name: ispell BuildRequires: bison BuildRequires: ncurses-devel BuildRequires: words -URL: http://www.lasr.cs.ucla.edu/geoff/ispell.html -PreReq: fillup fileutils +URL: https://www.cs.hmc.edu/~geoff/ispell.html +BuildRequires: fdupes +Requires(post): %fillup_prereq Provides: spell Requires: ispell_dictionary Requires: ispell_english_dictionary Requires: words -Version: 3.4.00 +Version: 3.4.05 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A Spell Checker License: BSD-3-Clause Group: Productivity/Text/Spell -Source: ispell-%{version}.tar.gz +Source: https://www.cs.hmc.edu/~geoff/tars/ispell-%{version}.tar.gz Source1: SuSEconfig.ispell Source2: sysconfig.ispell +Source3: ispell-rpmlintrc Patch0: ispell-3.3.02.dif Patch1: ispell-3.3.02-config.patch Patch2: ispell-3.2.06-suse.patch @@ -81,7 +89,10 @@ Provides: ispell_dictionary Provides: ispell_english_dictionary Provides: locale(ispell:en) -Obsoletes: iamerica +Requires(post): bash +Requires(post): fileutils +Requires(postun):bash +Requires(postun):fileutils %description -n ispell-american This package includes a ready American dictionary for ispell. If you @@ -90,8 +101,6 @@ is given in /usr/share/doc/packages/ispell/README. The sources for this dictionary are included in the source package of ispell. - - %package -n ispell-british Summary: British ispell dictionary Group: Productivity/Text/Spell @@ -99,7 +108,10 @@ Provides: ispell_dictionary Provides: ispell_english_dictionary Provides: locale(ispell:en_GB) -Obsoletes: ibritish +Requires(post): bash +Requires(post): fileutils +Requires(postun):bash +Requires(postun):fileutils %description -n ispell-british This packages includes a ready British dictionary for ispell. If you @@ -108,8 +120,6 @@ is given in /usr/share/doc/packages/ispell/README. The sources for this dictionary are included in the source package of ispell. - - %prep %setup %patch0 -p 0 -b .dif @@ -129,7 +139,7 @@ export PATH make local.h make config.sh - make all + %make_build -j1 all %install DESTDIR=%{buildroot} @@ -138,7 +148,7 @@ mkdir -p %{buildroot}%{_prefix}/lib/ispell/emacs mkdir -p %{buildroot}%{_fillupdir} mkdir -p %{buildroot}/var/lib/dict - make install DESTDIR=%{buildroot} + %make_install -j1 DESTDIR=%{buildroot} rm -f %{buildroot}/usr/share/emacs/site-lisp/ispell.el* install -m 0444 suse/ispell-emacs-menu.el %{buildroot}%{_prefix}/lib/ispell/ install -m 0444 suse/emacs/american.el %{buildroot}%{_prefix}/lib/ispell/emacs/ @@ -160,6 +170,11 @@ ln -sf /var/lib/dict/english.hash %{buildroot}%{_prefix}/lib/ispell/ ln -sf /var/lib/dict/english.aff %{buildroot}%{_prefix}/lib/ispell/ rm -f %{buildroot}%{_bindir}/defmt-* + for man in icombine ijoin + do + echo .so man1/ispell.1 > %{buildroot}%{_mandir}/man1/${man}.1 + done + %fdupes %{buildroot}%{_mandir} %post %{fillup_only} @@ -204,11 +219,13 @@ %{_prefix}/lib/ispell/english.aff %attr(0755,root,root) %{_prefix}/lib/ispell/update %{_fillupdir}/sysconfig.ispell -%verify(not link mtime) /var/lib/dict/english.hash -%verify(not link mtime) /var/lib/dict/english.aff +%ghost %verify(not link mtime) /var/lib/dict/english.hash +%ghost %verify(not link mtime) /var/lib/dict/english.aff %doc %{_mandir}/man1/buildhash.1.gz %doc %{_mandir}/man1/findaffix.1.gz %doc %{_mandir}/man1/ispell.1.gz +%doc %{_mandir}/man1/icombine.1.gz +%doc %{_mandir}/man1/ijoin.1.gz %doc %{_mandir}/man1/munchlist.1.gz %doc %{_mandir}/man1/sq.1.gz %doc %{_mandir}/man1/tryaffix.1.gz ++++++ SuSEconfig.ispell ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.490355779 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.494355788 +0200 @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # Copyright (c) 2002 SuSE Linux AG, Nuernberg, Germany. All rights reserved. # # Author: Egmont Koblinger <egm...@suselinux.hu> ++++++ boo966124.dif ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.502355807 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.506355816 +0200 @@ -6,7 +6,7 @@ --- languages/english/english.3 +++ languages/english/english.3 2016-11-22 09:17:32.531592179 +0000 -@@ -10890,7 +10890,6 @@ mailcoach +@@ -10617,7 +10617,6 @@ mailcoach maillol maimonides mainbrace @@ -14,21 +14,4 @@ Maintenon maintopsail mainz -@@ -13419,7 +13418,6 @@ Parthenope - Parthenos - parthia - Parthian --particlar - partita - partlet - parturifacient -@@ -18067,7 +18065,7 @@ varese - Varga - vargas - varia --variablity -+variability - varicella - varicellate - varicelloid ++++++ ispell-3.3.02-brkgcc.patch ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.518355844 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.522355853 +0200 @@ -1,6 +1,6 @@ --- parse.y +++ parse.y 2007-05-31 18:23:51.044846032 +0200 -@@ -1877,8 +1877,10 @@ static int addstringchar (str, lower, up +@@ -1940,8 +1940,10 @@ static int addstringchar (str, lower, up */ for (mslot = hashheader.nstrchars + SET_SIZE; --mslot >= slot; ) { @@ -12,7 +12,7 @@ (char *) &hashheader.stringchars[mslot - SET_SIZE][0]); hashheader.lowerchars[mslot + 1] = hashheader.lowerchars[mslot]; hashheader.upperchars[mslot + 1] = hashheader.upperchars[mslot]; -@@ -1891,10 +1893,8 @@ static int addstringchar (str, lower, up +@@ -1954,10 +1956,8 @@ static int addstringchar (str, lower, up hashheader.lowerconv[mslot + 1] = hashheader.lowerconv[mslot]; hashheader.upperconv[mslot + 1] = hashheader.upperconv[mslot]; hashheader.sortorder[mslot + 1] = hashheader.sortorder[mslot]; ++++++ ispell-3.3.02-config.patch ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.534355880 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.538355889 +0200 @@ -5,7 +5,7 @@ --- Makefile +++ Makefile 2016-02-12 10:10:01.744028132 +0000 -@@ -259,6 +259,10 @@ EXTRADICT = Use_config.sh +@@ -267,6 +267,10 @@ EXTRADICT = Use_config.sh SHELL = /bin/sh MAKE = make @@ -16,7 +16,7 @@ # # Prefix to apply to installation directories. This is not controlled # by config.X; if you want to make a global change of that sort you -@@ -664,7 +668,7 @@ config.h: config.X local.h +@@ -672,7 +676,7 @@ config.h: config.X local.h # Create a sample local.h if no such file currently exists local.h: set +e; \ ++++++ ispell-3.3.02-mkdir.patch ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.546355908 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.550355917 +0200 @@ -1,6 +1,6 @@ --- Makefile +++ Makefile 2007-05-31 18:46:01.110343871 +0200 -@@ -342,8 +342,8 @@ mkdirpath: +@@ -372,8 +372,8 @@ mkdirpath: for i in `echo $(NEWDIR) | tr / ' '`; do \ path="$$path/$$i"; \ if [ ! -d $$path ]; then \ ++++++ ispell-3.3.02-sq.patch ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.562355945 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.562355945 +0200 @@ -6,7 +6,7 @@ --- Makefile +++ Makefile 2016-02-12 10:34:00.287895315 +0000 -@@ -286,7 +286,7 @@ all: all-languages +@@ -294,7 +294,7 @@ all: all-languages programs: buildhash findaffix tryaffix ispell programs: icombine ijoin munchlist @@ -15,7 +15,7 @@ defmt-programs: cd deformatters; $(MAKE) all -@@ -345,11 +345,15 @@ install-basic: +@@ -353,11 +353,15 @@ install-basic: @. ./config.sh; \ set -x; \ $$INSTALL ispell.1 $(DESTDIR)$$MAN1DIR/ispell$$MAN1EXT; \ @@ -32,7 +32,7 @@ cd $(DESTDIR)$$MAN45DIR; \ chmod 644 ispell$$MAN45EXT -@@ -383,7 +387,7 @@ install-dictbuild: +@@ -391,7 +395,7 @@ install-dictbuild: @. ./config.sh; \ set -x; \ $$INSTALL buildhash icombine ijoin munchlist findaffix \ ++++++ ispell-3.3.02-strip.patch ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.574355972 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.578355981 +0200 @@ -4,7 +4,7 @@ --- Makefile +++ Makefile 2016-02-12 10:35:12.834477699 +0000 -@@ -332,7 +332,6 @@ install-basic: +@@ -340,7 +340,6 @@ install-basic: @. ./config.sh; \ set -x; \ cd $(DESTDIR)$$BINDIR; \ @@ -12,7 +12,7 @@ chmod 755 ispell$$EXEEXT @. ./config.sh; \ set -x; \ -@@ -392,7 +391,6 @@ install-dictbuild: +@@ -400,7 +399,6 @@ install-dictbuild: @. ./config.sh; \ set -x; \ cd $(DESTDIR)$$BINDIR; \ ++++++ ispell-3.3.02-terminal.patch ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.586356000 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.590356009 +0200 @@ -6,17 +6,17 @@ --- correct.c +++ correct.c 2016-02-12 11:01:38.867627625 +0000 -@@ -204,6 +204,7 @@ static char Rcs_Id[] = - */ +@@ -220,6 +220,7 @@ static char Rcs_Id[] = #include <ctype.h> + #include <fcntl.h> +#include <unistd.h> #include "config.h" #include "ispell.h" #include "proto.h" --- ispell.h +++ ispell.h 2016-02-12 11:01:38.867627625 +0000 -@@ -143,6 +143,7 @@ +@@ -146,6 +146,7 @@ #include "config.h" #include <stdio.h> @@ -24,7 +24,7 @@ #ifdef __STDC__ #define P(x) x -@@ -575,7 +576,11 @@ extern ichar_t mytoupper P ((unsigned in +@@ -585,7 +586,11 @@ extern ichar_t mytoupper P ((unsigned in # define EXTERN extern #endif @@ -38,17 +38,15 @@ EXTERN char * cm; /* cursor movement */ --- term.c +++ term.c 2016-02-12 11:02:21.858794671 +0000 -@@ -99,6 +99,9 @@ static char Rcs_Id[] = +@@ -108,6 +108,7 @@ static char Rcs_Id[] = #endif #endif #include <signal.h> +#include <unistd.h> -+#include <sys/types.h> -+#include <sys/wait.h> + #include <sys/ioctl.h> + #include <sys/wait.h> - void ierase P ((void)); - void imove P ((int row, int col)); -@@ -198,9 +201,13 @@ void terminit () +@@ -209,9 +210,13 @@ void terminit () int tpgrp; #else #ifdef TIOCGPGRP @@ -62,7 +60,7 @@ #ifdef TIOCGWINSZ struct winsize wsize; #endif /* TIOCGWINSZ */ -@@ -304,7 +311,11 @@ retry: +@@ -315,7 +320,11 @@ retry: (void) fprintf (stderr, TERM_C_NO_BATCH); exit (1); } @@ -74,7 +72,7 @@ termchanged = 1; sbuf = osbuf; -@@ -313,7 +324,11 @@ retry: +@@ -324,7 +333,11 @@ retry: sbuf.c_iflag &= ~(INLCR | IGNCR | ICRNL); sbuf.c_cc[VMIN] = 1; sbuf.c_cc[VTIME] = 1; @@ -86,7 +84,7 @@ uerasechar = osbuf.c_cc[VERASE]; ukillchar = osbuf.c_cc[VKILL]; -@@ -326,7 +341,11 @@ retry: +@@ -337,7 +350,11 @@ retry: #endif #endif #ifdef TIOCGPGRP ++++++ ispell-3.3.02-types.patch ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.598356027 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.602356036 +0200 @@ -6,7 +6,7 @@ --- config.X +++ config.X 2016-02-12 10:26:09.229101356 +0000 -@@ -218,6 +218,7 @@ +@@ -225,6 +225,7 @@ #undef USG /* Define this in local.h for System V machines */ #endif /* USG */ @@ -16,7 +16,7 @@ #ifndef USG --- ispell.c +++ ispell.c 2016-02-12 10:26:09.229101356 +0000 -@@ -231,6 +231,7 @@ static char Rcs_Id[] = +@@ -240,6 +240,7 @@ static char Rcs_Id[] = #include "msgs.h" #include "version.h" #include <ctype.h> @@ -26,16 +26,13 @@ #endif /* NO_FCNTL_H */ --- lookup.c +++ lookup.c 2016-02-12 10:26:09.229101356 +0000 -@@ -89,6 +89,11 @@ static char Rcs_Id[] = +@@ -102,6 +102,8 @@ static char Rcs_Id[] = #include "ispell.h" #include "proto.h" #include "msgs.h" +#include <sys/types.h> +#include <sys/stat.h> -+#ifndef NO_FCNTL_H -+#include <fcntl.h> -+#endif /* NO_FCNTL_H */ + #include <fcntl.h> int linit P ((void)); - #ifdef INDEXDUMP ++++++ ispell-3.3.02.dif ++++++ --- /var/tmp/diff_new_pack.Yc6P9I/_old 2022-10-08 01:26:08.610356054 +0200 +++ /var/tmp/diff_new_pack.Yc6P9I/_new 2022-10-08 01:26:08.614356064 +0200 @@ -1,30 +1,16 @@ --- - .pkgextract | 9 +++++++++ - buildhash.c | 4 ++++ - defmt.c | 8 ++++++++ - fields.c | 8 ++++++++ - icombine.c | 4 ++++ - ijoin.c | 4 ++++ - ispell.c | 4 ++++ - languages/english/msgs.h | 8 ++++---- - munchlist.X | 34 ++++++++++++++++++---------------- - 9 files changed, 63 insertions(+), 20 deletions(-) + buildhash.c | 4 ++++ + defmt.c | 8 ++++++++ + fields.c | 8 ++++++++ + icombine.c | 4 ++++ + ijoin.c | 4 ++++ + ispell.c | 4 ++++ + munchlist.X | 33 +++++++++++++++++---------------- + 7 files changed, 49 insertions(+), 16 deletions(-) ---- .pkgextract -+++ .pkgextract 2016-02-12 10:00:43.934930433 +0000 -@@ -0,0 +1,9 @@ -+patch -p0 -s --backup --suffix=.config < ../ispell-3.3.02-config.patch -+patch -p0 -s --backup --suffix=.suse < ../ispell-3.2.06-suse.patch -+patch -p0 -s --backup --suffix=.languages < ../ispell-3.3.02-languages.patch -+patch -p0 -s --backup --suffix=.types < ../ispell-3.3.02-types.patch -+patch -p0 -s --backup --suffix=.terminal < ../ispell-3.3.02-terminal.patch -+patch -p0 -s --backup --suffix=.sq < ../ispell-3.3.02-sq.patch -+patch -p0 -s --backup --suffix=.brkgcc < ../ispell-3.3.02-brkgcc.patch -+patch -p0 -s --backup --suffix=.mkdir < ../ispell-3.3.02-mkdir.patch -+patch -p0 -s --backup --suffix=.strip < ../ispell-3.3.02-strip.patch --- buildhash.c -+++ buildhash.c 2016-02-12 10:00:43.934930433 +0000 -@@ -116,6 +116,7 @@ static char Rcs_Id[] = ++++ buildhash.c 2022-10-07 10:59:27.604746809 +0000 +@@ -119,6 +119,7 @@ static char Rcs_Id[] = #include "version.h" #include <ctype.h> #include <sys/stat.h> @@ -32,7 +18,7 @@ int main P ((int argc, char * argv[])); static void output P ((void)); -@@ -149,6 +150,9 @@ int main (argc, argv) +@@ -152,6 +153,9 @@ int main (argc, argv) unsigned int i; int j; @@ -43,8 +29,8 @@ { argc--; --- defmt.c -+++ defmt.c 2016-02-12 10:00:43.934930433 +0000 -@@ -704,6 +704,14 @@ void checkline (ofile) ++++ defmt.c 2022-10-07 10:59:27.604746809 +0000 +@@ -719,6 +719,14 @@ void checkline (ofile) p = ctoken; endp = skipoverword (currentchar); @@ -60,8 +46,8 @@ *p++ = *currentchar++; *p = 0; --- fields.c -+++ fields.c 2016-02-12 10:00:43.934930433 +0000 -@@ -112,6 +112,7 @@ field_t * fieldread (file, delims, flags ++++ fields.c 2022-10-07 10:59:27.604746809 +0000 +@@ -119,6 +119,7 @@ field_t * fieldread (file, delims, flags if (linesize == 0) { free (linebuf); @@ -69,7 +55,7 @@ return NULL; } return fieldmake (linebuf, 1, delims, flags, maxf); -@@ -433,8 +434,15 @@ void fieldfree (fieldp) +@@ -417,8 +418,15 @@ void fieldfree (fieldp) if (fieldp == NULL) return; if (fieldp->linebuf != NULL) @@ -86,7 +72,7 @@ + fieldp = NULL; } --- icombine.c -+++ icombine.c 2016-02-12 10:00:43.934930433 +0000 ++++ icombine.c 2022-10-07 10:59:27.604746809 +0000 @@ -89,6 +89,7 @@ static char Rcs_Id[] = #include "ispell.h" #include "proto.h" @@ -106,8 +92,8 @@ { argc--; --- ijoin.c -+++ ijoin.c 2016-02-12 10:00:43.934930433 +0000 -@@ -119,6 +119,7 @@ static char Rcs_Id[] = ++++ ijoin.c 2022-10-07 10:59:27.604746809 +0000 +@@ -122,6 +122,7 @@ static char Rcs_Id[] = #include "ispell.h" #include "proto.h" #include "fields.h" @@ -115,7 +101,7 @@ #ifdef __STDC__ #define SIGNED signed -@@ -176,6 +177,9 @@ int main (argc, argv) /* Join files */ +@@ -179,6 +180,9 @@ int main (argc, argv) /* Join files */ char * argv[]; /* Argument vector */ { @@ -126,8 +112,8 @@ { argc--; --- ispell.c -+++ ispell.c 2016-02-12 10:00:43.934930433 +0000 -@@ -235,6 +235,7 @@ static char Rcs_Id[] = ++++ ispell.c 2022-10-07 10:59:27.604746809 +0000 +@@ -244,6 +244,7 @@ static char Rcs_Id[] = #include <fcntl.h> #endif /* NO_FCNTL_H */ #include <sys/stat.h> @@ -135,7 +121,7 @@ static void usage P ((void)); int main P ((int argc, char * argv[])); -@@ -282,6 +283,9 @@ int main (argc, argv) +@@ -292,6 +293,9 @@ int main (argc, argv) Trynum = 0; @@ -145,25 +131,8 @@ p = getenv (LIBRARYVAR); if (p == NULL) (void) strcpy (libdir, LIBDIR); ---- languages/english/msgs.h -+++ languages/english/msgs.h 2016-02-12 10:00:43.934930433 +0000 -@@ -185,10 +185,10 @@ - #define CORR_C_HELP_4 "next to each one. You have the option of replacing the word%s\n" - #define CORR_C_HELP_5 "completely, or choosing one of the suggested words.%s\n" - /* You may add HELP_6 through HELP_9 if your language needs more lines */ --#define CORR_C_HELP_6 "" --#define CORR_C_HELP_7 "" --#define CORR_C_HELP_8 "" --#define CORR_C_HELP_9 "" -+#define CORR_C_HELP_6 "%s" -+#define CORR_C_HELP_7 "%s" -+#define CORR_C_HELP_8 "%s" -+#define CORR_C_HELP_9 "%s" - #define CORR_C_HELP_COMMANDS "%s\nCommands are:%s\n%s\n" - #define CORR_C_HELP_R_CMD "R Replace the misspelled word completely.%s\n" - #define CORR_C_HELP_BLANK "Space Accept the word this time only.%s\n" --- munchlist.X -+++ munchlist.X 2016-02-12 10:04:10.134904775 +0000 ++++ munchlist.X 2022-10-07 10:59:27.604746809 +0000 @@ -191,7 +191,7 @@ then echo "munchlist $*" 1>&2 set -vx ++++++ ispell-3.4.00.tar.gz -> ispell-3.4.05.tar.gz ++++++ ++++ 35909 lines of diff (skipped) ++++++ ispell-rpmlintrc ++++++ # We do not know if the binary output is arch independent addFilter(".*E:.*no-binary.*") addFilter(".*W:.self-obsoletion.*")