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