libprotobuf-c1-1.3.0-lp150.1.4 >  A Z /=„~"2%crۻU<œm0%<;ARsijD.fq贂vFW/iͪf|ݸH_Sf!635ꪂ#TBj1U#z߃[APYq }Jw5&H^<V #6%𯯮 YT$w(T/l:>2X ߞ62`խ-hZwd5640c1d1bb9b42de3c0590d2ab1bf035b30f26c37b7c4b3f2198913619401310b17a073d292a9532bd56bc808070d981a8efc24\Z /=„73;]BeVlDC1"= ي"oP[o12y =m)3S,KJF>]IG3P X:ԙWuEV\W,HE#iC߄/)UMev/OCZ^sν^*2!vJ ߯c[p0DWG2W:=*..tNu1)13uxkJeOi':جU`Z~Xֽq66Cja 8>p@?pd ! J  EKTd l t   $4H\0 X C (e8l9:>@FGH IX Y4\X]h^bcdefl uv,wxyz $*lClibprotobuf-c11.3.0lp150.1.4C bindings for Google's Protocol BuffersThis package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++).Z2gbuild80EopenSUSE Leap 15.0openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/protobuf-c/protobuf-clinuxx86_64MA큤ZZZY<b9514a62b2c1c1bfb2675748a1822bf0647ad630e6c253f9ac5dc58f088d809320e800cad4550f4b19bb37fc9577dac21de13333ae66497c4c45ae489c35c34alibprotobuf-c.so.1.0.0rootrootrootrootrootrootrootrootprotobuf-c-1.3.0-lp150.1.4.src.rpmlibprotobuf-c.so.1()(64bit)libprotobuf-c.so.1(LIBPROTOBUF_C_1.0.0)(64bit)libprotobuf-c.so.1(LIBPROTOBUF_C_1.3.0)(64bit)libprotobuf-c1libprotobuf-c1(x86-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z2gUd`@U#TE@N^"@M@dimstar@opensuse.orgdgutu@suse.commeissner@suse.comdimstar@opensuse.orgcoolo@suse.compascal.bleser@opensuse.org- Update to version 1.3.0: * Add test case for the issue in #220 (#254). * Fix issue #251, "Bad enums with multiple oneofs" (#256). * Add warning flags to my_CFLAGS (#257). * Fix namespace errors when compiled with latest protobuf (#280). * Bump minimum required header version for proto3 syntax (#282). * Relax autoconf constraint from v2.64 to v2.63 so that it works on older Linux distros (#233). * Fix bigendian -Wunused-label warning (#215).a * proto3 support (#228). * Remove leftover FIXME comment (#258). * Fix proto3 "is zeroish" evaluation (#264). * Small cleanup in oneof handling (#265). * Rework is_zeroish one more time (#267). * proto3: make strings default to "" instead of NULL (#274). * CMake: Allow protobuf-c to be included via include_subdirectory (#245). - Changes from version 1.2.1: * protoc-c: Generate code that uses the universal zero initializer {0} when initializing a oneof union (#187, #205). - Changes from version 1.2.0: * Implement the "optimize_for = CODE_SIZE" option (#183). * Eliminate undefined behavior in zigzag functions (#198). * Pack negative enum values correctly (#199). * Fix protobuf_c_message_get_packed_size() on 16-bit systems (#196, #197). * Update link to Autotools Mythbuster to canonical site (#201). * Skip test suite when cross-compiling (#184).- Replaced autogen.sh in spec file with autoreconf -fvi- Update to version 1.1.1: [ Ilya Lipnitskiy ] * Munge C block comment delimiters in protobuf comments, preventing syntax errors in generated header files (Issue #180, #185). * Add static qualifier to ProtobufCEnumValue and ProtobufCEnumValueIndex variables in generated output. [ Oleg Efimov ] * Fix -Wpointer-sign compiler diagnostics in the test suite. * Check for NULL pointers in protobuf_c_message_free_unpacked() (Issue #177). * Exclude protoc-c and downloaded protobuf sources from Coveralls report. [ Andrey Myznikov ] * Fix incorrect 'short_name' field values in ProtobufCServiceDescriptor variables in generated output.- Update to version 1.1.0: + Fix a bug when merging optional byte fields. + Documentation updates. + Implement oneof support (Issue #174). Protobuf 2.6.0 or newer is now required to build protobuf-c. + Print leading comments for enum, message, and field definitions into generated header files (Issue #175). - Changes from version 1.0.2: + Fix a build failure with Protobuf 2.6.0 related to aliased enum constants (Issue #163). + Protobuf 2.5.0 or newer is now required to build protobuf-c (Issue #166). This is due to the fix for #163. + Eliminate void pointer arithmetic (Issue #167). + Always define PROTOBUF_C__DEPRECATED, even on compilers that are not GCC (Issue #167). + Work around the lack of the 'inline' keyword in Microsoft compilers (Issue #167). + Add a CMakeLists.txt file as a fallback build system for Windows (Issue #168). + Fix a build failure in the test suite that occurred with a parallel make running on a system with a large number of CPUs (Issue #156, #169). - Changes from version 1.0.1: + Explicitly set the .data field of ProtobufCBinaryData's to NULL when unpacking a zero length byte string (Issue #157). - For a list of changes between 0.15 and 1.0.0, please refer to the extensive ChangeLog file. - Bump soname to 1, following upstream. - Update Url tag: project moved over to github. - Update license to be BSD-3-Clause and install LICENSE file.- update to 0.15 - make protobuf_c_message_init() into a function (Issue #49, daveb) - Fix for freeing memory after unpacking bytes w/o a default-value. (Andrei Nigmatulin) - minor windows portability issues (use ProtobufC_FD) (Pop Stelian) - --with-endianness={little,big} (Pop Stelian) - bug setting up values of has_idle in public dispatch, make protobuf_c_dispatch_run() use only public members (daveb) - provide cmake support and some Windows compatibility (Nikita Manovich)- initial version (0.14)/sbin/ldconfig/sbin/ldconfigbuild80 15132528001.3.0-lp150.1.41.3.0-lp150.1.4libprotobuf-c.so.1libprotobuf-c.so.1.0.0libprotobuf-c1LICENSE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libprotobuf-c1/-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:Leap:15.0/standard/b6d9fa44f0b4da420a6a4259e59ef4b6-protobuf-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bd7946b5707d66d141c2cc4f1a78625ad825152c, strippeddirectoryASCII textPPPPRRRR/DMW/8sutf-84f4710a2e16fea5d58614cdd05403db130a139e2a046cb08ee51279b4c192c72?7zXZ !t/7?] cr$x#ŢoV!~Ѽ8/{Oɶl׵<ވf4$atoig&;7Ѵ=/g;2J"|XxR Bld淛 %(vBk[^ %\5!5`>A5I{ef:f\NI~*]ҔI9l S8g#`:t'tXD+%sFz9b,Jg휰%)Q 3+4A!ɉ Ƕ"ɝ1OC'-7Rs9o1;(WDh9ڛ6L; J f;IQ2fUXZcX[29.ۆ +|v|nrH OK=A[D\<%'%}㱐H fF`@wpx#IչJZ{J-8n !Lkgàsl B^Zkq9" [eZOV/M JpNxۨȝnpU+*oBC{}.K(rJi2RW&p'j&t쩤L u9/]XvimE ~Cy^Y;շ=p!4 v[7Riҥ9ų~.J,澼.zX YG8x)ܘG~&|\㭉M>DeGXz@E*x8sF`쇽T֤.$9"L琷\Z zk%KMIP1md,;rJt/N@V gͯI< pKQBcKG[jxjq"n kRPpy3õ}5wa/B-:3%Fh9>6NSa fԞۿ47k`>"U.߿C63B-ĄH~d*D+zeVjː=eSVH, V,rC}[ʓFi@,=1ndK [XtuBq3tixՆK%-DȬTZOl&,n&+Ipuv7G *&-ka1ژi0\&ޣRWݴRilv#L6,B( ocb)+TX-TFh;&%/fcGmOIU=bgB(Ne?Dh8Y5G/DGU!}mTe- lf4Ӟ'XS2c_uZqc46Ib1nW `Ft>`sYțG{l9f18f=j(I 5ݨؓSὉL*Qa^'e5W1Ymd0Gr'B߱M/jFf%BE>?@(B,35 ]ҾǣpC$&c%GOw~R,~ N}p9Giغ# y/$0džo?Q;ި$O FO|c$ʙd^o|M"5K<WԄ),h&kf@.̄ͳIzIEit]t'@>7%.[dT?O|Fi UVܖ7\ g2Gu TOT^TN9+L3d-ϳ)i^ N.h+Q@T{-_~^pY A2 Á֙P巟{ҙ5Kf/- qw37o`R J:J0 ofNr6(f2-~~ȈnI-]ʂlnsN[rŢo#g%I?6|Dk_)(^`cSo PF %^)F ]Qvɥֺܧ11%9pEZQ*`0F_4{!W^6\dKOEF\E9Cӄ߽kxvi*E"`N6 _/ٸԊrȭy;{K&|扭85WXrjj3ƤXlfGff+P$% 8che33H˵qֳ އޛά|4Z~H@MWuq~P!~|+d0OB C1]bdTqL_L* ?V){[ڇTmDZ;4D")4Z:{!dt, 2fY+^B ƹ//X! ]I[dA- Sń`d1OkǝI %!w5뾕ڏ^\*^3Hdtgh2KȜ]mv)/N@*jqԙ[dMveo !M|q0/5U! FJ1O ǂψΦ!D}Jk5jYF(TB&G@kMf١m=+"Mx)rB-kp2g)/^cA)3q+!.v4^%:ZL vK;rLRf*hhv^lԭ OS5eȕXxVWKտ0_̹D[7jFTZ3_7ƭ ɖx#0de(&"#zabjyY|Wwj[ z m0ꃒy8SƐ{\z\,-R.'apEs7 ?(-}G`FCAMbOrRvD^+',CCq;̿Ku; A\2)P5oNMM:<6N!Sv?쑭sW")e cp0̐nMɷ6 1YdDP @8ڶI^;-?HuRp?}iµBբ0A\O̓D/gGXDE8WBY/b/aO4ք_FjJtSv̔R؟Yc3ti&;~>^Ɓ|sA U{VRőՆ;iPxb@9d]!g %Dqo!~ξ]Wn$ざ>RR_bfxȾ&ؽOM U| uWU8 q`}dS4´H5a"oVsP$0DuEC;@@$VX8qʕGF͓#[?:IP7. ʦ[==;7Xs\!(}(?3%$30Li> 6SkHJ|M%p]CCGƲ=Y?=H%`^0{joGh#d:V 5W3qѱO's]t#H\!3&e'X%!a }bT},]Ύ@lJͰ#:@x8-v C>P"8 r62ELUC*wy2AK |z[pIK=;ķ{FۙMZmuJ' jEekICa-]M"hȁP7VVZә WH}m̕~H6a]4 {`:'Oz\0@ K_Ұ-uX4ͿB)rA/j1@ #"|2Ȯ2%<ی4BKY,et?Xf]}\3Y zlYƘ.6XSKvp;I?(D b\89e~r sԌ:׳%Ѹ76̂Q*-pCmf6iLU o` 5ߓ{vy$t&$6A0-Jzo¯lՍ)Y9dʳ4JƝzDu4MXyq57 Ǥ9 À09EۙER`PNBxM7\YG懇pOﲸQN I^ vN"ۈ^ljH:eǼ~/]wS ߓk !4YeiV>zarNCrxT[2b}؏wּ+ v3޹;zϩ 2a#1|NRlyZHuŒ0 ЮʑT:+\X /:LLJzq7?-͜hiѱ?2f[&=/El97Z qEJ"P~x!Bת(Ë5d+.T{Ymb.:v(D2 o 9#O[!X#KĉGؚzʯv1CNbͱ!GDq90-.wmfi*YXunTPEݝ]9|aVR<=l1yϠoZ&VU(m 5| mL>F옇 ~6 {Cnz]:-)EnI~(H9_JR_½c;-i6Lm$#YyHlW7>\2{}X鼦omM$s{UB?a0mƤPXK&3W9!Y&2dbt5.(B:t҇Ĕ1 =̉ߒLͱH9 "5=Չ8^tSvG~r^pu#K{ηeaaOFo =dss$]Jq2,KW&";QM '*&qWΨkٻ*W̶Paz#ׯԌטgΕH3)ԛl2cj6Cc?fTB[u_Uhb|1Ě"!p0Mr⿲сB I98ZN̆4~%aas (KG7ZYZXP^ֱ\4*)*o,{kb)LN\e ]ԅël%l;!q\ 7<4'_RuyB">1o og^ FyѵXQB;k Eѯ8[-v9Xv _B5>/͐0 VbiU* O8d-+zXżOr3֛p1gg<9I:NAQ{w \NCV&f/Eeh)Tlt&(=|ؖH,[7 6 SAXD%~kڿ!0G !i?^fь;ҥPVD6h>ƎApyi+@^`biqLq1JEa7㛹omGr&`g(3>> nL_wA\I+&WY;wOwl22FǕ$, T/cX62w!?V[|6gJ =ċ\zw+l!,~5~h%aӱ֖eǘWL"z<,E +'De ꑪ;ȹT ޓf 9EGkVS:?%?6aLP5!kd^R !!` 3ϧ|Ƴ@})  v[q$td묞G 焏K}>}C2!q% *ܙ֚| b i"4bVjqiZCwa]wO |qp?Tǥ2j(3Q?]\bE%К [abPH|8,@HprWnpUMi ,x;73fgF\6dڀq'4T}?\^rK7U}g ^ 13[85J|RO;EgΜ -Ed3ƨDݮPnSXq7CI0%n XWSa-ghRk9^Z6E_Di26Fn-d "ju1E~A1Y.ьIOWْ&ewT|߀ljNIݐW"ìC*%=5TGG]z,)l=[](JwiֿirS]83`8q!1i[#FE$xrsmɆa`&hrA˒; \/ ,"An[h[k OVistxCT.ثDφ5-wK߆nObт=Coh~/˹*:v.Y 7EZX_汃COCJbD[x2VC)=ho&GwP[V ^o[<8( x`nxr_svF,tedyX۞}ϕfH|yag~#Y-HmI -5݇K[D.K֮]Ckڽ( /rŷ=/lt D[~vQkiD/JRcg|2+0CAoG'Xv+Ae"&@ROETC]]* ጜ3n:G' (s# Ä@" :Cb*^s2W1i/_SPQ^*$1Bbf܅eNn z=N) _R]p0qf ~\EOҁQGr:^]|%L'on07z[;#qڰ-+?# L(45y Xb 0!p t9g[ivہSqc6܊[-ױ%kWH2qP}AW^{`>,xVk0o 9zl3Oȇ϶ t!p_1b@F8p{mIXQFg+4\+\c/)T+p?G5QޘpXŁ7*J-$}g wth@R/`,^m-UGrsbBw HeH/=]L#~Z4YyGՊЭS-|it C¾HY5>XW"]O3~I6RA0 +Cㅻ+-(g02VH)ٙY5fQ%/{>ngdm5šEb cF$ 5 ]5Ns+=(lÑX7>3 GƊJaE-/JE 1- 1wu5d`^pKGh1.n6|˹ To| :@#旟Dp, t\L/eoFp ']yl)&8B ^Dַ)&t#٧ұb87.^53}A9ƺ@ s^1HҦKP=q BK!c q{8L &˿(nʅ^E{t?]|ިw7r 3'?5 L tH%q-*΀o(xC1.o7Bќe\up`RYHr;+\("zN|}n )ҀyY}خTS0fɋ~Oa_YA R+6!z8Y3\\>G{܌@Q+t}l.ZvX#.kt_.ˍ}aꎔ}wpy)P/|5쒼u(DYl(]LLȌfkgr2JO8,~^vs~3}:}\ Cʦ"3 ̪%Ҧ:eT$.ygMcc?8ɞ"l]g(? L| OY.,eaY_[ 4IOu8ʜ2\XP.: PsK䢅WS.Aߋ\zӾfrA w!hFe4AVL_;hU~\w]ږX R$-@* Th%8}*O%$]HXyFnihDL:* x'UNhr v?[``''ݲ?$y=msm8 QB|.\!Y!G"pvWRe{Nlz\tЫ \vđH @~)Mթ)ql" ̢6TH~wx)OܨVhpoV?jh OÐeY+e~bZiMiJSo fĂ d+)0,v9:!g{2GiN'R}kꔵr>څ~|w;:8 m2?ZC w]dݥdԟwg-ywʠunc*txaB/oq)c2]/:1./2*\6Wp@/5rU@~^3[|M f70ۛHL sͪV4qLWW=\; B!Z,} ?3;GԵ9' n5x(Nw%>sMeplhw_ܣ"~¡שK5;&7;f26][qRbjEmL;QN¿ Z ry)rԤ\o@=eЯH^Ʌ ^⇗6Cx- I fGIJ/eB?dP;;_ٸLck 3uq9TUEʒ,{^t:HBP pWGsT-e,9`*oi'ՓMd Wk$f~a}]''.r <=3A+yg9 B;pޝlmTE" ԣ% Ƴ.0X'xm„.?QdLO*y3B>pNbɒe*3f4e K=>ODB}/9'4'L(9.Ŕkd{ w'jzopִ0YTe>~V\`tT(?S Շsv͹W8zcq [=Uub:_؄I~(eynەsKAh52k P8p'<]p6`#@idHl2\Eh0ƌT5> 浥~ R,iJgUru5C4(%ɾ.Z n'}#gp%39-k \1%#}DڍK]\جȰkkm1P;}({[춺>R &Є3Z_`_R›hTm\x`| ؞{{"l gUzA4꼻Jx9K!H v5c<`6|~a\r|ms0{㨵8+1ٗثJ;I0ò9sE\ +n?UJ Wey`'[h7?iy??Ws=kf\_c{{AbT/3%Ryͯ0Mz }ᚒw!#@B |F OlO__ښ-.ˇ2P :C,&gCl$ڢBPgػqXuMmu"9R>EFm QgY9U@Rl)IG=ε\6?G$d3…qn1ѓ=>OV⎁먧|I*[-8kWNcZPoEDT"BJGG0}r ߺ R}ٰNl{]S΅>k">15.uZL* 7uyE58s|J?ꀣ;ONЕkY"jIKCxf lEmX2aq a3R*!d+v:G~ʁ|͝aTb$F&(IK:NOn;r\HU !g<3OA~FصO-.&U}kE2nDW@&7,zj>'BŭaD zTQ `;g&Ki @9-J&0d"(9D*JH(of`vgg/JQ"fўl;uN3CuIh?G~eQ!"DJuٝլ BXLjlaŨ$Eg4ұwm+9X5l#-s4I F&cx6P[ izPb8iOGVGG Q":[he>}:8,*AdG,_;IuDN޶xmF"RcgQ5-芪|݈ eVkWJZ忼5־TM}\Opٵ8SC3۸hM i _PkXri_sF$7Gy.K)K OB`m0/liڷs"6py_9[*qe8'䫘 \-xK{tAg?[O?IdKzs\sG@|kWR0z"_(9ޥl#3kŠgYN磖[chGܣ*KAde1K=WLcWnJa$KbDg$\-n\ S)k<r; zp(Q.BF/w2+~3կOv|ZHkRE*i^-A68'FąL.O*e>>`#~@,M8M?s,3RY-M< Ϋ,~N<(ibgrXX1AJ{A8uz]'hCFKo| ]fs<TKl ݂fСhѳ M}aa3]-z}z"B˚R2A`ꋵp_mĢo%/raa'l9@BEDZ).Y|.V.Q@MJy̡#+W9F5lDɡ/ ^`J3\v); ^J/q4G(Ru7z9vlRʲA/F>'']A肭)Z6 ޽ѷwvŅ +N9mb+ed&TJNFܨQlc} i6)·Nmp3gH1B`jRL17a:f GWfxAv"o6C jzɁG`"i ?T8W <){ YZ