|
|
Author: jnovy
Update of /cvs/dist/rpms/mc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25436
Modified Files:
mc.spec
Added Files:
mc-spec.patch
Log Message:
- correctly highlight Requires(pre,post,preun,postun) in spec
mc-spec.patch:
spec.syntax | 1 +
1 files changed, 1 insertion(+)
--- NEW FILE mc-spec.patch ---
--- mc/syntax/spec.syntax.jn 2006-07-14 21:51:24.000000000 +0200
+++ mc/syntax/spec.syntax 2006-09-02 08:36:45.000000000 +0200
@@ -29,6 +29,7 @@
keyword whole Provides: green
keyword whole Release: green
keyword whole Requires: green
+ keyword whole Requires(\[abcdefghijklmnopqrstuvwxyz\]): green
keyword whole Root: green
keyword whole Serial: white
keyword whole Source\[0123456789\]: green
Index: mc.spec
===================================================================
RCS file: /cvs/dist/rpms/mc/devel/mc.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- mc.spec 23 Aug 2006 11:57:26 -0000 1.100
+++ mc.spec 2 Sep 2006 09:20:56 -0000 1.101
@@ -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 @@
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 @@
%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 @@
%dir %{_sysconfdir}/mc
%changelog
+* Sat Sep 2 2006 Jindrich Novy <jnovy@xxxxxxxxxx> 4.6.1a-26.fc6
+- correctly highlight Requires(pre,post,preun,postun) in spec
+
* Wed Aug 23 2006 Jindrich Novy <jnovy@xxxxxxxxxx> 4.6.1a-25.fc6
- highlight AMD64 registers properly when editing assembly sources
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|