diff --git a/.cvsignore b/.cvsignore index a999b25..bb1f101 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -augeas-0.5.2.tar.gz +augeas-0.5.3.tar.gz diff --git a/augeas.spec b/augeas.spec index 0a6f8a1..e550ad6 100644 --- a/augeas.spec +++ b/augeas.spec @@ -1,6 +1,6 @@ Name: augeas -Version: 0.5.2 -Release: 2%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: A library for changing configuration files Group: System Environment/Libraries @@ -12,9 +12,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel libselinux-devel Requires: %{name}-libs = %{version}-%{release} -# This xorg.aug is upstream, but unreleased as of augeas-0.5.2 -Source1: xorg.aug - %description A library for programmatically editing configuration files. Augeas parses configuration files into a tree structure, which it exposes through its @@ -56,9 +53,6 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -# Replace xorg lens with new version from upstream -install -D %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/dist/xorg.aug - %clean rm -rf $RPM_BUILD_ROOT @@ -87,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/augeas.pc %changelog +* Mon Sep 14 2009 David Lutterkort - 0.5.3-1 +- Remove separate xorg.aug, included in upstream source + * Tue Aug 25 2009 Matthew Booth - 0.5.2-2 - Include new xorg lens from upstream diff --git a/sources b/sources index 45779c3..370b1c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83937c683999d7f53d91df56750e3b66 augeas-0.5.2.tar.gz +7bec933b3f3c01d24955fb5b1fc5aac9 augeas-0.5.3.tar.gz