Version 1.0.0

This commit is contained in:
David Lutterkort 2013-01-04 12:42:13 -08:00
parent e83d12b0f1
commit e7d2b48c4f
3 changed files with 7 additions and 11 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <lutter@redhat.com> - 1.0.0-1
- New version; remove all patches
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
fe1834e90a066c3208ac0214622c7352 augeas-0.10.0.tar.gz
82131019432ecf8102e1491610ad2dd1 augeas-1.0.0.tar.gz