[augeas/f15] Version 0.10.0

David Lutterkort lutter at fedoraproject.org
Fri Dec 2 23:21:00 UTC 2011


commit 85ea3220f3be68cc9eb61d83a848b20be265a76a
Author: David Lutterkort <lutter at redhat.com>
Date:   Fri Dec 2 15:04:57 2011 -0800

    Version 0.10.0

 .gitignore                     |    1 +
 augeas.spec                    |    7 ++-
 pathx-whitespace-ea010d8.patch |  147 ----------------------------------------
 sources                        |    2 +-
 4 files changed, 7 insertions(+), 150 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53d4241..256144f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /augeas-0.8.1.tar.gz
 /augeas-0.9.0.tar.gz
+/augeas-0.10.0.tar.gz
diff --git a/augeas.spec b/augeas.spec
index 3d0077d..2efa21b 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,5 +1,5 @@
 Name:           augeas
-Version:        0.9.0
+Version:        0.10.0
 Release:        1%{?dist}
 Summary:        A library for changing configuration files
 
@@ -14,7 +14,7 @@ Source0:        http://augeas.net/download/%{name}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  readline-devel libselinux-devel
+BuildRequires:  readline-devel libselinux-devel libxml2-devel
 Requires:       %{name}-libs = %{version}-%{release}
 
 %description
@@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Fri Dec  2 2011 David Lutterkort <lutter at redhat.com> - 0.10.0-1
+- New version
+
 * Mon Jul 25 2011 David Lutterkort <lutter at redhat.com> - 0.9.0-1
 - New version; removed patch pathx-whitespace-ea010d8
 
diff --git a/sources b/sources
index ce7f2db..de37a7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ef0ce53ce4c75f59ab2523506731084  augeas-0.9.0.tar.gz
+fe1834e90a066c3208ac0214622c7352  augeas-0.10.0.tar.gz


More information about the scm-commits mailing list