Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libmatio-devel-1.5.26-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libmatio-devel Distribution: openSUSE:Factory:zSystems
Version: 1.5.26 Vendor: openSUSE
Release: 1.1 Build date: Sun Dec 3 20:57:47 2023
Group: Development/Libraries/C and C++ Build host: s390zl26
Size: 55789 Source RPM: matio-1.5.26-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://sourceforge.net/projects/matio/
Summary: Development files for matio
matio is an open-source library for reading and writing MATLAB MAT files.
This library is designed for use by programs/libraries that do not have
access or do not want to rely on MATLAB's shared library.

Provides

Requires

License

BSD-2-Clause

Changelog

* Wed Nov 22 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.5.26:
    * Fixed testsuite (regression of v1.5.25)
  - Changes from version 1.5.25:
    * Fixed reading struct array with null padded class name from
      HDF5 MAT file
    * Fixed memory leak in Mat_VarFree for function class
  - Changes from version 1.5.24:
    * Added predicated iteration API functions
      Mat_VarReadNextInfoPredicate and Mat_VarReadNextPredicate to
      speed-up reading variables from HDF5 MAT file
    * Added new API function Mat_GetFileAccessMode to retrieve the
      file access mode of a MAT file
    * Changed: Mat_VarDelete returns error if MAT file is opened in
      read-only mode
    * Changed: Reduced memory foot-print of matvar_t.internal
    * Fixed read performance of cell/struct array from HDF5 MAT file
    * Fixed reference counting of HDF5 MAT file in Mat_VarDuplicate
    * Fixed file access mode of created v4 MAT file
    * Fixed read performance of Mat_GetDir for HDF5 MAT file
    * Fixed bug reading struct array from v5 MAT file
    * Fixed bug adding field to struct array of v5 MAT file
    * Fixed heap-based buffer overflow when reading HDF5 MAT file
    * Confirmed compatibility with HDF5 v1.14.x
    * autoconf: Enabled system extensions
    * autoconf: Fixed getopt_long check
    * autoconf: Fixed pkg-config file for static linking
    * CMake: Updated cmake-conan to version 0.18.1
    * CMake: Fixed version comparison
    * CMake: Fixed properties for CMake < 3.11
    * CMake: Fixed linker error on OpenBSD
    * CMake: Fixed checks of linker options
    * Several other fixes, for example for memory leaks
  - Drop explicit hdf5-devel dependency: we have hdf5 > 1.10 by
    default anyway in Factory.
