lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [lmi] help with orphan-control in xsl-fo


From: Vaclav Slavik
Subject: RE: [lmi] help with orphan-control in xsl-fo
Date: Wed, 03 Jun 2009 19:51:13 +0200

On Sun, 2009-05-17 at 11:41 +0200, Vaclav Slavik wrote:
> Worryingly, xsltwrapp didn't throw an exception on this error --
> clearly, this needs to be fixed urgently. 

I just uploaded xmlwrapp-0.6.1 that fixes this. Below is a (trivial)
patch to upgrade to the new release.

Vaclav


=== modified file 'configure.ac'
--- configure.ac        revid:address@hidden
+++ configure.ac        2009-06-03 17:49:16 +0000
@@ -449,7 +449,7 @@
 dnl on its presence on the target system
 if test "$USE_LINUX" = "1"; then
     PKG_CHECK_MODULES(GTK, gtk+-2.0)
-    PKG_CHECK_MODULES(XMLWRAPP, xmlwrapp >= 0.6.0 xsltwrapp)
+    PKG_CHECK_MODULES(XMLWRAPP, xmlwrapp >= 0.6.1 xsltwrapp)
 else
     dnl --- XMLWRAPP (required) -------------------
     AC_CHECK_PROG(lmi_xmlwrapp_config, xmlwrapp-config, yes, no)

=== modified file 'install_miscellanea.make'
--- install_miscellanea.make    revid:address@hidden
+++ install_miscellanea.make    2009-06-03 17:49:57 +0000
@@ -49,7 +49,7 @@
 fop_archive      := fop-0.20.5-bin.tar.gz
 md5sum_msw_exe   := md5sum.exe
 sample_archive   := lmi-data-20050618T1440Z.tar.bz2
-xmlwrapp_archive := xmlwrapp-0.6.0.tar.gz
+xmlwrapp_archive := xmlwrapp-0.6.1.tar.gz
 
 file_list := \
   $(boost_archive) \
@@ -78,7 +78,7 @@
 $(fop_archive)-md5      := d6b43e3eddf9378536ad8127bc057d41
 $(md5sum_msw_exe)-md5   := eb574b236133e60c989c6f472f07827b
 $(sample_archive)-md5   := e7f07133abfc3b9c2252dfa3b61191bc
-$(xmlwrapp_archive)-md5 := 331369a1b0e0539b1ce95a67e4c2bec4
+$(xmlwrapp_archive)-md5 := f1c2e39adc76b1e6f9570fb29daa3f02
 
 # Utilities 
####################################################################
 







reply via email to

[Prev in Thread] Current Thread [Next in Thread]