rpms/augeas/EL-4 vim-ftdetect-syntax.patch, NONE, 1.1 augeas.spec, 1.24, 1.25

David Lutterkort lutter at fedoraproject.org
Wed Dec 16 02:05:01 UTC 2009


Author: lutter

Update of /cvs/pkgs/rpms/augeas/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23047/EL-4

Modified Files:
	augeas.spec 
Added Files:
	vim-ftdetect-syntax.patch 
Log Message:
Fix ftdetect file for vim (vim-ftdetect-syntax.patch)

vim-ftdetect-syntax.patch:
 augeas.vim |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE vim-ftdetect-syntax.patch ---
>From 81552d12ea1d6fc19ccb9a7d7e57ff09af74ce60 Mon Sep 17 00:00:00 2001
From: David Lutterkort <lutter at redhat.com>
Date: Mon, 14 Dec 2009 14:38:11 -0800
Subject: [PATCH] * doc/ftdetect/augeas.vim: fix syntax

---
 doc/ftdetect/augeas.vim |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/ftdetect/augeas.vim b/doc/ftdetect/augeas.vim
index 2520eb8..7120691 100644
--- a/doc/ftdetect/augeas.vim
+++ b/doc/ftdetect/augeas.vim
@@ -1 +1 @@
-au BufNewFile?,BufRead? *.aug set filetype=augeas
+au BufNewFile,BufRead *.aug set filetype=augeas
-- 
1.6.5.2



Index: augeas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/augeas/EL-4/augeas.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- augeas.spec	30 Nov 2009 17:36:07 -0000	1.24
+++ augeas.spec	16 Dec 2009 02:05:01 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           augeas
 Version:        0.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A library for changing configuration files
 
 Group:          System Environment/Libraries
@@ -12,6 +12,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildRequires:  readline-devel libselinux-devel
 Requires:       %{name}-libs = %{version}-%{release}
 
+Patch0:         vim-ftdetect-syntax.patch
+
 %description
 A library for programmatically editing configuration files. Augeas parses
 configuration files into a tree structure, which it exposes through its
@@ -43,6 +45,7 @@ The libraries for %{name}.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -83,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Tue Dec 15 2009 David Lutterkort <lutter at redhat.com> - 0.6.0-2
+- Fix ftdetect file for vim
+
 * Mon Nov 30 2009 David Lutterkort <lutter at redhat.com> - 0.6.0-1
 - Install vim syntax files
 




More information about the fedora-extras-commits mailing list