From dff0cdf37f942ac7c57b7c911d00e4b0015d0b77 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 26 Nov 2024 17:33:15 +0300 Subject: [PATCH] import mtools-4.0.43-6.el10 --- .gitignore | 1 + .mtools.metadata | 1 + SOURCES/mtools-3.9.6-config.patch | 18 + SOURCES/mtools-4.0.43-close.patch | 11 + SOURCES/mtools-4.0.43-errmsgsize.patch | 13 + SOURCES/mtools-4.0.43-iconv_close.patch | 19 + SPECS/mtools.spec | 495 ++++++++++++++++++++++++ 7 files changed, 558 insertions(+) create mode 100644 .gitignore create mode 100644 .mtools.metadata create mode 100644 SOURCES/mtools-3.9.6-config.patch create mode 100644 SOURCES/mtools-4.0.43-close.patch create mode 100644 SOURCES/mtools-4.0.43-errmsgsize.patch create mode 100644 SOURCES/mtools-4.0.43-iconv_close.patch create mode 100644 SPECS/mtools.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e64f97a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/mtools-4.0.43.tar.gz diff --git a/.mtools.metadata b/.mtools.metadata new file mode 100644 index 0000000..6e018ca --- /dev/null +++ b/.mtools.metadata @@ -0,0 +1 @@ +41910b97629777c34fbc0261100923fdaccd11e9 SOURCES/mtools-4.0.43.tar.gz diff --git a/SOURCES/mtools-3.9.6-config.patch b/SOURCES/mtools-3.9.6-config.patch new file mode 100644 index 0000000..b7b35a7 --- /dev/null +++ b/SOURCES/mtools-3.9.6-config.patch @@ -0,0 +1,18 @@ +diff -up mtools-4.0.9/mtools.conf.conf mtools-4.0.9/mtools.conf +--- mtools-4.0.9/mtools.conf.conf 2009-03-01 00:01:03.000000000 +0100 ++++ mtools-4.0.9/mtools.conf 2009-03-09 18:21:40.000000000 +0100 +@@ -16,11 +16,10 @@ + + # Example mtools.conf files. Uncomment the lines which correspond to + # your architecture and comment out the "SAMPLE FILE" line below +-SAMPLE FILE + +-# # Linux floppy drives +-# drive a: file="/dev/fd0" exclusive +-# drive b: file="/dev/fd1" exclusive ++# Linux floppy drives ++drive a: file="/dev/fd0" exclusive mformat_only ++drive b: file="/dev/fd1" exclusive mformat_only + + # # First SCSI hard disk partition + # drive c: file="/dev/sda1" diff --git a/SOURCES/mtools-4.0.43-close.patch b/SOURCES/mtools-4.0.43-close.patch new file mode 100644 index 0000000..df37982 --- /dev/null +++ b/SOURCES/mtools-4.0.43-close.patch @@ -0,0 +1,11 @@ +diff -ur mtools-4.0.44/mpartition.c mtools-4.0.44-memleaks/mpartition.c +--- mtools-4.0.44/mpartition.c 2022-10-29 11:48:23.000000000 +0200 ++++ mtools-4.0.44-memleaks/mpartition.c 2024-08-21 13:53:03.699524744 +0200 +@@ -483,6 +483,7 @@ + perror("read MBR"); + exit(1); + } ++ close(fd); + } + memset((char *)(partTable+1), 0, 4*sizeof(*partTable)); + set_word(((unsigned char*)buf)+510, 0xaa55); diff --git a/SOURCES/mtools-4.0.43-errmsgsize.patch b/SOURCES/mtools-4.0.43-errmsgsize.patch new file mode 100644 index 0000000..ab3a724 --- /dev/null +++ b/SOURCES/mtools-4.0.43-errmsgsize.patch @@ -0,0 +1,13 @@ +diff -up mtools-4.0.43/mcopy.c.orig mtools-4.0.43/mcopy.c +--- mtools-4.0.43/mcopy.c.orig 2024-08-20 18:41:43.957181199 +0200 ++++ mtools-4.0.43/mcopy.c 2024-08-20 18:40:51.921966014 +0200 +@@ -196,7 +196,8 @@ static int _unix_write(MainParam_t *mp, + Stream_t *File=mp->File; + Stream_t *Target, *Source; + struct MT_STAT stbuf; +- char errmsg[80]; ++ /* matches buffer size in SimpleFileOpenWithLm() */ ++ char errmsg[200]; + + File->Class->get_data(File, &mtime, 0, 0, 0); + diff --git a/SOURCES/mtools-4.0.43-iconv_close.patch b/SOURCES/mtools-4.0.43-iconv_close.patch new file mode 100644 index 0000000..5a98229 --- /dev/null +++ b/SOURCES/mtools-4.0.43-iconv_close.patch @@ -0,0 +1,19 @@ +diff -ur mtools-4.0.44/charsetConv.c mtools-4.0.44-memleaks/charsetConv.c +--- mtools-4.0.44/charsetConv.c 2022-09-24 10:43:03.000000000 +0200 ++++ mtools-4.0.44-memleaks/charsetConv.c 2024-08-20 18:05:05.252088712 +0200 +@@ -70,6 +70,7 @@ + res = iconv(test, + &inbuf, &inbufLen, + &outbufP, &outbufLen); ++ iconv_close(test); + if(res != 0 || outbufLen != 0 || inbufLen != 0) + goto fail; + if(memcmp(outbuf, "ab", 2)) +@@ -77,7 +78,6 @@ + /* fprintf(stderr, "%s ok\n", testCp); */ + return 1; + fail: +- iconv_close(test); + fail0: + /*fprintf(stderr, "%s fail\n", testCp);*/ + return 0; diff --git a/SPECS/mtools.spec b/SPECS/mtools.spec new file mode 100644 index 0000000..71cc62d --- /dev/null +++ b/SPECS/mtools.spec @@ -0,0 +1,495 @@ +Summary: Programs for accessing MS-DOS disks without mounting the disks +Name: mtools +Version: 4.0.43 +Release: 6%{?dist} +License: GPL-3.0-or-later +Source0: ftp://ftp.gnu.org/gnu/mtools/mtools-%{version}.tar.gz +Url: https://www.gnu.org/software/mtools/ +Patch0: mtools-3.9.6-config.patch +Patch1: mtools-4.0.43-errmsgsize.patch +Patch2: mtools-4.0.43-iconv_close.patch +Patch3: mtools-4.0.43-close.patch + +BuildRequires: make +BuildRequires: gcc +BuildRequires: texinfo +BuildRequires: autoconf +BuildRequires: automake + +# Remove dependency on glibc-gconv-extra to avoid rebuilding entire glibc +# when building flatpaks with mtools as dependency. Glibc is already +# included in the runtime. +%if ! 0%{?flatpak} +Requires: glibc-gconv-extra +%endif + +%description +Mtools is a collection of utilities for accessing MS-DOS files. +Mtools allow you to read, write and move around MS-DOS filesystem +files (normally on MS-DOS floppy disks). Mtools supports Windows95 +style long file names, OS/2 XDF disks, and 2m disks + +Mtools should be installed if you need to use MS-DOS disks + +%prep +%setup -q -n %{name}-%{version} +%patch 0 -p1 -b .conf +%patch 1 -p1 +%patch 2 -p1 +%patch 3 -p1 + +%build +autoreconf -fiv +%configure --disable-floppyd +%make_build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT/%{_infodir} +%make_install +install -m644 mtools.conf $RPM_BUILD_ROOT/etc +gzip -9f $RPM_BUILD_ROOT/%{_infodir}/* + +# We aren't shipping this. +find $RPM_BUILD_ROOT -name "floppyd*" -exec rm {} \; + +# dir.gz is handled in %%post and %%preun sections +rm -f $RPM_BUILD_ROOT/%{_infodir}/dir.gz + +ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz + +%files +%config(noreplace) /etc/mtools.conf +%{!?_licensedir:%global license %%doc} +%license COPYING +%doc README Release.notes +%{_bindir}/* +%{_mandir}/*/* +%{_infodir}/mtools.info* + +%changelog +* Wed Aug 21 2024 Pavel Cahyna - 4.0.43-6 +- Increase error message buffer size +- Prevent a leak of iconv_t +- Prevent a file descriptor leak + +* Mon Jun 24 2024 Troy Dawson - 4.0.43-5 +- Bump release for June 2024 mass rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 4.0.43-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 4.0.43-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jul 20 2023 Fedora Release Engineering - 4.0.43-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Mar 22 2023 Vojtech Trefny 4.0.43-1 +- Update to 4.0.43 + +* Thu Jan 19 2023 Fedora Release Engineering - 4.0.42-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Nov 11 2022 Vojtech Trefny - 4.0.42-2 +- Change license string to the SPDX format required by Fedora + +* Mon Oct 24 2022 Vojtech Trefny 4.0.42-1 +- Update to 4.0.42 + +* Tue Sep 20 2022 Vojtech Trefny 4.0.41-1 +- Update to 4.0.41 + +* Thu Jul 21 2022 Fedora Release Engineering - 4.0.40-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 06 2022 Vojtech Trefny 4.0.40-1 +- Update to 4.0.40 + +* Tue Apr 12 2022 Vojtech Trefny 4.0.39-1 +- Update to 4.0.39 + +* Mon Mar 07 2022 Vojtech Trefny 4.0.38-1 +- Update to 4.0.38 + +* Tue Feb 15 2022 Vojtech Trefny 4.0.37-3 +- Rebuilt for glibc flatpak dependency update + +* Thu Jan 20 2022 Fedora Release Engineering - 4.0.37-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Jan 10 2022 Vojtech Trefny 4.0.37-1 +- Update to 4.0.37 + +* Mon Nov 22 2021 Vojtech Trefny 4.0.36-1 +- Update to 4.0.36 + +* Wed Nov 10 2021 Vojtech Trefny 4.0.35-2 +- Add dependency on glibc-gconv-extra (#2021637) + +* Sun Aug 08 2021 Vojtech Trefny 4.0.35-1 +- Update to 4.0.35 + +* Sun Jul 25 2021 Vojtech Trefny 4.0.34-1 +- Update to 4.0.34 + +* Thu Jul 22 2021 Fedora Release Engineering - 4.0.33-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jul 19 2021 Vojtech Trefny 4.0.33-1 +- Update to 4.0.33 + +* Wed Jul 14 2021 Vojtech Trefny 4.0.32-1 +- Update to 4.0.32 + +* Mon Jun 28 2021 Vojtech Trefny 4.0.31-1 +- Update to 4.0.31 + +* Fri Jun 18 2021 Vojtech Trefny 4.0.30-1 +- Update to 4.0.30 + +* Tue Jun 01 2021 Vojtech Trefny 4.0.29-1 +- Update to 4.0.29 + +* Mon Apr 19 2021 Vojtech Trefny 4.0.27-1 +- Update to 4.0.27 + +* Tue Jan 26 2021 Fedora Release Engineering - 4.0.26-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Nov 30 2020 Vojtech Trefny 4.0.26-1 +- Update to 4.0.26 + +* Thu Oct 29 2020 Vojtech Trefny 4.0.25-1 +- Update to 4.0.25 + +* Tue Jul 28 2020 Fedora Release Engineering - 4.0.24-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 13 2020 Tom Stellard - 4.0.24-2 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + +* Sun Mar 22 2020 Fedora Release Monitoring - 4.0.24-1 +- Update to 4.0.24 (#1815863) + +* Wed Jan 29 2020 Fedora Release Engineering - 4.0.23-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Vojtech Trefny 4.0.23-1 +- Update to 4.0.23 + +* Thu Jul 25 2019 Fedora Release Engineering - 4.0.18-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 4.0.18-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 4.0.18-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 4.0.18-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 4.0.18-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 4.0.18-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 4.0.18-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 4.0.18-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 4.0.18-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Feb 21 2015 Till Maas - 4.0.18-8 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + +* Sun Aug 17 2014 Fedora Release Engineering - 4.0.18-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Fri Jul 18 2014 Tom Callaway - 4.0.18-6 +- fix license handling + +* Sat Jun 07 2014 Fedora Release Engineering - 4.0.18-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 4.0.18-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Mar 26 2013 Adam Tkac - 4.0.18-3 +- use bz2 compressed source instead of lz + +* Thu Feb 14 2013 Fedora Release Engineering - 4.0.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jan 10 2013 Adam Tkac - 4.0.18-1 +- update to 4.0.18 + +* Fri Jul 20 2012 Fedora Release Engineering - 4.0.17-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 4.0.17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Jun 29 2011 Adam Tkac 4.0.17-1 +- update to 4.0.17 + +* Tue Apr 19 2011 Adam Tkac 4.0.16-1 +- update to 4.0.16 + +* Tue Feb 08 2011 Fedora Release Engineering - 4.0.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Oct 20 2010 Adam Tkac 4.0.15-1 +- update to 4.0.15 + +* Thu Mar 11 2010 Jan Görig 4.0.13-2 +- added symlink to config manpage + +* Mon Mar 01 2010 Adam Tkac 4.0.13-1 +- update to 4.0.13 + +* Tue Feb 23 2010 Adam Tkac 4.0.12-2 +- change license to GPLv3+ + +* Tue Nov 10 2009 Adam Tkac 4.0.12-1 +- update to 4.0.12 + +* Tue Sep 01 2009 Adam Tkac 4.0.11-1 +- update to 4.0.11 + +* Tue Aug 11 2009 Adam Tkac 4.0.10-4 +- fix installation with --excludedocs (#515932) + +* Tue Aug 11 2009 Adam Tkac 4.0.10-3 +- correct source URL + +* Sat Jul 25 2009 Fedora Release Engineering - 4.0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Apr 04 2009 Adam Tkac 4.0.10-1 +- update to 4.0.10 + +* Mon Mar 09 2009 Adam Tkac 4.0.9-1 +- updated to 4.0.9 +- merged mtools-3.9.7-bigdisk.patch to config patch +- mtools400-rh480112.patch merged to upstream + +* Wed Feb 25 2009 Fedora Release Engineering - 4.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Jan 21 2009 Adam Tkac 4.0.0-3 +- fixed off-by-two error in unix_name function (#480112) + +* Mon Jan 12 2009 Adam Tkac 4.0.0-2 +- don't ship infodir/dir.gz (#478322) + +* Mon Dec 01 2008 Adam Tkac 4.0.0-1 +- updated to 4.0.0 + +* Wed Nov 19 2008 Adam Tkac 4.0.0-0.1.pre2 +- updated to 4.0.0_pre2 + +* Tue Nov 11 2008 Adam Tkac 4.0.0-0.1.pre1 +- updated to 4.0.0_pre1 + +* Fri Oct 03 2008 Adam Tkac 3.9.11-5 +- mtools-3.9.9-noargs.patch and mtools-3.9.6-paths.patch are not needed +- rebuild (#465040) + +* Tue Feb 19 2008 Adam Tkac 3.9.11-4 +- fixed building on x86_64 (build with --disable-floppyd) + +* Mon Feb 18 2008 Fedora Release Engineering - 3.9.11-3.1 +- Autorebuild for GCC 4.3 + +* Mon Jan 14 2008 Adam Tkac 3.9.11-2.1 +- corrected post and preun sections (#428478) +- fix rpmlint errors +- start use autoreconf + +* Wed Aug 22 2007 Adam Tkac 3.9.11-2 +- rebuild (BuildID feature) +- change license to GPLv2+ + +* Wed May 31 2007 Adam Tkac 3.9.11-1 +- updated to latest upstream (3.9.11) + +* Fri May 11 2007 Adam Tkac 3.9.10-7 +- in the end script has been completely rewriten by + +* Fri May 11 2007 Adam Tkac 3.9.10-6 +- some minor changes in sh patch (changed sh to bash) + +* Fri May 11 2007 Adam Tkac 3.9.10-5 +- patch to #239741 by Matej Cepl + (rewrites /usr/bin/amuFormat.sh to /bin/sh) + +* Tue Feb 05 2007 Adam Tkac 3.9.10-4 +- fixed some unstandard statements in spec file (#226162) + +* Mon Jan 22 2007 Adam Tkac 3.9.10-3 +- Resolves: #223712 +- applied Ville Skytta's (ville.skytta "antispam" iki.fi) patch + (install-info scriptlet failures) + +* Wed Aug 09 2006 Jitka Kudrnacova - 3.9.10-2 +- rebuilt to prevent corruption on the 13th character (#195528) + +* Wed Jul 12 2006 Jesse Keating - 3.9.10-1.2.2 +- rebuild + +* Fri Feb 10 2006 Jesse Keating - 3.9.10-1.2.1 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 3.9.10-1.2 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Wed Oct 19 2005 Tim Waugh 3.9.10-1 +- 3.9.10. + +* Mon Mar 21 2005 Tim Waugh 3.9.9-13 +- Fixed memset() usage bug. + +* Tue Mar 15 2005 Tim Waugh 3.9.9-12 +- Fix build (bug #151135). + +* Wed Mar 2 2005 Tim Waugh 3.9.9-11 +- Rebuild for new GCC. + +* Fri Dec 10 2004 Tim Waugh 3.9.9-10 +- Fixed mpartition --help output (bug #65293). + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Thu Jan 8 2004 Tim Waugh 3.9.9-7 +- Fix mistaken use of '&' instead of '&&'. + +* Tue Dec 9 2003 Tim Waugh 3.9.9-6 +- Remove last (incorrect) change. + +* Tue Dec 9 2003 Tim Waugh 3.9.9-5 +- Fix mistaken variable assignment in comparison (bug #110823). + +* Thu Nov 27 2003 Tim Waugh +- Build requires texinfo (bug #111000). + +* Sat Oct 25 2003 Tim Waugh 3.9.9-4 +- Rebuilt. + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Thu May 22 2003 Tim Waugh 3.9.9-2 +- Fix mcomp with no arguments (bug #91372). + +* Tue Mar 18 2003 Tim Waugh 3.9.9-1 +- 3.9.9. +- Add config lines for hpoj photo-card access on drive P:. + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Wed Nov 20 2002 Tim Powers +- rebuilt in current collinst + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Sun Jun 24 2001 Bernhard Rosenkraenzer 3.9.8-2 +- Add patch from maintainer + +* Mon May 28 2001 Bernhard Rosenkraenzer 3.9.8-1 +- 3.9.8 final + +* Mon May 21 2001 Bernhard Rosenkraenzer 3.9.8-0.pre1.0 +- 3.9.8pre1 + +* Wed May 16 2001 Bernhard Rosenkraenzer 3.9.7-6 +- Fix support for disks > 1.44 MB (#40857) + +* Tue May 8 2001 Bernhard Rosenkraenzer 3.9.7-5 +- Update to 20010507 + +* Wed Jan 10 2001 Bernhard Rosenkraenzer +- Apply the author's current patches, fixes among other things + ZIP drive support and doesn't crash when trying to access a BSD disk + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sat Jun 17 2000 Trond Eivind Glomsrod +- specify ownership + +* Wed Jun 07 2000 Trond Eivind Glomsrod +- Version 3.9.7 +- use %%{_mandir}, %%{_makeinstall}, %%configure, %%makeinstall + and %%{_tmppath} + +* Wed Feb 09 2000 Cristian Gafton +- get rid of mtools.texi as a doc file (we have the info file) +- fix config file so mtools work (#9264) +- fix references to the config file to be /etc/mtools.conf + +* Fri Feb 4 2000 Bill Nottingham +- expunge floppyd + +* Thu Feb 03 2000 Cristian Gafton +- man pages are compressed +- fix description +- version 3.9.6 + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 5) + +* Thu Mar 18 1999 Cristian Gafton +- patch to make the texi sources compile +- fix the spec file group and description +- fixed floppy drive sizes + +* Tue Dec 29 1998 Cristian Gafton +- build for 6.0 +- fixed invalid SAMPLE_FILE configuration file + +* Wed Sep 02 1998 Michael Maher +- Built package for 5.2. +- Updated Source to 3.9.1. +- Cleaned up spec file. + +* Fri Apr 24 1998 Prospector System +- translations modified for de, fr, tr + +* Fri Apr 10 1998 Cristian Gafton +- updated to 3.8 + +* Tue Oct 21 1997 Otto Hammersmith +- changed buildroot to /var/tmp, rather than /tmp +- use install-info + +* Mon Jul 21 1997 Erik Troan +- built against glibc + +* Thu Apr 17 1997 Erik Troan +- Changed sysconfdir to be /etc + +* Mon Apr 14 1997 Michael Fulbright +- Updated to 3.6