Browse Source

update module

Ralf S. Engelschall 14 years ago
parent
commit
2a164da284
2 changed files with 9 additions and 10 deletions
  1. 7 8
      perl-www/perl-www.patch
  2. 2 2
      perl-www/perl-www.spec

+ 7 - 8
perl-www/perl-www.patch

@@ -1,6 +1,6 @@
 Index: Embperl-2.3.0/Makefile.PL
 --- Embperl-2.3.0/Makefile.PL.orig	2007-09-29 13:05:56.000000000 +0200
-+++ Embperl-2.3.0/Makefile.PL	2010-09-02 12:08:44.000000000 +0200
++++ Embperl-2.3.0/Makefile.PL	2011-02-18 09:06:23.000000000 +0100
 @@ -625,7 +625,7 @@
  $base = $ENV{'ProgramFiles'} if ($win32) ;
  
@@ -21,7 +21,7 @@ Index: Embperl-2.3.0/Makefile.PL
      'dist'         => { COMPRESS => 'gzip', SUFFIX => 'gz'},
 Index: Embperl-2.3.0/driver/epxalan.MAKEPL
 --- Embperl-2.3.0/driver/epxalan.MAKEPL.orig	2005-10-26 00:16:36.000000000 +0200
-+++ Embperl-2.3.0/driver/epxalan.MAKEPL	2010-09-02 12:08:44.000000000 +0200
++++ Embperl-2.3.0/driver/epxalan.MAKEPL	2011-02-18 09:06:23.000000000 +0100
 @@ -8,7 +8,7 @@
  
  if (!$win32)
@@ -31,19 +31,18 @@ Index: Embperl-2.3.0/driver/epxalan.MAKEPL
  
      if (!$path || $path eq '.')
          {
-Index: Web-Scraper-0.32/Makefile.PL
---- Web-Scraper-0.32/Makefile.PL.orig	2009-07-19 09:42:00.000000000 +0200
-+++ Web-Scraper-0.32/Makefile.PL	2010-09-02 12:09:11.000000000 +0200
-@@ -12,10 +12,10 @@
+Index: Web-Scraper-0.33/Makefile.PL
+--- Web-Scraper-0.33/Makefile.PL.orig	2011-02-17 18:14:26.000000000 +0100
++++ Web-Scraper-0.33/Makefile.PL	2011-02-18 09:06:48.000000000 +0100
+@@ -12,9 +12,9 @@
  requires 'HTML::Tagset';
  requires 'UNIVERSAL::require';
  requires 'URI';
 -requires 'YAML';
 +#requires 'YAML';
  
- include 'Module::AutoInstall';
 -feature 'LibXML', -default => 1, 'HTML::TreeBuilder::LibXML', 0.04;
 +feature 'LibXML', -default => 0, 'HTML::TreeBuilder::LibXML', 0.04;
- auto_install;
  
  build_requires 'Test::More';
+ build_requires 'Test::Base';

+ 2 - 2
perl-www/perl-www.spec

@@ -86,7 +86,7 @@
 %define       V_net_openid_consumer                   1.03
 %define       V_net_openid_server                     1.02
 %define       V_www_scraper                           3.05
-%define       V_web_scraper                           0.32
+%define       V_web_scraper                           0.33
 %define       V_net_oauth                             0.27
 %define       V_net_oauth_simple                      1.5
 
@@ -101,7 +101,7 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20110217
+Release:      20110218
 
 #   package options
 %option       with_curl  no