From e4d2e56237a946f05689c3c14bcac0762da0dddd Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Mon, 11 Oct 2004 21:31:14 +0000 Subject: [PATCH] #119983 0.48 fixes bugs --- .cvsignore | 1 + perl-Net-DNS.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2e6ddbb..e2962dd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ Net-DNS-0.45.tar.gz +Net-DNS-0.48.tar.gz diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index 2e4c90b..87d6d3d 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,10 +1,10 @@ %define _use_internal_dependency_generator 0 Name: perl-Net-DNS -Version: 0.45 -Release: 4 +Version: 0.48 +Release: 1 Summary: Net-DNS Perl module -License: distributable +License: Distributable Group: Development/Libraries URL: http://search.cpan.org/search?mode=module&query=Net%3a%3aDNS BuildRoot: %{_tmppath}/%{name}-root @@ -12,6 +12,7 @@ BuildRequires: perl >= 0:5.00503 Source0: Net-DNS-%{version}.tar.gz Source1: filter-depends.sh BuildRequires: perl-Digest-HMAC +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %define __find_requires %{SOURCE1} @@ -34,8 +35,8 @@ make test || : %clean rm -rf $RPM_BUILD_ROOT -%install +%install rm -rf $RPM_BUILD_ROOT eval `perl '-V:installarchlib'` mkdir -p $RPM_BUILD_ROOT/$installarchlib @@ -58,6 +59,9 @@ fi %defattr(-,root,root) %changelog +* Mon Oct 11 2004 Warren Togami 0.48-1 +- #119983 0.48 fixes bugs + * Wed Sep 22 2004 Chip Turner 0.45-4 - rebuild diff --git a/sources b/sources index 335ece0..2ca47cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -038d5ca2ca91560d3c74eb491e14dc1c Net-DNS-0.45.tar.gz +bd5bab1de250b947a3f00148d426f2e2 Net-DNS-0.48.tar.gz