[augeas/el5/master] Version 0.7.3

David Lutterkort lutter at fedoraproject.org
Sat Aug 7 00:37:43 UTC 2010


commit 1239e38f242c6881bf0c1b975b6b4e6563fb4c8c
Author: David Lutterkort <lutter at redhat.com>
Date:   Fri Aug 6 17:23:26 2010 -0700

    Version 0.7.3

 .gitignore  |    1 +
 augeas.spec |   12 +++++-------
 sources     |    1 +
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14fa5d7..a92261f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 augeas-0.7.2.tar.gz
+augeas-0.7.3.tar.gz
diff --git a/augeas.spec b/augeas.spec
index e7d055d..646afea 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,16 +1,12 @@
 Name:           augeas
-Version:        0.7.2
-Release:        2%{?dist}
+Version:        0.7.3
+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
-Patch0:         augeas-0.7.2-01-7ac49e29.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  readline-devel libselinux-devel
@@ -47,7 +43,6 @@ The libraries for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --disable-static
@@ -90,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Fri Aug  6 2010 David Lutterkort <lutter at redhat.com> - 0.7.3-1
+- Remove upstream patches
+
 * Fri Jul  2 2010 Matthew Booth <mbooth at redhat.com> - 0.7.2-2
 - Add lens for grub's device.map
 
diff --git a/sources b/sources
index faea095..6e90823 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 0fe232b7f37a6e468e81019895fd01f4  augeas-0.7.2.tar.gz
+d907943fc21c2d1db5dc8d97ec02a9e5  augeas-0.7.3.tar.gz


More information about the scm-commits mailing list