matio-tools-1.5.23-bp154.2.3.1 4>$  Apcɜ!M@eeeGfwPD\- jk{+ܴZ#Ccg2'dM^14r'դժ ndV/u\vRĺAĊ =cK{sji3]Kl&v0)|Riv]Iq{:I%T>p>#?"d ! >  9BO h       <@d   (89X:FGHIXY\ ] ^ (b 2c d!}e!f!l!u!v!w"tx"xy"|z"""""Cmatio-tools1.5.23bp154.2.3.1Command line tools for matiomatio is an open-source library for reading and writing MATLAB MAT files. This library is designed for use by programs/libraries that do not have access or do not want to rely on MATLAB's shared library.cobs-arm-10$XSUSE Linux Enterprise 15openSUSEBSD-2-Clausehttp://bugs.opensuse.orgProductivity/Scientific/Otherhttps://sourceforge.net/projects/matio/linuxaarch64$Xcxf4b09e133b26631f18fee70995a865e3bf00b7e3ea5422abb24586853b3801c4rootrootmatio-1.5.23-bp154.2.3.1.src.rpmmatio-toolsmatio-tools(aarch-64)@@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libhdf5libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libmatio.so.11()(64bit)libmatio11rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.5.233.0.4-14.6.0-14.0-15.2-14.14.3bu `!@`X_@_e^Q]@[[][6@ZJ@ZlZx@Y@Y*@X WWWk@V@VUAAtri Bhattacharya Ferdinand Thiessen Atri Bhattacharya Atri Bhattacharya Atri Bhattacharya Max Lin Atri Bhattacharya Stefan Brüns Stefan Brüns stefan.bruens@rwth-aachen.deadrian@suse.dejengelh@inai.destefan.bruens@rwth-aachen.debadshah400@gmail.combadshah400@gmail.comdmitry_r@opensuse.orgbadshah400@gmail.comdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgdmitry_r@opensuse.orgtoddrme2178@gmail.com- Update to version 1.5.23: * Fixed testsuite regression from version 1.5.22. - Changes from version 1.5.22: * Added support for reading large MAT file. * Updated cmake-conan to version 0.17.0. * Fixed CMake build with Conan (MATIO_USE_CONAN:BOOL=ON). * Fixed data type when reading 16-bit character data from HDF5 MAT file. * Fixed heap-based buffer overflows when reading (crafted) MAT file (CVE-2020-36428, CVE-2021-36977). * Confirmed compatibility with HDF5 v1.13.0 and v1.13.1. * Several other fixes, for example for memory leaks.- Update to version 1.5.21 * Fixed: Avoid usage of strlen when creating MAT_T_UTF8 encoded character array * Fixed reading of compression flag from HDF5 MAT file - Use https for URL and SourceURL- Update to version 1.5.20: * Added support for writing MAT_T_UTF8 encoded character array to HDF5 MAT file (by conversion to UTF-16 if in BMP). * Updated cmake-conan to v0.16.1. * Fixed bug with size_t arguments of logging function calls. * Fixed bug reading past EOF from (crafted) MAT file. * Fixed bug writing MAT_T_UTF8 encoded character array to v5 MAT file. * Fixed printing of MAT_T_UTF8 encoded character array. * Several other fixes, for example for memory leaks.- Update to version 1.5.19: * Fixed support for CMake (>= v3.19.0) build system. * Fixed bug reading variable from v4 MAT file (regression of v1.5.18).- Update to version 1.5.18: * Added support of HDF5 v1.12.x. * Added support for reading uncompressed v5 MAT file generated by SWAN. * Added error codes to public interface. * Added support for CMake build system. * Fixed read performance of numeric array from compressed v5 MAT file. * Fixed support for VS2005 and VS2008 (MSVC) (regression of v1.5.15). * Fixed mktemp linker warning when using GNU linker. * Fixed bug writing struct array to uncompressed v5 MAT file on big endian architecture (regression of v1.5.10). * Fixed bug writing cell array to uncompressed v5 MAT file on big endian architecture. * Fixed bug reading variable name from v4 MAT file (CVE-2019-17533). * Fixed bug reading dimensions from (crafted) compressed v5 MAT file (CVE-2019-20017, CVE-2019-20018, CVE-2019-20020, CVE-2019-20052). - Bump soversion to 11.- Leap 15.2 has newer p7zip, build requires p7zip-full on Tumbleweed, Leap 15.2 and SLE15 SP2.- 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.- Fix preprocessor check for availability of H5F_LIBVER_V18- Force writing of backwards compatible files with HDF5 1.10.x 0001-Write-backwards-compatible-Mat7.3-files.patch (gh#tbeu/matio#93).- BuildRequire p7zip-full instead of p7zip on TW, 7za was moved from p7zip to the new package, breaking backwards compatibility. - use %license for COPYING- enforce hdf5 1.8 to ensure that files can still be exchanged- Fix SRPM group. Trim redundant wording from summaries.- 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)- 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.- Update to version 1.5.10: * Added new API function Mat_GetDir to retrieve all variable names of a MAT file * Fixed performance of repeated calls to Mat_VarWrite (broken by v1.5.7) * Fixed bugs reading (hyperslabs of) numeric arrays where the variable data type differs from the desired output data type * Increased testsuite coverage- Update to version 1.5.9 * Bug fixes * HDF5 1.10 support, drop obsolete matio-hdf5_110-support.patch matio-disable-failing-hdf5-tests.patch- Add matio-hdf5_110-support.patch to fix support for hdf5 >= 1.10; patch taken from upstream git (gh#tbeu/matio#37). - Add matio-disable-failing-hdf5-tests.patch to disable "mat73" tests that fail (apparently) due to bugs in hdf5 1.10 (gh#tbeu/matio#41); patch touches autotool files, add BuildRequires on libtool and run "autoreconf -fi" before configure.- Update to version 1.5.8 * Bug fixes- Update to version 1.5.7 * Added support for MAT_T_UTF16 when reading character array from v5 MAT file * Added support of HDF5 v1.10.x (with deprecated v1.8.x symbols exported) * Added warning on unsupported character data types when reading v5 MAT file * Added error check if variable already exists when writing to MAT file * Bug fixes- Update to version 1.5.6 * Added support of reading sparse array from v4 MAT files * Added support of writing sparse array to v4 MAT files * Added support of writing character array to v4 MAT files * Bug fixes- Update to version 1.5.3 * Added support for writing numeric arrays to v4 MAT files * Added new API functions Mat_CalcSingleSubscript2 and Mat_CalcSubscripts2 that work on size_t type * Bug fixes- Avoid unresolvable errors from multiple providers of libhdf5obs-arm-10 16703218601.5.23-bp154.2.3.11.5.23-bp154.2.3.1matdump/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17766/openSUSE_Backports_SLE-15-SP4_Update/3100cafae815837478f941fdf9a348ca-matio.openSUSE_Backports_SLE-15-SP4_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6236e84e01b717a25a0d0fff28ee2791b44de6ce, for GNU/Linux 3.7.0, not strippedRRRRRRRUrPwNYZN;utf-8f24b0a993cc94537bbebd8acfdde41d2b1249d813ce04a3107daa36fef86b1f3? 7zXZ !t/%S,] crv9wNّ!Z]CJfWU2AeL,2*; ȳ< +̝p\gV35A08Rn4uzwsg6GL8@xQ L\!h*o:y5y,녞 XyOB lIH];5LMvұ^][<3YPYS#=WB5 & t,im3Hq]׃:@bVD0"C@XĨXI۸i!͸9SZD𩆋~"'_3UiIuvSiXh-!ML筸B7{-KxajC!$JqT]PahNˣ>EKBORwXKósfo.{V(" ˇlΞY?;71omłvp |=W#+n";xn?<"6c u $юMR W\uw)7@L!ru eQ;O] BQ_a'EoGd_'yuZCwKlZ:ĥv"Fnx)R+`#֔>s ]Wӌ9$r._̱i?Pi#ӖJ8; b Lz%)l5OMLVmo9nCZ]yTCɧf8B< ɕ`Fؒ~0RP.rz#5Gllgp#-)R!JG5ޭ>3KUvf6E[p^l% 6jr2}^IE@0$z/ʃ+H?G6#A>-鸨@&t eKW MPAtXCpVb]2s|^N%t{ 0#k:u#s_~%6pz};y$@R,ACN?:bv 3b&m?֜ǚ 'XB8U=cqsϷ{02|Hc"Pv, *n dw \2_8,-Jc_^@x6O,˼w&FJ(|)b}g=%<,{; qĚ>B)Baט.SP =9P8Tک tY_$Ʉ y0f3Ra$v ErɁ9$4 zL[A*a[l驹 K K;ea^N=bHj:Kn7?27oI%B܆nW1' E̎=!N5~ ʻ1ےsT\ Vc*Uj(+ gvGpʌ,65%lax/(X}; qlW-ZUFӷ̺tRcGxƚJ(Tg&^ K$2B~=y6PvvY.ny ȆgRCG w=1k.Jc,F}I6aX",~`FGu|ڌh 7zA7Sś&8a_p @jb>)=.Ŭ&bIPT/fp븀m'dMbz5Zw5s%s] 7Q {cwNfP8wҥ8/O`b1Pb}!=kz X.i^{OLGq >Y;,]%q|iJfsB=CV4t;Ɏ$zβM>S-wqo$ bT0p_78hbV38޹Y2w1{%#'*I2i V*5vR9WG[~V[~JFL. 5ۘ%@-&@U4 W@@ `V2~9vq"j8ۂ|&ưGw,X(pxѱ߷(#GNי(lf@;6a!9sԬV)\XD}m}uX5&VZ]>3*td讲w+4,+!CzM[]3~<9% W8E’Ҧx7ƻB p>҅^3 ,D$0M X9d͈Rn+poC  ``$\PE\*5?ѤJxFOY?; VCMKmO{GTac|8n;x@$B?Ҥ?FE Ff:N:!)0XǝH(dOT[lj;6tٚXj61.|{hvHYVFT'FT7 6?<كc0FrVGd6|\pPGxtI=ƣT"c.iHGمhŅ`5l/ң ] o=F"' pK Z}IVM;_Vt])72LG|Uإ_S.A8,` )tg<% yZC%R7%6֯34>dH 7mf#J̳;TK[nz" x%1Z)]]%Y5ogKVtdԝҔuR2&Pta>c?P8^46j"餺SL?U;")}С&gyufʮ; $5:'Fd8EY[ bP!V v1E5~Pp"79lfub;Vm@-Ui#tMWv$j[,LTXg,@Jdp+38TzB+9UCCÏis;uޓ6q#e@ :f0>SR|YDsM55.r;ex+z*6I=-`KuyS)e%nOƒ:,$`6o2q*FL?CBGJ<淑4Sވd t^ gH>~DV7g[~u'R(m,Hb 0 :R% d3>}B.l m-|97(F(,<>iѫ?5ܾpݺ^b}Xl\8vWZx0WqĒrh &(L=$XQY8B+Ȥ O"se g s.pŪO4QYc|5&`r+L!&FV&2_̍+;I[d6} ˺IT[ 'v:t^N1%!2zȧ҇'TKG*3v[ݝ[XO6g VwFt(1إ׳}ݸ%wئT(űYKU$H13ٰO=P4-dkE{K*UwN%`̙AZ:Zʓ6LݥHR`8W&7V8Bñsn}6pY.9*$}hr/!R9Ao6<}3J=~6TPRUKHfIVJaFgJiQs_“X-9Ƒyx67 k C۶>RZ7 G"4>`GQHܖm%;+%IEO^x㔒|{JTi=yMY”+0hA qvNI8_-hh-Xg{Px:!=.XjL`j 2V\ΦSī,Wԣ-\\ 3 x wsi,fr&~nEkWS)KR~>rkǢD?=a+Q6,6'0FLwSхڳ5?PJxDȄ28b3eϊHz>~-ziMLkK9.cz6%e0ʥY8>x|BMח7v9@ޗ!ҦPgפp g*EXvsIxN\-|A7wHuw},]X/ h"j2e9ﯘ;m t}7E 2t`+Y#;ar0/z P#f¿qi?Dt4ʻh~~Z^BD!s6QB8dPSrA;Rә .P KwS"86"t޲wVۏB3S3=J_2ߤ#:H _;aVϒ r*4PD1]DїDq Fd}lKo K6N5vڷ^|i@8_QS8eAVP̑l*yOԝh~?اe/}2oU< ם6PCJ<|V #j˜Hm-XG&v':$1+׾Tٲ >t)DneWЗ%`*sGnv73zK г$RLFn6k56;V@ygU@UZ)4[e*?N_%7EbZ]jj|zrgZaދȨ&[-QXͮQ\ZHɲCuJ}~]sx O+z$4蝎0x%nHJRΣ G6:AT3JOVZʮNM sOd$\r6Zl@6^2/cE܊IG%W*pէp1,а_}=0;B8 J=BIҿ, `JO3/<|vj(Xo kw+2^gkYtV:eɇR|% 21Z؆G&~"վ-QPig-a3m5'&+df&FMz`Ù,xyM$zUo7gn~4k's豍``5I۪ fLᡖu11nR2&ڔ5DBP+֧3ŜEPsVB+!41lnXrҵ(qG3Z6|{IM{ȌWz A]UKKj+UaZM/$/ilIdG;$'S+lJ5C\fXLf' O@Q/39!<W\W$5xm}61&FwSV<@hx9$C5/)yYol QW8 o+nIB4&nC86o!k雽† ىx>ϲ<jMYaH6_dF%WEj# FEcJPU;PF@#솄倌=b^ l+tV@fvIлYf\C˂fe얋 aSܾ&|<Ζ?<#l䇶Q-VEwU\|J<ǿ׆l7P1ȵgAdՠ K=c9|E5||I^7Z\čNuq^W;y}XLd,8}&QYgp][Zn5d߮y+cxե F-x,i;|x(#d \!@ )V sfb&LC!"F=Щ(MRr{)'8-xbIywJJe2 )Md^'m@Abz?ygWF;b9cs6.-Zv.wX](Ւ"I֙DVP% aZmjl{]"0U5w>IS)OIcl }הHfk>a½CL6rlgzȸW2's0^ǫ=JrD~Ē!aUA,mH54#:E(dL(mbMܒ$x@Wnfuy;pU("g}@%}I5ijQ)i8kERҴۇzbFG^+]%x!JbhEqmæra:z"g(}6n$=#7 &Δ}.U!m>` d6LN_DEID]C"#W~2>xmgXX).ud H`@! uRe;7ù2;wE*];إ'~H A{Ya s S~b0s hd]eU f[H Z5zьZɊV!P\ n .1r|]= iz?B]wHԧ99*aۇG;H-q3`I=PWW& ND! aTu]IܗWɘ[U嗲bPg^Ig-\$tcG#m? C1Y~iD_J*DvT0>MFg+!Uw+ދsO\b!4ISc;f&~ ѭG DfTm-8\I=t4 Qx.N AD}7Y|` YZ