From 69af9e0322adcca6a71e5be804ea6ecefd72c97f Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Wed, 8 Jun 2011 15:56:17 -0400 Subject: [PATCH] * Wed Jun 08 2011 Paul Wouters - 1.6.10-1 - Upodated to 1.6.10 - Commented out dependancies that are only needed for snapshots --- .gitignore | 1 + ldns.spec | 11 ++++++++--- sources | 1 + 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 82e996e..a8fb770 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ldns.spec b/ldns.spec index dd2d831..6785a8a 100644 --- a/ldns.spec +++ b/ldns.spec @@ -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 - 1.6.10-1 +- Upodated to 1.6.10 +- Commented out dependancies that are only needed for snapshots + * Sun Mar 27 2011 Paul Wouters - 1.6.9-1 - Updated to 1.6.9 diff --git a/sources b/sources index d0685ab..5de8091 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ fc9db99cfe7c9d7f86da8f53efdbbbd6 ldns-1.6.9.tar.gz +fadf8e38fbd2d3434a2c46097d9932d5 ldns-1.6.10.tar.gz