[pkg-java] r15632 - trunk/fop/debian/patches

Mathieu Malaterre malat-guest at alioth.debian.org
Tue Jan 3 10:00:39 UTC 2012


Author: malat-guest
Date: 2012-01-03 10:00:38 +0000 (Tue, 03 Jan 2012)
New Revision: 15632

Modified:
   trunk/fop/debian/patches/fixnpeinlinestacking.patch
Log:
Fix offset

Modified: trunk/fop/debian/patches/fixnpeinlinestacking.patch
===================================================================
--- trunk/fop/debian/patches/fixnpeinlinestacking.patch	2012-01-03 09:56:45 UTC (rev 15631)
+++ trunk/fop/debian/patches/fixnpeinlinestacking.patch	2012-01-03 10:00:38 UTC (rev 15632)
@@ -2,11 +2,11 @@
 Bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=50276
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649476
 Origin: http://svn.apache.org/viewvc?view=revision&revision=1043871
-Index: src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java
+Index: fop-1.0.dfsg2/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java
 ===================================================================
---- fop/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java	(revision 1042934)
-+++ fop/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java	(revision 1043871)
-@@ -285,8 +285,9 @@
+--- fop-1.0.dfsg2.orig/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java	2010-07-12 21:34:33.000000000 +0200
++++ fop-1.0.dfsg2/src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java	2012-01-03 11:00:23.000000000 +0100
+@@ -274,8 +274,9 @@
          KnuthElement oldElement;
          while (oldListIterator.hasNext()) {
              oldElement = (KnuthElement) oldListIterator.next();




More information about the pkg-java-commits mailing list