[augeas/el5/master] Update to version 0.7.4

Matthew Booth mdbooth at fedoraproject.org
Mon Nov 22 10:03:57 UTC 2010


commit a7aaa5ce207d048247596ff5a6543d10cc72ddcb
Author: Matthew Booth <mbooth at redhat.com>
Date:   Mon Nov 22 10:00:41 2010 +0000

    Update to version 0.7.4

 .gitignore  |    1 +
 augeas.spec |   10 +++++++++-
 sources     |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a92261f..bf35a22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 augeas-0.7.2.tar.gz
 augeas-0.7.3.tar.gz
+/augeas-0.7.4.tar.gz
diff --git a/augeas.spec b/augeas.spec
index 646afea..2f714ac 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,5 +1,5 @@
 Name:           augeas
-Version:        0.7.3
+Version:        0.7.4
 Release:        1%{?dist}
 Summary:        A library for changing configuration files
 
@@ -7,6 +7,11 @@ Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://augeas.net/
 Source0:        http://augeas.net/download/%{name}-%{version}.tar.gz
+
+# Format of the patch name is augeas-VERSION-NUMBER-HASH where VERSION
+# gives the first version where this patch was applied, NUMBER orders patches
+# against the same version, and HASH is the git commit hash from upstream
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  readline-devel libselinux-devel
@@ -85,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Mon Nov 22 2010 Matthew Booth <mbooth at redhat.com> - 0.7.4-1
+- Update to version 0.7.4
+
 * Fri Aug  6 2010 David Lutterkort <lutter at redhat.com> - 0.7.3-1
 - Remove upstream patches
 
diff --git a/sources b/sources
index 712abef..f46915e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d907943fc21c2d1db5dc8d97ec02a9e5  augeas-0.7.3.tar.gz
+e3ddce5305a15bdb876ef7feec9214d1  augeas-0.7.4.tar.gz


More information about the scm-commits mailing list