Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package matio for openSUSE:Factory checked in at 2024-12-26 12:24:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/matio (Old) and /work/SRC/openSUSE:Factory/.matio.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "matio" Thu Dec 26 12:24:06 2024 rev:31 rq:1233299 version:1.5.28 Changes: -------- --- /work/SRC/openSUSE:Factory/matio/matio.changes 2024-05-29 19:36:18.493480221 +0200 +++ /work/SRC/openSUSE:Factory/.matio.new.1881/matio.changes 2024-12-26 12:24:13.931347980 +0100 @@ -1,0 +2,19 @@ +Sat Dec 21 13:57:33 UTC 2024 - Atri Bhattacharya <[email protected]> + +- Update to version 1.5.28: + * Fixed bug writing MAT_T_INT8/MAT_T_UINT8 encoded character + array to compressed v5 MAT file (regression of v1.5.12). + * Fixed bug reading all-zero sparse array of v4 MAT file + (regression of v1.5.18). + * Updated C99 snprintf.c. + * CMake: Enabled testing. + * Several other fixes, for example for access violations in + Mat_VarPrint. +- Drop BuildRequire: p7zip as upstream now uses tar.gz sources + instead. +- Run make check with multiple threads. +- Minor specfile cleanups (e.g. use standard macros where + possible). +- Drop no longer needed specfile hackery. + +------------------------------------------------------------------- Old: ---- matio-1.5.27.7z New: ---- matio-1.5.28.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ matio.spec ++++++ --- /var/tmp/diff_new_pack.lNgh1R/_old 2024-12-26 12:24:14.659377809 +0100 +++ /var/tmp/diff_new_pack.lNgh1R/_new 2024-12-26 12:24:14.659377809 +0100 @@ -19,20 +19,14 @@ %define libname lib%{name} %define major 13 Name: matio -Version: 1.5.27 +Version: 1.5.28 Release: 0 Summary: Library for reading and writing MATLAB MAT files License: BSD-2-Clause -Group: Productivity/Scientific/Other URL: https://sourceforge.net/projects/matio/ -Source0: https://downloads.sourceforge.net/matio/%{name}-%{version}.7z +Source0: https://downloads.sourceforge.net/matio/%{name}-%{version}.tar.gz BuildRequires: pkgconfig -BuildRequires: zlib-devel >= 1.2.3 -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 -BuildRequires: p7zip-full -%else -BuildRequires: p7zip -%endif +BuildRequires: pkgconfig(zlib) >= 1.2.3 %description matio is an open-source library for reading and writing MATLAB MAT files. @@ -42,7 +36,6 @@ %package -n %{libname}%{major} Summary: Library for reading and writing MATLAB MAT files # Avoid unresolvable errors from multiple providers -Group: System/Libraries Requires: libhdf5 %description -n %{libname}%{major} @@ -52,11 +45,10 @@ %package -n %{libname}-devel Summary: Development files for %{name} -Group: Development/Libraries/C and C++ Requires: %{libname}%{major} = %{version} Requires: hdf5-devel Requires: pkgconfig -Requires: zlib-devel +BuildRequires: pkgconfig(zlib) >= 1.2.3 %description -n %{libname}-devel matio is an open-source library for reading and writing MATLAB MAT files. @@ -65,7 +57,6 @@ %package tools Summary: Command line tools for %{name} -Group: Productivity/Scientific/Other Requires: %{libname}%{major} = %{version} # Avoid unresolvable errors from multiple providers Requires: libhdf5 @@ -77,7 +68,6 @@ %prep %setup -q -chmod +x configure %build %configure \ @@ -85,36 +75,27 @@ --disable-static \ --enable-mat73=yes \ --enable-extended-sparse=yes - -# remove rpath from libtool -sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool - -make %{?_smp_mflags} +%make_build %install %make_install find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %check -export LD_LIBRARY_PATH=%{_buildroot}/%{name}*/src/.libs/ -make check +export LD_LIBRARY_PATH=%{_buildroot}/%{libdir} +%make_build check -%post -n %{libname}%{major} -p /sbin/ldconfig -%postun -n %{libname}%{major} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname}%{major} %files -n %{libname}%{major} -%defattr(-,root,root) %license COPYING %doc NEWS README %{_libdir}/libmatio.so.%{major}* %files tools -%defattr(-,root,root) %{_bindir}/matdump %files -n %{libname}-devel -%defattr(-,root,root) %{_includedir}/matio.h %{_includedir}/matio_pubconf.h %{_libdir}/libmatio.so
