matio-tools-1.5.21-bp154.1.30 >  A b|4!M@eee=[_q ʓ ="Ldѳb={;UcaoU4 U󄢛/J,XQ")F`"(9|eTY^4uRD370}ў};E saኍK.Ux\IS*,%tGy nKIQ'nY4V:Xl+r)0B/5ѡ" pp7"۶&M`qMϾEpf2096747beb67b4fb99b36f622e01c6c0642db336a10aa848401df3c552220335dac74917862573ef71f8e514be0f82518fdf138Ltb|4!M@eeem.n qtDs,r~ԕ2Ϛ (F-:IˈVʨzQ %T7:EkJJ Yghj=@6 yce7I/WڄQ4EpiP~^!Z 35ejHi^ez~g >p> l? \d  =  =FS m     "DHl   (89\:FrGHIXY\]^bcdefluvwxyz    XCmatio-tools1.5.21bp154.1.30Command 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.b|4obs-arm-9 SUSE Linux Enterprise 15 SP4openSUSEBSD-2-Clausehttps://bugs.opensuse.orgProductivity/Scientific/Otherhttps://sourceforge.net/projects/matio/linuxaarch64 b|-Gd96aa638a412f15bdc061cffd260399d2ff957588d8147bca1a93295c6976215rootrootmatio-1.5.21-bp154.1.30.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.213.0.4-14.6.0-14.0-15.2-14.14.3`!@`X_@_e^Q]@[[][6@ZJ@ZlZx@Y@Y*@X WWWk@V@VUAFerdinand 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.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-9 16523071521.5.21-bp154.1.301.5.21-bp154.1.30matdump/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/baa43c700bf37c2afb41408a4a5123f3-matiocpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b6cdeb9a22d434da6cea08bc814c01ea6b7d6df1, for GNU/Linux 3.7.0, strippedRRRRRRRR;WfU-utf-8bc77717a4ea278b289accb9b9e39c87d525e0c50420450dad7034e136c9aba69? 7zXZ !t/ '] crv9w WY-cz*(-6j6 .Dׅwtֹ_,cPQH!Xӈ'/Fڄ,Dḇ #(m;Kun! =S+lsS|A3n8r?!b]-EziLY"_G ģ6KQWtSBwd4ihvAUH"q@&¤1rf.~ +T&5wZ`00!t?T!Db,l;wll@&|!ԅzm7 5eI_\#:Z0aI/ɬKZA֘ڛ{gP3V8_x5viAĶX利lǢ[#-%wʹǃ+7hǡQ)!IDmj*1̜I*.ڨ @7I79F.i:HtYh3Lˉ.`џ|WI\b޴Θ*&N4M82̠WEZߕЋU &ႈJg݇x"\\xsgR ThȉUpAƁ*AyjPD:8X9| oE褳k\~G8R),h>tv{k4'qPgm5-uΝ3aӯL}PDO O hjD#2[]ho&MMWtCF4$NEu~gߋa%mPB"'`AFG"}P;-[;P6\aՊ jpj@z3,5Udp ˅Zh6r&QYFvU*=sČUkL$?[Sn/ 08L B~Ǎ)bU沩3$r*.:M)ABGSNyJl{L]LIP5?g2~ IrmJ3a5"&<;O~.9땟^L |ض)>dՀiDM 61PH؝\8'giRB(Yf,Al9$ c|k›[t5lgPB+ X\cca_Hy'*]9}+txjJ~]qQR7V)%u;4ץ:RcvAvZ[geL).H 絳z3ȃ<wS~e7ԫt 4 mD R`R:|~ dr(N>;ܲ~+TQi ŇGaV8L*$m=wpa4B9ph,Ï58MzDg$GlX$Z%&nc*X,,K4.kI\Nu׵[=U?"[r8 2A-!(4Zv Ʊ#Қr5,CbE!Iӝ{t)GySٹǬDBBz%:P]:w-imN 6( ?Fiq: R۩.E%uq(*J el~S].!QĆE~Nݝlvx BQuH^g8D*YCGbc {Ҁ2=~=RmGaZĨm]4P_a66P)UEVN V\S.~m&b ιhaܣrM{-o߸Uzk89Pmn|j $gPgY>psschN2gol/ܳ6͜ U DQV3 =ؑI27[hF&>ྲ"',`fF~m/9٠}N@b]wBwq7}}#}T(ڠ  /n`vk|cC68s}-xqzCL;ˋ,qjlĶ*?`¤L!#q;#3ͤ׾IYV+BIΖuB{BZX2K9a)IW3&fN/b,ѵObfX=YcL!v֬Z&6`ItqRP| ""mje;l]/S{d hYE31m&-Wrހlo߅)6ߊn1sp?#ԃsJ͎i @D:0Ŋ[3Z)*(+e k~O4u} q7/35֠R,)*o|NwSYz: {=\yK'`WV|%J !ZAl MSУ8NlvNz+js%(7 Z8]_sO"ѸM~:B.6?Va9$=SMSnBZ@ؐ^sǡ4`p1kA{_p:qEḁ/^ESSD_^,1]o6D~ Gpt{RϩTa}#9V*pe1+~Rs[.Uugf1J/RV_sAJ3 cr}0N;?ɷ~LȨ1Oqi`@Njˡu?1llɧfPhrb3lJ>p08XeZm_MP]i@cY@8})ҞDqgsv5Y?!p/H TC.qBC/6YL2V*tZZHLu]|xSkݞ#Rgb[tKČ}Nh7NѣU$W(}?}3Ջ!n7M姲PI_ϴ:GAC55z~ E;|W1EORR*ICT#mWGI8J@R(ML hGP OW:ީ:[ْW|}GX8gX6[j='"cg INk`%ku}JF[֢{F wT 2N48/621JF.pJ"}o1F:沟-չz#BA17t06+STkW!{b؋PdNKǨA7}%b+)Tfꎎ56Ih"`C9HV 9AB&SHˠĜ[V- | Fҹy/¡H:aI YllCmA8 !hE7xOYՐ"\o̙հf0""[MXKsfZ V P^T<3K (N9]4PG=@*giSp$Zm>([^AES}%.uueRC.tSn,/u`h7!=!VRT\߉f~-^q߼ DB(g>3|6Lp,G=㬣Æ|LD֝&/攲TJwR}ob/C C\iczoy'Wuu%Kd?Qс=2PV8. vN皜I+)j,ͽ7mݾzDX7{=NƛQ.`Dh-DH ;a2ZYbD3;r$sºߎ}x%k`jmZQDAښʸ֦Pk*O7%l9^b&GZ9)ŧ*HBo#M lk!hZ\ ߀\/|,Ssљm&$!6 X6ooN석ֳ22di:oONNclDq3u15Gi]zFdJEPÛ蝋M9tDd}îYkHo-x֤94:4dUT94ez\ <JԦdt(o%᪝z1$sq~A8ӎuntG:ӫwΗucCr`[xO@WGl|mp[I.Yd߯"{q90 #ԛ6z Mi#%Wg ׈iL!tVi>=0QQ>RY2:CC =E"pNup6h;ܐ,ϮYO}H%/#qg6.T_K`}xYF9"3QS0o%:8ۯ(Xbt)0 Beijޔ]3&/6ީ݌>C2S@XLzYFDdNN5ְ)ֺ.&]mO$.\|V/i!Ny3lV^5W!X !Xqtz̟.r ۹'U)ɞ:L*]yu "7a<6xkt縌ku,1b"ZZo+]5,tbpG GhO=:I~NӑehN&S3sc9mq\Ld3RR6u&?◵A=Ì,$0p+5ш ^:~S&ōRU!c4E 2JXQгӉDRwg7~\WTJ@hS*K*r(r¦- \MKܔMR |bYii@ߧa؅>-w?d2C>Bl`Coz7bum5LG3w⫵$":Oc)hM_*;&4k蹀.y{iTxx '^q ]01%<#]wĪ̏OKU(p$StIB!awy_Uz?w(S0`rYeϡBwa9ljvc"7KgY \*[I[ҷr?p0UԚ8DO%5X[qiݩ5ߪA}ܴfZe*tVDO\8yI/f7JxduUI1GFCwx&nv8e͔S ?LVSY_A2ԖPBLX A8jUeXՒ:V^Y'I.4LټpN$&Ӧr ,Q l;5vZb0nj({8э{9#{a䮭/!l/8YarL=~9u鯝E< ,ElMbCҨw!N?;>^L|ɗtdBú)o.}d(  7\s!W/"/~{,;h4g`%_kE; &f҅; n/C͓:G"JU_VV:22 9H~ڙ6FpyH'f9Ǩ ,r+#ԏ! P8Ěl^av%i[,65%y!e)<~(c M}k!ܼk}E/H No&|-C#fzLޖH;~KrdxvȋT{مHl1]o\y`̓ վ=U1,_MaL>k*HǧzA俰._UJo>9b)҄9uJ4٩$dYĵZ36 i<%4;HDHe&GnC=>-"7Snd g&}`tdfmoIzHd f(H0!OʚIg`'UpN;a#:2N[G]U)P5d[DG|f` -o*Њ&_%[ ]^_u rg<8EI0{vlgyY~fW)Q@mlZG],;#w ьoS& m` -xjZWjePp&O {<_]Y; 7# 2(n' ߜ5A_#N`Cia %}%ٝz< Z:aɹع]`-N8I~`{~/wyz`Ϯb`>8_9-j.k)6OHKѬ﨓Cp qd%r/> +y,P/̩yde&o^τGWCܬDKpWQ&_ 4de>b' O]h [vMc0-L϶ 9Y^95G SIeHk w|JRA9?wu OZ^"d4o{ =TD5Kſ*~OȻ+5+ иz *_z?JNaa( 5|1`4ʰpx-euIG:4g -&yAuXnJ)Fb(W_┝N ]_\ |L3mI3O)N'v&ٰ\\,7+)#? ~ p5* Yy^n@ z;!PWK/v/cKM1@xksgҼ-Z&ZB=?Rϔ^LE͝. MGg5fxg:jF&Dks<>ŗ6pp,203XL8Xgˀo.-%!_$Y9R3W( tll,Eޤ_Uj-}liY.S"&yckO|sڹ8* E9+0ⰀSS7\^¤k)4.S#c;3*fN(^YU,+<ӭC 4h5I$v"vN 3~/=}na/eY/ضc3!D)1\uU󓿙nC @8 yJe!R$csS˧ AW(f/O YZ