OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Apr-2008 13:02:23
Branch: HEAD Handle: 2008041012022002
Modified files:
openpkg-src/leo leo.patch leo.spec
Log:
fix a debug method call
Summary:
Revision Changes Path
1.9 +15 -1 openpkg-src/leo/leo.patch
1.15 +1 -1 openpkg-src/leo/leo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/leo/leo.patch
============================================================================
$ cvs diff -u -r1.8 -r1.9 leo.patch
--- openpkg-src/leo/leo.patch 8 Apr 2008 06:48:04 -0000 1.8
+++ openpkg-src/leo/leo.patch 10 Apr 2008 11:02:20 -0000 1.9
@@ -1,6 +1,20 @@
+Index: Org.pm
+--- Org.pm.orig 2008-04-07 15:29:33 +0200
++++ Org.pm 2008-04-10 13:00:20 +0200
+@@ -330,8 +330,8 @@
+ my $leftsize = length($left);
+ $maxsize = $leftsize if($leftsize > $maxsize);
+ push @match, { left => $left, right => $right };
+- $this->debug( "normalized segment left: $left");
+- $this->debug( "normalized segment right: $right\n");
++ $this->debug( "normalized segment left: $left") if (defined $left);
++ $this->debug( "normalized segment right: $right\n") if (defined
$right);
+ }
+ }
+ else {
Index: leo
--- leo.orig 2008-04-07 15:28:59 +0200
-+++ leo 2008-04-08 08:44:13 +0200
++++ leo 2008-04-10 12:58:38 +0200
@@ -31,8 +31,8 @@
#
my $highlight = 1;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/leo/leo.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 leo.spec
--- openpkg-src/leo/leo.spec 8 Apr 2008 06:48:05 -0000 1.14
+++ openpkg-src/leo/leo.spec 10 Apr 2008 11:02:22 -0000 1.15
@@ -32,7 +32,7 @@
Group: Searching
License: GPL
Version: 1.31
-Release: 20080408
+Release: 20080410
# list of sources
Source0:
http://www.daemon.de/files/mirror/ftp.daemon.de/scip/PerlModules/WWW-Dict-Leo-Org-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]