[augeas] Update to version 0.7.4

Matthew Booth mdbooth at fedoraproject.org
Mon Nov 22 09:36:05 UTC 2010


commit 27e45fb286b8fcfc6fd2a38e6cf336d10af294f9
Author: Matthew Booth <mbooth at redhat.com>
Date:   Mon Nov 22 09:34:28 2010 +0000

    Update to version 0.7.4

 .gitignore                                         |    1 +
 ...-c17cd53d8d4a643e4f7277da37d21dc3bade5ed6.patch |   62 --------------------
 augeas.spec                                        |   18 +++---
 sources                                            |    2 +-
 4 files changed, 12 insertions(+), 71 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69bcda5..d6945f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 augeas-0.7.3.tar.gz
+/augeas-0.7.4.tar.gz
diff --git a/augeas.spec b/augeas.spec
index e25b1f6..f665e7a 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,21 +1,22 @@
 Name:           augeas
-Version:        0.7.3
-Release:        2%{?dist}
+Version:        0.7.4
+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
+
+# 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
 Requires:       %{name}-libs = %{version}-%{release}
 
-# Upstream patch proposed to fix GCC optimization bug:
-# https://bugzilla.redhat.com/show_bug.cgi?id=651992
-Patch0:         augeas.git-c17cd53d8d4a643e4f7277da37d21dc3bade5ed6.patch
-
 %description
 A library for programmatically editing configuration files. Augeas parses
 configuration files into a tree structure, which it exposes through its
@@ -48,8 +49,6 @@ The libraries for %{name}.
 %prep
 %setup -q
 
-%patch0 -p1
-
 %build
 %configure --disable-static
 make %{?_smp_mflags}
@@ -91,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
+
 * Thu Nov 18 2010 Richard W.M. Jones <rjones at redhat.com> - 0.7.3-2
 - Upstream patch proposed to fix GCC optimization bug (RHBZ#651992).
 
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