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 ceaab08..d20d27a 100644 --- a/augeas.spec +++ b/augeas.spec @@ -1,6 +1,6 @@ Name: augeas -Version: 0.10.0 -Release: 3%{?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 + * Tue Jan 10 2012 David Lutterkort - 0.10.0-3 - Add patches for bugs 247 and 248 (JSON lens) 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