Blame SPECS/slang.spec

825792
%if 0%{?fedora:1}
825792
%bcond_without oniguruma
825792
%else
825792
%bcond_with oniguruma
825792
%endif
825792
825792
Summary:	The shared library for the S-Lang extension language
825792
Name:		slang
825792
Version:	2.3.2
825792
Release:	3%{?dist}
825792
License:	GPLv2+
825792
URL:		https://www.jedsoft.org/slang/
825792
Source:		https://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
825792
# don't use memcpy() on overlapping buffers
825792
Patch1:		slang-getkey-memmove.patch
825792
# disable test that fails with SIGHUP ignored (e.g. in koji)
825792
Patch2:		slang-sighuptest.patch
825792
BuildRequires:	gcc libpng-devel pcre-devel zlib-devel
825792
%{?with_oniguruma:BuildRequires: oniguruma-devel}
825792
# static removed in 2.3.1a-3
825792
Obsoletes:	 slang-static < 2.3.1a-3
825792
825792
%description
825792
S-Lang is an interpreted language and a programming library.  The
825792
S-Lang language was designed so that it can be easily embedded into
825792
a program to provide the program with a powerful extension language.
825792
The S-Lang library, provided in this package, provides the S-Lang
825792
extension language.  S-Lang's syntax resembles C, which makes it easy
825792
to recode S-Lang procedures in C if you need to.
825792
825792
%package slsh
825792
Summary:	Interpreter for S-Lang scripts
825792
Requires:	%{name}%{?_isa} = %{version}-%{release}
825792
825792
%description slsh
825792
slsh (slang-shell) is a program for interpreting S-Lang scripts. 
825792
It supports dynamic loading of S-Lang modules and includes a readline
825792
interface for interactive use.
825792
825792
This package also includes S-Lang modules that are distributed with
825792
the S-Lang distribution.
825792
825792
%package devel
825792
Summary:	Development files for the S-Lang extension language
825792
Requires:	%{name}%{?_isa} = %{version}-%{release}
825792
825792
%description devel
825792
This package contains files which you'll need if you want to
825792
develop S-Lang based applications.  Documentation which may help
825792
you write S-Lang based applications is also included.
825792
825792
Install the slang-devel package if you want to develop applications
825792
based on the S-Lang extension language.
825792
825792
%prep
825792
%setup -q
825792
%patch1 -p1 -b .getkey-memmove
825792
%patch2 -p1 -b .sighuptest
825792
825792
# fix permissions of installed modules
825792
sed -i '/^INSTALL_MODULE=/s/_DATA//' configure
825792
825792
# disable test failing on 32-bit archs
825792
sed -i '/TEST_SCRIPTS_SLC = /s/array //' src/test/Makefile
825792
825792
%build
825792
%configure \
825792
	--with-{pcre,png,z}lib=%{_libdir} \
825792
	--with-{pcre,png,z}inc=%{_includedir} \
825792
%if %{with oniguruma}
825792
	--with-oniglib=%{_libdir} \
825792
	--with-oniginc=%{_includedir} \
825792
%endif
825792
;
825792
825792
# fails with %{?_smp_mflags}
825792
# install_doc_dir sets SLANG_DOC_DIR macro
825792
make RPATH="" install_doc_dir=%{_pkgdocdir} all
825792
825792
%install
825792
make install-all INSTALL="install -p" RPATH="" DESTDIR=$RPM_BUILD_ROOT
825792
rm -rf $RPM_BUILD_ROOT%{_docdir}/{slang,slsh}
825792
rm -f $RPM_BUILD_ROOT%{_libdir}/libslang.a
825792
825792
mkdir $RPM_BUILD_ROOT%{_includedir}/slang
825792
for h in slang.h slcurses.h; do
825792
	ln -s ../$h $RPM_BUILD_ROOT%{_includedir}/slang/$h
