Blame SPECS/mc.spec

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