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