[libcdr] 02/04: Merge tag 'upstream/0.1.4'

Rene Engelhard rene at moszumanska.debian.org
Sun Sep 17 10:25:39 UTC 2017


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

rene pushed a commit to annotated tag debian/0.1.4-1
in repository libcdr.

commit de4a8004feb9d1864b8d09a6cd4aee24b7820d28
Merge: 0e665cb 7408522
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Sep 17 11:41:52 2017 +0200

    Merge tag 'upstream/0.1.4'
    
    Upstream version 0.1.4

 ChangeLog                          |  328 +++++++
 Makefile.in                        |   15 +-
 NEWS                               |    7 +
 README                             |    7 +-
 aclocal.m4                         |  116 ++-
 ar-lib                             |    2 +-
 build/Makefile.in                  |   13 +-
 build/win32/Makefile.in            |   13 +-
 config.guess                       |  445 +++++----
 config.h.in                        |   24 +-
 config.sub                         |  145 +--
 configure                          | 1846 +++++++++++++++++++++++++++++-------
 configure.ac                       |   61 +-
 docs/Makefile.in                   |   13 +-
 docs/doxygen/Makefile.in           |   13 +-
 docs/doxygen/doxygen.cfg           |    2 +-
 inc/Makefile.in                    |   13 +-
 inc/libcdr/Makefile.in             |   13 +-
 install-sh                         |  374 ++++----
 libcdr.spec                        |    2 +-
 ltmain.sh                          |    0
 m4/ax_cxx_compile_stdcxx.m4        |  982 +++++++++++++++++++
 m4/ax_cxx_compile_stdcxx_11.m4     |   39 +
 m4/ax_gcc_func_attribute.m4        |  226 +++++
 m4/dlp_fallthrough.m4              |   65 ++
 m4/libtool.m4                      |    6 +-
 src/Makefile.am                    |    4 +
 src/Makefile.in                    |   20 +-
 src/conv/Makefile.in               |   13 +-
 src/conv/raw/Makefile.am           |    2 +
 src/conv/raw/Makefile.in           |   15 +-
 src/conv/raw/cdr2raw.cpp           |    2 +-
 src/conv/raw/cmx2raw.cpp           |    2 +-
 src/conv/svg/Makefile.am           |    2 +
 src/conv/svg/Makefile.in           |   15 +-
 src/conv/svg/cdr2xhtml.cpp         |    2 +-
 src/conv/svg/cmx2xhtml.cpp         |    2 +-
 src/conv/text/Makefile.am          |    2 +
 src/conv/text/Makefile.in          |   15 +-
 src/conv/text/cdr2text.cpp         |    2 +-
 src/conv/text/cmx2text.cpp         |    2 +-
 src/fuzz/Makefile.am               |   24 +
 src/{conv/svg => fuzz}/Makefile.in |  211 ++---
 src/fuzz/cdrfuzzer.cpp             |   27 +
 src/fuzz/cmxfuzzer.cpp             |   27 +
 src/lib/CDRCollector.cpp           |    4 +-
 src/lib/CDRContentCollector.cpp    |   43 +-
 src/lib/CDRContentCollector.h      |   74 +-
 src/lib/CDRDocument.cpp            |  117 ++-
 src/lib/CDRInternalStream.cpp      |    4 +-
 src/lib/CDRInternalStream.h        |   28 +-
 src/lib/CDROutputElementList.cpp   |   88 +-
 src/lib/CDRParser.cpp              |  126 +--
 src/lib/CDRParser.h                |    2 +-
 src/lib/CDRPath.cpp                |  118 ++-
 src/lib/CDRPath.h                  |   10 +-
 src/lib/CDRStylesCollector.cpp     |    7 +-
 src/lib/CDRStylesCollector.h       |   72 +-
 src/lib/CDRTransforms.cpp          |    8 +-
 src/lib/CDRTypes.cpp               |    3 +
 src/lib/CMXParser.cpp              |  160 ++--
 src/lib/CMXParser.h                |    7 +-
 src/lib/CommonParser.cpp           |    4 -
 src/lib/Makefile.in                |   13 +-
 src/lib/libcdr_utils.cpp           |    4 +-
 src/lib/libcdr_utils.h             |   59 +-
 src/test/Makefile.in               |   13 +-
 test-driver                        |   27 +-
 68 files changed, 4599 insertions(+), 1551 deletions(-)

-- 
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