Author: malat-guest Date: 2010-07-26 08:54:32 +0000 (Mon, 26 Jul 2010) New Revision: 12818
Modified: trunk/fop/debian/changelog trunk/fop/debian/control trunk/fop/debian/patches/series trunk/fop/debian/pom.xml Log: update fop package Modified: trunk/fop/debian/changelog =================================================================== --- trunk/fop/debian/changelog 2010-07-25 21:48:29 UTC (rev 12817) +++ trunk/fop/debian/changelog 2010-07-26 08:54:32 UTC (rev 12818) @@ -1,3 +1,22 @@ +fop (1:1.0.dfsg-3) experimental; urgency=low + + * Race condition in using ICC_Profile from java awt. Closes: #589624 + * footnote inside varlistentry is not rendered in PDF. Closes: #451258 + + -- Mathieu Malaterre <[email protected]> Mon, 26 Jul 2010 10:46:47 +0200 + +fop (1:1.0.dfsg-2) experimental; urgency=low + + * fop 1.0 requires xmlgraphics-commons >= 1.4 + + -- Mathieu Malaterre <[email protected]> Mon, 19 Jul 2010 10:07:53 +0200 + +fop (1:1.0.dfsg-1) experimental; urgency=low + + * New upstream. Closes: #588895 + + -- Mathieu Malaterre <[email protected]> Fri, 09 Jul 2010 17:50:05 +0200 + fop (1:0.95.dfsg-11) unstable; urgency=low * Fix StackOverflowError in Java. Closes: #577069 Modified: trunk/fop/debian/control =================================================================== --- trunk/fop/debian/control 2010-07-25 21:48:29 UTC (rev 12817) +++ trunk/fop/debian/control 2010-07-26 08:54:32 UTC (rev 12818) @@ -10,9 +10,9 @@ Build-Depends-Indep: ant-optional, libbatik-java (>= 1.7), libavalon-framework-java (>=4.1.2-2), libxalan2-java, libxerces2-java, default-jdk, libcommons-io-java, - libcommons-logging-java, junit, libxmlgraphics-commons-java (>= 1.3), + libcommons-logging-java, junit, libxmlgraphics-commons-java (>= 1.4), libservlet2.4-java, libxml-commons-external-java, maven-repo-helper -Standards-Version: 3.8.4 +Standards-Version: 3.9.0 Homepage: http://xmlgraphics.apache.org/fop/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/fop Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/fop/ @@ -23,7 +23,7 @@ libxerces2-java, libxalan2-java, libbsf-java, libavalon-framework-java (>=4.1.2-2), libbatik-java (>= 1.7), libcommons-io-java, libcommons-logging-java, libxp6, libxt6, - libxtst6, libxmlgraphics-commons-java (>= 1.3.1), + libxtst6, libxmlgraphics-commons-java (>= 1.4), java-wrappers (>= 0.1.15), libxml-commons-external-java, ${misc:Depends} Recommends: libsaxon-java Modified: trunk/fop/debian/patches/series =================================================================== --- trunk/fop/debian/patches/series 2010-07-25 21:48:29 UTC (rev 12817) +++ trunk/fop/debian/patches/series 2010-07-26 08:54:32 UTC (rev 12818) @@ -1,3 +0,0 @@ -01_from_svn_16_bit_alpha_png.patch -02_fix_segfault_with_anchors.patch -03_fix_tablecol.patch Modified: trunk/fop/debian/pom.xml =================================================================== --- trunk/fop/debian/pom.xml 2010-07-25 21:48:29 UTC (rev 12817) +++ trunk/fop/debian/pom.xml 2010-07-26 08:54:32 UTC (rev 12818) @@ -25,7 +25,7 @@ <artifactId>fop</artifactId> <packaging>jar</packaging> <name>Apache FOP</name> - <version>0.95</version> + <version>1.0</version> <url>http://xmlgraphics.apache.org/fop/</url> <description>Apache FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG, SVG, XML (area tree representation), Print, AWT and TXT. The primary output target is PDF.</description> <inceptionYear>1999</inceptionYear> _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

