e0224a
Summary:	User-friendly text console file manager and visual shell
e0224a
Name:		mc
e0224a
Version:	4.8.7
e0224a
Release:	11%{?dist}
e0224a
Epoch:		1
e0224a
License:	GPLv3+
e0224a
Group:		System Environment/Shells
e0224a
Source0:	http://www.midnight-commander.org/downloads/mc-%{version}.tar.xz
e0224a
URL:		http://www.midnight-commander.org/
e0224a
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
e0224a
BuildRequires:	glib2-devel e2fsprogs-devel slang-devel gpm-devel groff
e0224a
BuildRequires:	aspell-devel libssh2-devel >= 1.2.5
e0224a
Patch0:		mc-cpiosegfault.patch
e0224a
Patch1:		mc-widgetsegfault.patch
e0224a
Patch2:		mc-VFSsegfault.patch
e0224a
Patch3:		mc-signed_overflow_fix.patch
e0224a
Patch4:         mc-4.8.8.man_mcdiff.patch
e0224a
Patch5:         mc-4.8.8.man_typo.patch
e0224a
Patch6:         mc-4.8.8.mcext_zip.patch
e0224a
Patch7:         iso9660_dotfiles.patch
e0224a
e0224a
# mc-4.8.7 has just two python scripts: /usr/libexec/mc/extfs.d/{s3+,uc1541}.
e0224a
# Build machinery automatically adds python dependency.
e0224a
# But mc is very much usable without python too.
e0224a
# Requiring python pulls in a ton of other stuff which isn't needed.
e0224a
%global __requires_exclude ^/usr/bin/python$
e0224a
e0224a
%description
e0224a
Midnight Commander is a visual shell much like a file manager, only
e0224a
with many more features. It is a text mode application, but it also
e0224a
includes mouse support. Midnight Commander's best features are its
e0224a
ability to FTP, view tar and zip files, and to poke into RPMs for
e0224a
specific files.
e0224a
e0224a
%prep
e0224a
%setup -q
e0224a
%patch0 -p1 -b .cpiosegfault
e0224a
%patch1 -p1 -b .widgetsegfault
e0224a
%patch2 -p1 -b .VFSsegfault
e0224a
%patch3 -p1 -b .signed_overflow_fix
e0224a
%patch4 -p1 -b .man_mcdiff
e0224a
%patch5 -p1 -b .man_typo
e0224a
%patch6 -p1 -b .mcext_zip
e0224a
%patch7 -p1 -b .iso9660_dotfiles
e0224a
e0224a
%build
e0224a
export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS -Wno-strict-aliasing"
e0224a
%configure	--with-screen=slang \
e0224a
		--enable-charset \
e0224a
		--without-x \
e0224a
		--with-gpm-mouse \
e0224a
		--disable-rpath \
e0224a
		--enable-vfs-smb \
e0224a
		--enable-vfs-sftp \
e0224a
		--enable-aspell \
e0224a
		--enable-vfs-mcfs
