Version 0.8.1
This commit is contained in:
parent
e2458779fe
commit
f3022b54dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/augeas-0.8.1.tar.gz
|
||||
/augeas-0.9.0.tar.gz
|
||||
|
@ -1,13 +1,12 @@
|
||||
Name: augeas
|
||||
Version: 0.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for changing configuration files
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://augeas.net/
|
||||
Source0: http://augeas.net/download/%{name}-%{version}.tar.gz
|
||||
Patch0: pathx-whitespace-ea010d8.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
|
||||
@ -49,7 +48,6 @@ The libraries for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -92,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/augeas.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jul 25 2011 David Lutterkort <lutter@redhat.com> - 0.9.0-1
|
||||
- New version; removed patch pathx-whitespace-ea010d8
|
||||
|
||||
* Tue May 3 2011 David Lutterkort <lutter@redhat.com> - 0.8.1-2
|
||||
- Add patch pathx-whitespace-ea010d8.patch to fix BZ 700608
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user