Hello community, here is the log from the commit of package matio for openSUSE:Factory checked in at 2017-11-14 12:49:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matio (Old) and /work/SRC/openSUSE:Factory/.matio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matio" Tue Nov 14 12:49:41 2017 rev:16 rq:539745 version:1.5.11 Changes: -------- --- /work/SRC/openSUSE:Factory/matio/matio.changes 2017-10-05 11:58:17.868714241 +0200 +++ /work/SRC/openSUSE:Factory/.matio.new/matio.changes 2017-11-14 12:49:45.351334172 +0100 @@ -1,0 +2,22 @@ +Thu Oct 26 17:20:18 UTC 2017 - [email protected] + +- Update to version 1.5.11: + * Added new API function Mat_VarWriteAppend to append a numeric + array to a previously written variable in HDF5 MAT file. + * Fixed bug calculating sizes of cell/struct array with empty + cells/fields in Mat_VarGetSize. + * Fixed bug writing cell/struct array with empty cells/fields to + v5 MAT file. + * Fixed bug writing cell/struct array with empty cells/fields to + HDF5 MAT file. + * Fixed read performance of cell/struct array with empty + cells/fields from v5 MAT file. + * Fixed read performance of numeric array from uncompressed v5 + MAT file. + * Fixed testsuite (if configured with the MATLAB application). + * Updated man pages. +- Drop BuildRequires: libtool and the autoreconf run before + configure; the patches that needed these have been long gone. +- Mat v7.3 tests fail, so turn off enable-mat73 for now. + +------------------------------------------------------------------- Old: ---- matio-1.5.10.tar.gz New: ---- matio-1.5.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matio.spec ++++++ --- /var/tmp/diff_new_pack.4lV4eX/_old 2017-11-14 12:49:46.703284721 +0100 +++ /var/tmp/diff_new_pack.4lV4eX/_new 2017-11-14 12:49:46.707284575 +0100 @@ -18,7 +18,7 @@ Name: matio %define libname lib%{name} -Version: 1.5.10 +Version: 1.5.11 Release: 0 %define major 4 Summary: Open-source library for reading and writing MATLAB MAT files @@ -27,7 +27,6 @@ Url: http://sourceforge.net/projects/matio Source0: http://downloads.sourceforge.net/matio/%{name}-%{version}.tar.gz BuildRequires: hdf5-devel >= 1.8 -BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: zlib-devel >= 1.2.3 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -77,11 +76,11 @@ %setup -q %build -autoreconf -fi +#FIXME Mat v7.3 tests fail unless --enable-mat73=no %configure \ --enable-shared \ --disable-static \ - --enable-mat73=yes \ + --enable-mat73=no \ --enable-extended-sparse=yes # remove rpath from libtool @@ -98,9 +97,6 @@ export LD_LIBRARY_PATH=%{_buildroot}/%{name}*/src/.libs/ make check -%clean -rm -rf %{buildroot} - %post -n %{libname}%{major} -p /sbin/ldconfig %postun -n %{libname}%{major} -p /sbin/ldconfig ++++++ matio-1.5.10.tar.gz -> matio-1.5.11.tar.gz ++++++ /work/SRC/openSUSE:Factory/matio/matio-1.5.10.tar.gz /work/SRC/openSUSE:Factory/.matio.new/matio-1.5.11.tar.gz differ: char 5, line 1
