From 5deff4725a5af96b7eac6345f50e96394452c1d8 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Jan 15 2010 03:25:21 +0000 Subject: New version --- diff --git a/.cvsignore b/.cvsignore index 446790d..a6a00ca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -augeas-0.6.0.tar.gz +augeas-0.7.0.tar.gz diff --git a/augeas.spec b/augeas.spec index a640084..fb65e89 100644 --- a/augeas.spec +++ b/augeas.spec @@ -1,6 +1,6 @@ Name: augeas -Version: 0.6.0 -Release: 2%{?dist} +Version: 0.7.0 +Release: 1%{?dist} Summary: A library for changing configuration files Group: System Environment/Libraries @@ -12,8 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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 @@ -45,7 +43,6 @@ The libraries for %{name}. %prep %setup -q -%patch0 -p1 %build %configure --disable-static @@ -86,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/augeas.pc %changelog +* Thu Jan 14 2010 David Lutterkort - 0.7.0-1 +- Remove patch vim-ftdetect-syntax.patch. It's upstream + * Tue Dec 15 2009 David Lutterkort - 0.6.0-2 - Fix ftdetect file for vim diff --git a/sources b/sources index a03d4db..2b79f02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4bd9f1dd147a14b4b9fda35da53a907 augeas-0.6.0.tar.gz +a6a6a5515d7bbebe61c1e90db12eef72 augeas-0.7.0.tar.gz