[libmatio] branch master updated (3b38492 -> 5416eaf)

Sébastien Villemot sebastien at debian.org
Fri Feb 19 20:15:28 UTC 2016


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

sebastien pushed a change to branch master
in repository libmatio.

      from  3b38492   Changelog entry for 1.5.3-1.
      adds  76ee26d   Imported Upstream version 1.5.4
       new  c7c24be   Merge tag 'upstream/1.5.4'
       new  9445a86   d/copyright: reflect upstream changes.
       new  4caa496   SONAME bump: the shared library package is now libmatio4.
       new  aa8e0d9   d/p/ldflags.patch: new patch, fixes a build system bug.
       new  1d5289a   d/control: use secure URLs for Vcs-*.
       new  26f1b09   Bump Standards-Version to 3.9.7, no changes needed.
       new  e633e17   Update .gitignore.
       new  5416eaf   Changelog entry for 1.5.4-1.

The 8 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:
 .gitignore                                      |      8 +-
 Makefile.am                                     |      7 +-
 Makefile.in                                     |    855 +
 NEWS                                            |     23 +-
 README.md                                       |     12 +-
 aclocal.m4                                      |    876 +
 autogen.sh                                      |      3 +-
 config/config.guess                             |      0
 config/config.sub                               |      0
 config/depcomp                                  |      0
 config/install-sh                               |      0
 config/libtool.m4                               |   8001 ++
 config/ltmain.sh                                |   9661 ++
 config/ltoptions.m4                             |    384 +
 config/ltsugar.m4                               |    123 +
 config/ltversion.m4                             |     23 +
 config/lt~obsolete.m4                           |     98 +
 config/missing                                  |      0
 config/pkg.m4                                   |     55 -
 config/texinfo.tex                              |   9913 ++
 configure                                       |  17961 ++++
 configure.ac                                    |     41 +-
 debian/changelog                                |     11 +
 debian/control                                  |     12 +-
 debian/copyright                                |     23 +-
 debian/libmatio2.symbols                        |    139 -
 debian/{libmatio2.install => libmatio4.install} |      0
 debian/libmatio4.symbols                        |     58 +
 debian/patches/ldflags.patch                    |     17 +
 debian/patches/series                           |      1 +
 debian/rules                                    |      3 -
 documentation/Makefile.in                       |    760 +
 documentation/matio_user_guide.texi             |      4 +-
 getopt/Makefile.in                              |    513 +
 getopt/getopt_long.c                            |      2 +-
 share/test.mat                                  |    Bin 2420 -> 0 bytes
 share/test_be.mat                               |    Bin 5045 -> 0 bytes
 share/test_be_v6.mat                            |    Bin 15704 -> 0 bytes
 share/test_le.mat                               |    Bin 4862 -> 0 bytes
 share/test_le_v6.mat                            |    Bin 15704 -> 0 bytes
 src/.Makefile.fortran.am.swp                    |    Bin 12288 -> 0 bytes
 src/Makefile.am                                 |      7 +-
 src/Makefile.in                                 |    669 +
 src/endian.c                                    |      1 +
 src/fortran/Makefile.am                         |     46 -
 src/fortran/create.f90                          |    659 -
 src/fortran/matio.f90                           |    400 -
 src/fortran/matio_internal.c                    |    478 -
 src/fortran/matio_t.inc.in                      |     95 -
 src/fortran/read_data.f90                       |    683 -
 src/fortran/write.f90                           |    523 -
 src/fortran/write_data.f90                      |    719 -
 src/inflate.c                                   |    263 +-
 src/io.c                                        |    179 +-
 src/mat.c                                       |    484 +-
 src/mat4.c                                      |    513 +-
 src/mat5.c                                      |   2571 +-
 src/mat5.h                                      |     23 +-
 src/mat73.c                                     |    735 +-
 src/mat73.h                                     |      1 -
 src/matio.h                                     |     15 +-
 src/matio.sym                                   |     57 +
 src/matioConfig.h.in                            |     60 +-
 src/matio_private.h                             |    105 +-
 src/matio_pubconf.h.in                          |     46 +
 src/matvar_cell.c                               |      8 +-
 src/matvar_struct.c                             |     23 +-
 src/read_data.c                                 |   2897 +-
 src/snprintf.c                                  |   2139 +-
 test/Makefile.am                                |     21 +-
 test/Makefile.in                                |    617 +
 test/cell_api.at                                |     12 +-
 test/datasets/large_struct_compressed_le.mat    |    Bin 0 -> 705500 bytes
 test/mat2hdf.c                                  |    179 -
 test/mat4_extended_sparse.at                    |    455 +
 test/mat4_read_be.at                            |     58 +-
 test/{mat4_read.at => mat4_read_le.at}          |     58 +-
 test/mat4_readslab_be.at                        |     35 +-
 test/mat4_readslab_le.at                        |     35 +-
 test/mat4_readwrite.at                          |     59 +
 test/mat4_write.at                              |    741 +
 test/mat5_compressed_extended_sparse.at         |    134 +-
 test/mat5_compressed_read_be.at                 |    187 +-
 test/mat5_compressed_read_le.at                 |    178 +-
 test/mat5_compressed_readslab_be.at             |    746 +-
 test/mat5_compressed_readslab_le.at             |    746 +-
 test/mat5_compressed_readwrite.at               |    248 +
 test/mat5_compressed_write.at                   |    680 +-
 test/mat5_uncompressed_extended_sparse.at       |    134 +-
 test/mat5_uncompressed_read_be.at               |    187 +-
 test/mat5_uncompressed_read_le.at               |    165 +-
 test/mat5_uncompressed_readslab_be.at           |    708 +-
 test/mat5_uncompressed_readslab_le.at           |    706 +-
 test/mat5_uncompressed_readwrite.at             |    233 +
 test/mat5_uncompressed_write.at                 |    679 +-
 test/mat73_compressed_extended_sparse.at        |    134 +-
 test/mat73_compressed_readwrite.at              |    237 +
 test/mat73_compressed_write.at                  |    601 +-
 test/mat73_read_be.at                           |    343 +-
 test/mat73_read_le.at                           |    309 +-
 test/mat73_readslab_be.at                       |    626 +-
 test/mat73_readslab_le.at                       |    626 +-
 test/mat73_readwrite.at                         |    235 +
 test/mat73_uncompressed_extended_sparse.at      |    134 +-
 test/mat73_write.at                             |    673 +-
 test/package.m4                                 |      6 +
 test/struct_api.at                              |     24 +-
 test/{mat4_readslab_be.at => subscript_api.at}  |     27 +-
 test/test_mat.c                                 |    280 +-
 test/test_matf.f90                              |    582 -
 test/test_snprintf.c                            |     19 +-
 test/test_snprintf_ipa13_test_snprintf.oo       |    Bin 22528 -> 0 bytes
 test/testsuite                                  | 115160 +++++++++++++++++++++
 test/testsuite.at                               |     26 +-
 tools/Makefile.in                               |    552 +
 tools/matdump.c                                 |    115 +-
 visual_studio/libmatio/libmatio.vcproj          |      2 +-
 visual_studio/libmatio/libmatio.vcxproj         |     29 +-
 visual_studio/libmatio/libmatio.vcxproj.filters |      2 +-
 {src => visual_studio}/matio.rc                 |      8 +-
 visual_studio/matioConfig.h                     |    132 +-
 visual_studio/matio_pubconf.h                   |     92 +-
 122 files changed, 180977 insertions(+), 11984 deletions(-)
 create mode 100644 Makefile.in
 create mode 100644 aclocal.m4
 mode change 100644 => 100755 autogen.sh
 mode change 100644 => 100755 config/config.guess
 mode change 100644 => 100755 config/config.sub
 mode change 100644 => 100755 config/depcomp
 mode change 100644 => 100755 config/install-sh
 create mode 100644 config/libtool.m4
 create mode 100644 config/ltmain.sh
 create mode 100644 config/ltoptions.m4
 create mode 100644 config/ltsugar.m4
 create mode 100644 config/ltversion.m4
 create mode 100644 config/lt~obsolete.m4
 mode change 100644 => 100755 config/missing
 delete mode 100644 config/pkg.m4
 create mode 100644 config/texinfo.tex
 create mode 100755 configure
 delete mode 100644 debian/libmatio2.symbols
 rename debian/{libmatio2.install => libmatio4.install} (100%)
 create mode 100644 debian/libmatio4.symbols
 create mode 100644 debian/patches/ldflags.patch
 create mode 100644 debian/patches/series
 create mode 100644 documentation/Makefile.in
 create mode 100644 getopt/Makefile.in
 delete mode 100644 share/test.mat
 delete mode 100644 share/test_be.mat
 delete mode 100644 share/test_be_v6.mat
 delete mode 100644 share/test_le.mat
 delete mode 100644 share/test_le_v6.mat
 delete mode 100644 src/.Makefile.fortran.am.swp
 create mode 100644 src/Makefile.in
 delete mode 100644 src/fortran/Makefile.am
 delete mode 100644 src/fortran/create.f90
 delete mode 100644 src/fortran/matio.f90
 delete mode 100644 src/fortran/matio_internal.c
 delete mode 100644 src/fortran/matio_t.inc.in
 delete mode 100644 src/fortran/read_data.f90
 delete mode 100644 src/fortran/write.f90
 delete mode 100644 src/fortran/write_data.f90
 create mode 100644 src/matio.sym
 create mode 100644 test/Makefile.in
 create mode 100644 test/datasets/large_struct_compressed_le.mat
 delete mode 100644 test/mat2hdf.c
 create mode 100644 test/mat4_extended_sparse.at
 rename test/{mat4_read.at => mat4_read_le.at} (70%)
 create mode 100644 test/mat4_readwrite.at
 create mode 100644 test/mat4_write.at
 create mode 100644 test/mat5_compressed_readwrite.at
 create mode 100644 test/mat5_uncompressed_readwrite.at
 create mode 100644 test/mat73_compressed_readwrite.at
 create mode 100644 test/mat73_readwrite.at
 create mode 100644 test/package.m4
 copy test/{mat4_readslab_be.at => subscript_api.at} (75%)
 delete mode 100644 test/test_matf.f90
 delete mode 100644 test/test_snprintf_ipa13_test_snprintf.oo
 create mode 100755 test/testsuite
 create mode 100644 tools/Makefile.in
 rename {src => visual_studio}/matio.rc (87%)

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



More information about the debian-science-commits mailing list