diff --git a/mc.spec b/mc.spec index 39a06c6..92ccce8 100644 --- a/mc.spec +++ b/mc.spec @@ -3,7 +3,7 @@ Summary: User-friendly text console file manager and visual shell Name: mc Version: 4.6.1a -Release: 25%{?dist} +Release: 26%{?dist} Epoch: 1 License: GPL Group: System Environment/Shells @@ -27,6 +27,7 @@ Patch11: mc-etcmc.patch Patch12: mc-exit.patch Patch13: mc-fishfix.patch Patch14: mc-assembly.patch +Patch15: mc-spec.patch %description Midnight Commander is a visual shell much like a file manager, only @@ -52,6 +53,7 @@ specific files. %patch12 -p1 -b .exit %patch13 -p1 -b .fishfix %patch14 -p1 -b .assembly +%patch15 -p1 -b .spec # convert files in /lib to UTF-8 pushd lib @@ -196,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_sysconfdir}/mc %changelog +* Sat Sep 2 2006 Jindrich Novy 4.6.1a-26.fc6 +- correctly highlight Requires(pre,post,preun,postun) in spec + * Wed Aug 23 2006 Jindrich Novy 4.6.1a-25.fc6 - highlight AMD64 registers properly when editing assembly sources