From 0a724f87dcf508a066d7805886c34ab895d56f34 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Thu, 29 Nov 2007 18:15:14 +0000 Subject: [PATCH] upgraded to new release. --- .cvsignore | 1 + ldns.spec | 11 +++++------ sources | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index d0b12dc..a28c212 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ ldns-1.2.1.tar.gz +ldns-1.2.2.tar.gz diff --git a/ldns.spec b/ldns.spec index 05b0f25..988f969 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,12 +1,11 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns -Version: 1.2.1 -Release: 4%{?dist} +Version: 1.2.2 +Release: 1%{?dist} License: BSD Url: http://open.nlnetlabs.nl/%{name}/ Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz Group: System Environment/Libraries -Patch0: ldns_1.2.1_origin.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen, perl libpcap-devel @@ -26,7 +25,6 @@ The devel package contains the ldns library and the include files %prep %setup -q -%patch0 # To built svn snapshots #rm config.guess config.sub ltmain.sh #libtoolize @@ -35,8 +33,6 @@ The devel package contains the ldns library and the include files %configure --disable-rpath %build -# try to fix racing ln statements in paralell build -sed -i 's/ln -s/ln -sf/g' Makefile make %{?_smp_mflags} (cd drill ; %configure --disable-rpath --with-ldns=../ldns/) @@ -87,6 +83,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Thu Nov 29 2007 Paul Wouters - 1.2.2-1 +- Upgraded to 1.2.2. Removed no longer needed race workaround + * Tue Nov 13 2007 Paul Wouters - 1.2.1-4 - Try to fix racing ln -s statements in parallel builds diff --git a/sources b/sources index 4a4161f..8602b6c 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ bbb987f1aa4b23a1faed58dc7930dbf0 ldns-1.2.1.tar.gz +cba5e061b66377ceb25e2309d2cf17f3 ldns-1.2.2.tar.gz