commit f746e8498166d83fe7a7975035faa7ec8cb3f7bc Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Feb 20 13:40:56 2012 +0100 6.02 bump .gitignore | 1 + .rpmlint | 2 ++ perl-WWW-RobotRules.spec | 15 ++++++--------- sources | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index c1343a3..dabf194 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /WWW-RobotRules-6.01.tar.gz +/WWW-RobotRules-6.02.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..0649c47 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (html|http|norobots|robotstxt|txt|wc)"); diff --git a/perl-WWW-RobotRules.spec b/perl-WWW-RobotRules.spec index b37adb7..9c9eb6d 100644 --- a/perl-WWW-RobotRules.spec +++ b/perl-WWW-RobotRules.spec @@ -1,6 +1,6 @@ Name: perl-WWW-RobotRules -Version: 6.01 -Release: 4%{?dist} +Version: 6.02 +Release: 1%{?dist} Summary: Database of robots.txt-derived permissions License: GPL+ or Artistic Group: Development/Libraries @@ -17,14 +17,9 @@ Requires: perl(Fcntl) Requires: perl(URI) >= 1.10 Conflicts: perl-libwww-perl < 6 -%{?perl_default_filter: # Remove underspecified dependencies -%filter_from_requires /^perl(URI)\s*$/d -# Do not provide private imlementation of abstract class methods -%filter_from_provides /^perl(WWW::RobotRules::InCore)/d -%perl_default_filter -} %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(URI\\)$ +# Do not provide private imlementation of abstract class methods %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(WWW::RobotRules::InCore\\) %description @@ -50,12 +45,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; make test %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Feb 20 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 6.02-1 +- 6.02 bump + * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 6.01-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 0946980..8bc9ec2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1252da49727320a1b5e20b3521d2499 WWW-RobotRules-6.01.tar.gz +b7186e8b8b3701e70c22abf430742403 WWW-RobotRules-6.02.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel