[augeas/f13] Version 0.9.0

David Lutterkort lutter at fedoraproject.org
Tue Jul 26 18:13:45 UTC 2011


commit c0c661a0c82dcd800378f35534f279d9f6955287
Author: David Lutterkort <lutter at redhat.com>
Date:   Tue Jul 26 11:09:06 2011 -0700

    Version 0.9.0

 .gitignore  |    1 +
 augeas.spec |    9 +++++----
 sources     |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80261cc..53d4241 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /augeas-0.8.1.tar.gz
+/augeas-0.9.0.tar.gz
diff --git a/augeas.spec b/augeas.spec
index 5904b76..8c3faf2 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,13 +1,12 @@
 Name:           augeas
-Version:        0.8.1
-Release:        2%{?dist}
+Version:        0.9.0
+Release:        1%{?dist}
 Summary:        A library for changing configuration files
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://augeas.net/
 Source0:        http://augeas.net/download/%{name}-%{version}.tar.gz
-Patch0:         pathx-whitespace-ea010d8.patch
 
 # Format of the patch name is augeas-VERSION-NUMBER-HASH where VERSION
 # gives the first version where this patch was applied, NUMBER orders patches
@@ -49,7 +48,6 @@ The libraries for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static
@@ -92,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Mon Jul 25 2011 David Lutterkort <lutter at redhat.com> - 0.9.0-1
+- New version; removed patch pathx-whitespace-ea010d8
+
 * Tue May  3 2011 David Lutterkort <lutter at redhat.com> - 0.8.1-2
 - Add patch pathx-whitespace-ea010d8.patch to fix BZ 700608
 
diff --git a/sources b/sources
index d5f3d79..ce7f2db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62d47bdc60e175f93aed3b81cb8e2785  augeas-0.8.1.tar.gz
+5ef0ce53ce4c75f59ab2523506731084  augeas-0.9.0.tar.gz


More information about the scm-commits mailing list