- fix segfault caused by improper parsing of ls output while deleting files
via shell link (#202623)
This commit is contained in:
parent
5f69cd486d
commit
8ff5e4e5d3
8
mc.spec
8
mc.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: User-friendly text console file manager and visual shell
|
Summary: User-friendly text console file manager and visual shell
|
||||||
Name: mc
|
Name: mc
|
||||||
Version: 4.6.1a
|
Version: 4.6.1a
|
||||||
Release: 23%{?dist}
|
Release: 24%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -25,6 +25,7 @@ Patch9: mc-cedit.patch
|
|||||||
Patch10: mc-delcheck.patch
|
Patch10: mc-delcheck.patch
|
||||||
Patch11: mc-etcmc.patch
|
Patch11: mc-etcmc.patch
|
||||||
Patch12: mc-exit.patch
|
Patch12: mc-exit.patch
|
||||||
|
Patch13: mc-fishfix.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Midnight Commander is a visual shell much like a file manager, only
|
Midnight Commander is a visual shell much like a file manager, only
|
||||||
@ -48,6 +49,7 @@ specific files.
|
|||||||
%patch10 -p1 -b .delcheck
|
%patch10 -p1 -b .delcheck
|
||||||
%patch11 -p1 -b .etcmc
|
%patch11 -p1 -b .etcmc
|
||||||
%patch12 -p1 -b .exit
|
%patch12 -p1 -b .exit
|
||||||
|
%patch13 -p1 -b .fishfix
|
||||||
|
|
||||||
# convert files in /lib to UTF-8
|
# convert files in /lib to UTF-8
|
||||||
pushd lib
|
pushd lib
|
||||||
@ -192,6 +194,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_sysconfdir}/mc
|
%dir %{_sysconfdir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 21 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-24.fc6
|
||||||
|
- fix segfault caused by improper parsing of ls output while
|
||||||
|
deleting files via shell link (#202623)
|
||||||
|
|
||||||
* Tue Aug 15 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-23.fc6
|
* Tue Aug 15 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-23.fc6
|
||||||
- update to new mc CVS snapshot
|
- update to new mc CVS snapshot
|
||||||
- drop .case, .rpmobsolete patches - applied upstream
|
- drop .case, .rpmobsolete patches - applied upstream
|
||||||
|
Loading…
Reference in New Issue
Block a user