forked from pool/ispell
bug report and patch sent to ispell-bugs at itcorp.com + ispell-3.4.06-gcc15.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ispell?expand=0&rev=53
493 lines
18 KiB
Plaintext
493 lines
18 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed May 7 08:55:25 UTC 2025 - pgajdos@suse.com
|
|
|
|
- added patches
|
|
bug report and patch sent to ispell-bugs at itcorp.com
|
|
+ ispell-3.4.06-gcc15.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 11:45:01 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Split off sq and unsq into an own package to provide namespace
|
|
for sequoia-sq
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 26 22:23:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.4.06:
|
|
* Fix a place where buildhash could reference beyond the end of
|
|
the hash table, causing a segfault if that happened to cross a
|
|
page boundary.
|
|
* dictionary updates
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 15 13:31:05 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- The dictionaries require at (un)install the update script of
|
|
ispell (boo#1217133)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 7 11:22:50 UTC 2022 - Dr. Werner Fink <werner@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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 24 11:58:11 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %{_prefix}/lib instead of %{_libexecdir}: the path is
|
|
hardcoded in quite a few scripts, config files and the
|
|
documentation (boo#1174075).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 14 15:00:56 UTC 2018 - werner@suse.de
|
|
|
|
- Avoid `set -e' in munchlist (boo#1075882)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 23 13:51:05 UTC 2017 - rbrown@suse.com
|
|
|
|
- Replace references to /var/adm/fillup-templates with new
|
|
%_fillupdir macro (boo#1069468)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 13:50:05 UTC 2017 - werner@suse.de
|
|
|
|
- Use modern regular expressions for character sets in lisp
|
|
declarations for the dictionaries
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 14 11:22:50 UTC 2017 - werner@suse.de
|
|
|
|
- Make ispell-dictionary-alist reload caused by menu setup, for this
|
|
use the hook ispell-initialize-spellchecker-hook
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 22 09:18:52 UTC 2016 - werner@suse.de
|
|
|
|
- Extend patch boo966124.dif for bug boo#1010330
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 30 11:57:15 UTC 2016 - werner@suse.de
|
|
|
|
- Extend patch boo966124.dif for bug boo#981024
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 12 10:42:52 UTC 2016 - werner@suse.de
|
|
|
|
- Update to ispell 3.4.00
|
|
* The english.5 manual page has been dropped
|
|
* Ispell now supports systems (BSD) that foolish discarded backwards
|
|
compatibility and insist on using termios.
|
|
* An error has been corrected in the English affix files that caused
|
|
certain words ending in "th" to be pluralized incorrectly. The
|
|
dictionaries have been updated to ensure that no incorrect plurals
|
|
have crept in.
|
|
* The personal dictionary is now written in a stable order when there
|
|
are multiple variant capitalizations of a word.
|
|
* A bug in TeX deformatting has been corrected. Previously, two
|
|
adjacent math-mode environments introduced with dollar signs, such
|
|
as $a=b$$c=d$, would cause ispell to lose track of whether it was
|
|
in math mode.
|
|
* he American and British Makefiles have been simplified to ensure
|
|
that dictionaries are always built with the lastest information.
|
|
- Modify patches
|
|
ispell-3.3.02-config.patch
|
|
ispell-3.3.02-languages.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
|
|
- Remove patch ispell-3.3.02-getline.patch now upstream
|
|
- Add patch boo966124.dif that is correct typo in english.3 word
|
|
list (boo#966124)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 10 16:14:17 UTC 2015 - werner@suse.de
|
|
|
|
- Xemacs knows about define-coding-system-alia therefore use it (boo#896947)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 4 09:07:06 UTC 2015 - werner@suse.de
|
|
|
|
- Use real POSIX shell syntax
|
|
- Fix ispell update script thas is do not try to source old SUSE
|
|
config files (boo#916001)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 13 21:30:00 UTC 2014 - Led <ledest@gmail.com>
|
|
|
|
- fix bashism in SuSEconfig.ispell (update) script
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 9 12:07:36 UTC 2013 - werner@suse.de
|
|
|
|
- Remove mixed patch leftover
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 6 13:09:04 UTC 2013 - werner@suse.de
|
|
|
|
- Hint from Björn Jacke that old style sort is broken, therefore
|
|
enforce usage of modern sort options
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 18 14:08:25 UTC 2012 - werner@suse.de
|
|
|
|
- Rename and relocate SuSEconfig.ispell
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 1 15:07:50 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Remove redundant tags/sections per specfile guideline suggestions
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 20 18:37:17 CEST 2010 - werner@suse.de
|
|
|
|
- Run SuSEconfig.ispell if YaST is not used to make sure that we
|
|
have an english dictionary
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 30 20:05:52 CEST 2009 - coolo@novell.com
|
|
|
|
- provide Patch0
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 7 12:04:12 CEST 2009 - ro@suse.de
|
|
|
|
- rename getline to my_getline to avoid conflict with function
|
|
from glibc
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 31 19:25:20 CEST 2007 - werner@suse.de
|
|
|
|
- Update ispell to version 3.3.02 including various bug fixes
|
|
and add new old html parser and support for UTF-8.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 31 16:02:11 CEST 2007 - werner@suse.de
|
|
|
|
- Fix sq/unsq, hint from Thomas Rachel
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 17:52:16 CEST 2007 - rguenther@suse.de
|
|
|
|
- Add bison and ncurses-devel BuildRequires.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 22 21:22:18 CEST 2006 - schwab@suse.de
|
|
|
|
- Don't strip binaries.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 29 16:09:33 CEST 2006 - werner@suse.de
|
|
|
|
- Add locale provides (bug #161478)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:36:43 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 12 16:23:30 CET 2006 - werner@suse.de
|
|
|
|
- Fix dangling symlink (bug #142828)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 1 16:45:32 CEST 2005 - werner@suse.de
|
|
|
|
- Make it build-root and no norootforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 02 12:32:53 CEST 2005 - mfabian@suse.de
|
|
|
|
- fix ispell-emacs-menu.el for XEmacs 21.5.20 and
|
|
xemacs-packages-20050505 (coding system iso-8859-14 may not
|
|
exist without requiring 'latin-euro-latin8).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 10 16:02:41 CET 2005 - werner@suse.de
|
|
|
|
- Use /var/lib/dict/ to handle ro /usr/share/dict/ and the symbolic
|
|
link `english.hash/aff' to the choosen dictionary (bug #67048)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 21 16:56:20 CET 2004 - werner@suse.de
|
|
|
|
- Be sure that the string utils uses the POSIX locale
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 3 14:51:41 CEST 2004 - werner@suse.de
|
|
|
|
- Add break condition for checking HUGE lines to avoid side effect
|
|
of the new ``compensate for short copy strategy'' (bug #39745)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 8 18:22:41 CET 2004 - ro@suse.de
|
|
|
|
- fix build with current bison
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 29 13:40:00 CEST 2003 - werner@suse.de
|
|
|
|
- More about new POSIX sort behaviour: one fix in munchlist
|
|
and four fixes in findaffix (bug #29627).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 28 15:31:47 CEST 2003 - mmj@suse.de
|
|
|
|
- Add sysconfig metadata [#28885]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 24 14:01:37 CEST 2003 - werner@suse.de
|
|
|
|
- Fix encode mappings for Xemacs
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 8 15:44:15 CEST 2003 - werner@suse.de
|
|
|
|
- Fix munchlist sort using
|
|
- Fix Makefile's sort using
|
|
- Use secure tmp directory for munchlist
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 8 13:51:50 CEST 2003 - werner@suse.de
|
|
|
|
- Use -n option for tail
|
|
- Use iso-latin-1 even for english dictionaries to avoid splits
|
|
- Add some more comments about new german and the DICTIONARY var
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 20 11:27:01 CET 2003 - mmj@suse.de
|
|
|
|
- Add sysconfig metadata [#22650]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 01:47:36 CEST 2002 - ro@suse.de
|
|
|
|
- removed bogus self-provides
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 15 18:42:36 CEST 2002 - ro@suse.de
|
|
|
|
- fixed typo in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 15 16:44:18 CEST 2002 - werner@suse.de
|
|
|
|
- Add pre-requires (bug #17885)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 13 16:53:34 CEST 2002 - egmont@suselinux.hu
|
|
|
|
- use RC_LANG instead of obsolete DEFAULT_LANGUAGE
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 16 14:56:25 CEST 2002 - adrian@suse.de
|
|
|
|
- add Provides spell (kdelibs3 needs either ispell or aspell now)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 7 16:42:32 CET 2002 - egmont@suselinux.hu
|
|
|
|
- Fixed template comment
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 20 14:53:54 CET 2002 - werner@suse.de
|
|
|
|
- Avoid circular depndencies (bug #13609)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 4 11:18:37 CET 2002 - egmont@suselinux.hu
|
|
|
|
- SuSE GmbH -> SuSE Linux AG
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 24 16:25:08 CET 2002 - werner@suse.de
|
|
|
|
- Make MASKTYPE to a string (thanks to Jan Cihlar)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 16 18:31:14 CET 2002 - egmont@suselinux.hu
|
|
|
|
- Rename packages to ispell-american and ispell-british
|
|
- They no longer have common files, no longer exclude each other
|
|
- New SuSEconfig module to generate the "english" symlinks
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 13 15:03:32 CET 2001 - werner@suse.de
|
|
|
|
- Fix the sq patch gets versus fgets, the newline problem (#12461)
|
|
- No backslashspace patch anymore required
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 27 19:39:33 CEST 2001 - werner@suse.de
|
|
|
|
- Update to ispell 3.2.06
|
|
* port missed patches to 3.2.06
|
|
* curent missing patches are
|
|
ISO part of html mode and maybe backslashspace workaround
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 17 11:24:03 CEST 2001 - werner@suse.de
|
|
|
|
- Mask all exit status with true on unlinking english.hash
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 14 11:16:17 CEST 2001 - werner@suse.de
|
|
|
|
- Be sure that exit status is true in preun scripts
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 9 23:36:47 CEST 2001 - mfabian@suse.de
|
|
|
|
- bzip2 sources
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 7 18:59:50 CET 2001 - werner@suse.de
|
|
|
|
- Workaround for broken gcc on IA64
|
|
- Split main dif into several patches
|
|
- Add backslash space patch for TeX text
|
|
- Add iso-more-html patch for HTML text
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 10 15:53:45 CET 2001 - werner@suse.de
|
|
|
|
- Make temporary files more secure
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 14 20:31:52 CEST 2000 - schwab@suse.de
|
|
|
|
- Do not define bcopy and bzero on Linux.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 18 14:26:27 CEST 2000 - werner@suse.de
|
|
|
|
- Change ispell-emacs-menu.el to fit filter feature
|
|
in ispell-menu-xemacs of newer ispell.el of XEmacs
|
|
- Change ispell-emacs-menu.el to add local used
|
|
dictionary list.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 27 19:16:36 CEST 2000 - kukuk@suse.de
|
|
|
|
- Use doc macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 13 18:22:30 CET 2000 - werner@suse.de
|
|
|
|
- Use tc[sg]etattr if possible
|
|
- Use correct pointer size depending on __WORDSIZE
|
|
- Fix common names with ncurses
|
|
- Use $RPM_OPT_FLAGS
|
|
- Use correct type for {m,re}alloc
|
|
- Don't require ispell for ibritish and iamerica because
|
|
ispell requires one of those packages (bootstrapping)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 25 12:54:22 CET 2000 - kukuk@suse.de
|
|
|
|
- Move /usr/{info,man} -> /usr/share/{info,man}
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 27 16:31:01 CEST 1999 - bs@suse.de
|
|
|
|
- fixed requirements for sub packages
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 20 18:08:52 CEST 1999 - ro@suse.de
|
|
|
|
- added Requires ispell_dictionary for ispell
|
|
- added Provides ispell_dictionary for ibritish, iamerica
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 14 22:45:39 CEST 1999 - werner@suse.de
|
|
|
|
- Avoid load messages during rebuild of emacs spell menue
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 4 19:39:32 MET 1999 - werner@suse.de
|
|
|
|
- Preparing for a better (x)emacs interface: Implement a
|
|
emacs lisp file to create the spell menus modular on the
|
|
fly in both emacs and xemacs Edit pulldown.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 13 11:51:24 MET 1998 - bs@suse.de
|
|
|
|
- fixed spec file (double entry Summary)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 12 15:15:48 MET 1998 - bs@suse.de
|
|
|
|
- fixed spec file for new rpm.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 10 15:46:44 MEST 1998 - ro@suse.de
|
|
|
|
- catch redefinition of strcmp in ijoin.c
|
|
|
|
----------------------------------------------------------------------------
|
|
Thu Jul 9 22:24:39 MEST 1998 - werner@suse.de
|
|
- Some preun scripts for ibritish and iamerica
|
|
|
|
----------------------------------------------------------------------------
|
|
Thu Jul 9 00:24:42 MET DST 1998 - werner@suse.de
|
|
- Split ispell into ispell for binaries and two
|
|
packages ibritish and iamerica (excluding each other)
|
|
|
|
----------------------------------------------------------------------------
|
|
Fri Feb 6 11:13:32 MET 1998 - werner@suse.de
|
|
- Move hk2-deutsch to igerman and dicts package
|
|
- Fix flag handling (flags [\]^_` are not reconginzed by isalpha)
|
|
- Fix bug in fix8bit (wrong handling of second figure of a hex number)
|
|
----------------------------------------------------------------------------
|
|
Fri Oct 17 17:06:37 MET DST 1997 - werner@suse.de
|
|
- Move description from pac to /usr/doc/packages/ispell
|
|
- Fix ispell.texinfo
|
|
----------------------------------------------------------------------------
|
|
Thu Feb 6 22:26:46 MET 1997 - werner@suse.de
|
|
|
|
- Repacked
|
|
- A small modification: Now there is an environment variable
|
|
CHARSET which will be used if and only if the environment variable
|
|
DICTIONARY is set. E.g. DICTIONARY=deutsch and CHARSET=latin1
|
|
Therefore `-T' is not needed ... `-n', `-t' and `-T'
|
|
overwrites CHARSET.
|
|
|