From d0b59c3fa6c4fe541884188e35e761053050095f Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mon, 30 Jun 2008 03:54:24 +0000 Subject: [PATCH] merged in changelog entry from autorebuild --- ldns.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ldns.spec b/ldns.spec index a21c5e5..1fa5bd0 100644 --- a/ldns.spec +++ b/ldns.spec @@ -1,10 +1,10 @@ Summary: Lowlevel DNS(SEC) library with API Name: ldns -Version: 1.2.2 -Release: 3%{?dist} +Version: 1.3.0 +Release: 1%{?dist} License: BSD -Url: http://open.nlnetlabs.nl/%{name}/ -Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz +Url: http://www.nlnetlabs.nl/%{name}/ +Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen, perl libpcap-devel @@ -64,7 +64,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%{_libdir}/libldns*so +%{_libdir}/libldns*so.* %{_bindir}/drill %{_bindir}/ldns-* %{_bindir}/ldnsd @@ -74,6 +74,7 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root,-) %{_libdir}/libldns.a +%{_libdir}/libldns*so %dir %{_includedir}/ldns %{_includedir}/ldns/*.h %doc doc Changelog README @@ -83,6 +84,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Wed May 28 2008 Paul Wouters - 1.3.0-1 +- Updated to latest release + * Tue Feb 19 2008 Fedora Release Engineering - 1.2.2-3 - Autorebuild for GCC 4.3