[libfolia] branch master updated (7849a6b -> 41d1dca)

Maarten van Gompel proycon-guest at moszumanska.debian.org
Fri Jul 29 17:50:24 UTC 2016


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

proycon-guest pushed a change to branch master
in repository libfolia.

      from  7849a6b   No 0.14-1 release yet, use 0.13-3
       new  bf465e0   Imported Upstream version 1.3.1
       new  dceb1bc   Merge tag 'upstream/1.3.1'
       new  41d1dca   Changelog update, new upstream

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:
 ChangeLog                                         | 3554 ++++++++-----
 Makefile.am                                       |    5 +-
 Makefile.in                                       |   61 +-
 NEWS                                              |   45 +
 README                                            |   95 +-
 aclocal.m4                                        |   65 +-
 bootstrap.sh                                      |    2 +
 compile                                           |    2 +-
 config.guess                                      |  201 +-
 config.h.in                                       |    3 +-
 config.sub                                        |   40 +-
 configure                                         | 3190 +++++++-----
 configure.ac                                      |    8 +-
 debian/changelog                                  |    6 +
 depcomp                                           |    2 +-
 include/Makefile.in                               |   27 +-
 include/libfolia/Makefile.am                      |    3 +-
 include/libfolia/Makefile.in                      |   33 +-
 include/libfolia/folia.h                          | 1809 +------
 include/libfolia/{document.h => folia_document.h} |   55 +-
 include/libfolia/folia_impl.h                     | 2290 +++++++++
 include/libfolia/folia_properties.h               |   61 +
 include/libfolia/folia_types.h                    |   84 +
 include/libfolia/folia_utils.h                    |  163 +
 include/libfolia/foliautils.h                     |  271 -
 install-sh                                        |  366 +-
 ltmain.sh                                         | 5508 +++++++++++++--------
 m4/Makefile.in                                    |   27 +-
 m4/libtool.m4                                     | 2546 ++++++----
 m4/ltoptions.m4                                   |  127 +-
 m4/ltsugar.m4                                     |    7 +-
 m4/ltversion.m4                                   |   12 +-
 m4/lt~obsolete.m4                                 |    7 +-
 m4/pkg.m4                                         |  230 +-
 missing                                           |    2 +-
 src/Makefile.am                                   |   11 +-
 src/Makefile.in                                   |   53 +-
 src/folia.cxx                                     | 4003 ---------------
 src/{document.cxx => folia_document.cxx}          |  577 ++-
 src/folia_impl.cxx                                | 3757 ++++++++++++++
 src/folia_properties.cxx                          | 1433 ++++++
 src/folia_types.cxx                               |   93 +
 src/folia_utils.cxx                               |  480 ++
 src/folialint.cxx                                 |   83 +-
 src/foliautils.cxx                                | 1206 -----
 src/simpletest.cxx                                |   31 +-
 test-driver                                       |   15 +-
 47 files changed, 18825 insertions(+), 13824 deletions(-)
 rename include/libfolia/{document.h => folia_document.h} (85%)
 create mode 100644 include/libfolia/folia_impl.h
 create mode 100644 include/libfolia/folia_properties.h
 create mode 100644 include/libfolia/folia_types.h
 create mode 100644 include/libfolia/folia_utils.h
 delete mode 100644 include/libfolia/foliautils.h
 delete mode 100644 src/folia.cxx
 rename src/{document.cxx => folia_document.cxx} (74%)
 create mode 100644 src/folia_impl.cxx
 create mode 100644 src/folia_properties.cxx
 create mode 100644 src/folia_types.cxx
 create mode 100644 src/folia_utils.cxx
 delete mode 100644 src/foliautils.cxx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfolia.git



More information about the debian-science-commits mailing list