[augeas/f14/master] Version 0.7.3

David Lutterkort lutter at fedoraproject.org
Sat Aug 7 00:36:27 UTC 2010


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

    Version 0.7.3

 .gitignore  |    1 +
 augeas.spec |   28 +++++-----------------------
 sources     |    1 +
 3 files changed, 7 insertions(+), 23 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 b45edd0..75c6df7 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,24 +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-0c43ca0f.patch
-Patch1:         augeas-0.7.2-02-6c713a08.patch
-Patch2:         augeas-0.7.2-03-984ff1b8.patch
-Patch3:         augeas-0.7.2-04-218003a8.patch
-Patch4:         augeas-0.7.2-05-21d39d66.patch
-Patch5:         augeas-0.7.2-06-11b85805.patch
-Patch6:         augeas-0.7.2-07-72c636de.patch
-Patch7:         augeas-0.7.2-08-0695bdd0.patch
-Patch8:         augeas-0.7.2-09-5ee81630.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  readline-devel libselinux-devel
@@ -55,15 +43,6 @@ The libraries for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
 
 %build
 %configure --disable-static
@@ -106,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
+
 * Tue Jun 29 2010 David Lutterkort <lutter at redhat.com> - 0.7.2-2
 - Patches based on upstream fix for BZ 600141
 
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