[augeas/f18] Version 1.0.0

David Lutterkort lutter at fedoraproject.org
Fri Jan 4 20:57:46 UTC 2013


commit 24eaa8c25dcf9edb0e96013b7a7bd668a5e98990
Author: David Lutterkort <lutter at redhat.com>
Date:   Fri Jan 4 12:42:13 2013 -0800

    Version 1.0.0

 .gitignore  |    1 +
 augeas.spec |   18 +++++-------------
 sources     |    2 +-
 3 files changed, 7 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 256144f..f241b36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /augeas-0.8.1.tar.gz
 /augeas-0.9.0.tar.gz
 /augeas-0.10.0.tar.gz
+/augeas-1.0.0.tar.gz
diff --git a/augeas.spec b/augeas.spec
index 17c978c..cfcb0e2 100644
--- a/augeas.spec
+++ b/augeas.spec
@@ -1,6 +1,6 @@
 Name:           augeas
-Version:        0.10.0
-Release:        5%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        A library for changing configuration files
 
 Group:          System Environment/Libraries
@@ -8,16 +8,9 @@ License:        LGPLv2+
 URL:            http://augeas.net/
 Source0:        http://augeas.net/download/%{name}-%{version}.tar.gz
 
-# Patch to resolve missing libxml2 requirement in augeas.pc.
-Patch0:         0001-pkg-config-Augeas-requires-libxml2.patch
-
 # 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
-Patch1:         augeas-0.10.0-01-055382d8.patch
-Patch2:         augeas-0.10.0-02-075f8d35.patch
-# Patch gnulib to not use gets
-Patch3:         augeas-0.10.0-03-no-gets.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -55,10 +48,6 @@ The libraries for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %configure --disable-static
@@ -101,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/augeas.pc
 
 %changelog
+* Fri Jan  4 2013 David Lutterkort <lutter at redhat.com> - 1.0.0-1
+- New version; remove all patches
+
 * Thu Aug  9 2012 David Lutterkort <lutter at redhat.com> - 0.10.0-5
 - Add patch augeas-0.10.0-03-no-gets; FTBFS on F18 if gets is mentioned
 
diff --git a/sources b/sources
index de37a7c..2fde05b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe1834e90a066c3208ac0214622c7352  augeas-0.10.0.tar.gz
+82131019432ecf8102e1491610ad2dd1  augeas-1.0.0.tar.gz


More information about the scm-commits mailing list