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