Blame SPECS/readline.spec

f917dc
Summary: A library for editing typed command lines
f917dc
Name: readline
f917dc
Version: 8.1
f917dc
Release: 4%{?dist}
f917dc
License: GPLv3+
f917dc
URL: https://tiswww.case.edu/php/chet/readline/rltop.html
f917dc
Source: ftp://ftp.gnu.org/gnu/readline/readline-%{version}.tar.gz
f917dc
f917dc
# Official upstream patches
f917dc
# Patches are converted to apply with '-p1'
f917dc
f917dc
# Other patches
f917dc
# Remove RPATH, use CFLAGS
f917dc
Patch101: readline-8.0-shlib.patch
f917dc
f917dc
BuildRequires: make
f917dc
BuildRequires: gcc
f917dc
BuildRequires: ncurses-devel
f917dc
f917dc
%description
f917dc
The Readline library provides a set of functions that allow users to
f917dc
edit command lines. Both Emacs and vi editing modes are available. The
f917dc
Readline library includes additional functions for maintaining a list
f917dc
of previously-entered command lines for recalling or editing those
f917dc
lines, and for performing csh-like history expansion on previous
f917dc
commands.
f917dc
f917dc
%package devel
f917dc
Summary: Files needed to develop programs which use the readline library
f917dc
Requires: %{name}%{?_isa} = %{version}-%{release}
f917dc
f917dc
%description devel
f917dc
The Readline library provides a set of functions that allow users to
f917dc
edit typed command lines. If you want to develop programs that will
f917dc
use the readline library, you need to have the readline-devel package
f917dc
installed. You also need to have the readline package installed.
f917dc
f917dc
%package static
f917dc
Summary: Static libraries for the readline library
f917dc
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
f917dc
f917dc
%description static
f917dc
The readline-static package contains the static version of the readline
f917dc
library.
f917dc
f917dc
%prep
f917dc
%autosetup -p1
f917dc
f917dc
%build
f917dc
%configure --with-curses --disable-install-examples
f917dc
%make_build
f917dc
f917dc
%install
f917dc
%make_install
f917dc
f917dc
rm -vrf %{buildroot}%{_docdir}/readline
f917dc
rm -vf %{buildroot}%{_infodir}/dir*
f917dc
f917dc
%ldconfig_scriptlets
f917dc
f917dc
%files
f917dc
%license COPYING USAGE
f917dc
%{_libdir}/libreadline.so.*
f917dc
%{_libdir}/libhistory.so.*
f917dc
%{_infodir}/history.info*
f917dc
%{_infodir}/rluserman.info*
f917dc
f917dc
%files devel
f917dc
%doc CHANGES NEWS README
f917dc
%doc examples/*.c examples/*.h examples/rlfe
f917dc
%{_includedir}/readline/
f917dc
%{_libdir}/libreadline.so
f917dc
%{_libdir}/libhistory.so
f917dc
%{_libdir}/pkgconfig/%{name}.pc
f917dc
%{_mandir}/man3/readline.3*
f917dc
%{_mandir}/man3/history.3*
f917dc
%{_infodir}/readline.info*
f917dc
f917dc
%files static
f917dc
%{_libdir}/libreadline.a
f917dc
%{_libdir}/libhistory.a
f917dc
f917dc
%changelog
f917dc
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 8.1-4
f917dc
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
f917dc
  Related: rhbz#1991688
f917dc
f917dc
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 8.1-3
f917dc
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
f917dc
f917dc
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.1-2
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
f917dc
f917dc
* Wed Jan  6 11:32:21 CET 2021 Siteshwar Vashisht <svashisht@redhat.com> - 8.1-1
f917dc
- Rebase to readline-8.1
f917dc
  Resolves: #1904867
f917dc
f917dc
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.0-5
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f917dc
f917dc
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.0-4
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f917dc
f917dc
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.0-3
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f917dc
f917dc
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 8.0-2
f917dc
- Drop ABI compatibility library
f917dc
f917dc
* Fri Feb 15 2019 Siteshwar Vashisht <svashisht@redhat.com> - 8.0-1
f917dc
- Rebase to readline-8.0
f917dc
f917dc
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-13
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
f917dc
f917dc
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-12
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f917dc
f917dc
* Tue Jun 12 2018 Siteshwar Vashisht <svashisht@redhat.com> - 7.0-11
f917dc
- Update to readline-7.0 patchlevel 5
f917dc
  Resolves: #1590316
f917dc
f917dc
* Tue Apr  3 2018 Peter Robinson <pbrobinson@fedoraproject.org> 7.0-10
f917dc
- Move USAGE to %%license as it describes usage in a licensing context
f917dc
f917dc
* Mon Mar 26 2018 Siteshwar Vashisht <svashisht@redhat.com> - 7.0-9
f917dc
- Update to readline-7.0 patchlevel 3
f917dc
  Resolves: #1547804
f917dc
f917dc
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-8
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f917dc
f917dc
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-7
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f917dc
f917dc
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-6
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f917dc
f917dc
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.0-5
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f917dc
f917dc
* Mon Jan 16 2017 Igor Gnatenko <ignatenko@redhat.com> - 7.0-4
f917dc
- fix requires in static subpkg
f917dc
f917dc
* Mon Jan 16 2017 Siteshwar Vashisht <svashisht@redhat.com> - 7.0-3
f917dc
- Update to readline-7.0 patchlevel 1
f917dc
f917dc
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 7.0-2
f917dc
- Rebuild for readline 7.x
f917dc
f917dc
* Thu Jan 12 2017 Siteshwar Vashisht <svashisht@redhat.com> - 7.0-1
f917dc
- Rebase to Readline-7.0
f917dc
  Resolves: #1376611
f917dc
f917dc
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.3-8
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f917dc
f917dc
* Thu Aug 13 2015 Miroslav Lichvar <mlichvar@redhat.com> 6.3-7
f917dc
- fix building with new rpm
f917dc
- rebuild for new ncurses
f917dc
f917dc
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3-6
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f917dc
f917dc
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3-5
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f917dc
f917dc
* Mon Aug  4 2014 Tom Callaway <spot@fedoraproject.org> - 6.3-4
f917dc
- fix license handling
f917dc
f917dc
* Tue Jul 22 2014 jchaloup <jchaloup@redhat.com> - 6.3-3
f917dc
- related: #1071336
f917dc
  new rebase for readline 6.3
f917dc
f917dc
* Wed Jul  2 2014 Paul Howarth <paul@city-fan.org> - 6.3-2
f917dc
- resolves: #1115432
f917dc
  fix 0003-add-TTY-input-audit-support.patch not to revert readline version
f917dc
  number to 6.2
f917dc
f917dc
* Thu Jun 19 2014 Jan Chaloupka <jchaloup@redhat.com> - 6.3-1
f917dc
- resolves: #1071336
f917dc
  rebase 6.3
f917dc
f917dc
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2-10
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f917dc
f917dc
* Mon May 26 2014 jchaloup <jchaloup@redhat.com> - 6.2-9
f917dc
- resolves: #1077026
f917dc
  Security patch for debug functions
f917dc
f917dc
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2-8
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f917dc
f917dc
* Thu Mar 28 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 6.2-7
f917dc
- fix aarch64 build (#926433)
f917dc
f917dc
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2-6
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f917dc
f917dc
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2-5
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f917dc
f917dc
* Wed Jan 11 2012 Lukas Nykryn <lnykryn@redhat.com> 6.2-4
f917dc
- temporary fix for problem with gdb, wait for y/n (#701131)
f917dc
f917dc
* Wed Aug 31 2011 Lukas Nykryn <lnykryn@redhat.com> 6.2-3
f917dc
- isxdigit is no longer defined as macro ic c++ (#723299)
f917dc
f917dc
* Tue Mar 01 2011 Miroslav Lichvar <mlichvar@redhat.com> 6.2-2
f917dc
- include patch 001
f917dc
f917dc
* Tue Feb 15 2011 Miroslav Lichvar <mlichvar@redhat.com> 6.2-1
f917dc
- update to 6.2
f917dc
f917dc
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1-4
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f917dc
f917dc
* Tue Jan 18 2011 Miroslav Lichvar <mlichvar@redhat.com> 6.1-3
f917dc
- include patches 001, 002 (#657758)
f917dc
- add TTY input audit support (#244350)
f917dc
f917dc
* Wed Feb 17 2010 Lubomir Rintel <lkundrak@v3.sk> 6.1-2
f917dc
- fix the version number in header
f917dc
f917dc
* Tue Jan 12 2010 Miroslav Lichvar <mlichvar@redhat.com> 6.1-1
f917dc
- update to 6.1
f917dc
f917dc
* Tue Aug 25 2009 Miroslav Lichvar <mlichvar@redhat.com> 6.0-3
f917dc
- include patch 004
f917dc
- suppress install-info errors (#515910)
f917dc
- remove dir* in infodir after install (#492097)
f917dc
f917dc
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0-2
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f917dc
f917dc
* Tue Jul 14 2009 Miroslav Lichvar <mlichvar@redhat.com> 6.0-1
f917dc
- update to 6.0
f917dc
- include patches 001, 002, 003
f917dc
f917dc
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-14
f917dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f917dc
f917dc
* Sun Mar 23 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 5.2-13
f917dc
- Fix the previous %%changelog entry authorship.
f917dc
f917dc
* Sun Mar 23 2008 Jan Kratochvil <jan.kratochvil@redhat.com> - 5.2-12
f917dc
- Fix excessive prompts on CTRL-C abort while the prompt is being printed.
f917dc
f917dc
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.2-11
f917dc
- Autorebuild for GCC 4.3
f917dc
f917dc
* Fri Jan 18 2008 Miroslav Lichvar <mlichvar@redhat.com> 5.2-10
f917dc
- move libreadline to /lib
f917dc
f917dc
* Thu Jan 03 2008 Miroslav Lichvar <mlichvar@redhat.com> 5.2-9
f917dc
- include upstream patches 008-011
f917dc
f917dc
* Mon Nov 05 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.2-8
f917dc
- fix cursor position when prompt has one invisible character (#358231)
f917dc
- merge review fixes (#226361)
f917dc
- fix source URL
f917dc
f917dc
* Mon Aug 27 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.2-7
f917dc
- include patches 005, 006, 007
f917dc
f917dc
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.2-6
f917dc
- update license tag
f917dc
f917dc
* Tue May 29 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.2-5
f917dc
- include patches 5.2-003, 5.2-004
f917dc
f917dc
* Thu Mar 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.2-4
f917dc
- apply 5.2-002 patch
f917dc
f917dc
* Thu Mar 15 2007 Miroslav Lichvar <mlichvar@redhat.com> 5.2-3
f917dc
- link libreadline with libtinfo (#232277)
f917dc
- include upstream 5.2-001 patch
f917dc
- move static libraries to -static subpackage, spec cleanup
f917dc
f917dc
* Thu Nov 30 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.2-2
f917dc
- require ncurses-devel instead of libtermcap-devel
f917dc
f917dc
* Mon Nov 13 2006 Miroslav Lichvar <mlichvar@redhat.com> 5.2-1
f917dc
- update to 5.2 (#213795)
f917dc
- use CFLAGS when linking (#199374)
f917dc
- package docs and examples (#172497)
f917dc
- spec cleanup
f917dc
f917dc
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5.1-1.1
f917dc
- rebuild
f917dc
f917dc
* Mon Jul 10 2006 Jindrich Novy <jnovy@redhat.com> 5.1-1
f917dc
- update to readline-5.1
f917dc
- apply new proposed upstream patches for 5.1 (001-004)
f917dc
- drop "read -e" patch, applied upstream
f917dc
f917dc
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5.0-3.2.1
f917dc
- bump again for double-long bug on ppc(64)
f917dc
f917dc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5.0-3.2
f917dc
- rebuilt for new gcc4.1 snapshot and glibc changes
f917dc
f917dc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f917dc
- rebuilt
f917dc
f917dc
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 5.0-3
f917dc
- Rebuild for new GCC.
f917dc
f917dc
* Tue Jan 18 2005 Tim Waugh <twaugh@redhat.com> 5.0-2
f917dc
- Fix line-wrapping (bug #145329).
f917dc
- Apply "read -e" patch from bash package.
f917dc
f917dc
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 5.0-1
f917dc
- 5.0 (bug #144835).
f917dc
f917dc
* Mon Nov 29 2004 Tim Waugh <twaugh@redhat.com> 4.3-14
f917dc
- Added URL tag (bug #141106).
f917dc
f917dc
* Thu Sep  2 2004 Jeremy Katz <katzj@redhat.com> - 4.3-13
f917dc
- rebuild so that static linking against readline will work on ppc64 
f917dc
  without dot symbols
f917dc
f917dc
* Mon Jun 28 2004 Tim Waugh <twaugh@redhat.com> 4.3-12
f917dc
- Build requires libtool (bug #126589).
f917dc
f917dc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
f917dc
- rebuilt
f917dc
f917dc
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
f917dc
- rebuilt
f917dc
f917dc
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
f917dc
- rebuilt
f917dc
f917dc
* Fri Nov 28 2003 Thomas Woerner <twoerner@redhat.com> 4.3-9
f917dc
- removed rpath
f917dc
f917dc
* Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 4.3-8
f917dc
- Apply upstream patches (bug #109240 among others).
f917dc
f917dc
* Wed Jun 25 2003 Tim Waugh <twaugh@redhat.com>
f917dc
- devel package requires libtermcap-devel (bug #98015).
f917dc
f917dc
* Wed Jun 25 2003 Tim Waugh <twaugh@redhat.com> 4.3-7
f917dc
- Fixed recursion loop (bug #92372).
f917dc
f917dc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
f917dc
- rebuilt
f917dc
f917dc
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
f917dc
- rebuilt
f917dc
f917dc
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
f917dc
- rebuild in current collinst
f917dc
- BuildRequires autoconf only
f917dc
f917dc
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 4.3-3
f917dc
- Fixed Esc-O-M stack overflow bug.
f917dc
f917dc
* Mon Jul 22 2002 Phil Knirsch <pknirsch@redhat.com> 4.3-1
f917dc
- Updated to latest readline release 4.3
f917dc
f917dc
* Thu Jul 11 2002 Phil Knirsch <pknirsch@redhat.com> 4.2a-7
f917dc
- Fixed problem with alpha build.
f917dc
f917dc
* Wed Jul 10 2002 Phil Knirsch <pknirsch@redhat.com>
f917dc
- Fixed utf8 problem (originally observed in bash).
f917dc
f917dc
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 4.2a-6
f917dc
- automated rebuild
f917dc
f917dc
* Thu May 23 2002 Tim Powers <timp@redhat.com> 4.2a-5
f917dc
- automated rebuild
f917dc
f917dc
* Wed Mar 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.2a-4
f917dc
- Use autoconf 2.53, not 2.52
f917dc
f917dc
* Mon Mar  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 4.2a-3
f917dc
- Rebuild
f917dc
f917dc
* Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 4.2a-2
f917dc
- removed the manual symlinking of .so, readline handles this by itself
f917dc
- call only %%makeinstall, not %%makeinstall install install-shared as
f917dc
  this makes bogus .old files in the buildroot
f917dc
f917dc
* Tue Nov 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.2a-1
f917dc
- 4.2a
f917dc
f917dc
* Tue Oct  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-4
f917dc
- Work around autoconf bug
f917dc
f917dc
* Mon Oct  1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-3
f917dc
- Don't use readline's internal re-implementation of strpbrk on systems
f917dc
  that have strpbrk - the system implementation is faster and better maintained.
f917dc
f917dc
* Tue Aug  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 4.2-2
f917dc
- Make sure headers can be included from C++ applications (#51131)
f917dc
  (Patch based on Debian's with the bugs removed ;) )
f917dc
f917dc
* Wed May 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
f917dc
- update to 4.2 and adapt patches
f917dc
f917dc
* Fri Apr  6 2001 Nalin Dahyabhai <nalin@redhat.com>
f917dc
- change the paths listed for the header files in the man page to reflect
f917dc
  the location changes from previous versions (#35073)
f917dc
- note that "on" is acceptable instead of "On" in the man page (#21327)
f917dc
f917dc
* Thu Mar  8 2001 Preston Brown <pbrown@redhat.com>
f917dc
- fix reading of end key termcap value (@7 is correct, was kH) (#30884)
f917dc
f917dc
* Tue Jan 30 2001 Nalin Dahyabhai <nalin@redhat.com>
f917dc
- mark the man page as currently out-of-date (#25294)
f917dc
f917dc
* Thu Sep  7 2000 Jeff Johnson <jbj@redhat.com>
f917dc
- FHS packaging (64bit systems need to use libdir).
f917dc
f917dc
* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
f917dc
- summaries from specspo.
f917dc
f917dc
* Wed Aug  2 2000 Florian La Roche <Florian.LaRoche@redhat.com>
f917dc
- use "rm -f" in specfile
f917dc
f917dc
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
f917dc
- automatic rebuild
f917dc
f917dc
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
f917dc
- FHS packaging.
f917dc
f917dc
* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
f917dc
- 4.1
f917dc
f917dc
* Thu Feb 03 2000 Nalin Dahyabhai <nalin@redhat.com>
f917dc
- update to 4.0
f917dc
f917dc
* Fri Apr 09 1999 Michael K. Johnson <johnsonm@redhat.com>
f917dc
- added guard patch from Taneli Huuskonen <huuskone@cc.helsinki.fi>
f917dc
f917dc
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
f917dc
- auto rebuild in the new build environment (release 4)
f917dc
f917dc
* Sun Jul 26 1998 Jeff Johnson <jbj@redhat.com>
f917dc
- updated to 2.2.1
f917dc
f917dc
* Wed May 06 1998 Prospector System <bugs@redhat.com>
f917dc
- translations modified for de, fr, tr
f917dc
f917dc
* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
f917dc
- don't package /usr/info/dir
f917dc
f917dc
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
f917dc
- devel package moved to Development/Libraries
f917dc
f917dc
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
f917dc
- updated to 2.2
f917dc
f917dc
* Tue Oct 14 1997 Donnie Barnes <djb@redhat.com>
f917dc
- spec file cleanups
f917dc
f917dc
* Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
f917dc
- added proper sonames
f917dc
f917dc
* Tue Jul 08 1997 Erik Troan <ewt@redhat.com>
f917dc
- updated to readline 2.1
f917dc
f917dc
* Tue Jun 03 1997 Erik Troan <ewt@redhat.com>
f917dc
- built against glibc