e0224a
make %{?_smp_mflags}
e0224a
e0224a
%install
e0224a
rm -rf $RPM_BUILD_ROOT
e0224a
e0224a
make install DESTDIR="$RPM_BUILD_ROOT"
e0224a
e0224a
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
e0224a
install contrib/{mc.sh,mc.csh} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
e0224a
e0224a
%find_lang %{name} --with-man
e0224a
e0224a
%clean
e0224a
rm -rf $RPM_BUILD_ROOT
e0224a
e0224a
%files -f %{name}.lang
e0224a
%defattr(-, root, root)
e0224a
%doc doc/FAQ doc/COPYING doc/NEWS doc/README
e0224a
%{_bindir}/mc
e0224a
%{_bindir}/mcedit
e0224a
%{_bindir}/mcview
e0224a
%{_bindir}/mcdiff
e0224a
%{_datadir}/mc/*
e0224a
%attr(711, root, root) %{_libexecdir}/mc/cons.saver
e0224a
%{_libexecdir}/mc/mc*
e0224a
%{_libexecdir}/mc/extfs.d/*
e0224a
%{_libexecdir}/mc/ext.d/*
e0224a
%{_libexecdir}/mc/fish/*
e0224a
%{_mandir}/man1/*
e0224a
%{_sysconfdir}/profile.d/*
e0224a
%config(noreplace) %{_sysconfdir}/mc/mc.ext
e0224a
%config(noreplace) %{_sysconfdir}/mc/*edit*
e0224a
%config(noreplace) %{_sysconfdir}/mc/mc.keymap*
e0224a
%config(noreplace) %{_sysconfdir}/mc/mc.menu*
e0224a
%config(noreplace) %{_sysconfdir}/mc/*.ini
e0224a
%dir %{_datadir}/mc
e0224a
%dir %{_sysconfdir}/mc
e0224a
%dir %{_libexecdir}/mc
e0224a
%dir %{_libexecdir}/mc/fish
e0224a
%dir %{_libexecdir}/mc/extfs.d
e0224a
%dir %{_libexecdir}/mc/ext.d
e0224a
e0224a
%changelog
e0224a
* Tue Jul 19 2016 Denys Vlasenko <dvlasenk@redhat.com> 4.8.7-11
e0224a
- Make ISO viewer show dotfiles too. Resolves rhbz#1346905
e0224a
e0224a
* Sun Jan 10 2016 Denys Vlasenko <dvlasenk@redhat.com> 4.8.7-10
e0224a
- Fix .zip handling. Resolves #1249642.
e0224a
e0224a
* Sun Jan 10 2016 Denys Vlasenko <dvlasenk@redhat.com> 4.8.7-9
e0224a
- Fix typos in manpage. Resolves #1155006.
e0224a
e0224a
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:4.8.7-8
e0224a
- Mass rebuild 2014-01-24
e0224a
e0224a
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:4.8.7-7
e0224a
- Mass rebuild 2013-12-27
e0224a
e0224a
* Tue Jul  9 2013 Denys Vlasenko <dvlasenk@redhat.com> 4.8.7-6
e0224a
- Suppress automatic python dependency.
e0224a
e0224a
* Tue Jul  9 2013 Denys Vlasenko <dvlasenk@redhat.com> 4.8.7-5
e0224a
- Add mcdiff manpage. Resolves #948487.
e0224a
e0224a
* Thu Apr 25 2013 Denys Vlasenko <dvlasenk@redhat.com> 4.8.7-4
e0224a
- stop using undefined C code (signed overflow) (#881207)
e0224a
e0224a
* Thu Mar 21 2013 Jindrich Novy <jnovy@redhat.com> 4.8.7-3
e0224a
- attempt to fix segfault while passing messages to widgets (#907045, #912033)
e0224a
- fix possible segfault when freeing a VFS (#923415)
e0224a
e0224a
* Thu Mar 14 2013 Jindrich Novy <jnovy@redhat.com> 4.8.7-2
e0224a
- fix segfault in cpio VFS while reading corrupted RPM (#921414)
e0224a
e0224a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.8.7-2
e0224a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e0224a
e0224a
* Wed Jan 02 2013 Jindrich Novy <jnovy@redhat.com> 4.8.7-1
e0224a
- update to 4.8.7 (#890662)
e0224a
- drop patch for CVE-2012-4463 - applied upstream
e0224a
- fix chagelog dates
e0224a
e0224a
* Wed Nov 28 2012 Jindrich Novy <jnovy@redhat.com> 4.8.6-2
e0224a
- sanitize of MC_EXT_SELECTED variable when viewing
e0224a
  multiple files, CVE-2012-4463 (#862814)
e0224a
  https://www.midnight-commander.org/ticket/2913
e0224a
e0224a
* Thu Sep 20 2012 Jindrich Novy <jnovy@redhat.com> 4.8.6-1
e0224a
- update to 4.8.6 (#857512)
e0224a
e0224a
* Tue Sep 11 2012 Jindrich Novy <jnovy@redhat.com> 4.8.5-1
e0224a
- update to 4.8.5 (#815307)
e0224a
e0224a
* Thu Aug 09 2012 Jindrich Novy <jnovy@redhat.com> 4.8.4-5
e0224a
- handle overlapping menus correctly (#844392)
e0224a
  (https://www.midnight-commander.org/ticket/2817)
e0224a
e0224a
* Tue Jul 31 2012 Jindrich Novy <jnovy@redhat.com> 4.8.4-4
e0224a
- fix segfault if aspell dicts aren't present
e0224a
- fix segfault in mcedit when pressing alt-minus
e0224a
e0224a
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.8.4-3
e0224a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e0224a
e0224a
* Wed Jul 18 2012 Jindrich Novy <jnovy@redhat.com> 4.8.4-1
e0224a
- update to 4.8.4
e0224a
e0224a
* Mon Apr 23 2012 Jindrich Novy <jnovy@redhat.com> 1:4.8.3-1
e0224a
- update to 4.8.3
e0224a
e0224a
* Tue Mar 20 2012 Slava Zanko <slavazanko@gmail.com> 1:4.8.2-1
e0224a
- update to 4.8.2
e0224a
e0224a
* Wed Feb  8 2012 Kay Sievers <kay@redhat.com> - 1:4.8.1-3
e0224a
- Drop dependency on 'dev' package; it is gone since many years
e0224a
e0224a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.8.1-2
e0224a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e0224a
e0224a
* Thu Dec 15 2011 Jindrich Novy <jnovy@redhat.com> 4.8.1-1
e0224a
- update to 4.8.1 (#767962)
e0224a
e0224a
* Wed Nov 09 2011 Jindrich Novy <jnovy@redhat.com> 4.8.0-3
e0224a
- run xdg-open for images and DjVu files (#532784)
e0224a
- tell find-lang about localized man pages
e0224a
e0224a
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.8.0-2
e0224a
- Rebuilt for glibc bug#747377
e0224a
e0224a
* Thu Oct 20 2011 Jindrich Novy <jnovy@redhat.com> 4.8.0-1
e0224a
- update to 4.8.0
e0224a
- update license to GPLv3+
e0224a
e0224a
* Thu Sep 29 2011 Jindrich Novy <jnovy@redhat.com> 4.7.5.5-1
e0224a
- update to 4.7.5.5
e0224a
e0224a
* Thu Sep 15 2011 Jindrich Novy <jnovy@redhat.com> 4.7.5.4-1
e0224a
- update to 4.7.5.4
e0224a
e0224a
* Wed Jul 27 2011 Jindrich Novy <jnovy@redhat.com> 4.7.5.3-1
e0224a
- update to 4.7.5.3
e0224a
e0224a
* Tue Apr 12 2011 Jindrich Novy <jnovy@redhat.com> 4.7.5.2-1
e0224a
- update to 4.7.5.2
e0224a
e0224a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.7.5.1-2
e0224a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e0224a
e0224a
* Mon Feb  7 2011 Jindrich Novy <jnovy@redhat.com> 4.7.5.1-1
e0224a
- update to 4.7.5.1
e0224a
e0224a
* Tue Dec 28 2010 Jindrich Novy <jnovy@redhat.com> 4.7.5-1
e0224a
- update to mc-4.7.5
e0224a
- drop filegui and vfscrash patches - applied upstream
e0224a
e0224a
* Thu Dec  9 2010 Jindrich Novy <jnovy@redhat.com> 4.7.5-0.3.pre1
e0224a
- fix crash in progress bar handling (#643256)
e0224a
e0224a
* Wed Dec  8 2010 Jindrich Novy <jnovy@redhat.com> 4.7.5-0.2.pre1
e0224a
- fix crash in opening mc VFS (#661290, #588795, #653156)
e0224a
- fix crash while creating a VFS timestamp (#660308)
e0224a
e0224a
* Wed Dec  8 2010 Jindrich Novy <jnovy@redhat.com> 4.7.5-0.1.pre1
e0224a
- update to 4.7.5 stable prerelease
e0224a
e0224a
* Fri Oct 15 2010 Jindrich Novy <jnovy@redhat.com> 4.7.4-5
e0224a
- make cons.saver not suid root, it is no more needed (#640365)
e0224a
e0224a
* Thu Oct  7 2010 Jindrich Novy <jnovy@redhat.com> 4.7.4-4
e0224a
- fix globbing (#629679), thanks to Denys Vlasenko
e0224a
- don't use vcsa for cons.saver (#640365)
e0224a
e0224a
* Wed Sep 29 2010 jkeating - 1:4.7.4-3
e0224a
- Rebuilt for gcc bug 634757
e0224a
e0224a
* Fri Sep 24 2010 Jindrich Novy <jnovy@redhat.com> 4.7.4-2
e0224a
- enable samba VFS (#637059)
e0224a
e0224a
* Tue Sep  7 2010 Jindrich Novy <jnovy@redhat.com> 4.7.4-1
e0224a
- update to 4.7.4 (#630900)
e0224a
e0224a
* Fri Sep  3 2010 Jindrich Novy <jnovy@redhat.com> 4.7.3-4
e0224a
- fix segfault when pressing Cancel in Replace String dialog (#629847)
e0224a
- show proper contents in history and fix memleak (ticket #2299)
e0224a
e0224a
* Thu Sep  2 2010 Jindrich Novy <jnovy@redhat.com> 4.7.3-3
e0224a
- fix broken directory copying, backport from upstream (#624973)
e0224a
- backport patch fixing crash while copying files to directory
e0224a
  with '?' letters in its name (#576622)
e0224a
e0224a
* Wed Sep  1 2010 Jindrich Novy <jnovy@redhat.com> 4.7.3-2
e0224a
- fix segfault in advanced chown dialog (#625801)
e0224a
e0224a
* Wed Jul  7 2010 Jindrich Novy <jnovy@redhat.com> 4.7.3-1
e0224a
- update to 4.7.3
e0224a
e0224a
* Wed Jun  9 2010 Jindrich Novy <jnovy@redhat.com> 4.7.2-2
e0224a
- BR: groff (#602115)
e0224a
- fix segfault in mcview (#602124)
e0224a
e0224a
* Thu May  6 2010 Jindrich Novy <jnovy@redhat.com> 4.7.2-1
e0224a
- update to 4.7.2
e0224a
- remove patches applied upstream
e0224a
e0224a
* Thu Mar 18 2010 Jindrich Novy <jnovy@redhat.com> 4.7.1-3
e0224a
- patches from upstream:
e0224a
  - fix crash in mcedit ran stand-alone (#571570)
e0224a
  - fix segfault when trying to panelize find results (#569823)
e0224a
e0224a
* Tue Mar  2 2010 Jindrich Novy <jnovy@redhat.com> 4.7.1-2
e0224a
- fix segfault when panelizing search results (#569823)
e0224a
e0224a
* Mon Mar  1 2010 Jindrich Novy <jnovy@redhat.com> 4.7.1-1
e0224a
- update to 4.7.1
e0224a
e0224a
* Wed Feb  3 2010 Jindrich Novy <jnovy@redhat.com> 4.7.0.2-1
e0224a
- update to 4.7.0.2
e0224a
e0224a
* Sat Jan  2 2010 Jindrich Novy <jnovy@redhat.com> 4.7.0.1-1
e0224a
- update to 4.7.0.1
e0224a
- update bindings to use xdg-open wherever possible
e0224a
e0224a
* Sat Dec 26 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-1
e0224a
- update to official 4.7.0
e0224a
e0224a
* Mon Dec 21 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-0.9.pre4.20091221git
e0224a
- provide yum-repo.syntax (#549014)
e0224a
- avoid occasional crash while reading panels (#548987)
e0224a
- remove duplicates from filelist
e0224a
- enable mcvfs, disable rpath
e0224a
e0224a
* Tue Dec 15 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-0.8.pre4
e0224a
- fix rpmvfs empty directory handling (#529645)
e0224a
- fix bindings (#532784)
e0224a
e0224a
* Mon Nov 02 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-0.7.pre4
e0224a
- update to 4.7.0-pre4
e0224a
e0224a
* Mon Oct 12 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-0.6.pre3
e0224a
- fix segfault while browsing various archives via VFS (#528268)
e0224a
e0224a
* Mon Oct  5 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-0.5.pre3
e0224a
- update to 4.7.0-pre3
e0224a
- add BR: gpm-devel
e0224a
e0224a
* Tue Sep  1 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-0.4.pre2
e0224a
- update to 4.7.0-pre2
e0224a
e0224a
* Fri Aug  7 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-0.3.pre1
e0224a
- support shell patterns in copy dialog (#516180)
e0224a
  (http://www.midnight-commander.org/ticket/414)
e0224a
e0224a
* Wed Aug  5 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-0.2.pre1
e0224a
- update extension binding to be more Fedora-like
e0224a
- update to upstream IPv6 patch
e0224a
e0224a
* Mon Aug  3 2009 Jindrich Novy <jnovy@redhat.com> 4.7.0-0.1.pre1
e0224a
- update to 4.7.0-pre1 (fixes #513757)
e0224a
e0224a
* Fri Jul 31 2009 Jindrich Novy <jnovy@redhat.com> 4.6.99-0.20090731git
e0224a
- update to latest GIT mc
e0224a
- forwardport prompt fix and exit patch, keep IPv6 patch and drop the others
e0224a
e0224a
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.6.2-12
e0224a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e0224a
e0224a
* Sun May 17 2009 Jindrich Novy <jnovy@redhat.com> 4.6.2-11
e0224a
- update to mc-4.6.2 release
e0224a
- drop .8bit-hex, .preserveattrs, .cloexec, .7zip and part of
e0224a
  .utf8-look-and-feel patch, applied upstream
e0224a
- sync the rest of patches, adopt upstream version of UTF8 patch
e0224a
- update URL and source links
e0224a
- add required BR
e0224a
e0224a
* Fri May 15 2009 Jindrich Novy <jnovy@redhat.com> 4.6.2-10.pre1
e0224a
- fix segfault in mc editor when pressing ctrl+right (skip one word)
e0224a
  in binary file (#500818)
e0224a
- don't use dpkg tools for *.deb files (#495649), thanks to Dan Horak
e0224a
e0224a
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.6.2-9.pre1
e0224a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e0224a
e0224a
* Thu Dec  4 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-8.pre1
e0224a
- fix a couple of UTF-8 related display bugs (#464708),
e0224a
  thanks to Rafał Mużyło
e0224a
e0224a
* Thu Oct 23 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-7.pre1
e0224a
- allow switching of trailing spaces/tab highlighting with crtl-v,
e0224a
  patch from Jan Engelhardt (#464738)
e0224a
- update the UTF-8 patch accordingly
e0224a
e0224a
* Tue Sep  2 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-6.pre1
e0224a
- do not change directory in panel to subshell directory
e0224a
  when switched back from subshell (#460633)
e0224a
e0224a
* Tue Aug  5 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-5.pre1
e0224a
- don't try to parse obsolete RPM tags in RPM VFS (#457912),
e0224a
  thanks to Milan Broz
e0224a
- use correct extension for lzma and regenerate so that it applies
e0224a
  with fuzz==0
e0224a
e0224a
* Fri Jun 20 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-4.pre1
e0224a
- fix displaying of 7zip archive contents (#452090) - gvlat@pochta.ru
e0224a
e0224a
* Thu Mar 27 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-3.pre1
e0224a
- don't segfault when hint or help files are missing (#439025),
e0224a
  thanks to Tomas Heinrich
e0224a
- fix displaying of 8bit encoded files in UTF-8 (#426756),
e0224a
  thanks to Andrew Zabolotny
e0224a
- don't gzip man pages, leave it to brp-compress
e0224a
e0224a
* Fri Mar  7 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-2.pre1
e0224a
- add lzma vfs support by Lasse Collin
e0224a
- update extensions patch to use xdg-open
e0224a
e0224a
* Mon Feb 25 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-1.pre1
e0224a
- update to 4.6.2-pre1
e0224a
- forwardport the UTF-8 patch to 4.6.2-pre1 and convert new
e0224a
  functionality to support UTF-8
e0224a
e0224a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:4.6.1a-52.20070604cvs
e0224a
- Autorebuild for GCC 4.3
e0224a
e0224a
* Tue Jan  8 2008 Jindrich Novy <jnovy@redhat.com> 4.6.1a-51
e0224a
- add -fgnu89-inline to let mc compile with gcc 4.3.0+
e0224a
e0224a
* Wed Nov 14 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-50
e0224a
- don't preserve attributes in copy/move while the option is
e0224a
  switched off (#195614)
e0224a
- rebuild to fix iso9660 vfs because of missing gawk in
e0224a
  buildroot(#381751, #363611)
e0224a
e0224a
* Thu Aug 23 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-49
e0224a
- update License
e0224a
- rebuild for ppc32
e0224a
e0224a
* Wed Jun 20 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-48
e0224a
- fix displaying of prompt in subshell (#244025)
e0224a
e0224a
* Tue Jun 19 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-47
e0224a
- refresh contents of terminal when resized during time
e0224a
  expensive I/O operations (#236502)
e0224a
e0224a
* Tue Jun 12 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-46
e0224a
- update to new upstream CVS snapshot (2007-06-04-22)
e0224a
- don't print prompts multiple times when switching
e0224a
  between mc and subshell
e0224a
e0224a
* Mon Apr 16 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-45
e0224a
- fix segmentation fault while editing non-UTF8 files (#229383)
e0224a
e0224a
* Mon Apr  2 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-44
e0224a
- fix unowned directories (#233880)
e0224a
e0224a
* Thu Feb 15 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-43
e0224a
- display free space correctly for multiple filesystems (#225153)
e0224a
  (thanks to Tomas Heinrich for patch)
e0224a
- fix up configs
e0224a
e0224a
* Fri Feb  9 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-42
e0224a
- update to new CVS snapshot
e0224a
e0224a
* Tue Feb  6 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-41
e0224a
- merge review spec fixes (#226133)
e0224a
e0224a
* Mon Jan 22 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-40
e0224a
- update to new upstream CVS snapshot
e0224a
- drop upstreamed tmpcrash patch
e0224a
- reenable gpm support as it is now fixed (#168076)
e0224a
e0224a
* Thu Jan  4 2007 Jindrich Novy <jnovy@redhat.com> 4.6.1a-39
e0224a
- update to new CVS snapshot (fixes #220828)
e0224a
- update bindings again
e0224a
e0224a
* Thu Dec 21 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-38
e0224a
- rebuild because of the %%{_host} macro change (Related: #220273)
e0224a
e0224a
* Mon Dec  4 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-37
e0224a
- update bindings
e0224a
- attempt to fcntl() descriptors appropriatelly so that subshell
e0224a
  doesn't leave them open while execve()ing commands (#217027)
e0224a
- more general fix for #215909
e0224a
e0224a
* Mon Nov 27 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-36
e0224a
- don't crash when temporary directory cannot be created (#217342)
e0224a
e0224a
* Thu Nov 16 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-35
e0224a
- update to new CVS snapshot
e0224a
- drop .fishfix, .rpmconf patches, applied upstream
e0224a
- fix IPv6 patch (should fix #206234 and #213212)
e0224a
- don't crash when directory ending with newline is listed (#215909),
e0224a
  disable support for directories with '\n' in name to avoid
e0224a
  further issues (remove .uglydir patch) and report chdir error
e0224a
e0224a
* Thu Nov  2 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-34
e0224a
- fix #214255 - sh vfs disconnects with special character in filename
e0224a
- drop fish-upload patch, applied upstream
e0224a
e0224a
* Tue Oct 31 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-33
e0224a
- display also conflicts in addition to provides/obsoletes/requires
e0224a
  while browsing RPM vfs
e0224a
e0224a
* Fri Oct 27 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-32
e0224a
- update to new CVS snapshot
e0224a
- fix IPv6 FISH support
e0224a
- use better UTF-8 characters for scrollbars
e0224a
e0224a
* Tue Oct 10 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-31
e0224a
- update to new CVS snapshot
e0224a
e0224a
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> 4.6.1a-30
e0224a
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
e0224a
e0224a
* Tue Sep 26 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-29
e0224a
- add experimental IPv6 support for ftpfs (#198386), thanks to
e0224a
  Dan Kopecek for the patch
e0224a
e0224a
* Wed Sep 13 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-28.fc6
e0224a
- update to new CVS snapshot (09-12-21)
e0224a
- drop .assembly, .spec patches -> applied upstream
e0224a
e0224a
* Tue Sep  5 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-27.fc6
e0224a
- display hex values correctly even for non-UTF8 locales, thanks
e0224a
  to Egmont Koblinger
e0224a
- fix BuildRoot
e0224a
e0224a
* Sat Sep  2 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-26.fc6
e0224a
- correctly highlight Requires(pre,post,preun,postun) in spec
e0224a
e0224a
* Wed Aug 23 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-25.fc6
e0224a
- highlight AMD64 registers properly when editing assembly sources
e0224a
e0224a
* Mon Aug 21 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-24.fc6
e0224a
- fix segfault caused by improper parsing of ls output while
e0224a
  deleting files via shell link (#202623)
e0224a
e0224a
* Tue Aug 15 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-23.fc6
e0224a
- update to new mc CVS snapshot
e0224a
- drop .case, .rpmobsolete patches - applied upstream
e0224a
- allow exit command even on non-local filesystems (#202440)
e0224a
- use %%{?dist}
e0224a
e0224a
* Mon Jul 17 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-22
e0224a
- use less ugly UTF-8 special characters for scrollbars
e0224a
- properly highlight RPM tags that differ in case while
e0224a
  editing spec file
e0224a
e0224a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:4.6.1a-21.1
e0224a
- rebuild
e0224a
e0224a
* Tue Jul 11 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-21
e0224a
- update to new mc snapshot (fixes #195810)
e0224a
- drop .segfault patch, applied upstream
e0224a
- highlight "Serial:" and "Copyright:" obsolete RPM tags so that
e0224a
  everyone is aware it's obsolete
e0224a
e0224a
* Mon Jul 10 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-20
e0224a
- correctly display free space on devices referred to by
e0224a
  symlinks (#197738)
e0224a
e0224a
* Fri Jun 16 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-19
e0224a
- fix segfault in wordproc.c (#194562)
e0224a
e0224a
* Mon Jun 12 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-18
e0224a
- apply 00-74, 00-78 patches from Egmont Koblinger with
e0224a
  UTF-8 fixes related to filename truncation and file search
e0224a
e0224a
* Wed Jun  7 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-17
e0224a
- apply UTF-8 fixes from Vladimir Nadvornik
e0224a
- move the free space widget to the bottom of the main panel
e0224a
  and don't use highlighting
e0224a
e0224a
* Mon May 29 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-16
e0224a
- fix the free space widget patch: stat()s filesystem less
e0224a
  frequently, display correct info in all circumstances
e0224a
e0224a
* Wed May 17 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-15
e0224a
- update from CVS
e0224a
- drop .fish-upload patch, applied upstream
e0224a
- sync .showfree patch
e0224a
e0224a
* Fri Apr 28 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-14
e0224a
- don't reread panel contents while in panelized mode (#188438)
e0224a
e0224a
* Thu Mar 30 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-13
e0224a
- comment fallback to use only dd in FISH upload patch
e0224a
- drop .promptfix patch so that prompt is displayed only
e0224a
  once while in panels  
e0224a
e0224a
* Tue Mar 28 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-12
e0224a
- apply more robust version of FISH upload patch,
e0224a
  thanks to Dmitry Butskoy (#186456)
e0224a
e0224a
* Thu Mar 16 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-11
e0224a
- display the Layout dialog correctly on console (#185189)
e0224a
e0224a
* Wed Mar  8 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-10
e0224a
- fix typo in extensions patch so that C sources are
e0224a
  highlighted correctly (#184228)
e0224a
e0224a
* Tue Feb 28 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-9
e0224a
- fix hotkey conflict in Layout options (#183282)
e0224a
- move syntax configuration file from /usr/share/mc to /etc/mc
e0224a
- save layout settings pernamently for showing free space, not
e0224a
  only for current session (#182127)
e0224a
- fix audio bindings, make firefox default html binding
e0224a
e0224a
* Sat Feb 25 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-8
e0224a
- make mc FHS compliant: store config files in /etc/mc and
e0224a
  extfs/*.ini files in /etc/mc/extfs instead of /usr/share/mc
e0224a
  (#2188) - the oldest open Red Hat bug is now gone ;)
e0224a
- fix warnings
e0224a
e0224a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:4.6.1a-7.2
e0224a
- bump again for double-long bug on ppc(64)
e0224a
e0224a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:4.6.1a-7.1
e0224a
- rebuilt for new gcc4.1 snapshot and glibc changes
e0224a
e0224a
* Wed Feb  1 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-7
e0224a
- update from CVS - fixes syntax file for PHP
e0224a
- make displaying of free space configurable
e0224a
- fix permission highlighting (#177100)
e0224a
- redirect stdout and stderr of several apps run on background
e0224a
  to /dev/null to not to mess up mc interface (#178833)
e0224a
- refresh directories to avoid errors caused by copying
e0224a
  files to non-existent directories (#177111)
e0224a
- add an option to insert changelog entry in mcedit,
e0224a
  thanks to Radek Vokal
e0224a
e0224a
* Wed Dec 28 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-6
e0224a
- display free space on a device assigned to current directory in
e0224a
  main panels
e0224a
- correctly diplay characters in mcview for non-UTF-8 LANG set (#174007)
e0224a
  thanks to Dmitry Butskoy
e0224a
    
e0224a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e0224a
- rebuilt
e0224a
e0224a
* Tue Dec  6 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-5
e0224a
- correctly concatenate directory and file in concat_dir_and_file()
e0224a
- highlight PHP files correctly (#174802)
e0224a
- use evince instead of gv to view ps files
e0224a
- align mini status bar with main panels
e0224a
e0224a
* Thu Dec  1 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-4
e0224a
- don't segfault when LANG is not set, thanks to Andy Shevchenko (#174070)
e0224a
- drop specsyntax patch, applied upstream
e0224a
- sync NVRE with Fedoras
e0224a
- depend on external slang [now updated to 2.0.5] (#174662)
e0224a
e0224a
* Wed Nov 16 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.23
e0224a
- update from CVS to fix the usage of glibc private symbols
e0224a
- don't try to display UTF8ized characters in hex viewing mode
e0224a
  and display the characters correctly (#173309)
e0224a
e0224a
* Mon Nov 14 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.22
e0224a
- update from upstream CVS for the new slang support
e0224a
- use internal slang-2.0.5 in mc for now
e0224a
- temporarily drop slang-devel dependency
e0224a
- don't use gpm to avoid hangs caused by it (#168076, #172921),
e0224a
  console mouse support works even without gpm
e0224a
- display scrollbars correctly even if UTF-8 locale isn't set (#173014)
e0224a
- add slang2 support to utf8 patch (Leonard den Ottolander)
e0224a
- update %%description
e0224a
e0224a
* Sat Nov  5 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.21
e0224a
- add vertical scrollbars to main panels and listboxes
e0224a
- fix memleak in menu.c caused by UTF-8 patch
e0224a
- display UTF-8 characters corectly in mcview (#172571)
e0224a
- fix extensions patch
e0224a
e0224a
* Tue Oct 25 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.20
e0224a
- don't display UTF-8 characters as questionmarks in xterm title (#170971)
e0224a
e0224a
* Sun Oct 16 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.19
e0224a
- update from CVS
e0224a
- convert spec to UTF-8
e0224a
- sync utf8, promptfix, 64bit patches
e0224a
- drop upstreamed gcc4, ftpcrash, find, symcrash, cstrans, searchfix patches
e0224a
- drop ctrl-t patch
e0224a
- update userhost patch to let the edited/viewed file name be displayed in
e0224a
  xterm title
e0224a
e0224a
* Tue Oct  4 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.18
e0224a
- fix off-by-one highlighting when searching backwards in mcedit (#169823)
e0224a
- fix yet another duplicates in menus for Czech locale
e0224a
e0224a
* Mon Oct  3 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.17
e0224a
- fix duplicated keyboard shortcuts in menus for Czech locale (#169734)
e0224a
- fix ctrl-t page code recoding for Russian locale, thanks to
e0224a
  Andy Shevchenko (#163594)
e0224a
e0224a
* Thu Sep 29 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.16
e0224a
- fix memory leak in mc-utf8 patch, thanks to Marcin Garski (#169549)
e0224a
- fix mc-find patch to support UTF-8, thanks to Victor Abramoff (#169531)
e0224a
- remove bogus condition from mc-symcrash patch
e0224a
e0224a
* Tue Sep 13 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.15
e0224a
- fix segfault when copying symlinks of a particular type and
e0224a
  fix creation of dangled symlinks (#168184)
e0224a
e0224a
* Mon Sep  5 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.14
e0224a
- backport the new Find dialog from upstream (#167493)
e0224a
- disable Xorg usage and drop the dependency
e0224a
- enable samba vfs
e0224a
- highlight "%%check" in spec files (Mike A. Harris)
e0224a
e0224a
* Mon Aug 29 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.13
e0224a
- don't hang when ftpfs connection times out - Hans de Goede (#166976)
e0224a
- fix extension file to better fit FC (xpdf->evince, lynx->links)
e0224a
e0224a
* Mon Jul 25 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.12
e0224a
- new mc release 4.6.1
e0224a
- sync extensions patch
e0224a
- fix several gcc4 signedness warnings
e0224a
e0224a
* Fri Jul 08 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.11
e0224a
- update to mc-4.6.1-pre5
e0224a
- sync .utf8, .userhost patch
e0224a
- drop upstreamed .fixes patch
e0224a
e0224a
* Mon Jun 06 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.10
e0224a
- update from CVS
e0224a
- sync with .utf8 patch and some minor gcc4 fixups
e0224a
- add .fixes patch
e0224a
- drop upstreamed .spaceprompt patch
e0224a
- update .userhost, .64bit patch
e0224a
- add mcview
e0224a
e0224a
* Wed May 04 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.9
e0224a
- update from CVS
e0224a
- sync with .utf8 patch
e0224a
- fix broken charset conversion feature in the .utf8 patch, 
e0224a
  Andrew V. Samoilov (#154516)
e0224a
e0224a
* Mon Apr 04 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.8
e0224a
- fix truncation to lower 32bits in statfs (src/mountlist.c)
e0224a
e0224a
* Thu Mar 24 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.7
e0224a
- update from CVS
e0224a
- sync with .utf8 patch
e0224a
- add displaying of username/hostname in xterm title
e0224a
e0224a
* Mon Mar 21 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.6
e0224a
- fix refusal to chdir/start file action when spaces are typed in
e0224a
  command prompt and Enter is pressed (#151637)
e0224a
- undefinition of umode_t for ppc64 is no more needed
e0224a
e0224a
* Thu Mar  3 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.5
e0224a
- update from CVS
e0224a
- sync the .utf8 patch with upstream
e0224a
- fix infinite loop hang when copying/deleting some strangely
e0224a
  named files (#150569)
e0224a
- drop BuildRequires to gettext, XFree86-devel -> xorg-x11-devel
e0224a
- don't define umode_t on ppc64
e0224a
e0224a
* Wed Feb  9 2005 Jindrich Novy <jnovy@redhat.com>
e0224a
- don't use acs_map with not UTF8-ized slang (#147559)
e0224a
e0224a
* Mon Feb  7 2005 Jindrich Novy <jnovy@redhat.com>
e0224a
- warning fix in .utf8 patch, missing inclusion of wchar.h in
e0224a
  view.c (#147168)
e0224a
e0224a
* Wed Feb  2 2005 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.4
e0224a
- update from CVS (fixes #143586)
e0224a
- merge all UTF-8 related patches to single .utf8 patch
e0224a
- drop BuildRequires gettext-devel, autopoint no more needed
e0224a
e0224a
* Tue Dec 21 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.3
e0224a
- rewrote mbstrlen() in utf8 patch, this fixes:
e0224a
  - dir name truncation in command prompt for ja_JP, ko_KR locales (#142706)
e0224a
  - localized texts will fit dialog windows and pull-down menus - tweak create_menu()
e0224a
  - dialog titles are centered correctly
e0224a
- fix bad displaying of mc logo in help (#143415)
e0224a
- merge msglen patch with utf8 patch
e0224a
e0224a
* Wed Dec 15 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.2
e0224a
- update from CVS - problem in uzip.in fixed by upstream (#141844)
e0224a
- fix msglen patch to deal with wide UTF-8 characters (#141875)
e0224a
e0224a
* Thu Dec  9 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1a-0.1
e0224a
- update from CVS
e0224a
- sync UTF-8 patches with upstream
e0224a
- drop upstreamed badsize, growbuf patches
e0224a
- faster FISH upload support (#140750) - from Dmitry Butskoj
e0224a
e0224a
* Mon Dec  6 2004 Jindrich Novy <jnovy@redhat.com>
e0224a
- add msglen patch to calculate message length correctly in UTF-8 (#141875)
e0224a
  (thanks to Nickolay V. Shmyrev)
e0224a
- convert hints for ru, uk, zh, man page conversion fix
e0224a
e0224a
* Wed Dec  1 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.11
e0224a
- update from CVS
e0224a
  - fix #141095 - extraction of symlinks from tarfs is now fine
e0224a
- add growbuf patch from Roland Illig #141422 to view files
e0224a
  in /proc and /sys properly
e0224a
e0224a
* Wed Nov 24 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.10
e0224a
- update from CVS
e0224a
- update promptfix patch, drop upstreamed strippwd patch
e0224a
- add badsize patch to fix displaying of filesizes >2GB
e0224a
- sync UTF-8 patches with upstream
e0224a
- replace autogen.sh style with configure
e0224a
e0224a
* Fri Nov 12 2004 Jindrich Novy <jnovy@redhat.com>
e0224a
- convert man pages to UTF-8 (#138871)
e0224a
e0224a
* Mon Nov  8 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.9
e0224a
- update from CVS
e0224a
- convert help files in /doc to UTF-8
e0224a
- add --enable-charset (#76486)
e0224a
- drop upstreamed 8bitdefault, extfs patch
e0224a
- update partially upstreamed strippwd and extension patches
e0224a
- add UTF-8 help patch from Vladimir Nadvornik (#136826)
e0224a
- add promptfix patch
e0224a
e0224a
* Wed Nov  3 2004 Jindrich Novy <jnovy@redhat.com>
e0224a
- drop upstreamed smallpatches patch
e0224a
- install non-en man pages and fix encoding (#137036)
e0224a
- fix possible mem leak in strippwd patch
e0224a
e0224a
* Fri Oct 22 2004 Jindrich Novy <jnovy@redhat.com>
e0224a
- drop second part of the uglydir patch to display panel title
e0224a
  correctly in UTF8 (#136129)
e0224a
e0224a
* Wed Oct 20 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.8
e0224a
- update from CVS
e0224a
- drop mc-php.syntax, more recent version in upstream
e0224a
- add utf8-input patch
e0224a
- sync strippwd, uglydir, extensions patches with upstream
e0224a
- add 8bitdefault patch to enable 8-bit input by default
e0224a
e0224a
* Fri Oct 15 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.7
e0224a
- update from CVS
e0224a
- sync strippwd patch with upstream
e0224a
- merged hp48.in patch to extfs patch (from Leonard den Ottolander)
e0224a
- rebuilt
e0224a
e0224a
* Fri Oct 08 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.6
e0224a
- update from CVS
e0224a
- drop upstreamed vcsa and xtermaliases patches
e0224a
- sync the rest of the patches with upstream
e0224a
- update strippwd patch to eliminate passwords from dir hotlist
e0224a
  and chdir error messages
e0224a
- update perl scripts (Leonard den Ottolander, #127973, CAN-2004-0494)
e0224a
e0224a
* Wed Sep 22 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.5
e0224a
- fixed password elimination when no '/' is present in URL
e0224a
e0224a
* Tue Sep 21 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.4
e0224a
- fixed .strippwd patch to deal better with ':' and '@' in URL
e0224a
e0224a
* Fri Sep 17 2004 Jindrich Novy <jnovy@redhat.com> 4.6.1-0.3
e0224a
- patch to prevent displaying passwords in ftp paths (#131088)
e0224a
  - also removes pswd from Delete/Copy/Error dialogs, etc.
e0224a
- added patch to fix/add extensions in mc.ext.in (#124242)
e0224a
e0224a
* Fri Sep 17 2004 Karel Zak <zakkr@zf.jcu.cz>
e0224a
- patch to prevent hangs on directory with '\n' in name, (#127164)
e0224a
- UTF8 hints support
e0224a
- original hint files conversion to UTF8 in the spec file
e0224a
e0224a
* Mon Sep  6 2004 Jakub Jelinek <jakub@redhat.com> 4.6.1-0.2
e0224a
- update from CVS
e0224a
- remove absoluterm and troff patches
e0224a
e0224a
* Thu Sep  2 2004 Jakub Jelinek <jakub@redhat.com> 4.6.1-0.1
e0224a
- update from CVS
e0224a
  - handle INFO/LICENSE and INFO/OBSOLETES in rpm vfs (#67341)
e0224a
- remove mc-cvs-unzip (#85073)
e0224a
- fix hotkey handling when not UTF-8 (Leonard den Ottolander, #120735)
e0224a
- allow terminal aliases for keys in mc.lib and ~/mc/ini,
e0224a
  add gnome, xterm-new and rxvt aliases for xterm (#128163)
e0224a
e0224a
* Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-18
e0224a
- 3 more quoting omissions in a.in
e0224a
e0224a
* Sat Aug 21 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-17
e0224a
- fix shell quoting in extfs perl scripts
e0224a
  (Leonard den Ottolander, #127973, CAN-2004-0494)
e0224a
e0224a
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e0224a
- rebuilt
e0224a
e0224a
* Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-15
e0224a
- don't use mmap if st_size doesn't fit into size_t
e0224a
- fix one missed match_normal -> match_regex
e0224a
e0224a
* Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-14
e0224a
- avoid buffer overflows in mcedit Replace function
e0224a
e0224a
* Wed Apr 14 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-13
e0224a
- perl scripting fix
e0224a
e0224a
* Wed Apr 14 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-12
e0224a
- fix a bug in complete.c introduced by last patch
e0224a
- export MC_TMPDIR env variable
e0224a
- avoid integer overflows in free diskspace % counting
e0224a
- put temporary files into $MC_TMPDIR tree if possible,
e0224a
  use mktemp/mkdtemp
e0224a
e0224a
* Mon Apr  5 2004 Jakub Jelinek <jakub@redhat.com> 4.6.0-11
e0224a
- fix a bunch of buffer overflows and memory leaks (CAN-2004-0226)
e0224a
- fix hardlink handling in cpio filesystem
e0224a
- fix handling of filenames with single/double quotes and backslashes
e0224a
  in %%{_datadir}/mc/extfs/rpm
e0224a
- update php.syntax file (#112645)
e0224a
- fix crash with large syntax file (#112644)
e0224a
- update CAN-2003-1023 fix to still make vfs symlinks relative,
e0224a
  but with bounds checking
e0224a
e0224a
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
e0224a
- rebuilt
e0224a
e0224a
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e0224a
- rebuilt
e0224a
e0224a
* Sat Jan 17 2004 Warren Togami <wtogami@redhat.com> 4.6.0-9
e0224a
- rebuild
e0224a
e0224a
* Sat Jan 17 2004 Warren Togami <wtogami@redhat.com> 4.6.0-7
e0224a
- BuildRequires glib2-devel, slang-devel, XFree86-devel,
e0224a
  e2fsprogs-devel, gettext
e0224a
- Copyright -> License
e0224a
- PreReq -> Requires
e0224a
- Explicit zero epoch in versioned dev dep
e0224a
- /usr/share/mc directory ownership
e0224a
- Improve summary
e0224a
- (Seth Vidal QA) fix for CAN-2003-1023 (Security)
e0224a
e0224a
* Tue Oct 28 2003 Jakub Jelinek <jakub@redhat.com> 4.6.0-6
e0224a
- rebuilt to get correct PT_GNU_STACK setting
e0224a
e0224a
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e0224a
- rebuilt
e0224a
e0224a
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
e0224a
- rebuilt
e0224a
e0224a
* Sat Feb 22 2003 Jakub Jelinek <jakub@redhat.com> 4.6.0-3
e0224a
- second part of UTF-8ization
e0224a
e0224a
* Fri Feb 21 2003 Jakub Jelinek <jakub@redhat.com> 4.6.0-2
e0224a
- kill unneeded patches, update the rest for 4.6.0
e0224a
- build with system slang
e0224a
- first part of UTF-8ization
e0224a
e0224a
* Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 4.6.0-1
e0224a
- 4.6.0 final
e0224a
- epoch 1 to work around 4.6.0pre > 4.6.0
e0224a
e0224a
* Thu Feb 13 2003 Havoc Pennington <hp@redhat.com> 4.6.0pre3-3
e0224a
- drop our translations, they are surely out of date
e0224a
- ugh, due to spec file weirdness hadn't actually used the new pre3
e0224a
  tarball. disabled patches that no longer apply.
e0224a
- patch for #78506
e0224a
e0224a
* Thu Feb 06 2003 Florian La Roche <Florian.LaRoche@redhat.de>
e0224a
- link also on mainframe against gpm-devel
e0224a
e0224a
* Tue Feb  4 2003 Havoc Pennington <hp@redhat.com> 4.6.0pre3-1
e0224a
- pre3
e0224a
e0224a
* Tue Jan 28 2003 Havoc Pennington <hp@redhat.com>
e0224a
- rebuild
e0224a
e0224a
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
e0224a
- rebuilt
e0224a
e0224a
* Fri Dec  6 2002 Havoc Pennington <hp@redhat.com>
e0224a
- 4.6.0-pre1
e0224a
- comment out the patches that don't apply, 
e0224a
  if someone wants to spend time fixing them 
e0224a
  that'd be great
e0224a
e0224a
* Mon Dec 02 2002 Elliot Lee <sopwith@redhat.com>
e0224a
- Remove 'percent prep' in changelog
e0224a
- Fix unpackaged files
e0224a
e0224a
* Fri Aug 23 2002 Karsten Hopp <karsten@redhat.de>
e0224a
- fix german umlaut in menues (#68130)
e0224a
e0224a
* Fri Jul 19 2002 Jakub Jelinek <jakub@redhat.com> 4.5.55-11
e0224a
- removed trailing backslash for %%configure, which
e0224a
  caused mc to build with the buildroot prefix
e0224a
e0224a
* Wed Jul 17 2002 Karsten Hopp <karsten@redhat.de> 4.5.55-10
e0224a
- support large files (#65159, #65160)
e0224a
- own /usr/lib/mc/extfs and /usr/lib/mc/syntax
e0224a
- fix NL translation (#63495)
e0224a
e0224a
* Thu Jul  4 2002 Jakub Jelinek <jakub@redhat.com>
e0224a
- fix regex usage
e0224a
e0224a
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
e0224a
- automated rebuild
e0224a
e0224a
* Thu May 23 2002 Tim Powers <timp@redhat.com>
e0224a
- automated rebuild
e0224a
e0224a
* Fri Apr 12 2002 Havoc Pennington <hp@redhat.com>
e0224a
- patch for trpm vfs, #62306
e0224a
e0224a
* Wed Apr 10 2002 Havoc Pennington <hp@redhat.com>
e0224a
- don't build --with-included-slang on upstream recommendation
e0224a
- add uzip method from cvs, fixes some sort of format string problem
e0224a
- get fix for breaking zip files while browsing them from upstream
e0224a
e0224a
* Tue Apr  9 2002 Havoc Pennington <hp@redhat.com>
e0224a
- remove bash-specific export from mc.sh
e0224a
e0224a
* Thu Mar 28 2002 Havoc Pennington <hp@redhat.com>
e0224a
- cons.saver rewrite to use vcsa user from Jakub, #61149
e0224a
- make cons.saver attr(4711, vcsa, root)
e0224a
- require new dev package
e0224a
e0224a
* Thu Mar  7 2002 Havoc Pennington <hp@redhat.com>
e0224a
- rebuild in new environment
e0224a
- 4.5.55, with lots of patch-adapting to make it build
e0224a
e0224a
* Fri Jan 25 2002 Havoc Pennington <hp@redhat.com>
e0224a
- rebuild in rawhide
e0224a
- fix prefix/share -> datadir
e0224a
- comment out gmc/mcserv subpackages, place order for asbestos suit
e0224a
e0224a
* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
e0224a
- Add po files from sources.redhat.com
e0224a
e0224a
* Sun Jul 22 2001 Havoc Pennington <hp@redhat.com>
e0224a
- build requires gnome-libs-devel, #49518
e0224a
e0224a
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
e0224a
- Bump release + rebuild.
e0224a
e0224a
* Wed Apr 25 2001 Bill Nottingham <notting@redhat.com>
e0224a
- fix mc-4.5.51-desktop.patch to work on ia64
e0224a
e0224a
* Mon Apr  2 2001 Preston Brown <pbrown@redhat.com>
e0224a
- check return code of mount for failure (ewt)
e0224a
e0224a
* Thu Mar 22 2001 Owen Taylor <otaylor@redhat.com>
e0224a
- Fix problem where CORBA notification wasn't working since last change.
e0224a
e0224a
* Fri Mar 16 2001 Owen Taylor <otaylor@redhat.com>
e0224a
- Rescan devices on startup
e0224a
e0224a
* Mon Mar 12 2001  <jrb@redhat.com>
e0224a
- remove man pages from mc.ext.in so that tgz and rpm browsing work in
e0224a
  non LANG=C locales
e0224a
e0224a
* Wed Mar  7 2001 Owen Taylor <otaylor@redhat.com>
e0224a
- Add patch to recognize kudzu's fstab entries
e0224a
- Fix path to memstick icon
e0224a
e0224a
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
e0224a
- use %%{_tmppath}
e0224a
- langify
e0224a
e0224a
* Wed Feb 21 2001 Akira TAGOH <tagoh@redhat.com>
e0224a
- Fixed install some desktop icons for specific language.
e0224a
e0224a
* Fri Feb 16 2001 Akira TAGOH <tagoh@redhat.com>
e0224a
- Updated Red Hat JP desktop icons.
e0224a
e0224a
* Wed Feb 14 2001 Jakub Jelinek <jakub@redhat.com>
e0224a
- include both sys/time.h and time.h on glibc 2.2.2
e0224a
- fix Japanese patch to include locale.h.
e0224a
e0224a
* Tue Feb  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
e0224a
- i18nize initscript
e0224a
e0224a
* Sat Jan 27 2001 Akira TAGOH <tagoh@redhat.com>
e0224a
- Added Japanese patch(language specific desktop icons).
e0224a
e0224a
* Fri Jan 19 2001 Akira TAGOH <tagoh@redhat.com>
e0224a
- Updated Japanese translation.
e0224a
e0224a
* Sun Jan 14 2001 Florian La Roche <Florian.LaRoche@redhat.de>
e0224a
- do not prereq %%{_sysconfdir}/init.d
e0224a
- do not require gpm for s390
e0224a
e0224a
* Mon Aug 21 2000 Jonathan Blandford <jrb@redhat.com>
e0224a
- fixed bug 16467
e0224a
e0224a
* Thu Aug 17 2000 Tim Powers <timp@redhat.com>
e0224a
- modified my patch (again) to free quoted
e0224a
e0224a
* Thu Aug 17 2000 Nalin Dahyabhai <nalin@redhat.com>
e0224a
- run %%configure in the build phase, not the setup
e0224a
- modify Tim's patch to always just edit one file
e0224a
e0224a
* Thu Aug 17 2000 Than Ngo <than@redhat.com>
e0224a
- fix problems viewing the package (Bug #16378)
e0224a
e0224a
* Thu Aug 17 2000 Tim Powers <timp@redhat.com>
e0224a
- fixed bug #16269
e0224a
e0224a
* Fri Aug  4 2000 Tim Waugh <twaugh@redhat.com>
e0224a
- make stdout/stderr writable before forking
e0224a
e0224a
* Wed Aug 02 2000 Jonathan Blandford <jrb@redhat.com>
e0224a
- Updated desktop entries.
e0224a
e0224a
* Thu Jul 20 2000 Bill Nottingham <notting@redhat.com>
e0224a
- move initscript back
e0224a
e0224a
* Wed Jul 19 2000 Jonathan Blandford <jrb@redhat.com>
e0224a
- make the togglebutton patch work correctly
e0224a
e0224a
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
e0224a
- fix syntax error in mcserv.init that crept in with condrestart
e0224a
e0224a
* Mon Jul 17 2000 Jonathan Blandford <jrb@redhat.com>
e0224a
- added a toggle button to let people turn off the "you are running
e0224a
  gmc as root" warning.
e0224a
e0224a
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
e0224a
- automatic rebuild
e0224a
e0224a
* Mon Jul 10 2000 Preston Brown <pbrown@redhat.com>
e0224a
- move initscript, add condrestart stuff
e0224a
e0224a
* Mon Jul 10 2000 Florian La Roche <Florian.LaRoche@redhat.de>
e0224a
- remove execute bits from config/pam files
e0224a
e0224a
* Mon Jul  3 2000 Jonathan Blandford
e0224a
- Update to 4.5.51.  Now there is a trashcan!
e0224a
e0224a
* Thu Jun 15 2000 Owen Taylor <otaylor@redhat.com>
e0224a
- Update to 4.5.49
e0224a
e0224a
* Fri Jun  2 2000 Nalin Dahyabhai <nalin@redhat.com>
e0224a
- modify PAM setup to use system-auth
e0224a
e0224a
* Mon May 22 2000 Bill Nottingham <notting@redhat.com>
e0224a
- hmmm, ia64 patches fell out.
e0224a
e0224a
* Fri May 19 2000 Jonathan Blandford <jrb@redhat.com>
e0224a
- upgrade to new version of mc.
e0224a
- removed builtincpio patch
e0224a
e0224a
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
e0224a
- rebuild for sparc baud rates > 38400.
e0224a
e0224a
* Tue Feb 22 2000 Preston Brown <pbrown@redhat.com>
e0224a
- fix mc.sh, function was not exported
e0224a
e0224a
* Thu Feb 17 2000 Jakub Jelinek <jakub@redhat.com>
e0224a
- builtin cpio vfs, change rpm extfs to use it -
e0224a
  should speed up e.g. copyout from rpm by orders of magnitude
e0224a
  patch by Jan Hudec <jhud7196@artax.karlin.mff.cuni.cz>
e0224a
- fix buglet in the patch
e0224a
e0224a
* Mon Feb 14 2000 Preston Brown <pbrown@redhat.com>
e0224a
- move redhat-logos depency to gmc (#9395)
e0224a
e0224a
* Fri Feb 4 2000 Jonathan Blandford <jrb@redhat.com>
e0224a
- changed default rpm action to be upgrade.
e0224a
- Changed locale to be in mc package, instead of gmc.
e0224a
e0224a
* Thu Feb 3 2000 Jonathan Blandford <jrb@redhat.com>
e0224a
- use /bin/rm instead of rm so that aliases won't interfere with the
e0224a
  script
e0224a
e0224a
* Sat Sep 25 1999 Bill Nottingham <notting@redhat.com>
e0224a
- chkconfig --del in %%preun, not %postun
e0224a
e0224a
* Wed Sep 22 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- updated to 4.5.39-pre9
e0224a
e0224a
* Wed Aug 04 1999 Michael K. Johnson <johnsonm@redhat.com>
e0224a
- moved configure to setup
e0224a
- buildrequires gpm-devel so mouse works in console
e0224a
e0224a
* Thu Jul 22 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- added ${prefix}/lib/mc/syntax to mc file list
e0224a
- turned off samba support
e0224a
e0224a
* Wed Jul  7 1999 Jonathan Blandford <jrb@redhat.com>
e0224a
- updated mc to work with mc 4.5.36.  Thanks to Brian Ryner
e0224a
  <bryner@uiuc.edu> for providing the patch.
e0224a
e0224a
* Mon Apr 19 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- removed rpm menu defs - we depend on gnorpm for these
e0224a
- fixed bug that caused crash if group doesnt exist for file
e0224a
e0224a
* Thu Apr 15 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- cleanup several dialogs
e0224a
e0224a
* Mon Apr 12 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- true version 4.5.30
e0224a
e0224a
* Fri Apr 09 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version pre-4.5.30 with patch to make this link on alpha properly
e0224a
  Mark as version 0.7 to denote not the official 4.5.30 release
e0224a
e0224a
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
e0224a
- strip binaries
e0224a
e0224a
* Wed Mar 31 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- fixed errata support URL
e0224a
e0224a
* Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.29
e0224a
- added default desktop icons for Red Hat desktop
e0224a
- added redhat-logos to requirements
e0224a
- added README.desktop to doc list for gmc
e0224a
- added locale data
e0224a
e0224a
* Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
e0224a
- patched so that TERM variable set to xterm produces color
e0224a
e0224a
* Mon Mar 22 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- made sure %%{_sysconfdir}/pam.d/mcserv has right permissions
e0224a
e0224a
* Thu Mar 18 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.27
e0224a
e0224a
* Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- fix'd icon display problem
e0224a
e0224a
* Sun Mar 14 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.25 AND 4.5.26
e0224a
e0224a
* Wed Mar 10 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.24
e0224a
e0224a
* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.16
e0224a
- removed mc.keys from mc file list
e0224a
e0224a
* Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.14
e0224a
- fixed file list
e0224a
e0224a
* Sat Feb 06 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.11
e0224a
e0224a
* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.10
e0224a
e0224a
* Fri Jan 22 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- added metadata to gmc file list
e0224a
e0224a
* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.9
e0224a
e0224a
* Wed Jan 06 1999 Michael Fulbright <drmike@redhat.com>
e0224a
- version 4.5.6
e0224a
e0224a
* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
e0224a
- updated for GNOME freeze
e0224a
e0224a
* Thu Aug 20 1998 Michael Fulbright <msf@redhat.com>
e0224a
- rebuilt against gnome-libs 0.27 and gtk+-1.1
e0224a
e0224a
* Thu Jul 09 1998 Michael Fulbright <msf@redhat.com>
e0224a
- made cons.saver not setuid
e0224a
e0224a
* Sun Apr 19 1998 Marc Ewing <marc@redhat.com>
e0224a
- removed tkmc
e0224a
e0224a
* Wed Apr 8 1998 Marc Ewing <marc@redhat.com>
e0224a
- add %%{prefix}/lib/mc/layout to gmc
e0224a
e0224a
* Tue Dec 23 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
e0224a
- added --without-debug to configure,
e0224a
- modification in %%build and %%install and cosmetic modification in packages
e0224a
  headers,
e0224a
- added %%{PACKAGE_VERSION} macro to Buildroot,
e0224a
- removed "rm -rf $RPM_BUILD_ROOT" from prep section
e0224a
- removed Packager field.
e0224a
e0224a
* Thu Dec 18 1997 Michele Marziani <marziani@fe.infn.it>
e0224a
- Merged spec file with that from RedHat-5.0 distribution
e0224a
  (now a Hurricane-based distribution is needed)
e0224a
- Added patch for RPM script (didn't always work with rpm-2.4.10)
e0224a
- Corrected patch for mcserv init file (chkconfig init levels)
e0224a
- Added more documentation files on termcap, terminfo, xterm
e0224a
e0224a
* Thu Oct 30 1997 Michael K. Johnson <johnsonm@redhat.com>
e0224a
e0224a
- Added dependency on portmap
e0224a
e0224a
* Wed Oct 29 1997 Michael K. Johnson <johnsonm@redhat.com>
e0224a
e0224a
- fixed spec file.
e0224a
- Updated to 4.1.8
e0224a
e0224a
* Sun Oct 26 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
e0224a
e0224a
- updated to 4.1.6
e0224a
- added %%attr macros in %%files,
e0224a
- a few simplification in %%install,
e0224a
- removed glibc patch,
e0224a
- fixed installing %%{_sysconfdir}/X11/wmconfig/tkmc.
e0224a
e0224a
* Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
e0224a
e0224a
- updated to 4.1.5
e0224a
- added wmconfig
e0224a
e0224a
* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
e0224a
e0224a
- chkconfig is for mcserv package, not mc one
e0224a
e0224a
* Tue Oct 14 1997 Erik Troan <ewt@redhat.com>
e0224a
e0224a
- patched init script for chkconfig
e0224a
- don't turn on the service by default
e0224a
e0224a
* Fri Oct 10 1997 Michael K. Johnson <johnsonm@redhat.com>
e0224a
e0224a
- Converted to new PAM conventions.
e0224a
- Updated to 4.1.3
e0224a
- No longer needs glibc patch.
e0224a
e0224a
* Thu May 22 1997 Michele Marziani <marziani@fe.infn.it>
e0224a
e0224a
- added support for mc alias in %%{_sysconfdir}/profile.d/mc.csh (for csh and tcsh)
e0224a
- lowered number of SysV init scripts in %%{_sysconfdir}/rc.d/rc[0,1,6].d
e0224a
  (mcserv needs to be killed before inet)
e0224a
- removed all references to RPM_SOURCE_DIR
e0224a
- restored $RPM_OPT_FLAGS when compiling
e0224a
- minor cleanup of spec file: redundant directives and comments removed
e0224a
e0224a
* Sun May 18 1997 Michele Marziani <marziani@fe.infn.it>
e0224a
e0224a
- removed all references to non-existent mc.rpmfs
e0224a
- added mcedit.1 to the %%files section
e0224a
- reverted to un-gzipped man pages (RedHat style)
e0224a
- removed double install line for mcserv.pamd
e0224a
e0224a
* Tue May 13 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
e0224a
e0224a
- added new rpmfs script,
e0224a
- removed mcfn_install from mc (adding mc() to bash enviroment is in
e0224a
  %%{_sysconfdir}/profile.d/mc.sh),
e0224a
- %%{_sysconfdir}/profile.d/mc.sh changed to %%config,
e0224a
- removed %%{prefix}/lib/mc/bin/create_vcs,
e0224a
- removed %%{prefix}/lib/mc/term.
e0224a
e0224a
* Fri May 9 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
e0224a
e0224a
- changed source url,
e0224a
- fixed link mcedit to mc,
e0224a
e0224a
* Wed May 7 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
e0224a
e0224a
- new version 3.5.27,
e0224a
- %%dir %%{prefix}/lib/mc/icons and icons removed from tkmc,
e0224a
- added commented xmc part.
e0224a
e0224a
* Tue Apr 22 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
e0224a
e0224a
- FIX spec:
e0224a
   - added URL field,
e0224a
   - in mc added missing %%{prefix}/lib/mc/mc.ext, %%{prefix}/lib/mc/mc.hint,
e0224a
     %%{prefix}/lib/mc/mc.hlp, %%{prefix}/lib/mc/mc.lib, %%{prefix}/lib/mc/mc.menu.
e0224a
e0224a
* Fri Apr 18 1997 Tomasz Kłoczko <kloczek@rudy.mif.pg.gda.pl>
e0224a
e0224a
- added making packages: tkmc, mcserv (xmc not work yet),
e0224a
- gziped man pages,
e0224a
- added %%{_sysconfdir}/pamd.d/mcserv PAM config file.
e0224a
- added instaling icons,
e0224a
- added %%{_sysconfdir}/profile.d/mc.sh,
e0224a
- in %%doc added NEWS README,
e0224a
- removed %%{prefix}/lib/mc/FAQ,
e0224a
- added mcserv.init script for mcserv (start/stop on level 86).