Hello community,

here is the log from the commit of package dblatex for openSUSE:Factory checked 
in at 2013-08-12 14:27:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dblatex (Old)
 and      /work/SRC/openSUSE:Factory/.dblatex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dblatex"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dblatex/dblatex.changes  2012-07-12 
10:42:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dblatex.new/dblatex.changes     2013-08-12 
14:27:36.000000000 +0200
@@ -1,0 +2,27 @@
+Sun Aug 11 16:38:03 UTC 2013 - [email protected]
+
+- Update to version 0.3.4
+
+  * Fix a bug in the missing characters display.
+  * Fix the global template to actually insert a backmatter tag
+    before backmatter  elements.
+  * Fix bug #3520152 by changing a template xpath (looks like a
+    libxslt limitation).
+  * Improve the verbatim block display to be able to scale the
+    block width to the page width.
+  * Allow latex instructions within verbatim blocks through
+    Processing Instructions.
+  * Improve the setup script to be close to the debian install
+    rules.
+  * Improve the hyphenation of the inlined literal elements.
+  * Add the parameter example.float.type to give the possibility to
+    have <example> not floating. The attribute 'floatstyle' is also
+    taken into account.
+  * Add the parameter hyphenation.format to specify the inlined
+    format types that must be hyphenated. It replaces the more
+    limited  monoseq.hyphenation parameter. 
+
+- Packaging
+  * added dblatex-0.3.4-disable-debian.patch
+
+-------------------------------------------------------------------

Old:
----
  dblatex-0.3.3.tar.bz2

New:
----
  dblatex-0.3.4-disable-debian.patch
  dblatex-0.3.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dblatex.spec ++++++
--- /var/tmp/diff_new_pack.LtmdZf/_old  2013-08-12 14:27:37.000000000 +0200
+++ /var/tmp/diff_new_pack.LtmdZf/_new  2013-08-12 14:27:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dblatex
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           dblatex
-Version:        0.3.3
+Version:        0.3.4
 Release:        0
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
@@ -36,6 +36,8 @@
 Group:          Productivity/Publishing/DocBook
 Url:            http://dblatex.sourceforge.net
 Requires:       docbook_4
+#PATCH-FIX-OPENSUSE dblatex-0.3.4-disable-debian.patch [email protected] 
-disables debian specific installation parts
+Patch0:         dblatex-0.3.4-disable-debian.patch
 %if %suse_version <= 1220
 Requires:       texlive
 Requires:       texlive-bin
@@ -141,6 +143,7 @@
 %setup -q
 %__cp docs/manual.pdf .
 
+%patch0 -p1
 # correct doc paths in setup
 sed -i 's/share\/doc\/dblatex/share\/doc\/packages\/dblatex/g' setup.py
 

++++++ dblatex-0.3.4-disable-debian.patch ++++++
---
 setup.py |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,8 @@ from distutils.command.sdist import sdis
 from distutils import log
 from subprocess import Popen, PIPE
 sys.path.append("lib")
-from contrib.debian.installer import DebianInstaller
+# this is opensuse not debian
+#from contrib.debian.installer import DebianInstaller
 
 #
 # Build the command line script
@@ -365,10 +366,11 @@ class Install(install):
             raise OSError("not found: %s" % ", ".join(mis_stys))
 
     def run(self):
-        if self.install_layout == "deb":
-            db = DebianInstaller(self)
-        else:
-            db = None
+# this is opensuse not debian so disable this
+#        if self.install_layout == "deb":
+#            db = DebianInstaller(self)
+#        else:
+        db = None
 
         if not(db) and not(self.nodeps):
             try:
++++++ dblatex-0.3.3.tar.bz2 -> dblatex-0.3.4.tar.bz2 ++++++
++++ 39952 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to