[libcdr] branch upstream updated (6ac179f -> b42380f)

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:53:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch upstream
in repository libcdr.

      from  6ac179f   Imported Upstream version 0.1.2
       new  b42380f   Imported Upstream version 0.1.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                       |  270 +++++++
 Makefile.in                     |   10 +-
 NEWS                            |   13 +
 aclocal.m4                      |  211 +++--
 ar-lib                          |    2 +-
 config.guess                    |  445 +++++------
 config.sub                      |  145 ++--
 configure                       |   37 +-
 configure.ac                    |    2 +-
 install-sh                      |  374 +++++----
 libcdr.spec                     |    2 +-
 ltmain.sh                       |    0
 m4/libtool.m4                   |    6 +-
 src/conv/raw/cdr2raw.cpp        |   19 +-
 src/conv/raw/cmx2raw.cpp        |   19 +-
 src/conv/svg/cdr2xhtml.cpp      |   22 +-
 src/conv/svg/cmx2xhtml.cpp      |   22 +-
 src/conv/text/cdr2text.cpp      |   19 +-
 src/conv/text/cmx2text.cpp      |   21 +-
 src/lib/CDRCollector.cpp        |   36 +
 src/lib/CDRCollector.h          |   17 +-
 src/lib/CDRContentCollector.cpp |  159 ++--
 src/lib/CDRContentCollector.h   |   28 +-
 src/lib/CDRDocumentStructure.h  |   21 +
 src/lib/CDRParser.cpp           |  187 ++---
 src/lib/CDRParser.h             |    4 +-
 src/lib/CDRStylesCollector.cpp  |   45 +-
 src/lib/CDRStylesCollector.h    |   15 +-
 src/lib/CDRTransforms.cpp       |   65 ++
 src/lib/CDRTransforms.h         |   11 +
 src/lib/CDRTypes.h              |   27 +-
 src/lib/CMXDocument.cpp         |    8 +-
 src/lib/CMXParser.cpp           | 1642 ++++++++++++++++++++++++++++++++++++---
 src/lib/CMXParser.h             |  120 ++-
 src/lib/CommonParser.cpp        |   68 ++
 src/lib/CommonParser.h          |    6 +-
 test-driver                     |   27 +-
 37 files changed, 3120 insertions(+), 1005 deletions(-)
 mode change 100644 => 100755 ltmain.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libcdr.git



More information about the Pkg-openoffice-commits mailing list