Hello community, here is the log from the commit of package matio for openSUSE:Factory checked in at 2018-04-20 17:25:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matio (Old) and /work/SRC/openSUSE:Factory/.matio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matio" Fri Apr 20 17:25:55 2018 rev:17 rq:594002 version:1.5.12 Changes: -------- --- /work/SRC/openSUSE:Factory/matio/matio.changes 2017-11-14 12:49:45.351334172 +0100 +++ /work/SRC/openSUSE:Factory/.matio.new/matio.changes 2018-04-20 17:26:10.313715154 +0200 @@ -1,0 +2,21 @@ +Tue Apr 3 22:54:27 UTC 2018 - [email protected] + +- Fix SRPM group. Trim redundant wording from summaries. + +------------------------------------------------------------------- +Sat Mar 31 21:23:50 UTC 2018 - [email protected] + +- Update to version 1.5.12: + * Updated Mat_VarWriteAppend: Added support to append a variable + to a previously written struct array in HDF5 MAT file + * Fixed bug reading MAT_T_UINT16 encoded character array from + HDF5 MAT file + * Fixed bug reading MAT_T_UTF16 encoded character array from + compressed v5 MAT file + * Fixed bug writing MAT_T_UTF16 encoded character array to HDF5 + MAT file + * Fixed buffer overflow in Mat_VarGetCells/Mat_VarGetStructs +- Reenable support for Mat v7.3 +- Use significantly smaller 7z compressed sources (2.7 vs 10 MByte) + +------------------------------------------------------------------- Old: ---- matio-1.5.11.tar.gz New: ---- matio-1.5.12.7z ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matio.spec ++++++ --- /var/tmp/diff_new_pack.yETXzj/_old 2018-04-20 17:26:10.985690787 +0200 +++ /var/tmp/diff_new_pack.yETXzj/_new 2018-04-20 17:26:10.989690642 +0200 @@ -1,7 +1,7 @@ # # spec file for package matio # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,16 @@ Name: matio %define libname lib%{name} -Version: 1.5.11 +Version: 1.5.12 Release: 0 %define major 4 -Summary: Open-source library for reading and writing MATLAB MAT files +Summary: Library for reading and writing MATLAB MAT files License: BSD-2-Clause -Group: System/Libraries +Group: Productivity/Scientific/Other Url: http://sourceforge.net/projects/matio -Source0: http://downloads.sourceforge.net/matio/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/matio/%{name}-%{version}.7z BuildRequires: hdf5-devel >= 1.8 +BuildRequires: p7zip BuildRequires: pkgconfig BuildRequires: zlib-devel >= 1.2.3 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,7 +38,7 @@ access or do not want to rely on MATLAB's shared library. %package -n %{libname}%{major} -Summary: Open-source library for reading and writing MATLAB MAT files +Summary: Library for reading and writing MATLAB MAT files # Avoid unresolvable errors from multiple providers Group: System/Libraries Requires: libhdf5 @@ -74,13 +75,13 @@ %prep %setup -q +chmod +x configure %build -#FIXME Mat v7.3 tests fail unless --enable-mat73=no %configure \ --enable-shared \ --disable-static \ - --enable-mat73=no \ + --enable-mat73=yes \ --enable-extended-sparse=yes # remove rpath from libtool
