80fd17
Summary: A utility for creating TTY dialog boxes
80fd17
Name: dialog
80fd17
%global dialogsubversion 20210117
80fd17
Version: 1.3
80fd17
Release: 32.%{dialogsubversion}%{?dist}
80fd17
License: LGPLv2
80fd17
URL: https://invisible-island.net/dialog/dialog.html
80fd17
Source0: https://invisible-mirror.net/archives/dialog/dialog-%{version}-%{dialogsubversion}.tgz
80fd17
Source1: https://invisible-mirror.net/archives/dialog/dialog-%{version}-%{dialogsubversion}.tgz.asc
80fd17
Source2: https://invisible-island.net/public/dickey-invisible-island.txt
80fd17
BuildRequires: ncurses-devel gcc gettext findutils libtool gnupg2
80fd17
BuildRequires: make
80fd17
Patch2: dialog-multilib.patch
80fd17
Patch3: dialog-libs.patch
80fd17
80fd17
%description
80fd17
Dialog is a utility that allows you to show dialog boxes (containing
80fd17
questions or messages) in TTY (text mode) interfaces.  Dialog is called
80fd17
from within a shell script.  The following dialog boxes are implemented:
80fd17
yes/no, menu, input, message, text, info, checklist, radiolist, and
80fd17
gauge.  
80fd17
80fd17
Install dialog if you would like to create TTY dialog boxes.
80fd17
80fd17
%package devel 
80fd17
Summary: Development files for building applications with the dialog library
80fd17
Requires: %{name}%{?_isa} = %{version}-%{release} ncurses-devel
80fd17
80fd17
%description devel
80fd17
Dialog is a utility that allows you to show dialog boxes (containing
80fd17
questions or messages) in TTY (text mode) interfaces. This package 
80fd17
contains the files needed for developing applications, which use the 
80fd17
dialog library.
80fd17
80fd17
%prep
80fd17
%{gpgverify} --keyring=%{SOURCE2} --signature=%{SOURCE1} --data=%{SOURCE0}
80fd17
%setup -q -n dialog-%{version}-%{dialogsubversion}
80fd17
%patch2 -p1 -b .multilib
80fd17
%patch3 -p1 -b .libs
80fd17
80fd17
%build
80fd17
%configure \
80fd17
	--enable-nls \
80fd17
	--with-libtool \
80fd17
	--with-libtool-opts="$(for opt in %{?_hardened_ldflags}; do \
80fd17
				echo -n -Xcompiler $opt ''; done)" \
80fd17
	--with-ncursesw \
80fd17
	--includedir=%{_includedir}/dialog
80fd17
make %{?_smp_mflags}
80fd17
80fd17
%install
80fd17
# prepare packaged samples
80fd17
rm -rf _samples
80fd17
mkdir _samples
80fd17
cp -a samples _samples
80fd17
rm -rf _samples/samples/install
80fd17
find _samples -type f -print0 | xargs -0 chmod a-x
80fd17
80fd17
make install DESTDIR=$RPM_BUILD_ROOT
80fd17
80fd17
chmod 755 $RPM_BUILD_ROOT%{_libdir}/libdialog.so.*.*.*
80fd17
rm -f $RPM_BUILD_ROOT%{_libdir}/libdialog.{,l}a
80fd17
80fd17
%find_lang %{name}
80fd17
80fd17
%ldconfig_scriptlets
80fd17
80fd17
%files -f %{name}.lang
80fd17
%doc COPYING dialog.lsm README _samples/samples
80fd17
%{_bindir}/dialog
80fd17
%{_libdir}/libdialog.so.15*
80fd17
%{_mandir}/man1/dialog.*
80fd17
80fd17
%files devel
80fd17
%{_bindir}/dialog-config
80fd17
%{_includedir}/dialog
80fd17
%{_libdir}/libdialog.so
80fd17
%{_mandir}/man3/dialog.*
80fd17
80fd17
%changelog
80fd17
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.3-32.20210117
80fd17
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
80fd17
  Related: rhbz#1991688
