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