* Fri May 06 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.5.23:
    * Fixed testsuite regression from version 1.5.22.
  - Changes from version 1.5.22:
    * Added support for reading large MAT file.
    * Updated cmake-conan to version 0.17.0.
    * Fixed CMake build with Conan (MATIO_USE_CONAN:BOOL=ON).
    * Fixed data type when reading 16-bit character data from HDF5
      MAT file.
    * Fixed heap-based buffer overflows when reading (crafted) MAT
      file (CVE-2020-36428, CVE-2021-36977, boo#1193873,
      boo#1193874).
    * Confirmed compatibility with HDF5 v1.13.0 and v1.13.1.
    * Several other fixes, for example for memory leaks.
* Tue Jun 01 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 1.5.21
    * Fixed: Avoid usage of strlen when creating MAT_T_UTF8 encoded
      character array
    * Fixed reading of compression flag from HDF5 MAT file
  - Use https for URL and SourceURL
* Mon Mar 22 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.5.20:
    * Added support for writing MAT_T_UTF8 encoded character array
      to HDF5 MAT file (by conversion to UTF-16 if in BMP).
    * Updated cmake-conan to v0.16.1.
    * Fixed bug with size_t arguments of logging function calls.
    * Fixed bug reading past EOF from (crafted) MAT file.
    * Fixed bug writing MAT_T_UTF8 encoded character array to v5 MAT
      file.
    * Fixed printing of MAT_T_UTF8 encoded character array.
    * Several other fixes, for example for memory leaks.
* Sun Nov 15 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.5.19:
    * Fixed support for CMake (>= v3.19.0) build system.
    * Fixed bug reading variable from v4 MAT file (regression of
      v1.5.18).
* Sat Sep 19 2020 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.5.18:
    * Added support of HDF5 v1.12.x.
    * Added support for reading uncompressed v5 MAT file generated
      by SWAN.
    * Added error codes to public interface.
    * Added support for CMake build system.
    * Fixed read performance of numeric array from compressed v5 MAT
      file.
    * Fixed support for VS2005 and VS2008 (MSVC) (regression of
      v1.5.15).
    * Fixed mktemp linker warning when using GNU linker.
    * Fixed bug writing struct array to uncompressed v5 MAT file on
      big endian architecture (regression of v1.5.10).
    * Fixed bug writing cell array to uncompressed v5 MAT file on
      big endian architecture.
    * Fixed bug reading variable name from v4 MAT file
      (CVE-2019-17533).
    * Fixed bug reading dimensions from (crafted) compressed v5 MAT
      file (CVE-2019-20017, CVE-2019-20018, CVE-2019-20020,
      CVE-2019-20052).
  - Bump soversion to 11.
* Sat Feb 22 2020 Max Lin <mlin@suse.com>
  - Leap 15.2 has newer p7zip, build requires p7zip-full on Tumbleweed,
    Leap 15.2 and SLE15 SP2.
* Fri Sep 20 2019 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 1.5.17
    * Fixed bug reading struct array with packed field names from v5
      MAT file
    * Fixed bug reading past EOF from (crafted) uncompressed v5 MAT
      file
  - Drop 0001-Write-backwards-compatible-Mat7.3-files.patch:
    incorporated upstream.
  - Update so number to 9 in keeping with upstream.
* Thu Oct 04 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix preprocessor check for availability of H5F_LIBVER_V18
* Tue Oct 02 2018 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Force writing of backwards compatible files with HDF5 1.10.x
    0001-Write-backwards-compatible-Mat7.3-files.patch
    (gh#tbeu/matio#93).

Files

/usr/include/matio.h
/usr/include/matio_pubconf.h
/usr/lib64/libmatio.so
/usr/lib64/pkgconfig/matio.pc
/usr/share/man/man3/Mat_Close.3.gz
/usr/share/man/man3/Mat_CreateVer.3.gz
/usr/share/man/man3/Mat_GetDir.3.gz
/usr/share/man/man3/Mat_GetFileAccessMode.3.gz
/usr/share/man/man3/Mat_GetFilename.3.gz
/usr/share/man/man3/Mat_GetHeader.3.gz
/usr/share/man/man3/Mat_GetLibraryVersion.3.gz
/usr/share/man/man3/Mat_GetVersion.3.gz
/usr/share/man/man3/Mat_Open.3.gz
/usr/share/man/man3/Mat_Rewind.3.gz
/usr/share/man/man3/Mat_VarAddStructField.3.gz
/usr/share/man/man3/Mat_VarCreate.3.gz
/usr/share/man/man3/Mat_VarCreateStruct.3.gz
/usr/share/man/man3/Mat_VarDelete.3.gz
/usr/share/man/man3/Mat_VarFree.3.gz
/usr/share/man/man3/Mat_VarGetNumberOfFields.3.gz
/usr/share/man/man3/Mat_VarGetSize.3.gz
/usr/share/man/man3/Mat_VarGetStructFieldnames.3.gz
/usr/share/man/man3/Mat_VarGetStructs.3.gz
/usr/share/man/man3/Mat_VarGetStructsLinear.3.gz
/usr/share/man/man3/Mat_VarPrint.3.gz
/usr/share/man/man3/Mat_VarRead.3.gz
/usr/share/man/man3/Mat_VarReadInfo.3.gz
/usr/share/man/man3/Mat_VarReadNext.3.gz
/usr/share/man/man3/Mat_VarReadNextInfo.3.gz
/usr/share/man/man3/Mat_VarWrite.3.gz
/usr/share/man/man3/Mat_VarWriteAppend.3.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024