[libmspub] branch master updated (3f93934 -> 0a687f9)

Rene Engelhard rene at moszumanska.debian.org
Sun Dec 31 17:40:57 UTC 2017


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

rene pushed a change to branch master
in repository libmspub.

      from  3f93934   changelog for 0.1.2-4
       new  97b6e18   New upstream version 0.1.3
       new  e0e70fb   Merge tag 'upstream/0.1.3'
       new  0a687f9   update changelog

The 3 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:
 AUTHORS                            |   16 +-
 ChangeLog                          |  632 ++++
 Makefile.am                        |    2 +
 Makefile.in                        |   72 +-
 NEWS                               |   16 +
 README                             |   10 +-
 TODO                               |    3 +
 aclocal.m4                         |  489 +++-
 build/Makefile.in                  |   36 +-
 build/win32/Makefile.am            |   15 -
 build/win32/Makefile.in            |   51 +-
 build/win32/libmspub.dsp           |  310 --
 build/win32/libmspub.dsw           |   57 -
 build/win32/libmspub.vcproj        |  400 ---
 build/win32/libmspub.vcproj.sln    |   37 -
 build/win32/libmspub.vcxproj       |  165 --
 build/win32/libmspub.vcxproj.sln   |   31 -
 build/win32/pub2raw.dsp            |  102 -
 build/win32/pub2raw.vcproj         |  231 --
 build/win32/pub2raw.vcxproj        |  147 -
 build/win32/pub2xhtml.dsp          |  102 -
 build/win32/pub2xhtml.vcproj       |  231 --
 build/win32/pub2xhtml.vcxproj      |  147 -
 compile                            |  348 +++
 config.h.in                        |   30 +-
 configure                          | 5536 ++++++++++++++++++++++++------------
 configure.ac                       |   62 +-
 debian/changelog                   |    6 +
 depcomp                            |  489 ++--
 docs/Makefile.in                   |   36 +-
 docs/doxygen/Makefile.in           |   36 +-
 docs/doxygen/doxygen.cfg           | 2470 ++++++++++------
 inc/Makefile.in                    |   36 +-
 inc/libmspub/MSPUBDocument.h       |    6 +-
 inc/libmspub/Makefile.am           |    4 +-
 inc/libmspub/Makefile.in           |  198 +-
 inc/libmspub/libmspub.h            |    4 +-
 libmspub.pc.in                     |    2 +-
 ltmain.sh                          | 5528 ++++++++++++++++++++++-------------
 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                      | 2550 ++++++++++-------
 m4/ltoptions.m4                    |  127 +-
 m4/ltsugar.m4                      |    7 +-
 m4/ltversion.m4                    |   12 +-
 m4/lt~obsolete.m4                  |    7 +-
 missing                            |  416 +--
 src/Makefile.am                    |    4 +
 src/Makefile.in                    |   41 +-
 src/conv/Makefile.in               |   36 +-
 src/conv/raw/Makefile.am           |   10 +-
 src/conv/raw/Makefile.in           |   89 +-
 src/conv/raw/pub2raw.cpp           |   32 +-
 src/conv/svg/Makefile.am           |   10 +-
 src/conv/svg/Makefile.in           |   85 +-
 src/conv/svg/pub2xhtml.cpp         |   30 +-
 src/fuzz/Makefile.am               |   17 +
 src/{conv/svg => fuzz}/Makefile.in |  188 +-
 src/fuzz/pubfuzzer.cpp             |   27 +
 src/lib/Arrow.h                    |    6 +-
 src/lib/BorderArtInfo.h            |    6 +-
 src/lib/ColorReference.h           |    6 +-
 src/lib/Coordinate.h               |   10 +-
 src/lib/Dash.cpp                   |    1 +
 src/lib/Dash.h                     |    9 +-
 src/lib/EmbeddedFontInfo.h         |    6 +-
 src/lib/EscherContainerType.h      |    6 +-
 src/lib/EscherFieldIds.h           |    6 +-
 src/lib/Fill.cpp                   |   11 +-
 src/lib/Fill.h                     |   25 +-
 src/lib/FillType.h                 |    6 +-
 src/lib/Line.h                     |    8 +-
 src/lib/ListInfo.h                 |    8 +-
 src/lib/MSPUBBlockID.h             |   15 +-
 src/lib/MSPUBBlockType.h           |    6 +-
 src/lib/MSPUBCollector.cpp         |  283 +-
 src/lib/MSPUBCollector.h           |   53 +-
 src/lib/MSPUBConstants.h           |    6 +-
 src/lib/MSPUBContentChunkType.h    |    6 +-
 src/lib/MSPUBDocument.cpp          |   15 +-
 src/lib/MSPUBMetaData.cpp          |  166 +-
 src/lib/MSPUBMetaData.h            |   19 +-
 src/lib/MSPUBParser.cpp            |  298 +-
 src/lib/MSPUBParser.h              |   22 +-
 src/lib/MSPUBParser2k.cpp          |   81 +-
 src/lib/MSPUBParser2k.h            |   16 +-
 src/lib/MSPUBParser97.cpp          |   53 +-
 src/lib/MSPUBParser97.h            |   26 +-
 src/lib/MSPUBTypes.h               |   64 +-
 src/lib/Makefile.am                |    4 -
 src/lib/Makefile.in                |   94 +-
 src/lib/Margins.h                  |    4 +-
 src/lib/NumberingDelimiter.h       |    6 +-
 src/lib/NumberingType.h            |    6 +-
 src/lib/PolygonUtils.cpp           |  542 ++--
 src/lib/PolygonUtils.h             |   22 +-
 src/lib/Shadow.h                   |    6 +-
 src/lib/ShapeFlags.h               |    6 +-
 src/lib/ShapeGroupElement.cpp      |   51 +-
 src/lib/ShapeGroupElement.h        |   38 +-
 src/lib/ShapeInfo.h                |   39 +-
 src/lib/ShapeType.h                |    6 +-
 src/lib/Shapes.h                   |    8 +-
 src/lib/TableInfo.h                |   14 +-
 src/lib/VectorTransformation2D.cpp |    1 +
 src/lib/VectorTransformation2D.h   |    6 +-
 src/lib/VerticalAlign.h            |    6 +-
 src/lib/libmspub_utils.cpp         |  112 +-
 src/lib/libmspub_utils.h           |   82 +-
 111 files changed, 15640 insertions(+), 9749 deletions(-)
 create mode 100644 TODO
 delete mode 100644 build/win32/libmspub.dsp
 delete mode 100644 build/win32/libmspub.dsw
 delete mode 100644 build/win32/libmspub.vcproj
 delete mode 100644 build/win32/libmspub.vcproj.sln
 delete mode 100644 build/win32/libmspub.vcxproj
 delete mode 100644 build/win32/libmspub.vcxproj.sln
 delete mode 100644 build/win32/pub2raw.dsp
 delete mode 100644 build/win32/pub2raw.vcproj
 delete mode 100644 build/win32/pub2raw.vcxproj
 delete mode 100644 build/win32/pub2xhtml.dsp
 delete mode 100644 build/win32/pub2xhtml.vcproj
 delete mode 100644 build/win32/pub2xhtml.vcxproj
 create mode 100755 compile
 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 (76%)
 create mode 100644 src/fuzz/pubfuzzer.cpp

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



More information about the Pkg-openoffice-commits mailing list