5c8506
Summary: A text-based modem control and terminal emulation program
5c8506
Name: minicom
5c8506
Version: 2.7.1
5c8506
Release: 9%{?dist}
5c8506
URL: http://alioth.debian.org/projects/minicom/
5c8506
# Some files are built from Public Domain files in addition to GPLv2+ files
5c8506
# (/usr/bin/minicom). Some LGPLv2+ files *may* be used in building of certain
5c8506
# files (minicom, ascii-xfr, runscript). They are probably not actually used,
5c8506
# but I wasn't able to exclude them from the build process completely yet.
5c8506
# The rest is simply GPLv2+.
5c8506
License: GPLv2+ and LGPLv2+ and Public Domain
5c8506
#ExcludeArch: s390 s390x
5c8506
5c8506
Source0: https://alioth.debian.org/frs/download.php/file/4215/%{name}-%{version}.tar.gz
5c8506
5c8506
# Upstream patch:
5c8506
Patch1: 0001-Add-a-missing-va_end-call.patch
5c8506
# Upstream patch:
5c8506
Patch2: 0002-Make-sure-strings-copied-by-strncpy-are-null-termina.patch
5c8506
# Upstream patch:
5c8506
Patch3: 0003-Fix-file-descriptor-leaks.patch
5c8506
# Upstream patch:
5c8506
Patch4: 0004-Fix-a-directory-handle-leak.patch
5c8506
# Upstream patch:
5c8506
Patch5: 0005-Fix-a-read-past-end-of-buffer.patch
5c8506
# Upstream patch:
5c8506
Patch6: 0006-Fix-a-warning-about-an-unused-variable.patch
5c8506
# Upstream patch:
5c8506
Patch7: 0007-loadconv-Add-missing-fclose.patch
5c8506
5c8506
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel
5c8506
BuildRequires: gcc
5c8506
# For %%autosetup -S git:
5c8506
BuildRequires: git
5c8506
Requires: lockdev lrzsz
5c8506
5c8506
5c8506
%description
5c8506
Minicom is a simple text-based modem control and terminal emulation
5c8506
program somewhat similar to MSDOS Telix. Minicom includes a dialing
5c8506
directory, full ANSI and VT100 emulation, an (external) scripting
5c8506
language, and other features.
5c8506
5c8506
5c8506
%prep
5c8506
%autosetup -S git
5c8506
5c8506
cp -pr doc doc_
5c8506
rm -f doc_/Makefile*
5c8506
5c8506
5c8506
%build
5c8506
#./autogen.sh
5c8506
autoreconf --verbose --force --install
5c8506
5c8506
# Remove unused files to make sure we've got the License tag right.
5c8506
# It seems this needs to be done after autoreconf, otherwise it will fail.
5c8506
rm -f lib/snprintf.c
5c8506
5c8506
%configure
5c8506
%make_build
5c8506
5c8506
5c8506
%install
5c8506
%make_install
5c8506
mkdir -p %{buildroot}%{_sysconfdir}
5c8506
5c8506
%find_lang %{name}
5c8506
5c8506
5c8506
%files -f %{name}.lang
5c8506
%doc ChangeLog AUTHORS NEWS TODO doc_/*
5c8506
%license COPYING
5c8506
# DO NOT MAKE minicom SUID/SGID anything.
5c8506
%{_bindir}/minicom
5c8506
%{_bindir}/runscript
5c8506
%{_bindir}/xminicom
5c8506
%{_bindir}/ascii-xfr
5c8506
%{_mandir}/man1/*
5c8506
5c8506
5c8506
%changelog
5c8506
* Mon Aug 13 2018 Ondřej Lysoněk <olysonek@redhat.com> - 2.7.1-9
5c8506
- Fix issues found by Coverity Scan
5c8506
- Resolves: rhbz#1602618
5c8506
5c8506
* Mon Jul 23 2018 Ondřej Lysoněk <olysonek@redhat.com> - 2.7.1-8
5c8506
- Corrected the License tag
5c8506
5c8506
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-7
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5c8506
5c8506
* Mon Feb 19 2018 Ondřej Lysoněk <olysonek@redhat.com> - 2.7.1-6
5c8506
- Add gcc to BuildRequires
5c8506
5c8506
* Tue Feb 13 2018 Vasiliy N. Glazov <vascom2@gmail.com> - 2.7.1-5
5c8506
- Cleanup spec
5c8506
5c8506
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-4
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5c8506
5c8506
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-3
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5c8506
5c8506
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5c8506
5c8506
* Sat Jul 15 2017 Filipe Rosset <rosset.filipe@gmail.com> - 2.7.1-1
5c8506
- Rebuilt to new upstream version 2.7.1 fixes rhbz#1443071 and rhbz#1443129
5c8506
5c8506
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-7
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5c8506
5c8506
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-6
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5c8506
5c8506
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-5
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5c8506
5c8506
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.7-4
5c8506
- Rebuilt for Fedora 23 Change
5c8506
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
5c8506
5c8506
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-3
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5c8506
5c8506
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-2
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5c8506
5c8506
* Mon Jan 06 2014 Jaromir Capik <jcapik@redhat.com> - 2.7-1
5c8506
- Update to 2.7
5c8506
- Fixing bogus dates in the changelog
5c8506
5c8506
* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-4
5c8506
- Fixing the license tag
5c8506
5c8506
* Wed Jul 31 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-3
5c8506
- RH man page scan (#948521)
5c8506
5c8506
* Thu Feb 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-2
5c8506
- Disabling lockfile warnings when the device disappears (ttyUSB hot unplug)
5c8506
5c8506
* Thu Feb 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-1
5c8506
- Update to 2.6.2
5c8506
5c8506
* Wed Jan 23 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.1-2
5c8506
- Disable lock path config when built with lockdev (#754235)
5c8506
5c8506
* Tue Jan 22 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.1-1
5c8506
- Update to 2.6.1
5c8506
5c8506
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 2.5-11
5c8506
- Fixing the license tag
5c8506
5c8506
* Wed Nov 21 2012 Jaromir Capik <jcapik@redhat.com> 2.5-10
5c8506
- Removing de-ANSI-fication (obsolete - support removed from autotools)
5c8506
5c8506
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-9
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5c8506
5c8506
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-8
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5c8506
5c8506
* Mon Oct 24 2011 Jaromir Capik <jcapik@redhat.com> 2.5-7
5c8506
- applying modified lockdev patch made by Jiri Popelka (#747936)
5c8506
- minor spec file changes according to the latest guidelines
5c8506
5c8506
* Wed Apr 6 2011 Jan Görig <jgorig@redhat.com> 2.5-6
5c8506
- reverted last change (#681898)
5c8506
5c8506
* Wed Mar 9 2011 Jan Görig <jgorig@redhat.com> 2.5-5
5c8506
- dropped rh patch because /var/lock/lockdev is now world writeable
5c8506
5c8506
* Thu Feb 24 2011 Jan Görig <jgorig@redhat.com> 2.5-4
5c8506
- fixed crashing on device reconnecting (#678812)
5c8506
5c8506
* Wed Feb 09 2011 Jan Görig <jgorig@redhat.com> 2.5-3
5c8506
- fixed crashing on non-readable directory (#675400)
5c8506
- fixed typos in minicom and runscript manpages (#675453,#675456)
5c8506
5c8506
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5c8506
5c8506
* Mon Jan 31 2011 Jan Görig <jgorig@redhat.com> 2.5-1
5c8506
- update to new upstream version
5c8506
- remove patches merged by upstream
5c8506
- update rh patch to support unix socket (#592355)
5c8506
5c8506
* Fri Jan 14 2011 Jan Görig <jgorig@redhat.com> 2.4-2
5c8506
- fixed typos in ascii-xfr manpage (#669098)
5c8506
- fixed empty lines handling in configuration file (#669406)
5c8506
5c8506
* Tue Mar 9 2010 Jan Görig <jgorig@redhat.com> 2.4-1
5c8506
- update to 2.4
5c8506
- /etc/minicom.users removed by upstream
5c8506
- add minicom-2.4-config.patch
5c8506
- remove minicom-2.3-getline.patch - fixed in upstream
5c8506
- remove minicom-2.3-drop-privs.patch - permissions handling removed by upstream
5c8506
- remove minicom-2.3-ncurses.patch - deprecated
5c8506
- modify minicom-2.4-rh.patch - wrong doinit checking (#519637)
5c8506
5c8506
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-6
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5c8506
5c8506
* Thu Jul 16 2009 Miroslav Lichvar <mlichvar@redhat.com> 2.3-5
5c8506
- rename getline to avoid conflict with glibc (#511715)
5c8506
- remove makefiles from docs
5c8506
- drop wchar patch
5c8506
5c8506
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
5c8506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5c8506
5c8506
* Fri Aug 29 2008 Miroslav Lichvar <mlichvar@redhat.com> 2.3-3
5c8506
- rediff patches with fuzz
5c8506
5c8506
* Thu Mar 13 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.3-2
5c8506
- Add ChangeLog to %%doc
5c8506
5c8506
* Sun Feb 24 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.3-1
5c8506
- 2.3
5c8506
5c8506
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-6
5c8506
- Autorebuild for GCC 4.3
5c8506
5c8506
* Sun Sep 23 2007 Lubomir Kundrak <lkundrak@redhat.com> 2.2-5
5c8506
- Fix capture file handling (#302081)
5c8506
5c8506
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-4
5c8506
- update license tag
5c8506
5c8506
* Wed Jul 25 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-3
5c8506
- check for errors on tty device (#248701)
5c8506
5c8506
* Tue Jul 10 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-2
5c8506
- improve signal handling a bit (#246465)
5c8506
5c8506
* Fri Mar 09 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-1
5c8506
- update to 2.2
5c8506
- handle filenames with spaces (#98655)
5c8506
- add requires for lrzsz
5c8506
- spec cleanup
5c8506
5c8506
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-3
5c8506
- removed unnecessary debug output (#199707)
5c8506
5c8506
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-2
5c8506
- added ncurses-devel to BuildPrereq
5c8506
5c8506
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2.2
5c8506
- rebuild
5c8506
5c8506
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2.1
5c8506
- bump again for double-long bug on ppc(64)
5c8506
5c8506
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
5c8506
- rebuilt for new gcc4.1 snapshot and glibc changes
5c8506
5c8506
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
5c8506
- rebuilt
5c8506
5c8506
* Thu Jul 14 2005 Martin Stransky <stransky@redhat.com> 2.1-1
5c8506
- New upstream version
5c8506
5c8506
* Mon Mar  7 2005 Martin Stransky <stransky@redhat.com>
5c8506
- gcc4 patch
5c8506
5c8506
* Wed Oct 20 2004 Adrian Havill <havill@redhat.com> 2.00.0-20
5c8506
- correct an off-by-one error array-store error (#110770)
5c8506
5c8506
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
5c8506
- rebuilt
5c8506
5c8506
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
5c8506
- rebuilt
5c8506
5c8506
* Fri Sep 12 2003 Adrian Havill <havill@redhat.com> 2.00.0-17.1
5c8506
- bump n-v-r for RHEL
5c8506
5c8506
* Fri Sep 12 2003 Adrian Havill <havill@redhat.com> 2.00.0-17
5c8506
- fix error handling for the case when you attempt to "goto" a dir
5c8506
  that doesn't exist. (#103902)
5c8506
- updated URL in spec file
5c8506
5c8506
* Thu Aug 21 2003 Adrian Havill <havill@redhat.com> 2.00.0-16.1
5c8506
- bump n-v-r for RHEL
5c8506
5c8506
* Thu Aug 21 2003 Adrian Havill <havill@redhat.com> 2.00.0-16
5c8506
- don't overwrite buffer when ins chars (#98733)
5c8506
5c8506
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 2.00.0-15.1
5c8506
- bump n-v-r for RHEL
5c8506
5c8506
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 2.00.0-15
5c8506
- initialize savetrans, check vttrans to prevent segfaults with
5c8506
  certain ESC sequences (#84129)
5c8506
5c8506
* Fri Aug 01 2003 Adrian Havill <havill@redhat.com> 2.00.0-14
5c8506
- removed static buffers that limit multi-file zmodem functionality (#98654)
5c8506
- removed assertions from above patch, massage out conflicts with rh patch
5c8506
5c8506
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
5c8506
- rebuilt
5c8506
5c8506
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
5c8506
- rebuilt
5c8506
5c8506
* Sat Jan 18 2003 Mike A. Harris <mharris@redhat.com> 2.00.0-11
5c8506
- Update spec file URL to new homepage (#71894)
5c8506
5c8506
* Mon Dec  2 2002 Tim Powers <timp@redhat.com> 2.00.0-10
5c8506
- add PreReq coreutils so that we get the ordering right in the
5c8506
  install
5c8506
5c8506
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-9
5c8506
- Added find_lang macro andlang files to package, also avoiding 
5c8506
  _unpackaged_files_terminate_build
5c8506
- Added with_desktop_menu_entry macro to disable minicom.desktop by default
5c8506
5c8506
* Tue Oct  8 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-8
5c8506
- All-arch rebuild
5c8506
- Make /etc/minicom.users config(noreplace)
5c8506
5c8506
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
5c8506
- automated rebuild
5c8506
5c8506
* Sun May 26 2002 Tim Powers <timp@redhat.com>
5c8506
- automated rebuild
5c8506
5c8506
* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-4
5c8506
- Rebuilt in new build environment
5c8506
5c8506
* Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-3
5c8506
- Rebuilt in new build environment
5c8506
5c8506
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.00.0-2
5c8506
- automated rebuild
5c8506
5c8506
* Wed Nov 21 2001 Mike A. Harris <mharris@redhat.com> 2.00.0-1
5c8506
- Updated to version 2.00.0-0, which now uses GNU autoconf for everything,
5c8506
  to ease portability and internationalization issues.  Hold on for the
5c8506
  ride, as there's bound to be some bumps on the way.  ;o)  On the up side,
5c8506
  the packaging is likely to be MUCH more maintainable in the future, which
5c8506
  is very nice to see.
5c8506
- Disabled most patches as they are either included now, not needed, or
5c8506
  it has yet to be determined.
5c8506
5c8506
* Fri Oct 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.83.1-17
5c8506
- Delete bad entries in ko.po, fix charset in ja.po
5c8506
5c8506
* Tue Aug 28 2001 Jeff Johnson <jbj@redhat.com>
5c8506
- map specific errno's into status for return from helper.
5c8506
5c8506
* Tue Aug 14 2001 Jeff Johnson <jbj@redhat.com>
5c8506
- rebuild against unzigged lockdev-1.0.0-11 (#51577).
5c8506
- add BuildPrereq: on lockdev-devel, not /usr/include/baudboy.h.
5c8506
5c8506
* Sun Aug 12 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-14
5c8506
- Added Requires: lockdev (#51576)
5c8506
- s/Copyright/License/
5c8506
5c8506
* Sat Jul 28 2001 Jeff Johnson <jbj@redhat.com>
5c8506
- use baudboy for serial port locking.
5c8506
5c8506
* Mon Jul 23 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-12
5c8506
- Added minicom-1.83.1-disable-message.patch to disable warning message and
5c8506
  delay when running minicom as root since root-only is the only supported
5c8506
  method of running minicom now due to security issues.
5c8506
  
5c8506
* Sat Jul 21 2001 Tim Powers <timp@redhat.com> 1.83.1-11
5c8506
- no minicom applnk entry. Is cluttering up the menus
5c8506
5c8506
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
5c8506
- add ExcludeArch: s390 s390x
5c8506
- allow to build with newer gettext versions
5c8506
5c8506
* Thu May  3 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-8
5c8506
- Changed minicom to disable SGID/SUID operation completely as it was
5c8506
  never designed to be secure, and likely never will be. (#35613)
5c8506
- Updated the format string patch I made to fix more format string abuses.
5c8506
- Added Czeck cs_CZ locale translations.
5c8506
5c8506
* Thu Apr 12 2001 Mike A. Harris <mharris@redhat.com>
5c8506
- Fixed format string vuln in usage of do_log()  (bug #35613)
5c8506
- Fixed misc other format string abuse with werror().
5c8506
- Changed main tarball to bzip2 compression
5c8506
- Corrected Buildroot to use _tmppath
5c8506
5c8506
* Tue Mar 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
5c8506
- patch to drop mask for config file
5c8506
5c8506
* Fri Feb 23 2001 Jakub Jelinek <jakub@redhat.com>
5c8506
- fix build under glibc 2.2.2
5c8506
5c8506
* Thu Aug 24 2000 Bill Nottingham <notting@redhat.com>
5c8506
- drop privs on opening of capture file
5c8506
5c8506
* Fri Aug  4 2000 Bill Nottingham <notting@redhat.com>
5c8506
- add translation to desktop entry
5c8506
5c8506
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
5c8506
- automatic rebuild
5c8506
5c8506
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
5c8506
- update to 1.83.1
5c8506
5c8506
* Wed Apr  5 2000 Bill Nottingham <notting@redhat.com>
5c8506
- rebuild against current ncurses/readline
5c8506
5c8506
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
5c8506
- rebuild for sparc baud rates > 38400.
5c8506
5c8506
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
5c8506
- wmconfig -> desktop
5c8506
5c8506
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
5c8506
- fix description
5c8506
5c8506
* Fri Dec 17 1999 Bill Nottingham <notting@redhat.com>
5c8506
- update to 1.83.0
5c8506
5c8506
* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
5c8506
- update to 1.82.1
5c8506
- s/sunsite/metalab
5c8506
5c8506
* Wed May 19 1999 Jeff Johnson <jbj@redhat.com>
5c8506
- restore setgid uucp to permit minicom to lock in /var/lock (#2922).
5c8506
5c8506
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
5c8506
- auto rebuild in the new build environment (release 5)
5c8506
5c8506
* Sun Jan 24 1999 Michael Maher <mike@redhat.com>
5c8506
- fixed bug, changed groups.
5c8506
5c8506
* Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
5c8506
- updated to 1.82 to include i18n fixes
5c8506
5c8506
* Wed Sep 02 1998 Michael Maher <mike@redhat.com>
5c8506
- Built package for 5.2.
5c8506
5c8506
* Sun May 10 1998 Cristian Gafton <gafton@redhat.com>
5c8506
- security fixes (alan cox, but he forgot about the changelog)
5c8506
5c8506
* Thu May 07 1998 Prospector System <bugs@redhat.com>
5c8506
- translations modified for de, fr, tr
5c8506
5c8506
* Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
5c8506
- BuildRoot; updated .make patch to cope with the buildroot
5c8506
- fixed the spec file
5c8506
5c8506
* Wed May 06 1998 Michael Maher <mike@redhat.com>
5c8506
- update of package (1.81)
5c8506
5c8506
* Wed Oct 29 1997 Otto Hammersmith <otto@redhat.com>
5c8506
- added wmconfig entries
5c8506
5c8506
* Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
5c8506
- fixed source url
5c8506
5c8506
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
5c8506
- built against glibc