libmsgpackc2-4.0.0-bp155.1.7 >  A dk=fI%z R\>A@3X3| 3q %+D`R@< :2 W53gn7J$9+x v 59XaѨT)-br8QKNk_{oc:GMP ^kAO߉ZhX̤$+[[sڶ[ wbte,k~fLAåW1XX8وzۋAw#{qrXWk nn`s2&u 6+#[tH'G p.dw-}'@&C߁\zBY@f ɛ;Oo ٿIBr\+Lƽ $@ c?\c-'C/rhK_囥v.cҧ ӆu9[QHܱ3>t̄qJW^eG ` \>p@50?5 d  ]&. HYms|    0 HXl(89 :G>1}@1F1G1H1I1X1Y1\2]2^2Sb2c3?d3e3f3l3u3v3w4x4y4z44445Clibmsgpackc24.0.0bp155.1.7Object serialization library for cross-language communicationMessagePack is a binary-based object serialization library. It enables to exchange structured objects between many languages like JSON.dk=Zobs-power9-13SUSE Linux Enterprise 15 SP5openSUSEBSL-1.0https://bugs.opensuse.orgSystem/Librarieshttps://msgpack.orglinuxppc64leȡA큤dk=Ydk=Ydk=Ya.Wa03975be6ddb4f97fd6f5f49617be26991deff53d10039ae7506423c3b64f647664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22libmsgpackc.so.2.0.0rootrootrootrootrootrootrootrootmsgpack-c-4.0.0-bp155.1.7.src.rpmlibmsgpackc.so.2()(64bit)libmsgpackc2libmsgpackc2(ppc-64)@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c @^(@]\"[\[}P@[!@Z@Y;@Xh@WVbV^@TPJan Engelhardt Michael Vetter Michael Vetter mvetter@suse.commvetter@suse.commvetter@suse.commvetter@suse.comaavindraa@gmail.commpluskal@suse.comjengelh@inai.deronisbr@gmail.commpluskal@suse.comronisbr@gmail.comtchvatal@suse.com- Update to release 4.0.0 * The C++ interface has been split to a separate project/package * Fix iovec name conflict * Fix UB. Check null pointer before using memcpy() - SRPM rename from msgpack to msgpack-c- Update to 3.3.0: * Add json example for C (#870) * Add both header and body packing functions for C (#870) * Set default ref_size and chunk_size to vrefbuffer (#865) * Add examples (#861) * Improve build system (#839, #842) * Improve tests (#829) * Improve documents (#828) * Remove some warnings (#827, #851, #871]) * Improve CI environment (#824, #831, #833, #834, #846, [#860], 874)- Update to 3.2.1: * Fix snprintf return value checking (#821[1]) * Remove some warnings (#819[2]) * Fix fbuffer result checking (#812[3]) * Fix temporary object handling (#807[4]) * Improve cmake support (#804[5]) * Fix invalid int main parameter (#800[6]) * Improve supporting platform (#797[7], #817[8]) * Fix ZLIB error handling (#795[9]) * Remove unused variable (#793[10]) * Improve integer overflow checking (#792[11])- Update to 3.2.0: * Fix invalid include (#783[1]) * Add timespec support (#781[2]) * Fix unchecked fnprintf on C (#780[3]) * Improve integer overflow checking on C (#776[4]) * Fix warnings on -Wconversion (#770[5], #777[6], #784[7]) * Fix invalid passed by value on aligned_zone_size_visitor (#764[8]) * Improve windows support (#757[9], #779[10]) * Fix msgpack::object size caluclation error (#754[11]) * Fix memory error on example code (#753[12]) * Fix redundant memory allocation on C (#747[13]) * Fix msgpack::type::tuple base class conversion (#743[14])- Update to 3.1.1: * Add force endian set functionality (#736[1]) * Fix vrefbuffer memory management problem (#733[2]) * Fix msvc specific problem (#731[3], #732[4]) * Update boost from 1.61.0 to 1.68.0 (#730[5]) * Fix msgpack_timestamp type mismatch bug (#726[6])- Update to 3.1.0: * Improve documents (#687[1], #718[2]) * Add fuzzer support (#689[3]) * Fix msgpack::object union member access bug (#694[4]) * Improve cross platform configuration (#704[5]) * Fix out of range dereference bug of EXT (#705[6]) * Add timestamp support. std::chrono::system_clock::time_point is mapped to TIMESTAMP (#706[7]) * Add minimal timestamp support for C. The type msgpack_timestamp and the function msgpack_object_to_timestamp() are introduced (#707[8]) * Improve MSGPACK_DEFINE family name confliction probability (#710[9]) * Add no static-library build option (BUILD_SHARED_LIBS=ON) (#713[10], #717[11], #722[12]) * Add header only cmake target (#721[13]) * Add std::byte adaptor (#719[14]) * Remove some warnings (#720[15])- Update to 3.0.1: * Add fuzz directory to release tar ball (#686) * Add include file checking for X-Code (#683) - Changes from 3.0.0: * Change offset parameter updating rule. If parse error is happend, offset is updated to the error position. * Improve cross platform configuration (#655, #677) * Improve build system (#647) * Improve user class adaptor (#645, #673) * Improve msgpack::object visitation logic (#676) * Remove some warnings (#641, 659) * Add -> and * operators to object_handle (#635) * Improve CI environment (#631, #634, #643, #657, #662, #668) * Improve documents (#630, #661) * Refactoring (#670) * Add OSS-Fuzz support (#672, #674, #675, #678)- Update to version 2.1.5 (2.1.4 was skipped): * Improve cross platform configuration * Add boost asio examples (including zlib) * Remove some warnings * Fix unpack visitor to treat float32/64 correctly * Improve documentation * Fix alignment problem on some platform * Fix conflict std::tuple, std::pair, and boost::fusion::sequence problem - Changes for version 2.1.3: * Improve build system * Add C++17 adaptors std::optional and std::string_view. * Improve cross platform configuration * Remove some warnings - cleanup with spec-cleaner- Update to version 2.1.2: * Improve documents (#565) * Fix empty map parse bug (#568) * Improve build system (#569, #570, #572, #579, #591, #592) * Remove some warnings (#574, #578, #586, #588) * Improve cross platform configuration (#577, #582) * Add cmake package config support (#580) * Fix streaming unpack bug (#585) - Changes for version 2.1.1: * Fix unpacker's buffer management bug (#561) * Add boost string_view adaptor (#558) * Remove some warnings (#557, #559) * Improve coding style (#556) - Changes for version 2.1.0: * Fix object internal data type is float if msgpack format is float32 (#531) * Add FLOAT64 type. Please use it instead of DOUBLE (#531) * Add FLOAT32 type. Please use it instead of FLOAT (#531) * Add iterator based parse/unpack function(experimental) (#553) * Add [[deprecated]] attribute for C++14 (#552) * Fix msgpack_unpack() return code (#548) * Fix integer overflow (#547, #549, #550) * Add example codes (#542) * Add MSGPACK_NVP. You can use not only variable name but also any strings (#535) * Fix and Improve build system (#532, #545) * Fix gcc_atomic.hpp include path (#529, #530) * Improve CI environment (#526) * Improve documents (#524) * Add msgpack_unpacker_next_with_size() function (#515) * Fix as() applying condition (#511) * Fix fbuffer write (#504) * Add gcc bug workaround (#499) * Improve object print (#497, #500, #505, #533) * Remove some warnings (#495, #506, #508, #513, #528, #538, #545) - Use cmake macros- Trim filler words from description- Version bump to 2.0.0. Changelog: Version 2.0.0 Breaking Changes: * Removed autotools support. Use cmake instead (#476, #479) * Removed pointer version of msgpack::unpack APIs. Use reference version instead (#453) * Removed MSGPACK_DISABLE_LEGACY_CONVERT. msgpack::object::convert(T*) is removed by default. Use msgpack::object::convert(T&) instead (#451) * Removed msgpacl::type::nil. Use nil_t or define MSGPACK_USE_LECACY_NIL (#444) * Removed std::string to msgpack::object conversion (#434) Recommended Changes * Replaced msgpack::unpacked with msgpack::object_handle. msgpack::unpacked is kept as a typedef of msgpack::object_handle. (#448) Other Updates * Add strict size checking adaptor. Relaxed tuple conversion (#489) * Fix and Improve example codes (#487) * Add C++/CLI support for nullptr (#481) * Update the boost libraries that are contained by msgpack-c (#475) * Fix gcc_atomic.hpp location (#474) * Add C-Style array support (#466, #488) * Fix include file dependency (#464) * Add a visitor version of unpack API (#461) * Fix JSON string conversion from "nil" to "null" (#458) * Fix and Improve build system (#455, #471, #473, #486, #491) * Fix comments (#452) * Fix unintentional msgpack::zone moving problem (#447) * Fix operator>> and << for msgpack::object (#443) * Fix C++03 msgpack::zone::clear() memory access violation bug (#441) * Fix TARGET_OS_IPHONE checking (#436) * Fix invalid front() call for empty container (#435) * Fix compile error on g++6 (C++11 only) (#426, #430) * Fix zone size expansion logic (#423) * Fix wrong hader file dependency (#421) * Fix msvc specific problem (#420) * Add v2 API support (#415) Version 1.4.2 * Fix C++03 msgpack::zone::clear() memory access violation bug (#467)- Update to 1.4.1 * Fix TARGET_OS_IPHONE checking (#436, #438) * Fix invalid front() call for empty container (#435. #437) * Fix compile error on g++6 (C++11 only) (#426, #428) * Fix zone size expansion logic (#423, #427) - Changes for 1.4.0 * Improve documents (#387, #407) * Remove C++ version library (#394, #402) * Add Doxyfile and ChangeLog to the distribution package (#397) * Add signed/unsigned char test to travis-ci (#398) * Remove some warnings (#400, #401, #409) * Fix endian checking. (#404)- Version bump to 1.3.0. - Changelog between v0.5.9 and v1.3.0: - Version 1.0.0 * No changelog available. - Version 1.0.1 * This is a maintenance release and it includes following * fixes: - Fix compilation error on Mac 10.9 (#244) - Fix typos in documents (#240) - Update CHANGELOG.md for version 1.0.0 (#242) - Fix erb templates for the next code generation (#239) - Version 1.1.0 * Breaking changes: - Remove msgpack_fwd.hpp (#262) - Improve user types adaptation mechanism (#262) Since version 1.0.0, users need to obey the correct include order. However, it is very difficult to maintain the correct order in big projects. version 1.1.0 removed this order. Users don't need to care about include order. Migration guide from 1.0.x to 1.1.0 has been written. See https://github.com/msgpack/msgpack-c/wiki * Other updates: - Fix vector size check (#251) - Fix inttypes.h inclusion on MSVC (#257) - Support documents generation by Doxygen (#259) - Remove C99 style variable declaration (#253) - Improve documents (https://github.com/msgpack/msgpack-c/wiki) - Version 1.2.0 * Breaking changes: - Change std::vector and std::array mapped to BIN instead of ARRAY (#243) - Remove redundant copy (#285) * Other changes: - Add array_ref to map to ARRAY (#243) - Add variant type and adaptor (#349) - Add object::convert_if_not_nil() (#357) - Fix invalid offset update (#354) - Add C++11 support on MSVC2015(#339, #347) - Fix and Improve build system (#346, #350, #361, #363) - Import Boost.Preprocessor as a part of msgpack-c (#312) - Fix OSX with libc++ specific errors (#334, #362) - Add customized containers support (#330) - Add std::unique_ptr and std::shared_ptr support (#329) - Add missing install files (#328) - Add shared/static library switching option (#316) - Improve no throw description on C++11 (#313) - Import Boost.Predef as a part of msgpack-c (#312) - Add map based serialize support (#306) - Add Boost.Fusion support (#305) - Add v4 format RAW support (#304) - Fix zbuffer with empty string problem (#303) - Add non default constructible class support (#302, [#324], #327, #331, #332, #345) - Add inline keyword to function (template) (#299) - Add EXT type supporting classes (#292, #308) - Fix raw_ref != comparison (#290) - Add object deep copy (#288) - Remove some warnings (#284, #322, #323, #335) - Improve compiler version checking (#283) - Add return value to object::convert() (#282) - Improve move semantic support in C++11 (#279, #353) - Add Boost.StringRef support (#278) - Improve CI environment (#276, #294, #338) - Add converting to JSON (#274, #301) - Fix iOS specific problem (#270) - Improve doxtgen document generation (#269) - Add Boost.Optional support (#268) - Fix msvc specific problem (#267, #295) - Add base class serialization. (#265, #277) - Add and improve examples. (#264, #310, #311, #341, [#342], #344) - Fix wiki URL. (#263) - Version 1.3.0 * Change the license from the Apache License Version 2.0 to the Boost Software License, Version 1.0.(#386) * Remove some warnings (#365) * Add std::reference_wrapper support(#373, #384) * Improve tests (#375, #378, #379, #380) * Fix msvc specific problem (#376, #383) * Fix typos (#381)- Spec-cleaner (just kill few small empty comment lines)/sbin/ldconfig/sbin/ldconfigobs-power9-13 16847496584.0.0-bp155.1.74.0.0-bp155.1.7libmsgpackc.so.2libmsgpackc.so.2.0.0libmsgpackc2COPYING/usr/lib64//usr/share/licenses//usr/share/licenses/libmsgpackc2/-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-SP5/standard/243aa95cf720707b5b26678aa994e1b4-msgpack-ccpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=6938c03a1555296236034c519a71904173aaa43f, strippeddirectoryASCII textPRR.fw|u>utf-8e83d2252b5f35688084d73d5b7c414191eb9a20abe65349fe26d9a5f55f22aeb?7zXZ !t/ [-d] cr$x#HiC\O9.*PM{8Ejh>3U&sK'(/cP8=C1ËƷwB@%OLuULE%?;qhn'9*lٽL ݮ͚sF_EvUK0 17Ouymb\bO{3.^_35;«/ |5Z %-vQr.c% l3:{3AdWXqj=@ASZh6U9 "Ua#kF[MC}uhz+>a q2HęB `?K Xv}XZ-0t{X"~1[䄬*ek:BD9X<"| ;b5˜D%sAL^\@u#JgEzEc;6Q8J CvgW%~u(ig`.$`j4 I'Q#.W{lGLñXƠiH\v`3Iwinђ\A[S3m*wR"ʻvdׁg!,X.l֧9C 71c,R+)a])^齶H"kU?%Kyb. M jΕ9>eI Xc㵳)4}h=VW#Z@; No{ dr<@Z-tۨȰN4Dܕ4h5 fI؉./UdV" M1{ڶ:mhNVlf9&2ᙆ48}+q( 4vlbCU=D6>k⡠$o6$v0[NlF40Oɘ%ꋌe;㤨 6`H];+@;WV0 㤀u2.>KiPNhnU"' a>ȍn=-?YIrrDI}Щ uSWy=w+,Z8 _ؕ,=< &ǃrbQްm#Q &ѕzDzQGÓKݐ @ߝ"To= CInHl9J!E 8o wZ0-RY2*ac5mf)AdF/?߶Q \:b J߆f_P~b_f3cA^I!uu,sUm![n\,'hU'u9YFvUI|<ZBsL/7Du{Q0dwV`sMZ"Wf %݂UNuIfNC/=5cBhZjh+%j;s(?0i.vU)~j63\5$ t0P22  $)b_}/,1iZ-kt&a >hݞ @9.U z"2-5/z2\FT̀,sސ* R4MS,9δ7cNƗ {V `_Li|:xg.'oX%%~|Q5HuD3U@2D0TXMwv-}P@/Ix֙s % T2qhׁ`,trt! `β;}jbVLplQ\{Xt#t2؛ĈWL"QARTdD-ib lcxX,)%Ba=\pr*I *%Xs:}'>,oCnGhr^wBQ1,(kRT(Gsx%I36 '8J~/=a<9bDCҘt<&8^NHe;qoqLX0f/9$vApb)K`!jZ$=LGfCFY ,uW3e:FWM$\Nb3kч|!螝jk2T/:]|?KIw= joZI 61Ep Ai'E>7l]D}i`pPKx2oWrxޢ0d 1aN؆ ɷ^ၷE9}C f)Qt=ZH@ e: xʇ$m{FU3DN슳nծJh-=j/s V!$2nLֱ˝3wh˜pZQˋ+Ӂp4r];pٸ;$'X=J2o >܋!ގ?U"_TGFU磁\hhx"f@1 #iqgK틋48ke06$`o*`) *buq^tcfrtP 6KY$O$>1Їd^MrA5w3@&4ܴ+*UA|5lokъG?7c ԈYMBS,f?a0l I@90S'3ZDaGQq[lBl9DMu@'1??_@J+ ^>n8 ILI|㬗E'[T>CqNe:%K>UV;cXdAz?vCE/u3 791|Cc^Q˪w+1]5𹮉^fJ-g;EVu`s'Æ);?|#sg 2d T( _.3Un SW[`4Q+ț6+4ܸA{R< 'O[hQZOb6$Ot@ Uubǣ.DI@l W|Fv?9Gk-B$=#|јȰK κ)ӧx?ɂ[Fuiubhhd9ׁ3OvAgmG Hì ~0}~X߻tۻgg;2c ѺJV[ph͜vqnPI_QXBĬRÐ!Ye @28\p2j#ɵdc @\Z7B ߶pFx+٪i33I=/8;%؄4!<y閛 U=] -gDylj0 ~e(0n*D.y-WKXbE4ݫ'a}){bKMaiRI K%酩Td8i *|W! FmHʜ.T,퓼(zc[Gz !,] qۗ9~@c[_/]x}haUHѵPבqlY atS攍A?Pe03';.*D&o M7*MN06s Djy#Ϝe|G1N+Z )kn7ӟZ 5gZsa@YX I@vݧֳyZCٲhe6 HDE[c`15rKE7\g$[1p:5I$7̵kb}@b)$ ƅ~T;%^wŨzUDƉ IPcGpxq甏-1qP}`eS`?oQ {FmOgbYt 5MUPT|pfAzU;Dz9[9ba+rxux4&^Ö`q咓ő?bW(k91 xeլdjꂺuX}ռWlI7P; lx@|7Ǐ:l,OC=ON vL}\5?ٿM߃վ \%];h} Uը wd_o8/!ʇ*3'6ఢLovwy8rTcg6IvR~97D0]4o'hP֘L27k3ؚo裣T~xlWK9h9ktU[n}gΓ֘(oz+i2VEV?2>ح)0ٖoU_cBɀ U!L ֲug3=5TL>m9ywDž9h5lk>Qw8uSÛiߩL{4 Huv ?*Uɦ.󇲬X"xwFo<6 b\ vA!%2,av)m (ÜvE{ׄc@}2t==uK$M eL .^U3ť T۟Ts9_,Xwb=hs#-QYW/ $Zˁ TT S֩DҺƧ . #`R AJVԂ"AkD}!=NL^)mP>!pId3=Dd:6ԧA YJ%8d=+"fGro֬/~C g"& זVP FXLB%{XdW`S:".(]Ӟ;|ViusV7>۱.ZtuW`z(%t?+Hq7_4@dzh~[~x >sۤ"!:DR6&D |G3De_n𞗆7 >$%|p}[co$=ᷬuz]exs0=q{ Qd+jH(<: $Dxpv"x Voӌc1f@3ZE#s2R~6蔴ToD $HMu7qMܫnUCCmsg6~WG>)9@f[>:-1sV{u!,mRi~180  %'::J&a}`!ÒAj*);?h&N#GRuo. ꐢT5*+wzbmh1 Ӧ@b|T|^dfYt6I,N_D v6YF=:7"]e*{UGhJ*9yY4˟uʶ7^lLL̘?)G[]Ņi$i`V"z6Z^qGbqAE>hGBKfD-ŷڊJ_\X`Mo$jA(TnH"ȟB7]Hۓt6gEA\* (t,G9GNIbMܙq_SxtZPA4z>Uuq9ֶݶ7K%;3^ 敶B>&sޯA௮JQ_n;YLWމcCC++WmS\/$h]Era+6PM᚞&w2,MfJ꜉[6ý.KIٜl:tǂ *tlZR?4#@wl=-C {B,)X9ő4 3t<%{dxJ@MJlV8_;Mf9sY##:@hxg֓ɣRӑ(Xۆ/pUM==0<'/سi9:-l yS:3DؚQ ю!.u i =)+S&3{FGR>Pjذkg( pRD57o`P9Raeqn'.׸%#BJv\U&  KoRퟔ6 &}}ѷ/a=5F={{ 3!i F/>&vV8" χC49؏C#(U3 Xu֖ 9rDE&n5K8N#c}tpIߚ 9>! ѤZhF]^/Ve-#] {m-+OQbF\$q[⿆=>|bQn3qS/YS]NiOsP,Wk2ofSq&?x#cgV`>b fK`%@Ρ167K*Tru!\5s7 y&XCho`bP{:kKh-WD@[hEmJ,mF:̸ۚ֘]K"%Ѥ-iVWrdR"~ [±K( ߚlhLB#"'+ZVDb7B:ZL?oq,m|8]Fᢾ?*%1]]s)h8j M_+2%M_oirLBqю(c?q-q hB9Ai5H,Řb* /oMO##53h>Ras6j&b_ͭPjH qjscA,eRZG9W+P]2 ja[xxyn'GGS>-{'š+w\YVA]@kNg-p7nڙKV&QPӰJg#Ԛ.5>AKCb ߋHZH,9>%}4 kLrSC1#c>El@?~9>5,h:曓"׳54z|=+.~Tc֬^蕗QہMוnv&L3JNErGD@r̓8n)',` K0qrUHy2O8r EքFA&mL=OP*lnI2I\A;sYȠ[#}/ 'j\]yJRTwA Z:A=aG_sTnԈH:^ 0{v'tx0!&f4EVh1J);QMeg9'o'TZޥ].my<SB!H FqiX%IɌʣǐH |t{4ܫZܑDd0/S9`$ޖu@'g쟀'$E)&wHԽx펖ݩL90*v'x)\\g0ӣG6%<=lν͊(cW>tDn9'gvWUk^nU~OkC'x yRS]\|*MpUIMEgt׭6xH_~Jӫƹ?Y+5c^9QbKeۘcĒjHOnE:ϼYNԾ.pfǮ17J9Y{2#g" kezq󋚾)l(OҡҪgkOSmJ~Z Q\ 7%&Ř=[ܖNӌ YZ