diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f4aef1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libwww-perl-6.53.tar.gz diff --git a/.perl-libwww-perl.metadata b/.perl-libwww-perl.metadata new file mode 100644 index 0000000..82d1978 --- /dev/null +++ b/.perl-libwww-perl.metadata @@ -0,0 +1 @@ +fdd49e05f00e12f3bb7f2b6f550bc326675d1944 SOURCES/libwww-perl-6.53.tar.gz diff --git a/SOURCES/libwww-perl-6.39-Normalize-shebangs-in-examples.patch b/SOURCES/libwww-perl-6.39-Normalize-shebangs-in-examples.patch new file mode 100644 index 0000000..a9173cc --- /dev/null +++ b/SOURCES/libwww-perl-6.39-Normalize-shebangs-in-examples.patch @@ -0,0 +1,26 @@ +From 6b042eb2188528afa0b9c4eb490973430c802344 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Tue, 7 May 2019 10:30:00 +0200 +Subject: [PATCH] Normalize shebangs in examples +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Petr Písař +--- + examples/handler-order.pl | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/examples/handler-order.pl b/examples/handler-order.pl +index 813fac7..fb49424 100755 +--- a/examples/handler-order.pl ++++ b/examples/handler-order.pl +@@ -1,4 +1,4 @@ +-#!/usr/bin/env perl ++#!/usr/bin/perl + + use strict; + use warnings; +-- +2.20.1 + diff --git a/SPECS/perl-libwww-perl.spec b/SPECS/perl-libwww-perl.spec new file mode 100644 index 0000000..1ea0821 --- /dev/null +++ b/SPECS/perl-libwww-perl.spec @@ -0,0 +1,604 @@ +# Run optional tests +%bcond_without perl_libwww_perl_enables_optional_test +# Perform tests that need the Internet +%bcond_with perl_libwww_perl_enables_internet_test + +Name: perl-libwww-perl +Version: 6.53 +Release: 4%{?dist} +Summary: A Perl interface to the World-Wide Web +License: GPL+ or Artistic +URL: https://metacpan.org/release/libwww-perl +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-%{version}.tar.gz +# Normalize shelbangs, not suitable for an upstream +Patch0: libwww-perl-6.39-Normalize-shebangs-in-examples.patch +BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl-generators +BuildRequires: perl-interpreter +BuildRequires: perl(:VERSION) >= 5.8.1 +BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: perl(File::Copy) +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(Module::Metadata) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) + +# Run-time: +# Authen::NTLM 1.02 not used at tests +BuildRequires: perl(base) +BuildRequires: perl(Carp) +# Data::Dump 1.13 not used at tests +# Data::Dump::Trace not used at tests +BuildRequires: perl(Digest::MD5) +BuildRequires: perl(Encode) >= 2.12 +BuildRequires: perl(Encode::Locale) +BuildRequires: perl(Exporter) +# Fcntl not used at tests +# File::Listing 6 not used at tests +# File::Spec not used at tests +BuildRequires: perl(HTML::Entities) +BuildRequires: perl(HTML::HeadParser) +BuildRequires: perl(HTTP::Config) +BuildRequires: perl(HTTP::Cookies) >= 6 +BuildRequires: perl(HTTP::Date) >= 6 +BuildRequires: perl(HTTP::Headers::Util) +# HTTP::Negotiate 6 not used at tests +BuildRequires: perl(HTTP::Request) >= 6 +BuildRequires: perl(HTTP::Request::Common) >= 6 +BuildRequires: perl(HTTP::Response) >= 6 +BuildRequires: perl(HTTP::Status) >= 6.07 +# Tests fail with buggy HTTP::Status 6.17 +BuildConflicts: perl(HTTP::Status) = 6.17 +# integer not used at tests +BuildRequires: perl(IO::Select) +BuildRequires: perl(IO::Socket) +BuildRequires: perl(LWP::MediaTypes) >= 6 +# Mail::Internet not needed +BuildRequires: perl(MIME::Base64) >= 2.1 +# Net::FTP 2.58 not used at tests +BuildRequires: perl(Net::HTTP) >= 6.18 +# Net::NNTP not used at tests +BuildRequires: perl(parent) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(Try::Tiny) +BuildRequires: perl(URI) >= 1.10 +BuildRequires: perl(URI::Escape) +# URI::Heuristic not used at tests +BuildRequires: perl(WWW::RobotRules) >= 6 +# Optional run-time: +# CPAN::Config not used at tests +# HTML::Parse not used at tests + +# Tests: +BuildRequires: perl(Config) +BuildRequires: perl(File::Spec) +BuildRequires: perl(File::Temp) +BuildRequires: perl(FindBin) +BuildRequires: perl(HTTP::Daemon) >= 6.01 +BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test::More) >= 0.96 +%if %{with perl_libwww_perl_enables_internet_test} +BuildRequires: perl(Test::RequiresInternet) +%endif +BuildRequires: perl(utf8) +%if %{with perl_libwww_perl_enables_internet_test} +BuildRequires: perl(Test::Needs) +%if %{with perl_libwww_perl_enables_optional_test} +# Optional tests: +# CPAN::Meta not helpful +# CPAN::Meta::Prereqs not helpful +BuildRequires: perl(Test::LeakTrace) +%endif +%endif + +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(Authen::NTLM) >= 1.02 +Suggests: perl(CPAN::Config) +Requires: perl(Encode) >= 2.12 +Requires: perl(File::Spec) +Requires: perl(File::Listing) >= 6 +# Keep HTML::FormatPS optional +Suggests: perl(HTML::FormatPS) +# Keep HTML::FormatText optional +Suggests: perl(HTML::FormatText) +Requires: perl(HTML::Entities) +Requires: perl(HTML::HeadParser) +Suggests: perl(HTML::Parse) +Requires: perl(HTTP::Config) +Requires: perl(HTTP::Cookies) >= 6 +Requires: perl(HTTP::Date) >= 6 +Requires: perl(HTTP::Headers::Util) +Requires: perl(HTTP::Negotiate) >= 6 +Requires: perl(HTTP::Request) >= 6 +Requires: perl(HTTP::Request::Common) >= 6 +Requires: perl(HTTP::Response) >= 6 +Requires: perl(HTTP::Status) >= 6.07 +Requires: perl(LWP::MediaTypes) >= 6 +Suggests: perl(LWP::Protocol::https) >= 6.02 +Requires: perl(MIME::Base64) >= 2.1 +Requires: perl(Net::FTP) >= 2.58 +Requires: perl(Net::HTTP) >= 6.18 +Requires: perl(URI) >= 1.10 +Requires: perl(URI::Escape) +Requires: perl(WWW::RobotRules) >= 6 +Provides: perl(LWP::Debug::TraceHTTP::Socket) = %{version} +Provides: perl(LWP::Protocol::http::Socket) = %{version} +Provides: perl(LWP::Protocol::http::SocketMethods) = %{version} + +# Remove underspecified dependencies +%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Authen::NTLM|Encode|File::Listing|HTTP::Cookies|HTTP::Daemon|HTTP::Date|HTTP::Negotiate|HTTP::Request|HTTP::Response|HTTP::Status|LWP::MediaTypes|MIME::Base64|Net::FTP|Net::HTTP|Test::More|URI|WWW::RobotRules)\\)$ + +%description +The libwww-perl collection is a set of Perl modules which provides a simple and +consistent application programming interface to the World-Wide Web. The main +focus of the library is to provide classes and functions that allow you to +write WWW clients. The library also contain modules that are of more general +use and even classes that help you implement simple HTTP servers. + +%package tests +Summary: Tests for %{name} +Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: coreutils +Requires: perl-Test-Harness +Requires: perl(HTTP::Cookies) >= 6 +Requires: perl(HTTP::Daemon) >= 6.01 +Requires: perl(HTTP::Request) >= 6 +Requires: perl(HTTP::Response) >= 6 +Requires: perl(Net::HTTP) >= 6.18 +Requires: perl(Test::More) >= 0.96 +%if %{with perl_libwww_perl_enables_internet_test} && %{with perl_libwww_perl_enables_optional_test} +Requires: perl(Test::LeakTrace) +%endif +Requires: perl(URI) >= 1.10 + +%description tests +Tests from %{name}. Execute them +with "%{_libexecdir}/%{name}/test". + +%prep +%setup -q -n libwww-perl-%{version} +%patch0 -p1 +%if !%{with perl_libwww_perl_enables_internet_test} +rm t/base/protocols/nntp.t t/leak/no_leak.t t/redirect.t +perl -i -ne 'print $_ unless m{^(?:t/base/protocols/nntp\.t|t/leak/no_leak\.t|t/redirect\.t)}' MANIFEST +%endif +# Help generators to recognize a Perl code +for F in $(find t -name '*.t') talk-to-ourself; do + perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*\bperl}{$Config{startperl}}' "$F" + chmod +x "$F" +done + +%build +# Install the aliases by default +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 --aliases < /dev/null +%{make_build} + +%install +%{make_install} +%{_fixperms} $RPM_BUILD_ROOT/* +# Install tests +mkdir -p %{buildroot}%{_libexecdir}/%{name} +cp -a t talk-to-ourself %{buildroot}%{_libexecdir}/%{name} +cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF' +#!/bin/bash +set -e +# t/local/http.t writes to CWD +DIR=$(mktemp -d) +cp -a %{_libexecdir}/%{name}/* "$DIR" +pushd "$DIR" +unset COVERAGE PERL_LWP_ENV_HTTP_TEST_SERVER_TIMEOUT PERL_LWP_ENV_HTTP_TEST_URL +prove -I . -j "$(getconf _NPROCESSORS_ONLN)" -r +popd +rm -r "$DIR" +EOF +chmod +x %{buildroot}%{_libexecdir}/%{name}/test + +%check +unset COVERAGE PERL_LWP_ENV_HTTP_TEST_SERVER_TIMEOUT PERL_LWP_ENV_HTTP_TEST_URL +make test + +%files +%license LICENSE +%doc Changes examples README.SSL +%{_bindir}/* +%{perl_vendorlib}/libwww/ +%{perl_vendorlib}/LWP.pm +%{perl_vendorlib}/LWP/ +%{_mandir}/man1/*.1* +%{_mandir}/man3/*.3* + +%files tests +%{_libexecdir}/%{name} + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 6.53-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 6.53-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Tue Mar 09 2021 Petr Pisar - 6.53-2 +- Package talk-to-ourself script with the tests + +* Mon Mar 08 2021 Petr Pisar - 6.53-1 +- 6.53 bump +- Package tests + +* Wed Jan 27 2021 Fedora Release Engineering - 6.52-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 08 2021 Petr Pisar - 6.52-1 +- 6.52 bump + +* Tue Jan 05 2021 Petr Pisar - 6.51-1 +- 6.51 bump + +* Thu Dec 17 2020 Petr Pisar - 6.50-1 +- 6.50 bump + +* Thu Sep 24 2020 Petr Pisar - 6.49-1 +- 6.49 bump + +* Mon Sep 21 2020 Petr Pisar - 6.48-1 +- 6.48 bump + +* Wed Aug 19 2020 Petr Pisar - 6.47-1 +- 6.47 bump + +* Tue Jul 28 2020 Fedora Release Engineering - 6.46-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat Jun 27 2020 Jitka Plesnikova - 6.46-2 +- Perl 5.32 re-rebuild updated packages + +* Wed Jun 24 2020 Petr Pisar - 6.46-1 +- 6.46 bump + +* Tue Jun 23 2020 Jitka Plesnikova - 6.45-2 +- Perl 5.32 rebuild + +* Tue Jun 09 2020 Petr Pisar - 6.45-1 +- 6.45 bump + +* Wed Apr 15 2020 Petr Pisar - 6.44-1 +- 6.44 bump + +* Fri Feb 14 2020 Petr Pisar - 6.43-3 +- Do not perform tests that need the Internet by default + +* Thu Jan 30 2020 Fedora Release Engineering - 6.43-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Nov 27 2019 Petr Pisar - 6.43-1 +- 6.43 bump + +* Thu Nov 21 2019 Petr Pisar - 6.42-1 +- 6.42 bump + +* Fri Nov 01 2019 Petr Pisar - 6.41-1 +- 6.41 bump + +* Fri Oct 25 2019 Jitka Plesnikova - 6.40-1 +- 6.40 bump + +* Fri Jul 26 2019 Fedora Release Engineering - 6.39-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 31 2019 Jitka Plesnikova - 6.39-2 +- Perl 5.30 rebuild + +* Tue May 07 2019 Petr Pisar - 6.39-1 +- 6.39 bump + +* Tue Mar 26 2019 Petr Pisar - 6.38-1 +- 6.38 bump + +* Thu Mar 07 2019 Petr Pisar - 6.37-1 +- 6.37 bump + +* Sat Feb 02 2019 Fedora Release Engineering - 6.36-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Oct 11 2018 Jitka Plesnikova - 6.36-1 +- 6.36 bump + +* Mon Jul 16 2018 Petr Pisar - 6.35-1 +- 6.35 bump + +* Fri Jul 13 2018 Fedora Release Engineering - 6.34-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 28 2018 Jitka Plesnikova - 6.34-2 +- Perl 5.28 rebuild + +* Wed Jun 06 2018 Petr Pisar - 6.34-1 +- 6.34 bump + +* Tue Feb 27 2018 Petr Pisar - 6.33-1 +- 6.33 bump + +* Wed Feb 21 2018 Petr Pisar - 6.32-1 +- 6.32 bump + +* Fri Feb 09 2018 Fedora Release Engineering - 6.31-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Dec 11 2017 Petr Pisar - 6.31-1 +- 6.31 bump + +* Mon Dec 11 2017 Petr Pisar - 6.30-1 +- 6.30 bump + +* Tue Nov 07 2017 Petr Pisar - 6.29-1 +- 6.29 bump + +* Fri Sep 22 2017 Petr Pisar - 6.27-2 +- Provide hidden modules + +* Fri Sep 22 2017 Petr Pisar - 6.27-1 +- 6.27 bump + +* Thu Jul 27 2017 Fedora Release Engineering - 6.26-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Jun 05 2017 Jitka Plesnikova - 6.26-2 +- Perl 5.26 rebuild + +* Thu Apr 13 2017 Petr Pisar - 6.26-1 +- 6.26 bump + +* Tue Apr 04 2017 Petr Pisar - 6.25-1 +- 6.25 bump + +* Wed Mar 15 2017 Petr Pisar - 6.24-1 +- 6.24 bump + +* Tue Mar 07 2017 Petr Pisar - 6.23-1 +- 6.23 bump + +* Thu Mar 02 2017 Petr Pisar - 6.22-1 +- 6.22 bump + +* Wed Feb 22 2017 Petr Pisar - 6.21-1 +- 6.21 bump + +* Thu Feb 16 2017 Petr Pisar - 6.19-2 +- Accept proxy URLs with IPv6 host names (CPAN RT#94654) + +* Wed Feb 15 2017 Petr Pisar - 6.19-1 +- 6.19 bump + +* Mon Feb 06 2017 Petr Pisar - 6.18-1 +- 6.18 bump + +* Wed Feb 01 2017 Jitka Plesnikova - 6.17-1 +- 6.17 bump + +* Thu Jan 19 2017 Petr Pisar - 6.16-1 +- 6.16 bump + +* Mon May 16 2016 Jitka Plesnikova - 6.15-3 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 6.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Dec 07 2015 Petr Pisar - 6.15-1 +- 6.15 bump +- Add LWP::Protocol::https optional dependency on Suggests level + +* Thu Jun 18 2015 Fedora Release Engineering - 6.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 06 2015 Jitka Plesnikova - 6.13-2 +- Perl 5.22 rebuild + +* Mon Feb 16 2015 Petr Pisar - 6.13-1 +- 6.13 bump + +* Thu Aug 28 2014 Jitka Plesnikova - 6.08-2 +- Perl 5.20 rebuild + +* Tue Jul 29 2014 Petr Pisar - 6.08-1 +- 6.08 bump + +* Mon Jul 07 2014 Petr Pisar - 6.07-1 +- 6.07 bump + +* Sat Jun 07 2014 Fedora Release Engineering - 6.06-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Apr 23 2014 Petr Pisar - 6.06-1 +- 6.06 bump +- Run tests against localhost (CPAN RT#94959) + +* Sun Aug 04 2013 Fedora Release Engineering - 6.05-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Jul 23 2013 Petr Pisar - 6.05-2 +- Perl 5.18 rebuild + +* Tue Mar 12 2013 Petr Pisar - 6.05-1 +- 6.05 bump + +* Fri Mar 08 2013 Petr Pisar - 6.04-5 +- Honor time-out (bug #919448) + +* Thu Feb 14 2013 Fedora Release Engineering - 6.04-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 6.04-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jun 15 2012 Petr Pisar - 6.04-2 +- Perl 5.16 rebuild + +* Mon Feb 20 2012 Petr Pisar - 6.04-1 +- 6.04 bump + +* Sat Jan 14 2012 Fedora Release Engineering - 6.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Oct 17 2011 Petr Pisar - 6.03-1 +- 6.03 bump +- Remove RPM 4.8 dependecy filters + +* Mon Jul 25 2011 Petr Pisar - 6.02-3 +- RPM 4.9 dependency filtering added + +* Wed Jul 20 2011 Petr Sabata - 6.02-2 +- Perl mass rebuild + +* Mon Mar 28 2011 Petr Pisar - 6.02-1 +- 6.02 bump +- HTTPS support unbundled by upstream to break depency cycle in CPAN utilities. + Install or depend on perl(LWP::Protocol::https) explicitly, if you need + HTTPS support. + +* Thu Mar 17 2011 Petr Pisar - 6.01-1 +- 6.01 bump +- Remove BuildRoot stuff +- Remove unneeded hacks + +* Wed Feb 09 2011 Fedora Release Engineering - 5.837-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Sep 28 2010 Ralf Corsépius - 5.837-2 +- Add missing ':' to filter_from_requires perl(HTTP::GHTTP). +- filter_from_provides /perl(HTTP::Headers)$/d instead of /perl(HTTP::Headers)/d. + +* Mon Sep 27 2010 Marcela Mašláňová 5.837-1 +- update + +* Mon Jul 12 2010 Marcela Maslanova - 5.836-1 +- update + +* Mon Jun 21 2010 Jesse Keating - 5.834-1 +- Bump to match what was pushed to F13. + +* Sun May 02 2010 Marcela Maslanova - 5.833-3 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 5.833-2 +- rebuild against perl 5.10.1 + +* Fri Nov 6 2009 Marcela Mašláňová 5.833-1 +- update + +* Thu Sep 17 2009 Warren Togami 5.831-1 +- update to 5.831 + +* Sun Jul 26 2009 Fedora Release Engineering - 5.825-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 5.825-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Feb 16 2009 Tom "spot" Callaway 5.825-1 +- update to 5.825 + +* Thu Jan 22 2009 Marcela Mašláňová 5.823-1 +- update to 5.823 + +* Mon Oct 13 2008 Marcela Mašláňová 5.817-1 +- update to 5.817 + +* Tue Oct 7 2008 Marcela Mašláňová 5.816-1 +- update to 5.816 +- fix #465855 - install --aliases by default +- use upstream patch for previous problem (see rt 38736) + +* Thu Sep 18 2008 Marcela Maslanova 5.814-2 +- use untaint patch from Villa Skyte + +* Thu Sep 18 2008 Marcela Maslanova 5.814-1 +- update to 5.814 +- remove patch, now we have all upstream tests on + +* Fri Mar 7 2008 Ville Skyttä - 5.808-7 +- Use system /etc/mime.types instead of an outdated private copy. + +* Wed Feb 27 2008 Tom "spot" Callaway - 5.808-6 +- Rebuild for perl 5.10 (again) + +* Thu Jan 24 2008 Tom "spot" Callaway - 5.808-5 +- rebuild for new perl + +* Fri Oct 26 2007 Robin Norwood - 5.808-4 +- Fix various issues from package review: +- Fix tabs and spacing +- Remove unneeded BR: perl +- convert non-utf-8 files to utf-8 +- Resolves: bz#226268 + +* Tue Aug 14 2007 Robin Norwood - 5.808-3 +- Make provides script filter out only the unversioned HTTP::Headers. + +* Tue Aug 14 2007 Robin Norwood - 5.808-2 +- Disable some of the tests, with a long explanation. + +* Mon Aug 13 2007 Robin Norwood - 5.808-1 +- Update to latest CPAN version +- Re-enable tests. We'll see if they work now +- Move Requires filter into spec file +- Add Provides filter for unnecessary unversioned provides + +* Wed Jul 12 2006 Jesse Keating - 5.805-1.1.1 +- rebuild + +* Fri Feb 03 2006 Jason Vas Dias - 5.805-1.1 +- rebuild for new perl-5.8.8 + +* Mon Dec 19 2005 Jason Vas Dias - 5.805-1 +- Upgrade to 5.805-1 + +* Fri Dec 16 2005 Jesse Keating +- rebuilt for new gcc + +* Fri Dec 16 2005 Jesse Keating +- rebuilt for new gcj + +* Sat Apr 02 2005 Warren Togami - 5.803-2 +- skip make test (#150363) + +* Sat Apr 02 2005 Jose Pedro Oliveira - 5.803-1 +- Update to 5.803. +- spec cleanup (#150363) + +* Thu Nov 25 2004 Miloslav Trmac - 5.79-6 +- Convert man page to UTF-8 + +* Fri Aug 13 2004 Bill Nottingham 5.76-5 +- fix %%defattr + +* Mon Aug 09 2004 Alan Cox 5.76-4 +- added missing BuildRequires on perl(HTML::Parser) [Steve Grubb] + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Fri Apr 16 2004 Warren Togami 5.76-2 +- #12051 misc fixes from Ville Skyttä + +* Fri Feb 13 2004 Chip Turner 5.76-1 +- update to 5.76 + +* Tue Aug 6 2002 Chip Turner +- automated release bump and build + +* Tue Jul 16 2002 Chip Turner +- added missing Requires on perl(HTML::Entities) + +* Fri Mar 29 2002 Chip Turner +- added Requires: for perl-URI and perl-Digest-MD5 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Fri Dec 7 2001 root +- Spec file was autogenerated.