[libcdr] branch upstream updated (b42380f -> 7408522)

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


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

rene pushed a change to branch upstream
in repository libcdr.

      from  b42380f   Imported Upstream version 0.1.3
      adds  7408522   New upstream version 0.1.4

No new revisions were added by this update.

Summary of changes:
 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(-)
 mode change 100755 => 100644 ltmain.sh
 create mode 100644 m4/ax_cxx_compile_stdcxx.m4
 create mode 100644 m4/ax_cxx_compile_stdcxx_11.m4
 create mode 100644 m4/ax_gcc_func_attribute.m4
 create mode 100644 m4/dlp_fallthrough.m4
 create mode 100644 src/fuzz/Makefile.am
 copy src/{conv/svg => fuzz}/Makefile.in (72%)
 create mode 100644 src/fuzz/cdrfuzzer.cpp
 create mode 100644 src/fuzz/cmxfuzzer.cpp

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