* Wed Jun 08 2011 Paul Wouters <paul@xelerance.com> - 1.6.10-1

- Upodated to 1.6.10
- Commented out dependancies that are only needed for snapshots
This commit is contained in:
Paul Wouters 2011-06-08 15:56:17 -04:00
parent dca6840097
commit 69af9e0322
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ ldns-1.6.5.tar.gz
ldns-1.6.6.tar.gz
/ldns-1.6.8.tar.gz
/ldns-1.6.9.tar.gz
/ldns-1.6.10.tar.gz

View File

@ -7,15 +7,16 @@
Summary: Lowlevel DNS(SEC) library with API
Name: ldns
Version: 1.6.9
Version: 1.6.10
Release: 1%{?dist}
License: BSD
Url: http://www.nlnetlabs.nl/%{name}/
Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
BuildRequires: perl, libpcap-devel, openssl-devel
BuildRequires: perl, libpcap-devel, openssl-devel, gcc-c++, doxygen,
# for snapshots only
# BuildRequires: libtool, autoconf, automake
%if %{with_python}
BuildRequires: python-devel, swig
@ -124,6 +125,10 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Wed Jun 08 2011 Paul Wouters <paul@xelerance.com> - 1.6.10-1
- Upodated to 1.6.10
- Commented out dependancies that are only needed for snapshots
* Sun Mar 27 2011 Paul Wouters <paul@xelerance.com> - 1.6.9-1
- Updated to 1.6.9

View File

@ -1 +1,2 @@
fc9db99cfe7c9d7f86da8f53efdbbbd6 ldns-1.6.9.tar.gz
fadf8e38fbd2d3434a2c46097d9932d5 ldns-1.6.10.tar.gz