80fd17
80fd17
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.3-31.20210117
80fd17
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
80fd17
80fd17
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-30.20210117
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
80fd17
80fd17
* Mon Jan 18 2021 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-29.20210117
80fd17
- update to 1.3-20210117
80fd17
80fd17
* Fri Nov 27 2020 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-28.20201126
80fd17
- update to 1.3-20201126
80fd17
80fd17
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-27.20200327
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
80fd17
80fd17
* Tue Mar 31 2020 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-26.20200327
80fd17
- update to 1.3-20200327
80fd17
80fd17
* Mon Mar 09 2020 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-25.20200228
80fd17
- update to 1.3-20200228
80fd17
80fd17
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-24.20191210
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
80fd17
80fd17
* Wed Dec 11 2019 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-23.20191210
80fd17
- update to 1.3-20191210
80fd17
80fd17
* Mon Nov 11 2019 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-22.20191110
80fd17
- update to 1.3-20191110
80fd17
80fd17
* Mon Aug 12 2019 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-21.20190808
80fd17
- update to 1.3-20190808
80fd17
80fd17
* Wed Aug 07 2019 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-20.20190806
80fd17
- update to 1.3-20190806
80fd17
- verify upstream signatures
80fd17
80fd17
* Mon Jul 29 2019 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-19.20190728
80fd17
- update to 1.3-20190728
80fd17
80fd17
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-18.20190211
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
80fd17
80fd17
* Wed Feb 20 2019 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-17.20190211
80fd17
- update to 1.3-20190211
80fd17
80fd17
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-16.20180621
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
80fd17
80fd17
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-15.20180621
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
80fd17
80fd17
* Fri Jun 22 2018 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-14.20180621
80fd17
- update to 1.3-20180621
80fd17
80fd17
* Thu Mar 29 2018 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-13.20171209
80fd17
- update to 1.3-20171209
80fd17
- fix build with multiple options in hardened ldflags (#1548400)
80fd17
- add gcc to build requirements
80fd17
- use macro for ldconfig scriptlets
80fd17
80fd17
* Fri Feb 23 2018 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-12.20170509
80fd17
- fix build to use hardened linker specs (#1548400)
80fd17
80fd17
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-11.20170509
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
80fd17
80fd17
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-10.20170509
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
80fd17
80fd17
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-9.20170509
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
80fd17
80fd17
* Wed May 10 2017 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-8.20170509
80fd17
- update to 1.3-20170509
80fd17
80fd17
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-7.20170131
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
80fd17
80fd17
* Wed Feb 01 2017 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-6.20170131
80fd17
- update to 1.3-20170131
80fd17
80fd17
* Wed Sep 07 2016 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-5.20160828
80fd17
- update to 1.3-20160828
80fd17
80fd17
* Tue Apr 26 2016 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-4.20160424
80fd17
- update to 1.3-20160424
80fd17
80fd17
* Wed Feb 10 2016 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-3.20160209
80fd17
- update to 1.3-20160209
80fd17
80fd17
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2.20160126
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
80fd17
80fd17
* Thu Jan 28 2016 Miroslav Lichvar <mlichvar@redhat.com> - 1.3-1.20160126
80fd17
- update to 1.3-20160126
80fd17
80fd17
* Tue Sep 22 2015 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-17.20150528
80fd17
- update to 1.2-20150920
80fd17
80fd17
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-16.20150528
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
80fd17
80fd17
* Tue Jun 02 2015 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-15.20150528
80fd17
- update to 1.2-20150528
80fd17
80fd17
* Fri May 15 2015 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-14.20150513
80fd17
- update to 1.2-20150513
80fd17
80fd17
* Thu Feb 26 2015 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-13.20150225
80fd17
- update to 1.2-20150225
80fd17
80fd17
* Thu Jan 29 2015 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-12.20150125
80fd17
- update to 1.2-20150125
80fd17
80fd17
* Fri Sep 12 2014 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-11.20140911
80fd17
- update to 1.2-20140911
80fd17
80fd17
* Tue Sep 02 2014 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-10.20140901
80fd17
- update to 1.2-20140901
80fd17
80fd17
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-9.20140219
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
80fd17
80fd17
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8.20140219
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
80fd17
80fd17
* Thu Feb 20 2014 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-7.20140219
80fd17
- update to 1.2-20140219
80fd17
80fd17
* Mon Jan 13 2014 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-6.20140112
80fd17
- update to 1.2-20140112
80fd17
80fd17
* Mon Oct 07 2013 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-5.20130928
80fd17
- update to 1.2-20130928
80fd17
80fd17
* Thu Sep 19 2013 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-4.20130902
80fd17
- update to 1.2-20130902
80fd17
- fix weekdays in changelog
80fd17
80fd17
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3.20130523
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
80fd17
80fd17
* Fri May 24 2013 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-2.20130523
80fd17
- update to 1.2-20130523
80fd17
80fd17
* Mon Mar 18 2013 Miroslav Lichvar <mlichvar@redhat.com> - 1.2-1.20121230
80fd17
- update to 1.2-20121230
80fd17
80fd17
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-18.20120706
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
80fd17
80fd17
* Tue Nov 13 2012 Miroslav Lichvar <mlichvar@redhat.com> - 1.1-17.20120706
80fd17
- update to 1.1-20120706
80fd17
- remove unnecessary macros
80fd17
80fd17
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-16.20110707
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
80fd17
80fd17
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-15.20110707
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
80fd17
80fd17
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-14.20110707
80fd17
- Rebuilt for glibc bug#747377
80fd17
80fd17
* Tue Jul 26 2011 Miroslav Lichvar <mlichvar@redhat.com> - 1.1-13.20110707
80fd17
- update to 1.1-20110707
80fd17
80fd17
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-12.20100428
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
80fd17
80fd17
* Wed May 12 2010 Miroslav Lichvar <mlichvar@redhat.com> - 1.1-11.20100428
80fd17
- update to 1.1-20100428
80fd17
80fd17
* Thu Feb 04 2010 Miroslav Lichvar <mlichvar@redhat.com> - 1.1-10.20100119
80fd17
- update to 1.1-20100119
80fd17
80fd17
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9.20080819
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
80fd17
80fd17
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8.20080819
80fd17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
80fd17
80fd17
* Mon Aug 25 2008 Miroslav Lichvar <mlichvar@redhat.com> - 1.1-7.20080819
80fd17
- update to 1.1-20080819
80fd17
80fd17
* Wed Jul 30 2008 Miroslav Lichvar <mlichvar@redhat.com> - 1.1-6.20080727
80fd17
- update to 1.1-20080727
80fd17
80fd17
* Fri Apr 11 2008 Miroslav Lichvar <mlichvar@redhat.com> - 1.1-5.20080316
80fd17
- update to 1.1-20080316
80fd17
80fd17
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1-4.20071028
80fd17
- Autorebuild for GCC 4.3
80fd17
80fd17
* Mon Nov 05 2007 Miroslav Lichvar <mlichvar@redhat.com> - 1.1-3.20071028
80fd17
- update to 1.1-20071028
80fd17
- fix multilib conflicts (#341001)
80fd17
- use shared library, drop static
80fd17
- merge review fixes (#225693)
80fd17
80fd17
* Fri Aug 17 2007 Harald Hoyer <harald@redhat.com> - 1.1-2.20070704
80fd17
- changed license to LGPLv2
80fd17
80fd17
* Thu Jul  5 2007 Harald Hoyer <harald@redhat.com> - 1.1-1.20070704
80fd17
- version 1.1-20070704
80fd17
80fd17
* Wed Jun 27 2007 Harald Hoyer <harald@redhat.com> - 1.1-1.20070604
80fd17
- dialog-1.1-20070604
80fd17
80fd17
* Wed Feb 28 2007 Harald Hoyer <harald@redhat.com> - 1.1-1.20070227svn
80fd17
- version 1.1-20070227
80fd17
- added devel subpackage
80fd17
- specfile fixes (bug#225693)
80fd17
- Resolves: rhbz#225693
80fd17
80fd17
* Wed Jan 17 2007 Harald Hoyer <harald@redhat.com> - 1.0.20060221-1
80fd17
- version 1.0-20060221
80fd17
80fd17
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.20051107-1.2.2
80fd17
- rebuild
80fd17
80fd17
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.20051107-1.2.1
80fd17
- bump again for double-long bug on ppc(64)
80fd17
80fd17
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.20051107-1.2
80fd17
- rebuilt for new gcc4.1 snapshot and glibc changes
80fd17
80fd17
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
80fd17
- rebuilt
80fd17
80fd17
* Wed Nov 16 2005 Harald Hoyer <harald@redhat.com> 1.0-20051107-1
80fd17
- version 1.0-20051107
80fd17
80fd17
* Mon Apr 18 2005 Harald Hoyer <harald@redhat.com> 1.0-20050306-1
80fd17
- version 1.0-20050306
80fd17
80fd17
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com> 1.0-20050206-1
80fd17
- new version 1.0-20050206
80fd17
80fd17
* Tue Dec 21 2004 Harald Hoyer <harald@redhat.com> 1.0-20041219-1
80fd17
- new version 1.0-20041219
80fd17
80fd17
* Wed Oct 20 2004 Harald Hoyer <harald@redhat.com> 1.0-20040731-3
80fd17
- rlandry@redhat.com refined his patch (bug 136374)
80fd17
80fd17
* Tue Oct 19 2004 Harald Hoyer <harald@redhat.com> 1.0-20040731-2
80fd17
- added patch from rlandry@redhat.com which removes extra trailing
80fd17
  spaces (bug 136374)
80fd17
80fd17
* Fri Aug 27 2004 Harald Hoyer <harald@redhat.com> 1.0-20040731-1
80fd17
- new version 1.0-20040731
80fd17
80fd17
* Thu Jul 29 2004 Harald Hoyer <harald@redhat.com> 1.0-20040728-1
80fd17
- new version 1.0-20040728
80fd17
80fd17
* Wed Jul 28 2004 Harald Hoyer <harald@redhat.de> 1.0-20040721-1
80fd17
- new version 1.0-20040721
80fd17
80fd17
* Wed Jun 23 2004 Harald Hoyer <harald@redhat.de> 0.9b.20040606-1
80fd17
- new version 0.9b-20040606
80fd17
- new Version scheme
80fd17
80fd17
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
80fd17
- rebuilt
80fd17
80fd17
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
80fd17
- rebuilt
80fd17
80fd17
* Mon Dec 08 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031207.1
80fd17
- version 20031207
80fd17
80fd17
* Thu Nov 27 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031126.1
80fd17
- version 20031126
80fd17
80fd17
* Mon Nov 24 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031002.2
80fd17
- added gettext BuildReq (#109192)
80fd17
80fd17
* Wed Oct  8 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031002.1
80fd17
- version 20031002
80fd17
80fd17
* Thu Sep 11 2003 Harald Hoyer <harald@redhat.de> 0.9b-20030910.1
80fd17
- new version 20030910 which also fixes #104236
80fd17
80fd17
* Tue Aug 12 2003 Harald Hoyer <harald@redhat.de> 0.9b-20020814.5
80fd17
- --with-ncursesw
80fd17
80fd17
* Fri Aug  8 2003 Elliot Lee <sopwith@redhat.com> 0.9b-20020814.4
80fd17
- Rebuilt
80fd17
80fd17
* Tue Jun 17 2003 Harald Hoyer <harald@redhat.de> 0.9b-20020814.3
80fd17
- rebuilt
80fd17
80fd17
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
80fd17
- rebuilt
80fd17
80fd17
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 0.9b-20020814.2
80fd17
- rebuild
80fd17
80fd17
* Tue Nov 05 2002 Harald Hoyer <harald@redhat.de> 0.9b-20020814.1
80fd17
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
80fd17
- automated rebuild
80fd17
80fd17
* Sun May 26 2002 Tim Powers <timp@redhat.com>
80fd17
- automated rebuild
80fd17
80fd17
* Wed May 22 2002 Harald Hoyer <harald@redhat.de> 0.9b-20020519.1
80fd17
- update to dialog-0.9b-20020519
80fd17
80fd17
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
80fd17
- automated rebuild
80fd17
80fd17
* Mon Jun 18 2001 Harald Hoyer <harald@redhat.de>
80fd17
- update to 20010527
80fd17
- added ncurses-devel dependency (#44733)
80fd17
- removed perl dependency
80fd17
80fd17
* Tue Jan 09 2001 Harald Hoyer <harald@redhat.com>
80fd17
- update to 20001217
80fd17
80fd17
* Mon Aug  7 2000 Bill Nottingham <notting@redhat.com>
80fd17
- fix one of the examples (#14073)
80fd17
80fd17
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
80fd17
- automatic rebuild
80fd17
80fd17
* Wed Apr  5 2000 Bill Nottingham <notting@redhat.com>
80fd17
- rebuild against current ncurses/readline
80fd17
80fd17
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
80fd17
- handle compressed man pages
80fd17
80fd17
* Thu Jan 20 2000 Bill Nottingham <notting@redhat.com>
80fd17
- fix loop patch for reading from pipe
80fd17
80fd17
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
80fd17
- auto rebuild in the new build environment (release 14)
80fd17
80fd17
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
80fd17
- build for 6.0
80fd17
80fd17
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
80fd17
- build root
80fd17
80fd17
* Thu May 7 1998 Michael Maher <mike@redhat.com> 
80fd17
- Added Sean Reifschneider <jafo@tummy.com> patches for 
80fd17
  infinite loop problems.
80fd17
80fd17
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
80fd17
- translations modified for de, fr, tr
80fd17
80fd17
* Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
80fd17
- built against new ncurses
80fd17
80fd17
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
80fd17
- built against glibc