65814f
Summary: Spell checker
65814f
Name: aspell
65814f
Version: 0.60.8
65814f
Release: 8%{?dist}
65814f
Epoch: 12
65814f
# LGPLv2+ .. common/gettext.h
65814f
# LGPLv2  .. modules/speller/default/phonet.hpp,
65814f
#            modules/speller/default/phonet.cpp,
65814f
#            modules/speller/default/affix.cpp
65814f
# GPLv2+  .. ltmain.sh, misc/po-filter.c
65814f
# BSD     .. myspell/munch.c
65814f
License: LGPLv2+ and LGPLv2 and GPLv2+ and BSD
65814f
URL: http://aspell.net/
65814f
Source: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
65814f
65814f
Patch0: aspell-0.60.7-fileconflict.patch
65814f
Patch1: aspell-0.60.7-pspell_conf.patch
65814f
Patch2: aspell-0.60.7-mp.patch
65814f
65814f
BuildRequires: gcc-c++
65814f
BuildRequires: chrpath, gettext, ncurses-devel, pkgconfig, perl-interpreter
65814f
BuildRequires: make
65814f
65814f
%description
65814f
GNU Aspell is a spell checker designed to eventually replace Ispell. It can
65814f
either be used as a library or as an independent spell checker. Its main
65814f
feature is that it does a much better job of coming up with possible
65814f
suggestions than just about any other spell checker out there for the
65814f
English language, including Ispell and Microsoft Word. It also has many
65814f
other technical enhancements over Ispell such as using shared memory for
65814f
dictionaries and intelligently handling personal dictionaries when more
65814f
than one Aspell process is open at once.
65814f
65814f
%package devel
65814f
Summary: Libraries and header files for Aspell development
65814f
Requires: %{name} = %{epoch}:%{version}-%{release}
65814f
Requires: pkgconfig
65814f
65814f
%description devel
65814f
The aspell-devel package includes libraries
65814f
and header files needed for Aspell development.
65814f
65814f
%prep
65814f
%setup -q
65814f
%patch0 -p1 -b .fc
65814f
%patch1 -p1 -b .mlib
65814f
%patch2 -p1 -b .ai
65814f
iconv -f iso-8859-2 -t utf-8 < manual/aspell.info > manual/aspell.info.aux
65814f
mv manual/aspell.info.aux manual/aspell.info
65814f
65814f
%build
65814f
%configure --disable-rpath
65814f
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
65814f
%make_build
65814f
cp scripts/aspell-import examples/aspell-import
65814f
chmod 644 examples/aspell-import
65814f
cp manual/aspell-import.1 examples/aspell-import.1
65814f
65814f
%install
65814f
%make_install
65814f
65814f
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60
65814f
65814f
mv ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/ispell ${RPM_BUILD_ROOT}%{_bindir}
65814f
mv ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/spell ${RPM_BUILD_ROOT}%{_bindir}
65814f
65814f
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//nroff-filter.so
65814f
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//sgml-filter.so
65814f
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//context-filter.so
65814f
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//email-filter.so
65814f
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//tex-filter.so
65814f
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//texinfo-filter.so
65814f
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//markdown-filter.so
65814f
chrpath --delete ${RPM_BUILD_ROOT}%{_bindir}/aspell
65814f
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/libpspell.so.*
65814f
65814f
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libaspell.la
65814f
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.la
65814f
rm -f ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/*-filter.la
65814f
rm -f ${RPM_BUILD_ROOT}%{_bindir}/aspell-import
65814f
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/aspell-import.1
65814f
rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
65814f
65814f
%find_lang %{name}
65814f
65814f
%files -f %{name}.lang
65814f
%doc README TODO COPYING examples/aspell-import examples/aspell-import.1
65814f
%dir %{_libdir}/aspell-0.60
65814f
%{_bindir}/a*
65814f
%{_bindir}/ispell
65814f
%{_bindir}/pr*
65814f
%{_bindir}/run-with-aspell
65814f
%{_bindir}/spell
65814f
%{_bindir}/word-list-compress
65814f
%{_libdir}/lib*.so.*
65814f
%{_libdir}/aspell-0.60/*
65814f
%{_infodir}/aspell.*
65814f
%{_mandir}/man1/aspell.1.*
65814f
%{_mandir}/man1/run-with-aspell.1*
65814f
%{_mandir}/man1/word-list-compress.1*
65814f
%{_mandir}/man1/prezip-bin.1.*
65814f
65814f
%files devel
65814f
%dir %{_includedir}/pspell
65814f
%{_bindir}/pspell-config
65814f
%{_includedir}/aspell.h
65814f
%{_includedir}/pspell/pspell.h
65814f
%{_libdir}/lib*spell.so
65814f
%{_libdir}/pkgconfig/*
65814f
%{_infodir}/aspell-dev.*
65814f
%{_mandir}/man1/pspell-config.1*
65814f
65814f
%changelog
65814f
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 12:0.60.8-8
65814f
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
65814f
  Related: rhbz#1991688
65814f
65814f
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 12:0.60.8-7
65814f
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
65814f
65814f
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.8-6
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
65814f
65814f
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.8-5
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
65814f
65814f
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 12:0.60.8-4
65814f
- Use make macros
65814f
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
65814f
65814f
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.8-3
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
65814f
65814f
* Tue Oct 22 2019 Nikola Forró <nforro@redhat.com> - 12:0.60.8-2
65814f
- remove RPATH from markdown-filter.so
65814f
65814f
* Fri Oct 18 2019 Nikola Forró <nforro@redhat.com> - 12:0.60.8-1
65814f
- resolves: #1761152
65814f
  update to 0.60.8
65814f
65814f
* Mon Aug 19 2019 Nikola Forró <nforro@redhat.com> - 12:0.60.7-1
65814f
- resolves: #1742373
65814f
  update to 0.60.7
65814f
65814f
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.6.1-26
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
65814f
65814f
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.6.1-25
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
65814f
65814f
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.6.1-24
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
65814f
65814f
* Thu Jun 28 2018 Nikola Forró <nforro@redhat.com> - 12:0.60.6.1-23
65814f
- remove ldconfig from scriptlets
65814f
65814f
* Tue Jun 19 2018 Nikola Forró <nforro@redhat.com> - 12:0.60.6.1-22
65814f
- remove install-info from scriptlets
65814f
65814f
* Wed Apr 04 2018 Nikola Forró <nforro@redhat.com> - 12:0.60.6.1-21
65814f
- resolves: #1562364
65814f
  do not call back() on an empty vector
65814f
65814f
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 12:0.60.6.1-20
65814f
- add missing gcc-c++ build dependency
65814f
65814f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.6.1-19
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
65814f
65814f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.6.1-18
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
65814f
65814f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.6.1-17
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
65814f
65814f
* Thu Feb 23 2017 Nikola Forró <nforro@redhat.com> - 12:0.60.6.1-16
65814f
- resolves: #1423239
65814f
  fix building with GCC 7
65814f
65814f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.6.1-15
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
65814f
65814f
* Tue Dec 06 2016 Nikola Forró <nforro@redhat.com> - 12:0.60.6.1-14
65814f
- resolves: #1401713
65814f
  add perl to BuildRequires
65814f
65814f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 12:0.60.6.1-13
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
65814f
65814f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-12
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
65814f
65814f
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 12:0.60.6.1-11
65814f
- Rebuilt for GCC 5 C++11 ABI change
65814f
65814f
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-10
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
65814f
65814f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-9
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
65814f
65814f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-8
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
65814f
65814f
* Mon Mar 25 2013 Peter Schiffer <pschiffe@redhat.com> - 12:0.60.6.1-7
65814f
- resolves: #925034
65814f
  add support for aarch64
65814f
65814f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-6
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
65814f
65814f
* Mon Aug 27 2012 Peter Schiffer <pschiffe@redhat.com> - 12:0.60.6.1-5
65814f
- done some minor .spec file cleanup
65814f
65814f
* Thu Jul 19 2012 Peter Schiffer <pschiffe@redhat.com> - 12:0.60.6.1-4
65814f
- resolves: #813261
65814f
  fixed crash when trying to run "aspell dump personal"
65814f
65814f
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-3
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
65814f
65814f
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-2
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
65814f
65814f
* Tue Aug 16 2011 Peter Schiffer <pschiffe@redhat.com> - 12:0.60.6.1-1
65814f
- resolves: #718946
65814f
  update to 0.60.6.1
65814f
65814f
* Mon May  2 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 12.0.60.6-15
65814f
- fix minor problems in spec file
65814f
65814f
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6-14
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
65814f
65814f
* Tue Aug 17 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 12.0.60.6-13
65814f
- remove obsolete links from man-pages
65814f
65814f
* Tue Mar  2 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 12.0.60.6-12
65814f
- fix -devel scriptlets
65814f
65814f
* Tue Dec 15 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-11
65814f
- remove obsolete patch
65814f
65814f
* Fri Dec  4 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-10
65814f
- fix rpath problem (chrpath)
65814f
65814f
* Tue Dec  1 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-9
65814f
- add --disable-rpath to configure part
65814f
  remove remanent obsolete tags
65814f
  fix license field
65814f
65814f
* Fri Nov 27 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-8
65814f
- change summary name
65814f
  remove outdated Obsoletes, Conflicts and Provides flag
65814f
  fix requirement to install-info (pre -> post)
65814f
  move aspell-import to documentation part
65814f
  remove exit 0 from scriptlets
65814f
65814f
* Mon Aug 10 2009 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-7
65814f
- fix installation with --excludedocs option (#515911)
65814f
65814f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6-6
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
65814f
65814f
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6-5
65814f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
65814f
65814f
* Thu Feb 12 2009 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-4
65814f
- remove aspell-en require
65814f
65814f
* Mon Sep  1 2008 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-3
65814f
- fix patch format
65814f
65814f
* Thu May 29 2008 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-2
65814f
- Resolves: #447428
65814f
  aspell sigserv on checking file with 0 length
65814f
65814f
* Wed May  7 2008 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-1
65814f
- update to 0.60.6
65814f
65814f
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 12:0.60.5-5
65814f
- Autorebuild for GCC 4.3
65814f
65814f
* Tue Jan 22 2008 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-4
65814f
- add gcc43 patch
65814f
65814f
* Thu Feb  8 2007 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-3
65814f
- incorporate package review feedback
65814f
65814f
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-2
65814f
- Resolves: 223676
65814f
  fix non-failsafe install-info problem
65814f
65814f
* Tue Jan  2 2007 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-1
65814f
- update to 0.60.4
65814f
- cleanup spec file
65814f
65814f
* Wed Nov  8 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.4-1
65814f
- update to 0.60.4
65814f
65814f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 12:0.60.3-7.1
65814f
- rebuild
65814f
65814f
* Tue May 23 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-7
65814f
- fix multilib problem (used pkgconfig)
65814f
65814f
* Wed Mar 22 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-6
65814f
- remove .la files (bug 184184)
65814f
65814f
* Thu Mar  2 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-5
65814f
- update aspell man page (bug 183205)
65814f
65814f
* Tue Feb 21 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-4
65814f
- fix multilib file conflict
65814f
65814f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 12:0.60.3-3.2
65814f
- bump again for double-long bug on ppc(64)
65814f
65814f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 12:0.60.3-3.1
65814f
- rebuilt for new gcc4.1 snapshot and glibc changes
65814f
65814f
* Mon Dec 19 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-3
65814f
- fix for gcc 4.1
65814f
65814f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
65814f
- rebuilt
65814f
65814f
* Fri Jul 15 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-2
65814f
- fix install-info problem 
65814f
65814f
* Wed Jul 13 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-1
65814f
- update to 0.60.3 - (bug 141968) thanks to Dawid Gajownik 
65814f
- add BuildRequires: ncurses-devel, gettext 
65814f
- add config script patch (thanks tmraz@redhat.com)
65814f
65814f
65814f
* Mon Mar  7 2005 Ivana Varekova <varekova@redhat.com> 12:0.50.5-6
65814f
- rebuilt
65814f
65814f
* Thu Jan 13 2005 Adrian Havill <havill@redhat.com> 12:0.50.5-5
65814f
- added aspell-pt_BR to the obsoletes
65814f
65814f
* Fri Nov 12 2004 Warren Togami <wtogami@redhat.com> 12:0.50.5-4
65814f
- rebuild
65814f
65814f
* Wed Oct 06 2004 Than Ngo <than@redhat.com> 12:0.50.5-3.fc3
65814f
- add obsolete aspell-config
65814f
65814f
* Mon Aug 23 2004 Adrian Havill <havill@redhat.com> 12:0.50.5-2.fc3
65814f
- fix doc dir (#128140) (don't flag aspell doc stuff with the doc macro
65814f
  flag due to rpm badness)
65814f
65814f
* Mon Jun 21 2004 Warren Togami <wtogami@redhat.com> 12:0.50.5-1
65814f
- update to 0.50.5
65814f
65814f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
65814f
- rebuilt
65814f
65814f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
65814f
- rebuilt
65814f
65814f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
65814f
- rebuilt
65814f
65814f
* Thu Jan 29 2004 Adrian Havill <havill@redhat.com> 12:0.50.50.3-18
65814f
- make rpm own some unclaimed dirs (#112984, #113778)
65814f
- explicitly claim kbd anbd dat files in /usr/share/aspell
65814f
- a little spec file files cleanup-- macro subs, dir prefix
65814f
- make /usr/lib/aspell; don't make the dictionary packages do it
65814f
65814f
* Mon Nov 17 2003 Thomas Woerner <twoerner@redhat.com> 12:0.50.3-17
65814f
- fixed build: added make to %%build to avoid rpath for build directory
65814f
65814f
* Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 12:0.50.3-16
65814f
- moved spell compat script from /usr/share/aspell to /usr/bin (#105921)
65814f
65814f
* Tue Jul 01 2003 Adrian Havill <havill@redhat.com> 11:0.50.3-15
65814f
- moved ispell compat script from /usr/share/aspell to /usr/bin (#90907)
65814f
65814f
* Tue Jun 24 2003 Adrian Havill <havill@redhat.com> 10:0.50.3-14
65814f
- removed emacs/xemacs el files which are already provided
65814f
65814f
* Wed Jun 18 2003 Adrian Havill <havill@redhat.com> 9:0.50.3-13
65814f
- provide pspell-devel in addition to obsoleting it
65814f
65814f
* Tue Jun 10 2003 Adrian Havill <havill@redhat.com> 8:0.50.3-12
65814f
- obsolete old dicts designed for previous aspell
65814f
65814f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
65814f
- rebuilt
65814f
65814f
* Fri May 30 2003 Joe Orton <jorton@redhat.com> 7:0.50.3-10
65814f
- rebuild again to fix libpspell deps
65814f
65814f
* Fri May 30 2003 Joe Orton <jorton@redhat.com> 7:0.50.3-9
65814f
- remove ExcludeArch
65814f
65814f
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 7:0.50.3-8
65814f
- fix build with gcc 3.3
65814f
65814f
* Wed May 21 2003 Adrian Havill <havill@redhat.com> 0.50.3-7
65814f
- require aspell-en for upgrades
65814f
65814f
* Sun May 11 2003 Jeremy Katz <katzj@redhat.com> 6:0.50.3-6
65814f
- -devel should obsolete pspell-devel
65814f
65814f
* Tue May  6 2003 Joe Orton <jorton@redhat.com> 0.50.3-5
65814f
- include libpspell.so in devel package
65814f
65814f
* Thu May  1 2003 Adrian Havill <havill@redhat.com> 0.50.3-4
65814f
- removed .la files
65814f
65814f
* Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-3
65814f
- Changed the header for provides, obsoletes, epoch
65814f
- fixed config prefix in dirs.h
65814f
65814f
* Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-1
65814f
- upgrade to 0.50.3
65814f
65814f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
65814f
- rebuilt
65814f
65814f
* Fri Nov  8 2002 Tim Powers <timp@redhat.com>
65814f
- fix broken pspell epoch dep
65814f
- create $RPM_BUILD_ROOT/usr/bin by hand
65814f
- remove /usr/doc
65814f
- fix hardcoding of /usr/lib so that we can build on x86_64
65814f
65814f
* Tue Aug 13 2002 Nalin Dahyabhai <nalin@redhat.com> 0.33.7.1-16
65814f
- require pspell and pspell-devel using the proper epoch
65814f
65814f
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
65814f
- rebuilt with gcc-3.2 (we hope)
65814f
65814f
* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 0.33.7.1-14
65814f
- rebuild using gcc-3.2-0.1
65814f
65814f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.33.7.1-13
65814f
- automated rebuild
65814f
65814f
* Thu Jun 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-12
65814f
- Rebuild to make it work again... #66708
65814f
65814f
* Thu May 23 2002 Tim Powers <timp@redhat.com>
65814f
- automated rebuild
65814f
65814f
* Mon May 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-10
65814f
- Rebuild
65814f
65814f
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-9
65814f
- Disable evil patch
65814f
65814f
* Mon Jan 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-8
65814f
- Build on more archs (doh)
65814f
65814f
* Tue Jan 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-7
65814f
- Make it compile with new compiler (evil workaround)
65814f
65814f
* Wed Jan 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-5
65814f
- Rebuild
65814f
- Unexclude alpha
65814f
65814f
* Fri Dec 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-3
65814f
- Rebuild
65814f
- Don't build on alpha
65814f
65814f
* Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.7.1-2
65814f
- "make it work with gcc 3.1" ;)
65814f
65814f
* Tue Sep 18 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-1
65814f
- 0.33.7.1, which is a "make it work with gcc 3" release
65814f
65814f
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
65814f
- rebuild with new gcc and binutils
65814f
65814f
* Thu Aug  9 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7-1
65814f
- 0.33.7 bugfix release. Requested by the author, it fixes
65814f
  coredumps in sug-mode and when not using typo-analyses.
65814f
  It also contains code cleanups so it compiles with -ansi
65814f
- should fix coredump on IA64 (#49746)
65814f
65814f
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- Add the .la files in the main package - used for dynamic loading
65814f
65814f
* Sun Jun  3 2001 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- 0.33.6.3, which includes the fix made yesterday
65814f
65814f
* Sat Jun  2 2001 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- Make it search for directories in the correct location
65814f
65814f
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- No more workarounds at the specfile level
65814f
65814f
* Tue May 29 2001 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- Use custom ltmain.sh to work around buggy bundled libtool
65814f
65814f
* Sun May 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- 0.33.6
65814f
- use standard %%configure macro - it works now.
65814f
65814f
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.5-2
65814f
- Rebuild with new libltdl
65814f
65814f
* Mon Apr 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- 0.33.5
65814f
65814f
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- use new emacs init scheme for Emacs and XEmacs
65814f
65814f
* Wed Nov 22 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
-  .32.6
65814f
65814f
* Sat Aug 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- .32.5 bugfix release (also contains improved documentation),
65814f
  obsolete old patch
65814f
- the compatibility scripts are now part of the package itself
65814f
- clean up build procedure
65814f
- remove manual.aux file from docs (#16424)
65814f
65814f
* Sun Aug 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- .32.1 bugfix release, obsolete old patch
65814f
- rename to 0.32.1
65814f
- add patch from author to change his email address
65814f
- add spell and ispell compatibility scripts
65814f
65814f
* Fri Aug 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- rebuild
65814f
65814f
* Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- remember to obsolete ispell
65814f
- build the Canadian and British dictionaries here now,
65814f
  as part of the main package. Same package names and 
65814f
  descriptions.
65814f
65814f
* Mon Jul 24 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- .32
65814f
- remove old patches, add a patch since namespace isn't 
65814f
  polluted as much anymore (as opposed to older toolchain)
65814f
65814f
* Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- rebuild
65814f
65814f
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
65814f
- automatic rebuild
65814f
65814f
* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
65814f
- Rebuild with new C++
65814f
65814f
* Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- use RPM_OPT_FLAGS, not just -O0
65814f
- dont include .la-files
65814f
65814f
* Fri Jun 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- excludearch ia64
65814f
65814f
* Fri Jun 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- patch to work around compiler bug(?) wrt. inline functions
65814f
- use CFLAGS and CXXFLAGS
65814f
- set them to -O0 to work around YACB
65814f
- copy libtool files for IA64 support
65814f
65814f
* Sun Jun 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- update to .31.1. My patch was upstreamed and is no longer needed.
65814f
- new patch added so DESTDIR works properly
65814f
65814f
* Fri Jun 16 2000 Trond Eivind Glomsrød <teg@redhat.com>
65814f
- (this entry includes some old ones...)
65814f
- update to .31
65814f
- added patch to make it compile with a pickier compiler
65814f
- include /usr/share/pspell
65814f
65814f
* Mon May 1 2000 Tim Powers <timp@redhat.com>
65814f
- updated to .30.1
65814f
- used build fixes from Ryan Weaver's 0.30.1-1 package on sourceforge
65814f
- updated URL, download/ftp location
65814f
- removed redundant define's at top of spec file
65814f
65814f
* Thu Jul 8 1999 Tim Powers <timp@redhat.com>
65814f
- built for Powertools 6.1
65814f
- removed serial macro definitions from spec file to make versioning
65814f
  consistant with the other packages we ship.
65814f
- changed build root path
65814f
- general spec file cleanups
65814f
65814f
* Tue Mar  2 1999 Ryan Weaver <ryanw@infohwy.com>
65814f
  [aspell-.27.2-2]
65814f
- Changes from .27.1 to .27.2 (Mar 1, 1999)
65814f
- Fixed a major bug that caused aspell to dump core when used
65814f
  without any arguments
65814f
- Fixed another major bug that caused aspell to do nothing when used
65814f
  in interactive mode.
65814f
- Added an option to exit in Aspell's interactive mode.
65814f
- Removed some old documentation files from the distribution.
65814f
- Minor changes on to the section on using Aspell with egcs.
65814f
- Minor changes to remove -Wall warnings.