Hello community,

here is the log from the commit of package unoconv for openSUSE:Factory checked 
in at 2016-01-05 09:40:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unoconv (Old)
 and      /work/SRC/openSUSE:Factory/.unoconv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unoconv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/unoconv/unoconv.changes  2014-11-05 
16:26:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.unoconv.new/unoconv.changes     2016-01-05 
09:41:30.000000000 +0100
@@ -1,0 +2,21 @@
+Tue Dec 29 21:11:36 UTC 2015 - [email protected]
+
+- Always include all patches. Just apply them conditionally.
+
+-------------------------------------------------------------------
+Mon Dec 28 11:09:46 UTC 2015 - [email protected]
+
+- update to 0.7
+  - Changes are in CHANGELOG.md and ChangeLog files.
+- pulled patches from Fedora:
+  - 0001-libreoffice-or-OO.o-has-never-had-wps-export.patch
+  - 0001-make-LaTeX-export-usable-with-writer2latex-ext.patch
+  - 0001-python3-added-compatibility.patch
+    - this is an update/replacement for unoconv-python3.patch
+  - 0001-Updated-ChangeLog.patch
+  - 0001-update-FSF-address.patch
+    - tweaked last line to make it appliable on unoconv
+  - 0002-remove-export-formats-dropped-by-LibreOffice.patch
+- made python3 patch be applied also for openSUSE Leap (boo#954814)
+
+-------------------------------------------------------------------

Old:
----
  unoconv-0.6.tar.gz
  unoconv-python3.patch

New:
----
  0001-Updated-ChangeLog.patch
  0001-libreoffice-or-OO.o-has-never-had-wps-export.patch
  0001-make-LaTeX-export-usable-with-writer2latex-ext.patch
  0001-python3-added-compatibility.patch
  0001-update-FSF-address.patch
  0002-remove-export-formats-dropped-by-LibreOffice.patch
  unoconv-0.7.tar.gz

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

Other differences:
------------------
++++++ unoconv.spec ++++++
--- /var/tmp/diff_new_pack.7J3O0o/_old  2016-01-05 09:41:31.000000000 +0100
+++ /var/tmp/diff_new_pack.7J3O0o/_new  2016-01-05 09:41:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unoconv
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,16 +17,20 @@
 
 
 Name:           unoconv
-Version:        0.6
+Version:        0.7
 Release:        0
 Summary:        Tool to convert between any document format supported by 
LibreOffice
 License:        GPL-2.0
 Group:          Productivity/File utilities
 Url:            http://dag.wieers.com/home-made/unoconv/
 Source:         
http://dag.wieers.com/home-made/unoconv/unoconv-%{version}.tar.gz
-%if 0%{?suse_version} >= 1320
-# PATCH-FIX-UPSTREAM unoconv-python3.patch [email protected] -- Port to 
python3, patch from Fedora
-Patch0:         unoconv-python3.patch
+Patch0:         0001-python3-added-compatibility.patch
+Patch1:         0001-update-FSF-address.patch
+Patch2:         0001-make-LaTeX-export-usable-with-writer2latex-ext.patch
+Patch3:         0001-libreoffice-or-OO.o-has-never-had-wps-export.patch
+Patch4:         0002-remove-export-formats-dropped-by-LibreOffice.patch
+Patch5:         0001-Updated-ChangeLog.patch
+%if 0%{?suse_version} >= 1315
 Requires:       python >= 3.0
 %endif
 Requires:       libreoffice-pyuno
@@ -48,9 +52,14 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} >= 1315
 %patch0 -p1
 %endif
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 
@@ -61,7 +70,7 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc AUTHORS ChangeLog COPYING README.asciidoc WISHLIST doc/*.txt
+%doc AUTHORS CHANGELOG.md ChangeLog COPYING README.adoc doc/*.adoc
 %doc %{_mandir}/man1/unoconv.1*
 %{_bindir}/*
 

++++++ 0001-Updated-ChangeLog.patch ++++++
>From b02c77cc669715858a2e6a658cb1988e5e89cf3b Mon Sep 17 00:00:00 2001
From: Dag Wieers <[email protected]>
Date: Thu, 9 Jul 2015 01:47:52 +0200
Subject: [PATCH] Updated ChangeLog

---
 ChangeLog | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0c21fb4..7ca8755 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 * 0.7 - released 2015-07-09
-- 
+- Ported to Python 3 (Riccardo Magliocchetti)
+- Update Indexes (eg. TOC) during conversion (Peter Demin)
+- Added XLSX support (Josias Montag)
+- Fix output to non-existing directory
+- Ensure that LibreOfficeDev release are using new long options (Chia-liang 
Kao)
+- Set output format based on output filename extension (Patrick McAndrew)
+- Accept 'office' as binary on MacOSX (Andreas Jung)
+- Added Microsoft WPS import filter (Josias Montag)
+- Fix --stdout output on Python 3 (Caolán McNamara)
+- Added -F/--field option to update user fields during conversion (Raphaël 
Pinson)
+- Added OpenOffice search path on MacOSX (Vittal Aithal)
+- Cycle through all images references before conversion
+- Added --preserve option to preserve timestamp and permissions (Vincent 
Bernat)
+- Added --stdin option to read from standard input
+- Accept remote URLs as input filename
+- Fix exit code 81 and recover from initial failure (Daniel Vandersluis)
+- Improve documentation related to error codes and using unoconv with 
Nginx/Apache/PHP
+
 
 * 0.6 - released 2012-09-10
 - Implement debugging output (-vvv)
-- 
2.1.0

++++++ 0001-libreoffice-or-OO.o-has-never-had-wps-export.patch ++++++
>From aa46d3cbcec14ae46a176165852089558c524ff2 Mon Sep 17 00:00:00 2001
From: David Tardon <[email protected]>
Date: Fri, 10 Jul 2015 12:55:13 +0200
Subject: [PATCH] libreoffice (or OO.o) has never had wps export

---
 unoconv | 1 -
 1 file changed, 1 deletion(-)

diff --git a/unoconv b/unoconv
index 2e56d3c..1158374 100755
--- a/unoconv
+++ b/unoconv
@@ -377,7 +377,6 @@ fmts.add('document', 'uot', 'uot', 'Unified Office Format 
text','UOF text') ###
 fmts.add('document', 'vor', 'vor', 'StarWriter 5.0 Template', 'StarWriter 5.0 
Vorlage/Template') ### 6
 fmts.add('document', 'vor4', 'vor', 'StarWriter 4.0 Template', 'StarWriter 4.0 
Vorlage/Template') ### 5
 fmts.add('document', 'vor3', 'vor', 'StarWriter 3.0 Template', 'StarWriter 3.0 
Vorlage/Template') ### 4
-fmts.add('document', 'wps', 'wps', 'Microsoft Works', 'MS_Works')
 fmts.add('document', 'xhtml', 'html', 'XHTML Document', 'XHTML Writer File') 
### 33
 
 ### WebDocument
-- 
2.1.0

++++++ 0001-make-LaTeX-export-usable-with-writer2latex-ext.patch ++++++
>From 7b17d0160d9bd940e40c906684646ad7e4024c24 Mon Sep 17 00:00:00 2001
From: David Tardon <[email protected]>
Date: Sat, 19 Apr 2014 11:18:41 +0200
Subject: [PATCH 1/2] make LaTeX export usable with writer2latex ext.

---
 unoconv | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unoconv b/unoconv
index 30e6706..dd73799 100755
--- a/unoconv
+++ b/unoconv
@@ -344,7 +344,7 @@ class FmtList:
 fmts = FmtList()
 
 ### TextDocument
-fmts.add('document', 'bib', 'bib', 'BibTeX', 'BibTeX_Writer') ### 22
+fmts.add('document', 'bib', 'bib', 'BibTeX', 
'org.openoffice.da.writer2bibtex') ### 22
 fmts.add('document', 'doc', 'doc', 'Microsoft Word 97/2000/XP', 'MS Word 97') 
### 29
 fmts.add('document', 'doc6', 'doc', 'Microsoft Word 6.0', 'MS WinWord 6.0') 
### 24
 fmts.add('document', 'doc95', 'doc', 'Microsoft Word 95', 'MS Word 95') ### 28
@@ -353,7 +353,7 @@ fmts.add('document', 'docx', 'docx', 'Microsoft Office Open 
XML', 'Office Open X
 fmts.add('document', 'docx7', 'docx', 'Microsoft Office Open XML', 'MS Word 
2007 XML')
 fmts.add('document', 'fodt', 'fodt', 'OpenDocument Text (Flat XML)', 
'OpenDocument Text Flat XML')
 fmts.add('document', 'html', 'html', 'HTML Document (OpenOffice.org Writer)', 
'HTML (StarWriter)') ### 3
-fmts.add('document', 'latex', 'ltx', 'LaTeX 2e', 'LaTeX_Writer') ### 31
+fmts.add('document', 'latex', 'ltx', 'LaTeX 2e', 
'org.openoffice.da.writer2latex') ### 31
 fmts.add('document', 'mediawiki', 'txt', 'MediaWiki', 'MediaWiki')
 fmts.add('document', 'odt', 'odt', 'ODF Text Document', 'writer8') ### 10
 fmts.add('document', 'ooxml', 'xml', 'Microsoft Office Open XML', 'MS Word 
2003 XML') ### 11
-- 
1.9.0

++++++ 0001-python3-added-compatibility.patch ++++++
>From 21b9a845ac7e8805b41d7dab1a6fbf8076689ae8 Mon Sep 17 00:00:00 2001
From: rpm-build <rpm-build>
Date: Sat, 19 Apr 2014 12:06:27 +0200
Subject: [PATCH] 0001-python3-added-compatibility.3.patch

---
 unoconv | 248 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 139 insertions(+), 109 deletions(-)

diff --git a/unoconv b/unoconv
index 30e6706..a13db44 100755
--- a/unoconv
+++ b/unoconv
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 ### This program is free software; you can redistribute it and/or modify
 ### it under the terms of the GNU General Public License as published by
-- 
1.9.0

++++++ 0001-update-FSF-address.patch ++++++
>From 4be0b90f1935120e4f9196b6fc126248079cbf11 Mon Sep 17 00:00:00 2001
From: David Tardon <[email protected]>
Date: Mon, 5 Nov 2012 15:08:24 +0100
Subject: [PATCH] update FSF address

---
 COPYING | 41 ++++++++++++++++++++---------------------
 unoconv |  3 ++-
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/COPYING b/COPYING
index d60c31a..d159169 100644
--- a/COPYING
+++ b/COPYING
@@ -1,12 +1,12 @@
-                   GNU GENERAL PUBLIC LICENSE
-                      Version 2, June 1991
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-                           Preamble
+                            Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@ software--to make sure the software is free for all its 
users.  This
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,8 +55,8 @@ patent must be licensed for everyone's free use or not 
licensed at all.
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-                   GNU GENERAL PUBLIC LICENSE
+
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -110,7 +110,7 @@ above, provided that you also meet all of these conditions:
     License.  (Exception: if the Program itself is interactive but
     does not normally print such an announcement, your work based on
     the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -168,7 +168,7 @@ access to copy from a designated place, then offering 
equivalent
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -225,7 +225,7 @@ impose that choice.
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, the
 original copyright holder who places the Program under this License
@@ -255,7 +255,7 @@ make exceptions for this.  Our decision will be guided by 
the two goals
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-                           NO WARRANTY
+                            NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -277,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE 
WITH ANY OTHER
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-                    END OF TERMS AND CONDITIONS
-
-           How to Apply These Terms to Your New Programs
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to the public, the best way to achieve this is to make it
@@ -303,17 +303,16 @@ the "copyright" line and a pointer to where the full 
notice is found.
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 Also add information on how to contact you by electronic and paper mail.
 
 If the program is interactive, make it output a short notice like this
 when it starts in an interactive mode:
 
-    Gnomovision version 69, Copyright (C) year  name of author
+    Gnomovision version 69, Copyright (C) year name of author
     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
@@ -336,5 +335,5 @@ necessary.  Here is a sample; alter the names:
 This General Public License does not permit incorporating your program into
 proprietary programs.  If your program is a subroutine library, you may
 consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Library General
+library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.
diff --git a/unoconv b/unoconv
index 30e6706..e4a1ac8 100755
--- a/unoconv
+++ b/unoconv
@@ -11,7 +11,8 @@
 ###
 ### You should have received a copy of the GNU General Public License
 ### along with this program; if not, write to the Free Software
-### Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+### Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+### MA 02110-1301 USA.
 ### Copyright 2007-2010 Dag Wieers <[email protected]>
 
 from __future__ import print_function
-- 
1.7.11.7

++++++ 0002-remove-export-formats-dropped-by-LibreOffice.patch ++++++
>From da17429f0deed3999ffeb98fc0f3688c6e413765 Mon Sep 17 00:00:00 2001
From: David Tardon <[email protected]>
Date: Sat, 19 Apr 2014 11:26:26 +0200
Subject: [PATCH 2/2] remove export formats dropped by LibreOffice

---
 unoconv | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/unoconv b/unoconv
index dd73799..a5d29da 100755
--- a/unoconv
+++ b/unoconv
@@ -358,21 +358,13 @@ fmts.add('document', 'mediawiki', 'txt', 'MediaWiki', 
'MediaWiki')
 fmts.add('document', 'odt', 'odt', 'ODF Text Document', 'writer8') ### 10
 fmts.add('document', 'ooxml', 'xml', 'Microsoft Office Open XML', 'MS Word 
2003 XML') ### 11
 fmts.add('document', 'ott', 'ott', 'Open Document Text', 'writer8_template') 
### 21
-fmts.add('document', 'pdb', 'pdb', 'AportisDoc (Palm)', 'AportisDoc Palm DB')
 fmts.add('document', 'pdf', 'pdf', 'Portable Document Format', 
'writer_pdf_Export') ### 18
-fmts.add('document', 'psw', 'psw', 'Pocket Word', 'PocketWord File')
 fmts.add('document', 'rtf', 'rtf', 'Rich Text Format', 'Rich Text Format') ### 
16
-fmts.add('document', 'sdw', 'sdw', 'StarWriter 5.0', 'StarWriter 5.0') ### 23
-fmts.add('document', 'sdw4', 'sdw', 'StarWriter 4.0', 'StarWriter 4.0') ### 2
-fmts.add('document', 'sdw3', 'sdw', 'StarWriter 3.0', 'StarWriter 3.0') ### 20
 fmts.add('document', 'stw', 'stw', 'Open Office.org 1.0 Text Document 
Template', 'writer_StarOffice_XML_Writer_Template') ### 9
 fmts.add('document', 'sxw', 'sxw', 'Open Office.org 1.0 Text Document', 
'StarOffice XML (Writer)') ### 1
 fmts.add('document', 'text', 'txt', 'Text Encoded', 'Text (encoded)') ### 26
 fmts.add('document', 'txt', 'txt', 'Text', 'Text') ### 34
 fmts.add('document', 'uot', 'uot', 'Unified Office Format text','UOF text') 
### 27
-fmts.add('document', 'vor', 'vor', 'StarWriter 5.0 Template', 'StarWriter 5.0 
Vorlage/Template') ### 6
-fmts.add('document', 'vor4', 'vor', 'StarWriter 4.0 Template', 'StarWriter 4.0 
Vorlage/Template') ### 5
-fmts.add('document', 'vor3', 'vor', 'StarWriter 3.0 Template', 'StarWriter 3.0 
Vorlage/Template') ### 4
 fmts.add('document', 'xhtml', 'html', 'XHTML Document', 'XHTML Writer File') 
### 33
 
 ### WebDocument
@@ -382,14 +374,9 @@ fmts.add('web', 'html', 'html', 'HTML Document', 'HTML') 
### 2
 fmts.add('web', 'html', 'html', 'HTML Document Template', 
'writerweb8_writer_template') ### 13
 fmts.add('web', 'mediawiki', 'txt', 'MediaWiki', 'MediaWiki_Web') ### 9
 fmts.add('web', 'pdf', 'pdf', 'PDF - Portable Document Format', 
'writer_web_pdf_Export') ### 10
-fmts.add('web', 'sdw3', 'sdw', 'StarWriter 3.0 (OpenOffice.org Writer/Web)', 
'StarWriter 3.0 (StarWriter/Web)') ### 3
-fmts.add('web', 'sdw4', 'sdw', 'StarWriter 4.0 (OpenOffice.org Writer/Web)', 
'StarWriter 4.0 (StarWriter/Web)') ### 4
-fmts.add('web', 'sdw', 'sdw', 'StarWriter 5.0 (OpenOffice.org Writer/Web)', 
'StarWriter 5.0 (StarWriter/Web)') ### 5
 fmts.add('web', 'txt', 'txt', 'OpenOffice.org Text (OpenOffice.org 
Writer/Web)', 'writerweb8_writer') ### 12
 fmts.add('web', 'text10', 'txt', 'OpenOffice.org 1.0 Text Document 
(OpenOffice.org Writer/Web)', 'writer_web_StarOffice_XML_Writer') ### 15
 fmts.add('web', 'text', 'txt', 'Text (OpenOffice.org Writer/Web)', 'Text 
(StarWriter/Web)') ### 8
-fmts.add('web', 'vor4', 'vor', 'StarWriter/Web 4.0 Template', 'StarWriter/Web 
4.0 Vorlage/Template') ### 6
-fmts.add('web', 'vor', 'vor', 'StarWriter/Web 5.0 Template', 'StarWriter/Web 
5.0 Vorlage/Template') ### 7
 
 ### Spreadsheet
 fmts.add('spreadsheet', 'csv', 'csv', 'Text CSV', 'Text - txt - csv 
(StarCalc)') ### 16
@@ -401,17 +388,10 @@ fmts.add('spreadsheet', 'ods', 'ods', 'ODF Spreadsheet', 
'calc8') ### 15
 fmts.add('spreadsheet', 'ooxml', 'xml', 'Microsoft Excel 2003 XML', 'MS Excel 
2003 XML') ### 23
 fmts.add('spreadsheet', 'ots', 'ots', 'ODF Spreadsheet Template', 
'calc8_template') ### 14
 fmts.add('spreadsheet', 'pdf', 'pdf', 'Portable Document Format', 
'calc_pdf_Export') ### 34
-fmts.add('spreadsheet', 'pxl', 'pxl', 'Pocket Excel', 'Pocket Excel')
-fmts.add('spreadsheet', 'sdc', 'sdc', 'StarCalc 5.0', 'StarCalc 5.0') ### 31
-fmts.add('spreadsheet', 'sdc4', 'sdc', 'StarCalc 4.0', 'StarCalc 4.0') ### 11
-fmts.add('spreadsheet', 'sdc3', 'sdc', 'StarCalc 3.0', 'StarCalc 3.0') ### 29
 fmts.add('spreadsheet', 'slk', 'slk', 'SYLK', 'SYLK') ### 35
 fmts.add('spreadsheet', 'stc', 'stc', 'OpenOffice.org 1.0 Spreadsheet 
Template', 'calc_StarOffice_XML_Calc_Template') ### 2
 fmts.add('spreadsheet', 'sxc', 'sxc', 'OpenOffice.org 1.0 Spreadsheet', 
'StarOffice XML (Calc)') ### 3
 fmts.add('spreadsheet', 'uos', 'uos', 'Unified Office Format spreadsheet', 
'UOF spreadsheet') ### 9
-fmts.add('spreadsheet', 'vor3', 'vor', 'StarCalc 3.0 Template', 'StarCalc 3.0 
Vorlage/Template') ### 18
-fmts.add('spreadsheet', 'vor4', 'vor', 'StarCalc 4.0 Template', 'StarCalc 4.0 
Vorlage/Template') ### 19
-fmts.add('spreadsheet', 'vor', 'vor', 'StarCalc 5.0 Template', 'StarCalc 5.0 
Vorlage/Template') ### 20
 fmts.add('spreadsheet', 'xhtml', 'xhtml', 'XHTML', 'XHTML Calc File') ### 26
 fmts.add('spreadsheet', 'xls', 'xls', 'Microsoft Excel 97/2000/XP', 'MS Excel 
97') ### 12
 fmts.add('spreadsheet', 'xls5', 'xls', 'Microsoft Excel 5.0', 'MS Excel 
5.0/95') ### 8
@@ -443,12 +423,7 @@ fmts.add('graphics', 'svg', 'svg', 'Scalable Vector 
Graphics', 'draw_svg_Export'
 fmts.add('graphics', 'svm', 'svm', 'StarView Metafile', 'draw_svm_Export') ### 
55
 fmts.add('graphics', 'swf', 'swf', 'Macromedia Flash (SWF)', 
'draw_flash_Export') ### 23
 fmts.add('graphics', 'sxd', 'sxd', 'OpenOffice.org 1.0 Drawing', 'StarOffice 
XML (Draw)') ### 26
-fmts.add('graphics', 'sxd3', 'sxd', 'StarDraw 3.0', 'StarDraw 3.0') ### 40
-fmts.add('graphics', 'sxd5', 'sxd', 'StarDraw 5.0', 'StarDraw 5.0') ### 44
-fmts.add('graphics', 'sxw', 'sxw', 'StarOffice XML (Draw)', 'StarOffice XML 
(Draw)')
 fmts.add('graphics', 'tiff', 'tiff', 'Tagged Image File Format', 
'draw_tif_Export') ### 13
-fmts.add('graphics', 'vor', 'vor', 'StarDraw 5.0 Template', 'StarDraw 5.0 
Vorlage') ### 36
-fmts.add('graphics', 'vor3', 'vor', 'StarDraw 3.0 Template', 'StarDraw 3.0 
Vorlage') ### 35
 fmts.add('graphics', 'wmf', 'wmf', 'Windows Metafile', 'draw_wmf_Export') ### 8
 fmts.add('graphics', 'xhtml', 'xhtml', 'XHTML', 'XHTML Draw File') ### 45
 fmts.add('graphics', 'xpm', 'xpm', 'X PixMap', 'draw_xpm_Export') ### 19
@@ -479,9 +454,6 @@ fmts.add('presentation', 'ppt', 'ppt', 'Microsoft 
PowerPoint 97/2000/XP', 'MS Po
 fmts.add('presentation', 'pwp', 'pwp', 'PlaceWare', 'placeware_Export') ### 30
 fmts.add('presentation', 'ras', 'ras', 'Sun Raster Image', 
'impress_ras_Export') ### 27
 fmts.add('presentation', 'sda', 'sda', 'StarDraw 5.0 (OpenOffice.org 
Impress)', 'StarDraw 5.0 (StarImpress)') ### 8
-fmts.add('presentation', 'sdd', 'sdd', 'StarImpress 5.0', 'StarImpress 5.0') 
### 6
-fmts.add('presentation', 'sdd3', 'sdd', 'StarDraw 3.0 (OpenOffice.org 
Impress)', 'StarDraw 3.0 (StarImpress)') ### 42
-fmts.add('presentation', 'sdd4', 'sdd', 'StarImpress 4.0', 'StarImpress 4.0') 
### 37
 fmts.add('presentation', 'sxd', 'sxd', 'OpenOffice.org 1.0 Drawing 
(OpenOffice.org Impress)', 'impress_StarOffice_XML_Draw') ### 31
 fmts.add('presentation', 'sti', 'sti', 'OpenOffice.org 1.0 Presentation 
Template', 'impress_StarOffice_XML_Impress_Template') ### 5
 fmts.add('presentation', 'svg', 'svg', 'Scalable Vector Graphics', 
'impress_svg_Export') ### 14
@@ -490,10 +462,6 @@ fmts.add('presentation', 'swf', 'swf', 'Macromedia Flash 
(SWF)', 'impress_flash_
 fmts.add('presentation', 'sxi', 'sxi', 'OpenOffice.org 1.0 Presentation', 
'StarOffice XML (Impress)') ### 41
 fmts.add('presentation', 'tiff', 'tiff', 'Tagged Image File Format', 
'impress_tif_Export') ### 12
 fmts.add('presentation', 'uop', 'uop', 'Unified Office Format presentation', 
'UOF presentation') ### 4
-fmts.add('presentation', 'vor', 'vor', 'StarImpress 5.0 Template', 
'StarImpress 5.0 Vorlage') ### 40
-fmts.add('presentation', 'vor3', 'vor', 'StarDraw 3.0 Template (OpenOffice.org 
Impress)', 'StarDraw 3.0 Vorlage (StarImpress)') ###1
-fmts.add('presentation', 'vor4', 'vor', 'StarImpress 4.0 Template', 
'StarImpress 4.0 Vorlage') ### 39
-fmts.add('presentation', 'vor5', 'vor', 'StarDraw 5.0 Template (OpenOffice.org 
Impress)', 'StarDraw 5.0 Vorlage (StarImpress)') ### 2
 fmts.add('presentation', 'wmf', 'wmf', 'Windows Metafile', 
'impress_wmf_Export') ### 11
 fmts.add('presentation', 'xhtml', 'xml', 'XHTML', 'XHTML Impress File') ### 33
 fmts.add('presentation', 'xpm', 'xpm', 'X PixMap', 'impress_xpm_Export') ### 10
-- 
1.9.0

++++++ unoconv-0.6.tar.gz -> unoconv-0.7.tar.gz ++++++
++++ 4308 lines of diff (skipped)


Reply via email to