Blame SPECS/perl-Net-DNS.spec

Packit 0ac153
Name:          perl-Net-DNS
Packit 0ac153
Version:       1.15
Packit 0ac153
Release:       1%{?dist}
Packit 0ac153
Summary:       DNS resolver modules for Perl
Packit 0ac153
# lib/Net/DNS/RR/RT.pm: GPL+ or Artistic
Packit 0ac153
License:       (GPL+ or Artistic) and MIT
Packit 0ac153
Group:         Development/Libraries
Packit 0ac153
URL:           http://www.net-dns.org/
Packit 0ac153
Source0:       http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-%{version}.tar.gz
Packit 0ac153
BuildArch:     noarch
Packit 0ac153
# Build
Packit 0ac153
BuildRequires: coreutils
Packit 0ac153
BuildRequires: findutils
Packit 0ac153
BuildRequires: glibc-common
Packit 0ac153
BuildRequires: make
Packit 0ac153
BuildRequires: sed
Packit 0ac153
BuildRequires: perl-generators
Packit 0ac153
BuildRequires: perl-interpreter
Packit 0ac153
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
Packit 0ac153
BuildRequires: perl(Getopt::Long)
Packit 0ac153
BuildRequires: perl(IO::Socket)
Packit 0ac153
# Runtime
Packit 0ac153
BuildRequires: perl(base)
Packit 0ac153
BuildRequires: perl(Carp)
Packit 0ac153
# Config not used
Packit 0ac153
BuildRequires: perl(constant)
Packit 0ac153
BuildRequires: perl(Data::Dumper)
Packit 0ac153
%if ! (0%{?rhel} >= 7)
Packit 0ac153
# Digest::BubbleBabble is optional
Packit 0ac153
BuildRequires: perl(Digest::BubbleBabble)
Packit 0ac153
%endif
Packit 0ac153
# Digest::GOST is optional and intentionally unavailable
Packit 0ac153
# Digest::GOST::CryptoPro is optional and intentionally unavailable
Packit 0ac153
BuildRequires: perl(Digest::HMAC) >= 1.03
Packit 0ac153
BuildRequires: perl(Digest::MD5) >= 2.13
Packit 0ac153
BuildRequires: perl(Digest::SHA) >= 5.23
Packit 0ac153
BuildRequires: perl(Encode)
Packit 0ac153
BuildRequires: perl(Exporter)
Packit 0ac153
BuildRequires: perl(File::Spec)
Packit 0ac153
BuildRequires: perl(FileHandle)
Packit 0ac153
BuildRequires: perl(integer)
Packit 0ac153
BuildRequires: perl(IO::File)
Packit 0ac153
# IO::Select is not used
Packit 0ac153
BuildRequires: perl(IO::Socket::INET)
Packit 0ac153
# IO::Socket::INET6 is optional
Packit 0ac153
BuildRequires: perl(MIME::Base64) >= 2.11
Packit 0ac153
# Net::LibIDN is optional
Packit 0ac153
# Net::LibIDN2 is optional
Packit 0ac153
BuildRequires: perl(overload)
Packit 0ac153
# PerlIO is optional
Packit 0ac153
# Scalar::Util is optional
Packit 0ac153
BuildRequires: perl(Socket)
Packit 0ac153
BuildRequires: perl(strict)
Packit 0ac153
BuildRequires: perl(Time::Local)
Packit 0ac153
BuildRequires: perl(warnings)
Packit 0ac153
# Win32::IPHelper is not needed
Packit 0ac153
# Win32::TieRegistry is not needed
Packit 0ac153
# Tests only
Packit 0ac153
BuildRequires: perl(File::Find)
Packit 0ac153
BuildRequires: perl(Test::Builder)
Packit 0ac153
BuildRequires: perl(Test::More)
Packit 0ac153
# Optional tests:
Packit 0ac153
BuildRequires: perl(Test::Pod) >= 1.45
Packit 0ac153
Requires:      perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
Packit 0ac153
Requires:      perl(Data::Dumper)
Packit 0ac153
Requires:      perl(Digest::HMAC) >= 1.03
Packit 0ac153
Requires:      perl(Digest::MD5) >= 2.13
Packit 0ac153
Requires:      perl(Digest::SHA) >= 5.23
Packit 0ac153
Requires:      perl(Encode)
Packit 0ac153
Requires:      perl(MIME::Base64) >= 2.11
Packit 0ac153
Packit 0ac153
%{?perl_default_filter}
Packit 0ac153
Packit 0ac153
# Do not export under-specified dependencies
Packit 0ac153
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Digest::HMAC\\)$
Packit 0ac153
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Digest::MD5\\)$
Packit 0ac153
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Digest::SHA\\)$
Packit 0ac153
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(MIME::Base64\\)$
Packit 0ac153
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(CONFIG\\)$
Packit 0ac153
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(OS_CONF\\)$
Packit 0ac153
# Do not export under-specified provides
Packit 0ac153
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::Text)\\)$
Packit 0ac153
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::RR::OPT)\\)$
Packit 0ac153
Packit 0ac153
%description
Packit 0ac153
Net::DNS is a collection of Perl modules that act as a Domain Name System
Packit 0ac153
(DNS) resolver. It allows the programmer to perform DNS queries that are
Packit 0ac153
beyond the capabilities of gethostbyname and gethostbyaddr.
Packit 0ac153
Packit 0ac153
The programmer should be somewhat familiar with the format of a DNS packet and
Packit 0ac153
its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
Packit 0ac153
Packit 0ac153
%package Nameserver
Packit 0ac153
Summary:        DNS server for Perl
Packit 0ac153
Group:          Development/Libraries
Packit 0ac153
License:        GPL+ or Artistic
Packit 0ac153
Packit 0ac153
%description Nameserver
Packit 0ac153
Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
Packit 0ac153
Packit 0ac153
%prep
Packit 0ac153
%setup -q -n Net-DNS-%{version} 
Packit 0ac153
chmod -x demo/*
Packit 0ac153
sed -i -e '1 s,^#!/usr/local/bin/perl,#!%{__perl},' demo/*
Packit 0ac153
for i in Changes; do
Packit 0ac153
    iconv -f iso8859-1 -t utf-8 "$i" > "${i}.conv"
Packit 0ac153
    touch -r "$i" "${i}.iconv"
Packit 0ac153
    mv -f "${i}.conv" "$i"
Packit 0ac153
done
Packit 0ac153
Packit 0ac153
%build
Packit 0ac153
export PERL_MM_USE_DEFAULT=yes
Packit 0ac153
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 --no-online-tests
Packit 0ac153
make %{?_smp_mflags} OPTIMIZE="%{optflags}"
Packit 0ac153
Packit 0ac153
%install
Packit 0ac153
make pure_install DESTDIR=%{buildroot}
Packit 0ac153
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
Packit 0ac153
chmod -R u+w %{buildroot}/*
Packit 0ac153
Packit 0ac153
%check
Packit 0ac153
make test
Packit 0ac153
Packit 0ac153
%files
Packit 0ac153
%doc README Changes demo
Packit 0ac153
%{perl_vendorlib}/Net/
Packit 0ac153
%exclude %{perl_vendorlib}/Net/DNS/Resolver/cygwin.pm
Packit 0ac153
%exclude %{perl_vendorlib}/Net/DNS/Resolver/MSWin32.pm
Packit 0ac153
%{_mandir}/man3/Net::DNS*.3*
Packit 0ac153
%exclude %{_mandir}/man3/Net::DNS::Resolver::cygwin.3*
Packit 0ac153
%exclude %{_mandir}/man3/Net::DNS::Resolver::MSWin32.3*
Packit 0ac153
# perl-Net-DNS-Nameserver
Packit 0ac153
%exclude %{perl_vendorlib}/Net/DNS/Nameserver.pm
Packit 0ac153
%exclude %{_mandir}/man3/Net::DNS::Nameserver*
Packit 0ac153
Packit 0ac153
%files Nameserver
Packit 0ac153
%{perl_vendorlib}/Net/DNS/Nameserver.pm
Packit 0ac153
%{_mandir}/man3/Net::DNS::Nameserver*
Packit 0ac153
Packit 0ac153
%changelog
Packit 0ac153
* Wed Feb 14 2018 Paul Wouters <pwouters@redhat.com> - 1.15
Packit 0ac153
- Resolves rhbz#1544065 Update to 1.15 - Maintenance only
Packit 0ac153
Packit 0ac153
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14-2
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Tue Dec 26 2017 Paul Wouters <pwouters@redhat.com> - 1.14-1
Packit 0ac153
- Updated to 1.14
Packit 0ac153
Packit 0ac153
* Tue Oct 31 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.13-1
Packit 0ac153
- Updated to 1.13
Packit 0ac153
Packit 0ac153
* Fri Aug 18 2017 Paul Wouters <pwouters@redhat.com> - 1.12-1
Packit 0ac153
- Updated to 1.12
Packit 0ac153
Packit 0ac153
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-3
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.10-2
Packit 0ac153
- Perl 5.26 rebuild
Packit 0ac153
Packit 0ac153
* Tue May 09 2017 Paul Wouters <pwouters@redhat.com> - 1.10-1
Packit 0ac153
- Resolves: rhbz#1448614 perl-Net-DNS-1.10 is available
Packit 0ac153
Packit 0ac153
* Tue Apr 11 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-1
Packit 0ac153
- 1.09 bump
Packit 0ac153
Packit 0ac153
* Tue Mar 21 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.08-1
Packit 0ac153
- 1.08 bump
Packit 0ac153
Packit 0ac153
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-2
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Sun Jan 01 2017 Paul Wouters <pwouters@redhat.com> - 1.07-1
Packit 0ac153
- Update to 1.07 (Net::DNS::Nameserver EDNS reply fixes, Net::DNS::Zonefile parse fixes)
Packit 0ac153
Packit 0ac153
* Wed Jun 01 2016 Paul Wouters <pwouters@redhat.com> - 1.06-3
Packit 0ac153
- Remove dependancy on perl-Net-DNS-SEC (required code was moved in here)
Packit 0ac153
Packit 0ac153
* Tue May 31 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.06-2
Packit 0ac153
- Remove OS_CONF from requires
Packit 0ac153
Packit 0ac153
* Mon May 30 2016 Paul Wouters <pwouters@redhat.com> - 1.06-1
Packit 0ac153
- Update to 1.06 (rhbz#1315525)
Packit 0ac153
Packit 0ac153
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-5
Packit 0ac153
- Perl 5.24 re-rebuild of bootstrapped packages
Packit 0ac153
Packit 0ac153
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-4
Packit 0ac153
- Perl 5.24 rebuild
Packit 0ac153
Packit 0ac153
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.04-3
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Thu Dec 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-2
Packit 0ac153
- Filter perl(CONFIG) from requires
Packit 0ac153
Packit 0ac153
* Thu Dec 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.04-1
Packit 0ac153
- 1.04 bump
Packit 0ac153
Packit 0ac153
* Tue Oct 20 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.02-1
Packit 0ac153
- 1.02 bump
Packit 0ac153
Packit 0ac153
* Mon Sep 21 2015 Petr Pisar <ppisar@redhat.com> - 1.01-3
Packit 0ac153
- Build-require Time::Local (bug #1264751)
Packit 0ac153
Packit 0ac153
* Tue Sep 01 2015 Petr Pisar <ppisar@redhat.com> - 1.01-2
Packit 0ac153
- Break build cycle: perl-Net-DNS-SEC → perl-Net-DNS → perl-Net-DNS-SEC
Packit 0ac153
Packit 0ac153
* Fri Aug 07 2015 Petr Šabata <contyk@redhat.com> - 1.01-1
Packit 0ac153
- 1.01 bump
Packit 0ac153
- The package is now noarch as the binary bits were dropped
Packit 0ac153
- Furthermore, the license was changed to Perl and MIT
Packit 0ac153
Packit 0ac153
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83-3
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.83-2
Packit 0ac153
- Perl 5.22 rebuild
Packit 0ac153
Packit 0ac153
* Fri Feb 27 2015 Petr Šabata <contyk@redhat.com> - 0.83-1
Packit 0ac153
- 0.83 bump
Packit 0ac153
- Correct the dependency list
Packit 0ac153
- Modernize the spec a bit
Packit 0ac153
Packit 0ac153
* Tue Jan 20 2015 Paul Wouters <pwouters@redhat.com> - 0.82-1
Packit 0ac153
- Updated to 0.82 Support for IPv6 link-local addresses with scope_id
Packit 0ac153
Packit 0ac153
* Wed Oct 29 2014 Paul Wouters <pwouters@redhat.com> - 0.81-1
Packit 0ac153
- Updated to 0.81, Fixes AXFR BADSIG and infinite recursion in Net::DNS::Resolver
Packit 0ac153
- Resolves rhbz#1151572
Packit 0ac153
Packit 0ac153
* Mon Sep 22 2014 Paul Wouters <pwouters@redhat.com> - 0.80-1
Packit 0ac153
- Updated to 0.80 with "Too late to run INIT block" fix and new force_v6 option
Packit 0ac153
Packit 0ac153
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.79-2
Packit 0ac153
- Perl 5.20 rebuild
Packit 0ac153
Packit 0ac153
* Sun Aug 24 2014 Paul Wouters <pwouters@redhat.com> - 0.79-1
Packit 0ac153
- Updated to 0.79 with OPENPGPKEY RRtype support
Packit 0ac153
Packit 0ac153
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.78-2
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Sat Jul 12 2014 Paul Wouters <pwouters@redhat.com> - 0.78-1
Packit 0ac153
- Updated to 0.78, various bugfixes and multiline TXT rdata printing support
Packit 0ac153
Packit 0ac153
* Sat Jun 14 2014 Paul Wouters <pwouters@redhat.com> - 0.77-1
Packit 0ac153
- Updated to 0.77, a "quickfix release" fixing AXFR support
Packit 0ac153
Packit 0ac153
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.76-2
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Tue May 27 2014 Petr Šabata <contyk@redhat.com> - 0.76-1
Packit 0ac153
- More fixes related to spamassassin
Packit 0ac153
Packit 0ac153
* Fri May 23 2014 Petr Šabata <contyk@redhat.com> - 0.75_1-1
Packit 0ac153
- Update to the latest development release, fixing a number of
Packit 0ac153
  regressions introduced with 0.75
Packit 0ac153
Packit 0ac153
* Mon May 12 2014 Petr Šabata <contyk@redhat.com> - 0.75-1
Packit 0ac153
- 0.75 bump
Packit 0ac153
Packit 0ac153
* Mon Jan 20 2014 Petr Šabata <contyk@redhat.com> - 0.74-1
Packit 0ac153
- 0.74 bump, fixes the server crash on malformed queries
Packit 0ac153
Packit 0ac153
* Fri Nov 29 2013 Paul Wouters <pwouters@redhat.com> - 0.73-1
Packit 0ac153
- Updated to 0.73
Packit 0ac153
Packit 0ac153
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-6
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Tue Jul 30 2013 Petr Pisar <ppisar@redhat.com> - 0.72-5
Packit 0ac153
- Specify more dependencies
Packit 0ac153
Packit 0ac153
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.72-4
Packit 0ac153
- Perl 5.18 rebuild
Packit 0ac153
Packit 0ac153
* Wed May 22 2013 Petr Pisar <ppisar@redhat.com> - 0.72-3
Packit 0ac153
- Add BSD, ISC, and MIT to licenses
Packit 0ac153
- Specify all dependencies
Packit 0ac153
Packit 0ac153
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.72-2
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Thu Jan 03 2013 Petr Pisar <ppisar@redhat.com> - 0.72-1
Packit 0ac153
- 0.72 bump
Packit 0ac153
Packit 0ac153
* Mon Dec 17 2012 Petr Šabata <contyk@redhat.com> - 0.71-1
Packit 0ac153
- 0.71 bump
Packit 0ac153
Packit 0ac153
* Fri Dec 07 2012 Petr Pisar <ppisar@redhat.com> - 0.70-1
Packit 0ac153
- 0.70 bump
Packit 0ac153
Packit 0ac153
* Thu Dec 06 2012 Paul Howarth <paul@city-fan.org> - 0.69-2
Packit 0ac153
- Fix renamed Win32 excludes
Packit 0ac153
Packit 0ac153
* Thu Dec 06 2012 Petr Šabata <contyk@redhat.com> - 0.69-1
Packit 0ac153
- 0.69 bump
Packit 0ac153
- Update source URL
Packit 0ac153
Packit 0ac153
* Fri Aug 10 2012 Petr Pisar <ppisar@redhat.com> - 0.68-5
Packit 0ac153
- Digest::BubbleBabble is not available in RHEL >= 7
Packit 0ac153
Packit 0ac153
* Fri Aug 10 2012 Petr Pisar <ppisar@redhat.com> - 0.68-4
Packit 0ac153
- Correct dependencies
Packit 0ac153
Packit 0ac153
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.68-3
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.68-2
Packit 0ac153
- Perl 5.16 rebuild
Packit 0ac153
Packit 0ac153
* Thu Feb 02 2012 Petr Šabata <contyk@redhat.com> - 0.68-1
Packit 0ac153
- 0.68 bump
Packit 0ac153
- Spec cleanup
Packit 0ac153
- Package 'demo' as documentation
Packit 0ac153
Packit 0ac153
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.67-2
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Wed Nov 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.67-1
Packit 0ac153
- update to 0.67
Packit 0ac153
Packit 0ac153
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.66-4
Packit 0ac153
- Perl mass rebuild
Packit 0ac153
Packit 0ac153
* Fri Jun 03 2011 Petr Sabata <contyk@redhat.com> - 0.66-3
Packit 0ac153
- Introduce IPv6 support and prevent interactive build (#710375)
Packit 0ac153
Packit 0ac153
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.66-2
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Mon Oct 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.66-1
Packit 0ac153
- update
Packit 0ac153
Packit 0ac153
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.65-3
Packit 0ac153
- Mass rebuild with perl-5.12.0
Packit 0ac153
Packit 0ac153
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.65-2
Packit 0ac153
- rebuild against perl 5.10.1
Packit 0ac153
Packit 0ac153
* Thu Sep 17 2009 Warren Togami <wtogami@redhat.com> - 0.65-1
Packit 0ac153
- 0.65
Packit 0ac153
Packit 0ac153
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-6
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-5
Packit 0ac153
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Packit 0ac153
Packit 0ac153
* Mon May 12 2008 Marcela Maslanova <mmaslano@redhat.com> - 0.63-4
Packit 0ac153
- 437681 remove previous patch and use upstream patch, which should solve
Packit 0ac153
        all problems with noisy logs.
Packit 0ac153
Packit 0ac153
* Wed Apr  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-3
Packit 0ac153
- fix patch to not require Socket6
Packit 0ac153
Packit 0ac153
* Wed Apr  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-2
Packit 0ac153
- fix AF_INET6/PF_INET6 redefine noise (bz 437681)
Packit 0ac153
Packit 0ac153
* Wed Mar 19 2008 Marcela Maslanova <mmaslano@redhat.com> - 0.63-1
Packit 0ac153
- upgrade on new upstream version which fix CVE-2007-6341 - no security impact.
Packit 0ac153
Packit 0ac153
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.61-7
Packit 0ac153
- Rebuild for perl 5.10 (again)
Packit 0ac153
Packit 0ac153
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.61-6
Packit 0ac153
- Autorebuild for GCC 4.3
Packit 0ac153
Packit 0ac153
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.61-5
Packit 0ac153
- rebuild for new perl
Packit 0ac153
Packit 0ac153
* Fri Dec 21 2007 Paul Howarth <paul@city-fan.org> - 0.61-4
Packit 0ac153
- Fix file ownership for Nameserver subpackage
Packit 0ac153
- Fix argument order for find with -depth
Packit 0ac153
Packit 0ac153
* Fri Dec 14 2007 Robin Norwood <rnorwood@redhat.com> - 0.61-3
Packit 0ac153
- Split Nameserver.pm into subpackage, per recommendation from
Packit 0ac153
  upstream maintainer Dick Franks.
Packit 0ac153
  - Separates the server bits from the client bits.
Packit 0ac153
  - Removes the dependancy on perl(Net::IP) from perl-Net-DNS
Packit 0ac153
- Add BR for perl(Test::Pod) and perl(Digest::BubbleBabble)
Packit 0ac153
Packit 0ac153
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 0.61-2
Packit 0ac153
- Update license tag
Packit 0ac153
- Convert Changes to utf-8
Packit 0ac153
Packit 0ac153
* Thu Aug 09 2007 Robin Norwood <rnorwood@redhat.com> - 0.61-1
Packit 0ac153
- Update to latest upstream version
Packit 0ac153
Packit 0ac153
* Sat Jun 23 2007 Robin Norwood <rnorwood@redhat.com> - 0.60-1
Packit 0ac153
- Upgrade to latest upstream version - 0.60
Packit 0ac153
Packit 0ac153
* Thu Apr 05 2007 Robin Norwood <rnorwood@redhat.com> - 0.59-2
Packit 0ac153
- Resolves: bz#226270
Packit 0ac153
- Fixed issues brought up during package review
Packit 0ac153
- BuildRequires should not require perl, and fixed the format.
Packit 0ac153
- Fixed the BuildRoot
Packit 0ac153
Packit 0ac153
* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 0.59-1
Packit 0ac153
- Upgrade to upstream version 0.59 per bug #208315
Packit 0ac153
Packit 0ac153
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 0.58-1.fc6
Packit 0ac153
- Upgrade to upstream version 0.58
Packit 0ac153
Packit 0ac153
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.57-1.1
Packit 0ac153
- rebuild
Packit 0ac153
Packit 0ac153
* Wed Mar 08 2006 Jason Vas Dias <jvdias@redhat.com> - 0.57-1
Packit 0ac153
- Upgrade to upstream version 0.57
Packit 0ac153
Packit 0ac153
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.55-1.1.2
Packit 0ac153
- bump again for double-long bug on ppc(64)
Packit 0ac153
Packit 0ac153
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.55-1.1.1
Packit 0ac153
- rebuilt for new gcc4.1 snapshot and glibc changes
Packit 0ac153
Packit 0ac153
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 0.55-1.1
Packit 0ac153
- rebuild for new perl-5.8.8
Packit 0ac153
Packit 0ac153
* Mon Dec 19 2005 Jason Vas Dias <jvdias@redhat.com> - 0.55-1
Packit 0ac153
- Upgrade to upstream version 0.55
Packit 0ac153
Packit 0ac153
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
Packit 0ac153
- rebuilt for new gcc
Packit 0ac153
Packit 0ac153
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
Packit 0ac153
- rebuilt for new gcj
Packit 0ac153
Packit 0ac153
* Sun Oct 30 2005 Warren Togami <wtogami@redhat.com> - 0.53-1
Packit 0ac153
- 0.53 buildreq perl-Net-IP
Packit 0ac153
Packit 0ac153
* Sat Apr  9 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.49-2
Packit 0ac153
- Explicitly disable tests requiring network access at build time.
Packit 0ac153
- Exclude Win32 and Cygwin specific modules.
Packit 0ac153
- More specfile cleanups.
Packit 0ac153
- Honor $RPM_OPT_FLAGS.
Packit 0ac153
Packit 0ac153
* Sat Apr 02 2005 Robert Scheck <redhat@linuxnetz.de> 0.49-1
Packit 0ac153
- upgrade to 0.49 and spec file cleanup (#153186)
Packit 0ac153
Packit 0ac153
* Thu Mar 17 2005 Warren Togami <wtogami@redhat.com> 0.48-3
Packit 0ac153
- reinclude ia64, thanks jvdias
Packit 0ac153
Packit 0ac153
* Tue Mar 15 2005 Warren Togami <wtogami@redhat.com> 0.48-2
Packit 0ac153
- exclude ia64 for now due to Bug #151127
Packit 0ac153
Packit 0ac153
* Mon Oct 11 2004 Warren Togami <wtogami@redhat.com> 0.48-1
Packit 0ac153
- #119983 0.48 fixes bugs
Packit 0ac153
Packit 0ac153
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 0.45-4
Packit 0ac153
- rebuild
Packit 0ac153
Packit 0ac153
* Thu Apr 29 2004 Chip Turner <cturner@redhat.com> 0.45-3
Packit 0ac153
- fix bug 122039 -- add filter-depends.sh to remove Win32 deps
Packit 0ac153
Packit 0ac153
* Fri Apr 23 2004 Chip Turner <cturner@redhat.com> 0.45-1
Packit 0ac153
- bump, no longer noarch
Packit 0ac153
Packit 0ac153
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 0.45-1
Packit 0ac153
- update to 0.45
Packit 0ac153
Packit 0ac153
* Mon Oct 20 2003 Chip Turner <cturner@redhat.com> 0.31-3.2
Packit 0ac153
- fix interactive build issue
Packit 0ac153
Packit 0ac153
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
Packit 0ac153
- version bump and rebuild
Packit 0ac153
Packit 0ac153
* Tue Dec 10 2002 Chip Turner <cturner@redhat.com>
Packit 0ac153
- update to latest version from CPAN
Packit 0ac153
Packit 0ac153
* Tue Aug  6 2002 Chip Turner <cturner@redhat.com>
Packit 0ac153
- automated release bump and build
Packit 0ac153
Packit 0ac153
* Tue Aug  6 2002 Chip Turner <cturner@localhost.localdomain>
Packit 0ac153
- update to 0.26
Packit 0ac153
Packit 0ac153
* Thu Jun 27 2002 Chip Turner <cturner@redhat.com>
Packit 0ac153
- description update
Packit 0ac153
Packit 0ac153
* Sat Jun 15 2002 cturner@redhat.com
Packit 0ac153
- Specfile autogenerated
Packit 0ac153