diff --git a/.cvsignore b/.cvsignore index b203c27..07b3c3d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,3 +9,4 @@ ldns-1.6.1.tar.gz ldns-1.6.2.tar.gz ldns-1.6.3.tar.gz ldns-1.6.4.tar.gz +ldns-1.6.5.tar.gz diff --git a/ldns.spec b/ldns.spec index 1010d35..d41fb1e 100644 --- a/ldns.spec +++ b/ldns.spec @@ -7,17 +7,15 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns -Version: 1.6.4 -Release: 2%{?dist} +Version: 1.6.5 +Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/%{name}/ -Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz +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 -Patch1: ldns-installfix-r3167.patch -Patch2: ldns-rpathfix.patch %if %{with_python} BuildRequires: python-devel, swig @@ -50,13 +48,11 @@ Python extensions for ldns %prep %setup -q -%patch1 -%patch2 # To built svn snapshots -rm config.guess config.sub ltmain.sh -aclocal -libtoolize -c --install -autoreconf --install +#rm config.guess config.sub ltmain.sh +#aclocal +#libtoolize -c --install +#autoreconf --install %build %configure --disable-rpath --disable-static --with-sha2 \ @@ -129,6 +125,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Tue Jun 15 2010 Paul Wouters - 1.6.5-1 +- Updated to 1.6.5 + * Fri Jan 22 2010 Paul Wouters - 1.6.4-2 - Fix missing _ldns.so causing ldns-python to not work - Patch for installing ldns-python files diff --git a/sources b/sources index 772a9fe..008d7b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6747d7bd96552ee5d8943f3abb24815f ldns-1.6.4.tar.gz +ab41a641a0416908e03e63631f527c4a ldns-1.6.5.tar.gz