[augeas/f16] Version 0.10.0

David Lutterkort lutter at fedoraproject.org
Fri Dec 2 23:20:57 UTC 2011


commit afec3393124891c5ab1fe5d2e42cf95917934511
Author: David Lutterkort <lutter at redhat.com>
Date:   Fri Dec 2 15:04:57 2011 -0800

    Version 0.10.0

 .gitignore                     |    1 +
 augeas-0.9.0-00-b82149e2.patch |  393 ----------------------------------------
 augeas-0.9.0-01-f591ddde.patch |  173 ------------------
 augeas-0.9.0-02-7f92c1be.patch |  149 ---------------
 augeas-0.9.0-03-59d5c537.patch |   19 --
 augeas.spec                    |   21 +--
 sources                        |    2 +-
 7 files changed, 8 insertions(+), 750 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53d4241..256144f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /augeas-0.8.1.tar.gz
 /augeas-0.9.0.tar.gz
+/augeas-0.10.0.tar.gz
diff --git a/augeas.spec b/augeas.spec
index 75719ba..94f8c9a 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,6 +1,6 @@
 Name:           augeas
-Version:        0.9.0
-Release:        2%{?dist}
+Version:        0.10.0
+Release:        1%{?dist}
 Summary:        A library for changing configuration files
 
 Group:          System Environment/Libraries
@@ -12,15 +12,9 @@ Source0:        http://augeas.net/download/%{name}-%{version}.tar.gz
 # 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.9.0-00-b82149e2.patch
-Patch1:         augeas-0.9.0-01-f591ddde.patch
-Patch2:         augeas-0.9.0-02-7f92c1be.patch
-Patch3:         augeas-0.9.0-03-59d5c537.patch
-Patch4:         mdadm_conf-test.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  readline-devel libselinux-devel
+BuildRequires:  readline-devel libselinux-devel libxml2-devel
 Requires:       %{name}-libs = %{version}-%{release}
 
 %description
@@ -55,12 +49,6 @@ The libraries for %{name}.
 %prep
 %setup -q
 
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-
 %build
 %configure --disable-static
 make %{?_smp_mflags}
@@ -102,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Fri Dec  2 2011 David Lutterkort <lutter at redhat.com> - 0.10.0-1
+- Remove all patches as they are included upstream
+
 * Fri Nov 25 2011 Matthew Booth <mbooth at redhat.com> - 0.9.0-2
 - Include mdadm_conf lens from upstream
 
diff --git a/sources b/sources
index ce7f2db..de37a7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ef0ce53ce4c75f59ab2523506731084  augeas-0.9.0.tar.gz
+fe1834e90a066c3208ac0214622c7352  augeas-0.10.0.tar.gz


More information about the scm-commits mailing list