825792
done
825792
825792
%check
825792
make check
825792
825792
%ldconfig_scriptlets
825792
825792
%files
825792
%{!?_licensedir:%global license %%doc}
825792
%license COPYING
825792
%doc NEWS
825792
%{_libdir}/libslang*.so.2*
825792
825792
%files slsh
825792
%doc slsh/doc/html/slsh*.html
825792
%config(noreplace) %{_sysconfdir}/slsh.rc
825792
%{_bindir}/slsh
825792
%{_libdir}/slang
825792
%{_mandir}/man1/slsh.1*
825792
%{_datadir}/slsh
825792
825792
%files devel
825792
%doc doc/*/cslang*.txt doc/*/cref.txt doc/README doc/*/slang*.txt doc/*.txt
825792
%{_libdir}/libslang*.so
825792
%{_libdir}/pkgconfig/slang.pc
825792
%{_includedir}/sl*.h
825792
%{_includedir}/slang
825792
825792
%changelog
825792
* Fri Jul 27 2018 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.2-3
825792
- don't use memcpy() on overlapping buffers (#1607024)
825792
825792
* Sun Apr 01 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.2-2
825792
- Rebuild against oniguruma 6.8.1
825792
825792
* Mon Mar 05 2018 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.2-1
825792
- update to 2.3.2
825792
- add gcc to build requirements
825792
- include soname in file list
825792
825792
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-0.2.pre20
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
825792
825792
* Thu Feb 01 2018 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.2-0.1.pre20
825792
- update to 2.3.2-pre20
825792
- drop unnecessary macro
825792
- use macro for ldconfig scriptlets
825792
825792
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1a-5
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
825792
825792
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1a-4
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
825792
825792
* Wed Mar 29 2017 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.1a-3
825792
- drop static subpackage (#1436909)
825792
- remove Group tags and indent spec (#1436909)
825792
825792
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1a-2
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
825792
825792
* Wed Feb 01 2017 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.1a-1
825792
- update to 2.3.1a
825792
825792
* Mon Oct 31 2016 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.1-1
825792
- update to 2.3.1
825792
825792
* Sun Oct 30 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.0-7
825792
- Rebuild for oniguruma 6.1.1
825792
825792
* Mon Jul 18 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.3.0-6
825792
- Rebuild for oniguruma 6
825792
825792
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-5
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
825792
825792
* Sun Aug  2 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.3.0-4
825792
- Use %%license
825792
- Don't ship NEWS and Changlog
825792
- Ship developer docs in -devel
825792
825792
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0-3
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
825792
825792
* Fri Mar 20 2015 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.0-2
825792
- remove duplicate declaration in slang.h (#1203896)
825792
825792
* Wed Dec 10 2014 Miroslav Lichvar <mlichvar@redhat.com> - 2.3.0-1
825792
- update to 2.3.0
825792
825792
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-13
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
825792
825792
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-12
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
825792
825792
* Wed Aug 07 2013 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.4-11
825792
- use _pkgdocdir if available (#994097)
825792
- build static objects in build section
825792
- make some dependencies arch-specific
825792
825792
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-10
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
825792
825792
* Fri Apr 05 2013 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.4-9
825792
- add support for aarch64 (#926541)
825792
825792
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-8
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
825792
825792
* Thu Jan 24 2013 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.4-7
825792
- fix building without oniguruma
825792
825792
* Thu Jan 24 2013 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.4-6
825792
- buildrequire oniguruma-devel only on Fedora
825792
- run test suite
825792
- remove obsolete macros
825792
825792
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-5
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
825792
825792
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2.2.4-4
825792
- Rebuild against PCRE 8.30
825792
825792
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.4-3
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
825792
825792
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 2.2.4-2
825792
- Rebuild for new libpng
825792
825792
* Mon Apr 11 2011 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.4-1
825792
- update to 2.2.4
825792
825792
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.3-2
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
825792
825792
* Mon Dec 13 2010 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.3-1
825792
- update to 2.2.3
825792
825792
* Mon Nov 08 2010 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.2-3
825792
- fix libdir in pkgconfig file (#650373)
825792
825792
* Wed Jul 21 2010 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.2-2
825792
- move headers to /usr/include (#609977)
825792
825792
* Mon Dec 07 2009 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.2-1
825792
- update to 2.2.2
825792
825792
* Mon Sep 07 2009 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.1-1
825792
- update to 2.2.1
825792
825792
* Mon Aug 03 2009 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.0-1
825792
- update to 2.2.0
825792
825792
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.4-4
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
825792
825792
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.4-3
825792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
825792
825792
* Fri Dec 12 2008 Miroslav Lichvar <mlichvar@redhat.com> - 2.1.4-2
825792
- convert changes.txt to UTF-8, comment patches (#226420)
825792
825792
* Mon Sep 08 2008 Miroslav Lichvar <mlichvar@redhat.com> - 2.1.4-1
825792
- update to 2.1.4
825792
825792
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.3-3
825792
- Autorebuild for GCC 4.3
825792
825792
* Thu Jan 24 2008 Miroslav Lichvar <mlichvar@redhat.com> - 2.1.3-2
825792
- drop lang patch
825792
- build oniguruma module (#226420)
825792
825792
* Mon Nov 05 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.1.3-1
825792
- update to 2.1.3
825792
825792
* Tue Sep 25 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.1.2-2
825792
- fix integer underflow in compute_hash (#302181)
825792
- fix SLang_set_error when called from signal handler (#297661)
825792
825792
* Mon Sep 17 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.1.2-1
825792
- update to 2.1.2
825792
825792
* Thu Aug 23 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.1.1-2
825792
- update license tag
825792
- buildrequire gawk
825792
825792
* Mon Jul 09 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.1.1-1
825792
- update to 2.1.1
825792
825792
* Fri Jun 15 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.1.0-1
825792
- update to 2.1.0
825792
- create -slsh subpackage for slsh and modules
825792
825792
* Mon Feb 19 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.0.7-2
825792
- ignore background color of trailing spaces if terminal has bce (#217276)
825792
- move static library to -static subpackage
825792
- spec cleanup
825792
825792
* Mon Nov 06 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2.0.7-1
825792
- update to 2.0.7
825792
825792
* Wed Jul 12 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2.0.6-3
825792
- don't build unpackaged stuff
825792
- package just txt files from doc directory
825792
825792
* Tue May 23 2006 Peter Jones <pjones@redhat.com> - 2.0.6-2
825792
- put static lib back; it is required by anaconda
825792
825792
* Mon May 22 2006 Miroslav Lichvar <mlichvar@redhat.com> - 2.0.6-1
825792
- update to slang-2.0.6
825792
- move .so.2 link to main package
825792
- don't package static library and utf8 link
825792
- remove requires for libtool and libtermcap
825792
- rearrange doc files (#191583)
825792
825792
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.5-5.2.1
825792
- bump again for double-long bug on ppc(64)
825792
825792
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.5-5.2
825792
- rebuilt for new gcc4.1 snapshot and glibc changes
825792
825792
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
825792
- rebuilt
825792
825792
* Fri Dec 2 2005 Petr Raszyk <praszyk@redhat.com> - 2.0.5-5
825792
- A patch by Bill Nottingham <notting@redhat.com>
825792
  (#174761). slang-LANG.patch
825792
  slang reads automatically sh-env-variable LANG.
825792
825792
* Mon Nov 21 2005 Petr Raszyk <praszyk@redhat.com> - 2.0.5-3
825792
- Rebuild.
825792
825792
* Mon Nov 21 2005 Petr Raszyk <praszyk@redhat.com> - 2.0.5-1
825792
- Upgrade to slang 20005.
825792
- (#161536). slang-nointerlibc2.patch
825792
- slang-makefile.patch
825792
825792
* Mon Oct 24 2005 Petr Raszyk <praszyk@redhat.com> - 1.4.9-23
825792
- rebuild
825792
825792
* Mon Oct 24 2005 Petr Raszyk <praszyk@redhat.com> - 1.4.9-22
825792
- libslang-utf8.so should not use the symbol __libc_enable_secure 
825792
- (#161536). slang-nointerlibc.patch
825792
- Additional some comments/hints for C-Frame 121
825792
825792
* Sun Oct 16 2005 Florian La Roche <laroche@redhat.com>
825792
- set _filter_GLIBC_PRIVATE
825792
825792
* Sun Oct 16 2005 Florian La Roche <laroche@redhat.com>
825792
- add exec perms to shared libs
825792
825792
* Mon Sep  5 2005 Petr Raszyk <praszyk@redhat.com> - 1.4.9-19
825792
- One line in the patch 'slang-utf8-acs.ptach' commented out (#138445). 
825792
825792
* Thu Aug 18 2005 Petr Raszyk <praszyk@redhat.com> - 1.4.9-18
825792
- Patch to resolve the problem with displaying the 'x' character
825792
  in the latin2 mode (#139127) 
825792
825792
* Fri Mar 18 2005 Petr Rockai <prockai@redhat.com> - 1.4.9-17
825792
- Patch to compile with gcc4 by Robert Scheck (#151029). (Weeird,
825792
  probably on march 2nd the used buildroot wasn't updated with
825792
  gcc4 yet?).
825792
825792
* Wed Mar 02 2005 Petr Rockai <prockai@redhat.com>
825792
- rebuild
825792
825792
* Mon Feb 14 2005 Adrian Havill <havill@redhat.com>
825792
- rebuilt
825792
825792
* Sun Aug 1 2004 Alan Cox <alan@redhat.com>
825792
- fixed requires so slang-devel pulls in libtermcap-devel (#125299)
825792
825792
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
825792
- rebuilt
825792
825792
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
825792
- rebuilt
825792
825792
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
825792
- rebuilt
825792
825792
* Fri Dec  5 2003 Jeremy Katz <katzj@redhat.com> 1.4.9-2
825792
- rebuild to fix libslang-utf8.so.1 symlink
825792
825792
* Tue Oct 28 2003 Adrian Havill <havill@redhat.com> 1.4.9-1
825792
- big upgrade to 1.4.9
825792
- manually redid partially rotted utf patch for sldisply.c
825792
- no longer necessary to chmod the so files
825792
- change copyright header to license
825792
825792
* Fri Jun 13 2003 Bill Nottingham <notting@redhat.com> 1.4.5-18
825792
- fix segfault in slcurses (#97216)
825792
825792
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
825792
- rebuilt
825792
825792
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
825792
- rebuilt
825792
825792
* Fri Feb 21 2003 Jakub Jelinek <jakub@redhat.com> 1.4.5-15
825792
- for ACS characters, take them as is, not through wcrtomb
825792
  and assume wcwidth returns 1 for them
825792
825792
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
825792
- rebuilt
825792
825792
* Sat Jan  4 2003 Jeff Johnson <jbj@redhat.com> 1.4.5-13
825792
- set execute bits on library so that requires are genereted.
825792
825792
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 1.4.5-12
825792
- remove unpackaged files from the buildroot
825792
- lib64'ize
825792
825792
* Wed Jul 24 2002 Bill Nottingham <notting@redhat.com> 1.4.5-11
825792
- fix write-before-beginning-of-string in SLsmg_write_nwchars
825792
825792
* Tue Jul  9 2002 Bill Nottingham <notting@redhat.com> 1.4.5-10
825792
- fix segfault in odd environments
825792
825792
* Mon Jul  8 2002 Bill Nottingham <notting@redhat.com> 1.4.5-9
825792
- tweak UTF-8 linedrawing patch slightly; add README describing some of
825792
  the changes
825792
- fix a utee/dtee typo
825792
825792
* Wed Jun 26 2002 Bill Nottingham <notting@redhat.com> 1.4.5-7
825792
- add patch to support ACS linedrawing characters in UTF-8
825792
825792
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
825792
- automated rebuild
825792
825792
* Wed Jun 12 2002 Bill Nottingham <notting@redhat.com> 1.4.5-5
825792
- removed keymap patch (#59171)
825792
- added Debian utf8 patch
825792
825792
* Thu May 23 2002 Tim Powers <timp@redhat.com>
825792
- automated rebuild
825792
825792
* Tue Mar  5 2002 Bill Nottingham <notting@redhat.com>
825792
- fix symlink & ia64 fubarness
825792
825792
* Mon Mar  4 2002 Bill Nottingham <notting@redhat.com>
825792
- update to 1.4.5
825792
825792
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
825792
- add link from library major version number
825792
825792
* Mon Jun 25 2001 Bill Nottingham <notting@redhat.com>
825792
- added patch to fix Alt/Meta key handling (originally from mutt,
825792
  <jorton@btconnect.com>)
825792
825792
* Fri Jun  1 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
825792
- forced to use RPM_OPT_FLAGS for ELF_CFLAGS too
825792
825792
* Mon Mar 12 2001 Bill Nottingham <notting@redhat.com>
825792
- update to 1.4.4
825792
825792
* Tue Feb 27 2001 Bill Nottingham <notting@redhat.com>
825792
- have slang-devel require slang = %%{version}
825792
825792
* Tue Aug 29 2000 Bill Nottingham <notting@redhat.com>
825792
- update to 1.4.2
825792
825792
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
825792
- automatic rebuild
825792
825792
* Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
825792
- added defattr
825792
825792
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
825792
- rebuild, FHS stuff
825792
825792
* Fri Apr 28 2000 Bill Nottingham <notting@redhat.com>
825792
- autoconf fix for ia64
825792
825792
* Mon Apr 24 2000 Bill Nottingham <notting@redhat.com>
825792
- update to 1.4.1
825792
825792
* Wed Mar 29 2000 Bill Nottingham <notting@redhat.com>
825792
- fix background color problem with newt
825792
825792
* Thu Mar  2 2000 Bill Nottingham <notting@redhat.com>
825792
- resurrect for the devel tree
825792
825792
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
825792
- auto rebuild in the new build environment (release 4)
825792
825792
* Wed Oct 21 1998 Bill Nottingham <notting@redhat.com>
825792
- libslang.so goes in -devel
825792
825792
* Sun Jun 07 1998 Prospector System <bugs@redhat.com>
825792
825792
- translations modified for de
825792
825792
* Sat Jun  6 1998 Jeff Johnson <jbj@redhat.com>
825792
- updated to 1.2.2 with buildroot.
825792
825792
* Tue May 05 1998 Prospector System <bugs@redhat.com>
825792
- translations modified for de, fr, tr
825792
825792
* Sat Apr 18 1998 Erik Troan <ewt@redhat.com>
825792
- rebuilt to find terminfo in /usr/share
825792
825792
* Tue Oct 14 1997 Donnie Barnes <djb@redhat.com>
825792
- spec file cleanups
825792
825792
* Mon Sep 1 1997 Donnie Barnes <djb@redhat.com>
825792
- upgraded to 0.99.38 (will it EVER go 1.0???)
825792
- all patches removed (all appear to be in this version)
825792
825792
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
825792
- built against glibc
825792