[augeas/f14/master] Update to version 0.7.4

Matthew Booth mdbooth at fedoraproject.org
Mon Nov 22 09:30:33 UTC 2010


commit f182b682f1ad931b71c241954d2ab2b2adc52b34
Author: Matthew Booth <mbooth at redhat.com>
Date:   Mon Nov 22 09:29:58 2010 +0000

    Update to version 0.7.4

 .gitignore                     |    1 +
 augeas-0.7.3-01-c17cd53d.patch |   57 ----------------------------------------
 augeas.spec                    |   11 ++++---
 sources                        |    2 +-
 4 files changed, 8 insertions(+), 63 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 3793b48..b44fbef 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,17 +1,16 @@
 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
-# Fix crasher in ast.c:dict_pos on i686 with gcc 4.5 and -O2
-Patch0:         augeas-0.7.3-01-c17cd53d.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -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 Nov 22 2010 Matthew Booth <mbooth at redhat.com> - 0.7.4-1
+- Update to version 0.7.4
+
 * Thu Nov 18 2010 Matthew Booth <mbooth at redhat.com> - 0.7.3-2
 - Fix crasher on i686 when compiled with gcc 4.5 (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