From 301871a420d1a597417d862defd37f3a8abcbac2 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Fri, 6 Jan 2006 01:05:03 +0000 Subject: [PATCH] auto-import ldns-1.0.1-1 on branch devel from ldns-1.0.1-1.src.rpm --- .cvsignore | 2 +- ldns.spec | 15 +++++++-------- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index e7ccc2f..e6134d0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ldns-1.0.0.tar.gz +ldns-1.0.1.tar.gz diff --git a/ldns.spec b/ldns.spec index a7f73d3..7f0c9ff 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,7 +1,7 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns -Version: 1.0.0 -Release: 8%{?dist} +Version: 1.0.1 +Release: 1%{?dist} License: BSD Url: http://open.nlnetlabs.nl/%{name}/ Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz @@ -25,13 +25,9 @@ The devel package contains the ldns library and the include files %prep %setup -q -# only for 1.0.0, since upstream left .o files in release and 'make clean' -# won't work without the Makefile. -rm drill/*.o -rm config.sub config.guess -libtoolize -autoreconf +#libtoolize +#autoreconf %configure @@ -81,6 +77,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Thu Dec 5 2006 Paul Wouters 1.0.1-1 +- Upgraded to 1.0.1. Removed temporary clean hack from spec file. + * Sun Dec 18 2005 Paul Wouters 1.0.0-8 - Cannot use make clean because there are no Makefiles. Use hardcoded rm. diff --git a/sources b/sources index 4a3eab8..d834e76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf8ff0868cacd2d4487ed1e28ea6c239 ldns-1.0.0.tar.gz +39210ff3bb2673d57e024f7908d31be5 ldns-1.0.1.tar.gz