From e7d2b48c4f7ab94c860e84aa269f83a92a2d4ff8 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Fri, 4 Jan 2013 12:42:13 -0800 Subject: [PATCH] Version 1.0.0 --- .gitignore | 1 + augeas.spec | 15 +++++---------- sources | 2 +- 3 files changed, 7 insertions(+), 11 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 b0f4212..55ccd0e 100644 --- a/augeas.spec +++ b/augeas.spec @@ -1,6 +1,6 @@ Name: augeas -Version: 0.10.0 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: A library for changing configuration files Group: System Environment/Libraries @@ -8,14 +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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -53,9 +48,6 @@ The libraries for %{name}. %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 %build %configure --disable-static @@ -98,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/augeas.pc %changelog +* Fri Jan 4 2013 David Lutterkort - 1.0.0-1 +- New version; remove all patches + * Wed Jul 18 2012 Fedora Release Engineering - 0.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 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