libprotobuf-c1-1.3.2-lp152.1.4 >  A ^@/=„ :dQEh6 F(q\V8~pK>3;\nF54Lci5Zr{ 8G̈Õ|YQA?,pGS#:\_Pq^'t鰯?gBe%0y,rbE*WA-80gꨕ8uS~r8G_$^T gߩV0f5e ?;Lh2)<\Poeq:=IIcr266e3c8cbe47a58d564e6fc27d491bbf5e8907aaec3a41155ece9d3dbcf14fa037deec62899fc5ea39a34c625f28917f012af9c5_8^@/=„B*8Χ'<:Kha.S[A"ɼM_ T?Ғqtݦ\CJf Z#ϰܸ"d̂Ndr$ZPaf$г-kS>`:ೠ$5%T|EJ(F}%Dl |i>޴y%Ӏ7 p@4?$d ! J  EKTd l t   $4H\0 X C (e8l 9 : >@FGHIXY\]$^ebcSdefluvwxyz Clibprotobuf-c11.3.2lp152.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++).^@lamb22EopenSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Librarieshttps://github.com/protobuf-c/protobuf-clinuxx86_64MA큤^@^@^@Y<53f43afefa89cc241a3b93a3ec4ff94468c4dbd4ae72d4182e7b82bb3492941a20e800cad4550f4b19bb37fc9577dac21de13333ae66497c4c45ae489c35c34alibprotobuf-c.so.1.0.0rootrootrootrootrootrootrootrootprotobuf-c-1.3.2-lp152.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.1]Y=\Q\ڭ[R@ZMartin Pluskal Martin Liška Jan Engelhardt jengelh@inai.dedimstar@opensuse.orgdgutu@suse.commeissner@suse.comdimstar@opensuse.orgcoolo@suse.com- Update to new upstream release 1.3.2 * Fix proto3 repeated scalar field default packing behavior * Fix out-of-bounds read in scan_length_prefixed_data() - Remove protobuf-c-namespace.patch (merged)- Add protobuf-c-namespace.patch to fix building with protobuf 3.8.0- Disable LTO (boo#1133277).- Update to new upstream release 1.3.1 * Restore protobuf-2.x compatibility * Convert uses of protobuf's scoped_ptr.h to C++11 std::unique_ptr, needed to compile against protobuf 3.6.1. - Rename %soname to %sover to better reflect its use.- Drop %__-type macro indirections.- 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)/sbin/ldconfig/sbin/ldconfiglamb22 15896577371.3.2-lp152.1.41.3.2-lp152.1.4libprotobuf-c.so.1libprotobuf-c.so.1.0.0libprotobuf-c1LICENSE/usr/lib64//usr/share/licenses//usr/share/licenses/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.2/standard/ec47364f72df6caec509469031a5eb30-protobuf-ccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4891c01f5eb410f998db389fb1edb8c378702827, strippeddirectoryASCII textPPPPRRRRVx/y=KA]hHutf-8820732f069f47b031b856e6cf2f009c171cbd340b00f9e76ecb8ae92a56fba93?7zXZ !t//?] cr$x#+P9;$cˤ)ϕ,N]`-[ϷLj.~.m!9077;'L:Yl9@ߔ uq,܏f7 apf@& 1j]'\6XՐ622ʹ45 mNM.MNحrsqs'>mf]kH dGIU{y,u ʦZCgV2-|E[7 Y}gD Yw*e#H,c E=Z2v0ads"Oju:*6|'rQH ;cJdtO3y%4"N&%s$HjB:[oa_RdL$'+~@T` Ց%&kQޝC)-~+YCvv?ⴛL)@J>BOcE!"& 3UY7\ )C\cjbTHdF˽u@4 jh4֐:71"8֪fkȽ !ZfPP1y݉ڈĤ4gӃ2qnyC)kF[;WŝC fS/PĭGgi!A9M;OX>% }ivY/abP{_HV =H+N q۴wB[(>K㪢}N3LN 36\0{v"H.^4"D_4+ğBYӵBZ11ƻYc4`sC2~)ry Zq* >!^DC[hy>=4򮨣ʃϕh;`;Gd x;L!.:_|oe_ PudkCĭ^{!s=P;ڿ*:50'c d;: jSg|Pb|NuZ(ȢC#ewMqetտwX[S3`jTTNeX!雀W٣oy J+!?TaZƹ*(cdvռj\j;e-sP̗ q/>ukpkqYbœ#ٓRЏ '܊03RG.')Ė( -Ez %?%NG1`Sh~|6+6F ~t-)maC8Yv^u>lQ)+~lV93I˪܃fpD[|j>ՄLݖ/զ3gJ5hsTڿ8|j͡,aH~No! vB} t,ʄbKY8po(\踎meVjRh"+ުhd18ƯvT0aJOCxFfoGfJ+LwzuC&*?q ό\Nא._ u~v è/ē^X@Aǎ5c%ҥo VCħ 8iǴZ< eU-,IWHG!iajK}LQ}"|Wb6刬W1"BI`C -DžEy2g<^r,]ٕK3βO X:?LiXf70M'ёSsR%?$E-O̬BB>7CoM{CLl^ck %l X.4]ml^n @+sRb%(U(Y]`{saek85N}v$y~'5T|ocN{3L.Dquz і:J{vq>#v{Y^ @!͐Ap{Cj8m`-mN0xe4u9cJ&2x5StX"ff7{ psiP1/7p;յ#k 2azKp'"V\S:Z>*Zc;"Eh'i63H)}wQZO2gRfO9M®d@`J*{>nKkc˾eSHNRǪc%.R)ҦJf-ϓczVAz_mjlX~j|+ntM? :i< 6h , . B/"QEuX"/h*-2RhDif`˲pht3(^J1NH>P5 uWQr8_Ll\\셧XT_ᅲ+ȇ&QH fT]/=7 <G9~d}zƦ"dј1f`W8-a.r,G_ZwCQ#fv_ VN ^ t1PuZS Wh-ÆB%ӭ?ǿXN'p]B#SfyN ^RR94L(̠oA.}Ƅڑ+wh1XWIƲ:IG2y"js>:L 9Vլ.vƨ )Ioq8fltU@qԧ*S⸖㋾*kǝm;>,|Ct&518Vwg$.J :\<-n:f{L׏I35_ܩ\,\h'ԐĸZ"{Sݾ񎖘S"/?|0j虽qZz ;͕K@D\,ȟtEFs!+^ߒS&ءq4k!Ȣme-8ut[0n^p%fq}ݭ>׸ `C2MYT{ s^+ Z h&z-MQT#\|^sMa˖y#+ 2"Ϲq;X|^8$4.s 6jfeh`mw`!5gMTPEW;ssph>B 0 (iHu/~ \x"Vy8-lxҪe[͡׭8*Vś+< YgT dt<à4Aٟ\ENn\N { m]J8GxL,{YDi!f/ (>Dxe$՚{e0;xy#v|flJ_ dN$;kd,uCc%S537GSZ+;Ӻ܂tRךM{nGk]Lzgl8 R,tlu2KQf#e ?e-;yxV<ՋdYG\d\p, Jub1)~b9ϙCMPI3o7CHϏ,$ˀP{z%Ud<%^vE_\"0]$:`QEM)ԝ+ctRP]mpޔmIñIW ÃFf+V/Ʈl7=/ufh ,' ftkY|DOGljͳv<;Iv=8LN}= DY|ZXv>+`egP wPv9^]2q_d'~ӀW7u$m'y7=.R"t ŜzQy (&э5 OǦ¿`T_ *h;cܴSۉ\úZa-\y nNֈ4?/*%oI\>gRD!^^PW}-T*y<Znm_*ATiC[8q_2iv/6z? ((ʷ>X($Ip O`)-j>ʡFVn(3O{{H?vfY1qbnB#UpUt> λ׵p*Qۓ7^5"\ecWFh qϢp >QP!"+A5j 7L咝5["V֎m ^sãjлQ/8d !I dwM^? U-`bidɂq@e4>$kw:nc6^Pi}3sAaPD.Trނ̐8d75AfȄՁ)ίL6m1v[D2?EV@0~s2u=j<w]%V[}$9c,#`K9i?νO.*-ۃgn[*3(Ozhk:΢)P9IzEY"cW_@Sn+z7o +1))⣏4)qsT3C$'!훩f|^Rs6v4N殅mm*ar|z-"$eulì(✨1&zD\'+wї@iRk%AEŜMbaYa,[20v4=PV2uE/_4o}bCh 0O$;GYlk '2@r" v$2x[lTÞA%w}ߏPw$.ԝ=fr}oqX ۛ&UmSKRUkM|:G ,5!U0ƕߊV\O4ĚB'2'Y=#K95X!3guYM:^5.4qjsrnr@IY{ SU!Yؽ<Ⴅ4$s* 9z йq*V oZ(J28L"$eff莈'\#7?O[NQr`)TyB$dֻ`LȠ+Y6h!S&ۊټ١iږf8 Gؒ4 Sj*iN. 7 ǕC;LmҼVgW`M;x_-b&7Eѱ2[7& /’{mz '.jLw]`Ty/+OӾrc}{_Sh!/nvՑ3Ys!wj/~2X驜Y#2i9oiDt(Z_͔dӳeqЈPZZW3`"3.CY({W> P?6'gV喝ox:o3QQ/ql0PD7Wl@Dc<)"tˁ~H<hpnYC1'2TrM0`m?kZQ ᒟk~WfĘ0YsV+Uco\qF9Ig)klAƻNo! [;m6FqVOow">2u=32G.Ɵ"B0F$,fTr]'ؕ2EԶ G)L|0h-Pl'c{2#0DLpfcB]lݻZ ok[= Tk}@E$pKzVl9zZ옏mQP'+ bLikxot);6pB][>y_OKkRև5 [7b ek,;ho?SܾMWy]N풎ыl:2S&zz7bi{d , 7')R*IqAj-TȖ֟Y=(GٯN ]+&nAk -Cy:,uZ#X'"z-?yhЬ:T^ƲҙjbK )ATƇM`3sv%}7_ ϠJeWNa5m .!\^H(3 1n=. Jl[ypS2N >4!2dVD}5T?ATK 4fr}1#K[Vg*d^Ɂpxw]ÛH%P?Y?F BZxN.ȊhZ"!ތ+m3ٰ\_'tq﹉yll/Â&p{zpr@H~ҵa;͍d ` בx ȻkCGWpSt0E ~4~"f|@-a鈓ư8;,"[1Yr$jDŽ*v7W2hD85oH/ +%RQWӪު**|g} aC QJHtj =C lT~TdKE%v O"6rSmn&(eOON1pXĸ>]+qiUQƐثaaA۴"&KЋ4iZfCn?Xkd'\dv~Ak|v1v03# 䋾Y('ǾM`gɔSN2ܔ %Iם^͛=.\+jZ^2|Fsŕ?Վ:ΐBV}qV9`дaH2ͬ//6IЫ&̢s|-HԕO}oF8ܔ mz-/ _Uirѽ~f&LH&sE`ж: ].[G+M9QoݦhnR4j|Я^EnY?O̒ME kVP?nq4,h@ xՑU?J!dmPQ[ycϪLHrî=`dyj\ p"YR?u{da#ݘ)@go]m8mg+f)K*k4]{KO>1W2$A$Ăyp օpv%,0?uT |/ù4Atd|wlGr1KH 7#lY~"jG}Yi|e0&]ލTM0AZUZ BHʏ#f%O;\W5oFt4ۇr7 ʘkQaY1-8w}Q˳a%4ϤYX]tl,l)" L,-G49k ڮS.:Yw%˿N(4c?-3)lz 5(MGM*;Go]; a{,Љzv| a3?ypň*f0x4*kkٹ)<1]HQ2Oa|PBQb_=Dh'EQ 7miگ;mY*$|62Ӭ%(+_ͩ)/߄ Mf0sphOO.DGTU++>gv⟲W4(&X@ΝQJ'2T t]z"D7unܡ$ iQl>OW4^l+դ2LqyGw( u6Q2ȑj26ie^{RamRr)|qlj'ʥ@4}N&U QCPɮCБbA<,-/&sJr,pZE+-arEf*%\t 4zuۇ5S uR;XCؿ}q5 dyxщi"a;Q0¾}Ǻ{[@~'!٠*1Q9T~XO(`laR>)+t1y_#Eh2z%mfLN @%O[~y׊g'lcI+pQWdvR"T%dNj@pYh=`("D8x!p!1Z[QگN -.[#uƒjcⱼtS@qT~,Z>wBU!-gyl2+5:V[HvDl8=/F`ep6D8Ÿ'N/gl L tWmJ*F1A1FRgN&M2&gVLش?I3Fkh!aLPwD| REٹ{W`s3uUq2p8X޷B{du6vdHzSkZޚT T đhoGؖXP+/ ۍg.ۜTIN9%-%5.SsY;jٍ\%O2,0\ [rIL8ʖWM1I?8툥1糺MwpF_daP]?:f,w] U! .イ%r