SOURCES: clive-delfi.patch, clive-reporter.patch - update for 2.1.9

lisu lisu at pld-linux.org
Mon Mar 30 12:12:05 CEST 2009


Author: lisu                         Date: Mon Mar 30 10:12:05 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update for 2.1.9

---- Files affected:
SOURCES:
   clive-delfi.patch (1.19 -> 1.20) , clive-reporter.patch (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SOURCES/clive-delfi.patch
diff -u SOURCES/clive-delfi.patch:1.19 SOURCES/clive-delfi.patch:1.20
--- SOURCES/clive-delfi.patch:1.19	Wed Mar 25 09:43:34 2009
+++ SOURCES/clive-delfi.patch	Mon Mar 30 12:11:58 2009
@@ -1,11 +1,11 @@
---- clive-2.1.5/clive~  2009-02-10 11:00:52.000000000 +0100
-+++ clive-2.1.5/clive   2009-02-10 11:04:56.000000000 +0100
-@@ -79,6 +79,7 @@
-     IsLiveleak  => qr|liveleak.com|i,
-     IsEvisor    => qr|evisor.tv|i,
-     IsDmotion   => qr|dailymotion.com|i,
-+    IsDelfi     => qr|.delfi.|i,
- );
+--- clive-2.1.9/clive~  2009-03-30 11:55:42.000000000 +0200
++++ clive-2.1.9/clive   2009-03-30 12:05:00.000000000 +0200
+@@ -85,6 +85,7 @@
+                  IsLiveleak  => qr|liveleak.com|i,
+                  IsEvisor    => qr|evisor.tv|i,
+                  IsDmotion   => qr|dailymotion.com|i,
++                 IsDelfi     => qr|.delfi.|i,
+                );
 
  # Parse config
 @@ -324,6 +325,8 @@
@@ -17,13 +17,13 @@
      }
      return -1
          if !$xurl or !$id or !$title;
-@@ -712,6 +715,64 @@
+@@ -992,6 +993,64 @@
      return ($xurl, $id);
  }
  
 +sub handle_delfi {
 +    my ($response_ref, $response_fh) = @_;
-+
++ 
 +    my %re = (
 +    # videobox
 +    # http://www.delfi.ee/news/paevauudised/paevavideo/article.php?id=15218215
@@ -79,6 +79,5 @@
 +    return ($xurl, $id);
 +}
 +
- 
  # Subroutines: Progress
  # NOTE: the 'dot' progress copies much from wget.

================================================================
Index: SOURCES/clive-reporter.patch
diff -u SOURCES/clive-reporter.patch:1.9 SOURCES/clive-reporter.patch:1.10
--- SOURCES/clive-reporter.patch:1.9	Wed Mar 25 09:43:33 2009
+++ SOURCES/clive-reporter.patch	Mon Mar 30 12:11:59 2009
@@ -1,11 +1,11 @@
---- clive-2.1.5/clive~  2009-02-10 11:09:45.000000000 +0100
-+++ clive-2.1.5/clive   2009-02-10 11:13:10.000000000 +0100
+--- clive-2.1.9/clive~  2009-03-30 12:13:37.000000000 +0200
++++ clive-2.1.9/clive   2009-03-30 12:15:01.000000000 +0200
 @@ -86,6 +86,7 @@
-     IsLiveleak  => qr|liveleak.com|i,
-     IsEvisor    => qr|evisor.tv|i,
-     IsDelfi     => qr|.delfi.|i,
-+    IsReporter  => qr|www.reporter.ee|i,
- );
+                  IsEvisor    => qr|evisor.tv|i,
+                  IsDmotion   => qr|dailymotion.com|i,
+                  IsDelfi     => qr|.delfi.|i,
++                IsReporter  => qr|www.reporter.ee|i,
+                );
 
  # Parse config
 @@ -328,6 +328,8 @@
@@ -32,7 +32,7 @@
              }
              $errmsg = "expected different content-type, "
                  . "received \"$content_type\"" unless $content_ok;
-@@ -773,6 +784,27 @@
+@@ -1061,6 +1062,28 @@
      return ($xurl, $id);
  }
  
@@ -57,6 +57,7 @@
 +
 +    return ($xurl, $id);
 +}
- 
++
  # Subroutines: Progress
  # NOTE: the 'dot' progress copies much from wget.
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/clive-delfi.patch?r1=1.19&r2=1.20&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/clive-reporter.patch?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list