commit perl-checkbot for openSUSE:Factory
Hello community, here is the log from the commit of package perl-checkbot for openSUSE:Factory checked in at Tue Nov 2 16:18:12 CET 2010. -------- New Changes file: --- /dev/null 2010-07-09 01:59:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-checkbot/perl-checkbot.changes 2010-10-28 18:23:12.000000000 +0200 @@ -0,0 +1,47 @@ +------------------------------------------------------------------- +Thu Oct 28 16:17:17 UTC 2010 - chris@computersalat.de + +- update to 1.80 + * Fix handling of nofollow robots tag. + * Require newer version of LWP for better handling of character + encodings. + * Ignore mms scheme. + * Minor clarification in output. +- Changes in version 1.79 (3-Feb-2007) + * Correctly parse documents to avoid problems with UTF-8 + documents. This avoids the "Parsing of undecoded UTF-8 will give + garbage when decoding entities" messages. + * Allow regular expressions in the suppression file, and complain if + the suppression file is not a proper file. + * More robust handling of HTTP and FTP servers that have problems + responding to HEAD requests. + * Use the original URL to report problems. + * Ensure XHTML compliance. +- Changes in version 1.78 (3-May-2006) + * Don't throw errors for links that cannot be expected to be valid + all the time (e.g. the classid attribute of an object element) + * Better fallbacks for some cases where the HEAD request does not + work + * Add more classes and ids to allow more styling of results pages + (including example CSS file) + * Ensure XHTML compliance + * Better checks for optional dependencies +- renamed to perl-checker +- reworked webserver patch +- recreated by cpanspec 1.78.02 + +------------------------------------------------------------------- +Wed Jan 25 21:34:56 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Wed Sep 28 08:29:14 CEST 2005 - schubi@suse.de + +- Added more output + +------------------------------------------------------------------- +Tue Sep 20 13:06:16 CEST 2005 - schubi@suse.de + +- initial + calling whatdependson for head-i586 New: ---- checkbot-1.80-webserver.patch checkbot-1.80.tar.bz2 perl-checkbot.changes perl-checkbot.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-checkbot.spec ++++++ # # spec file for package perl-checkbot (Version 1.80) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: perl-checkbot %define cpan_name checkbot Summary: WWW Link Verifier Version: 1.80 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/checkbot/ #Source: http://www.cpan.org/modules/by-module/checkbot/checkbot-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 Patch0: %{cpan_name}-1.80-webserver.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl(LWP) >= 5.803 BuildRequires: perl(URI) >= 1.10 BuildRequires: perl(HTML::Parser) >= 3.33 BuildRequires: perl(MIME::Base64) >= 2.00 BuildRequires: perl(Net::FTP) >= 2.58 BuildRequires: perl(Digest::MD5) BuildRequires: perl(Mail::Send) BuildRequires: perl(Time::Duration) %if 0%{?suse_version} < 1120 BuildRequires: perl-macros %endif Requires: perl = %{perl_version} Requires: perl(LWP) >= 5.803 Requires: perl(URI) >= 1.10 Requires: perl(HTML::Parser) >= 3.33 Requires: perl(MIME::Base64) >= 2.00 Requires: perl(Net::FTP) >= 2.58 Requires: perl(Digest::MD5) Requires: perl(Mail::Send) Requires: perl(Time::Duration) %description Checkbot is a perl5 script which can verify links within a region of the World Wide Web. It checks all pages within an identified region, and all links within that region. After checking all links within the region, it will also check all links which point outside of the region, and then stop. Checkbot regularly writes reports on its findings, including all servers found in the region, and all links with problems on those servers. Checkbot was written originally to check a number of servers at once. This has implied some design decisions, so you might want to keep that in mind when making suggestions. Speaking of which, be sure to check the to do file on the website for things which have been suggested for Checkbot. Authors: -------- Hans de Graaff <hans@degraaff.org>, 1994-2005. Based on Dimitri Tischenko, Delft University of Technology, 1994 %prep %setup -q -n %{cpan_name}-%{version} %patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install # do not perl_process_packlist (noarch) # remove .packlist file %{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch # remove perllocal.pod file %{__rm} -rf $RPM_BUILD_ROOT%perl_archlib %perl_gen_filelist %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.files %defattr(-,root,root,-) %doc ChangeLog checkbot.css README TODO %changelog ++++++ checkbot-1.80-webserver.patch ++++++ ++++ 1689 lines (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de