- highlight AMD64 registers properly when editing assembly sources
This commit is contained in:
parent
8ff5e4e5d3
commit
84bd66e0c1
7
mc.spec
7
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: 24%{?dist}
|
Release: 25%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Shells
|
Group: System Environment/Shells
|
||||||
@ -26,6 +26,7 @@ Patch10: mc-delcheck.patch
|
|||||||
Patch11: mc-etcmc.patch
|
Patch11: mc-etcmc.patch
|
||||||
Patch12: mc-exit.patch
|
Patch12: mc-exit.patch
|
||||||
Patch13: mc-fishfix.patch
|
Patch13: mc-fishfix.patch
|
||||||
|
Patch14: mc-assembly.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
|
||||||
@ -50,6 +51,7 @@ specific files.
|
|||||||
%patch11 -p1 -b .etcmc
|
%patch11 -p1 -b .etcmc
|
||||||
%patch12 -p1 -b .exit
|
%patch12 -p1 -b .exit
|
||||||
%patch13 -p1 -b .fishfix
|
%patch13 -p1 -b .fishfix
|
||||||
|
%patch14 -p1 -b .assembly
|
||||||
|
|
||||||
# convert files in /lib to UTF-8
|
# convert files in /lib to UTF-8
|
||||||
pushd lib
|
pushd lib
|
||||||
@ -194,6 +196,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_sysconfdir}/mc
|
%dir %{_sysconfdir}/mc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 23 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-25.fc6
|
||||||
|
- highlight AMD64 registers properly when editing assembly sources
|
||||||
|
|
||||||
* Mon Aug 21 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-24.fc6
|
* Mon Aug 21 2006 Jindrich Novy <jnovy@redhat.com> 4.6.1a-24.fc6
|
||||||
- fix segfault caused by improper parsing of ls output while
|
- fix segfault caused by improper parsing of ls output while
|
||||||
deleting files via shell link (#202623)
|
deleting files via shell link (#202623)
|
||||||
|
Loading…
Reference in New Issue
Block a user