Hello community, here is the log from the commit of package matio for openSUSE:Factory checked in at 2019-09-25 08:25:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matio (Old) and /work/SRC/openSUSE:Factory/.matio.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matio" Wed Sep 25 08:25:07 2019 rev:21 rq:732770 version:1.5.17 Changes: -------- --- /work/SRC/openSUSE:Factory/matio/matio.changes 2018-10-08 17:48:27.342252093 +0200 +++ /work/SRC/openSUSE:Factory/.matio.new.7948/matio.changes 2019-09-25 08:25:11.442410640 +0200 @@ -1,0 +2,12 @@ +Fri Sep 20 07:00:05 UTC 2019 - Atri Bhattacharya <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- 0001-Write-backwards-compatible-Mat7.3-files.patch matio-1.5.12.7z New: ---- matio-1.5.17.7z ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matio.spec ++++++ --- /var/tmp/diff_new_pack.9tjRwd/_old 2019-09-25 08:25:12.346410518 +0200 +++ /var/tmp/diff_new_pack.9tjRwd/_new 2019-09-25 08:25:12.350410517 +0200 @@ -1,7 +1,7 @@ # # spec file for package matio # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -17,17 +17,15 @@ %define libname lib%{name} -%define major 4 +%define major 9 Name: matio -Version: 1.5.12 +Version: 1.5.17 Release: 0 Summary: Library for reading and writing MATLAB MAT files License: BSD-2-Clause Group: Productivity/Scientific/Other URL: http://sourceforge.net/projects/matio Source0: http://downloads.sourceforge.net/matio/%{name}-%{version}.7z -# PATCH-FIX-OPENSUSE gh#tbeu/matio#93 0001-Write-backwards-compatible-Mat7.3-files.patch -Patch0: 0001-Write-backwards-compatible-Mat7.3-files.patch # We need hdf5 1.10.2 to allow creation of files backwards compatible with hdf5 1.8 BuildRequires: hdf5-devel >= 1.10.2 BuildRequires: pkgconfig @@ -45,8 +43,8 @@ %package -n %{libname}%{major} Summary: Library for reading and writing MATLAB MAT files -Group: System/Libraries # Avoid unresolvable errors from multiple providers +Group: System/Libraries Requires: libhdf5 %description -n %{libname}%{major} @@ -81,7 +79,6 @@ %prep %setup -q -%patch0 -p1 chmod +x configure %build
