Hello community,

here is the log from the commit of package matio for openSUSE:Leap:15.2 checked 
in at 2020-02-29 17:14:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/matio (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.matio.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "matio"

Sat Feb 29 17:14:57 2020 rev:16 rq:779781 version:1.5.17

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/matio/matio.changes    2020-01-15 
15:28:38.138684320 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.matio.new.26092/matio.changes 2020-02-29 
17:14:58.128860043 +0100
@@ -1,0 +2,18 @@
+Sat Feb 22 15:35:26 UTC 2020 - Max Lin <[email protected]>
+
+- Leap 15.2 has newer p7zip, build requires p7zip-full on Tumbleweed,
+  Leap 15.2 and SLE15 SP2. 
+
+-------------------------------------------------------------------
+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.covEeM/_old  2020-02-29 17:14:59.344862550 +0100
+++ /var/tmp/diff_new_pack.covEeM/_new  2020-02-29 17:14:59.372862607 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package matio
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,23 @@
 
 
 %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
 BuildRequires:  zlib-devel >= 1.2.3
-%if 0%{?suse_version} <= 1500
-BuildRequires:  p7zip
-%else
+%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200
 BuildRequires:  p7zip-full
+%else
+BuildRequires:  p7zip
 %endif
 
 %description
@@ -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


Reply via email to