libprotobuf-c-devel-1.3.2-lp152.1.4 >  A ^@/=„t竳c> Q|s}p6AWh9352w[s>j޲Á,r'aLnΨ#z|-[dDmg N֐Z璲=B~$Eگد _: rJ+~d'o3{8 vH墸 h=MY -ewg?NHre&_1EWrFSOf<@]\U]4f943637033b266da5aa9171cea37d57a7490efdbc702dfa0976795463130484efaad688bef016e9cd5721da375ab55ba6406dd53AH^@/=„u#U0۷pЮuMH[!^PV/ZLMWX`9Ю>*nw'X((\ʕ$L֚"@e$69w5+IY*| |A ~zbAa^ "'acXV<!;_rvG9ڋ H73ୢuP(b۴Q;2ӫ71!4ʐLw. Q<67}>䄸O^䆤!YWuz+U!]p'm>p>?d & O /X^h    C $p(188 9` :N FQGdHIXY\]^Mbctdefluvw@x\yxzClibprotobuf-c-devel1.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++).^@lamb22openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://github.com/protobuf-c/protobuf-clinuxx86_64AAA큤^@^@^@^@^@^@^@d4188a17664013c7717251b4f0de9cb9e7aa35c31628e8e85f818d4c0fc5332d9b25fbdcc0fe652bc9189e7aff0a4602ecdb0627bfec47fa5ffb9458d8aa8d44../../protobuf-c/protobuf-c.hlibprotobuf-c.so.1.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootprotobuf-c-1.3.2-lp152.1.4.src.rpmlibprotobuf-c-devellibprotobuf-c-devel(x86-64)pkgconfig(libprotobuf-c)@    /usr/bin/pkg-configlibprotobuf-c1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.23.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)lamb22 15896577371.3.2-lp152.1.41.3.2-lp152.1.41.3.2googleprotobuf-cprotobuf-c.hprotobuf-cprotobuf-c.hlibprotobuf-c.solibprotobuf-c.pc/usr/include//usr/include/google//usr/include/google/protobuf-c//usr/include/protobuf-c//usr/lib64//usr/lib64/pkgconfig/-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-linuxdirectoryC source, ASCII textpkgconfig filePRVx/y=KA]hHutf-8a929b67e96126a8a37e271d1058a8dee422402b3a943e6d0c0a353b852ef4a9b? 7zXZ !t/"] crt:bLL q-ϐ\]0D"ư"F@=O3+e| F[>t%?0fX=$D\w֋~ff,0uA0O?y%r7acP̤> "ƞ>UTCXv 2jư,|UluQ!bnF)$ןi SbZaVՉ,Oi)5'̎>G)1LȜ7ۈRLR@38 BbGߕJ.'JZ.CPlV39 >8R|;i"1:0<8#qbxn^6Z\Q+񌸈̯&ܽX[\"y,\#6}9SzN`HN_?Z ^9  0;kh q-C\1+8g6lR/>)&QJE?d{|o]A(=riLu\SV@EX̘p jr$j1^V9]g늄 pK&ڵ)6m+/y\|:u6\+-AGqUtCvUSĦo+$#ܮNXh߽ƌrȻqfs`'; i&/4Uh@ fi,Q̄amU[;G >w>R,;1|7IVOY"8ٛ!cxpioـ7y D*&f8rՏ8UUdKA x{?eE¤aB^Γ3nf 4蝬57 )pϒ;|,cfaK咴^\]k鏛,pҸdp ,Q{ZhTLOGb,8p9v!L6kvHp KWp d(娺wW`fy]PbÁ'̣ d\ӀF4S4 _`YZ_! 67]=ҏI+Rx(Ͼƿ^/s`DQ>|Ҭ4}7F>,6g'1) ȂkS(Kݬ'vIH 3W? s;,\}s`6f\#;H &dy[g:lJy"s!pXB 3tk5o8OcQn$lx4271}A-)NYWa@M|jK+,1qA_&締tEE+{#6PɑeA<ѷHf-L"dv፨Fˠ'ٽ'0}枵%cNմ_nVk%^ %^P$z&ԙkfM0:9 &Xf&INBO}*li: }{W?e>'ΓG'"wZÛ"O99UNY3{ 2}DT6ԕ'Eͷb`dƖ/Lc#J8^Iv6}7ElF3:<5cH6dK=Hn0Bk8SCga+K)n|6pTa02z+qVGCf'ϡOkͶ'tQ6Bx>ɑIx1A$9>ğuOq;3/3VeYǍ!_z?)8$iAJKs (clﲾ|w*yyu"a̙r|EfJ@!^Ӊ+k80}8MH|bkqaL+FvlM eQBgz/w ɟ<o)Iۜ3gW?eCs yuu☙0Ԭa=ml>K{bmveQpDuwd5!wǾTk])޳ĺ r7{n4QjRh?F?_,dLwLJxi`7!7~4]Ga'vnvʚT>?pQ!>%]A1Fku*QyT&GP,3K6}/}`ڢ9 Uj"p)\]9ǢRSưmEU΂'hScN>OK[c=CKEBåk(:ղyA/sMSF{SeANLXfEAڨ~-fnJ쮪N$jOM֚!Aس'i8"}ϲO W<*jЃ/W,ػcnHWB<Z*"t]sT.h$O>N.n7vzk٢pƉJ`s}\?/lK$Ga/;Hs!ݍC`-;4ka">zoE!B rJI,y7K`(T/B4M;aU AsIh X5!rΠV 993 ?GDI7ڋQj+z D@.H2 3*Ј~ߍ8iId$C\.A\ltϫć41;|..=M++o]8hLU#h h^^3tݬ™cz6+EnޛҀyym2gD[z&NGa`Og:\C~3BA{@zǸFNͯ3@\)W+LʒYԲ&lD9c.$@Pn ЇjKr! H GM&+'i*No#ZLQMN_6rPFiҢlkΉe?eZmdZWn?J=-?b] c /bQ~:b񳬊5 YP#Ζ1Z`J.ŇOic<4; +CW)P Dxq'z5؍6k1}2dk $4l~ws/V#nܭr/^VNO+M3Rw(f-ZYQoИng1bmT&ɈBԟ,y8Io0au:bИډ=9<١S`9NMɭ ?vJ Dy>~FNpzluPG_A^ML+զr73#wG^l) ^sBS{ߋ*2®ͷH;-@s0IB3RBDr} qIcS*/\c$s t2M`(k{s/=[C5/3@)S^$Ӹ"Zr/% ;pxE~MJͅH3Kyfn q[7@b%SIMC&v 7D`L e̿7xV;ەqEYf̵c. }S,nx1z!ܝǘ>(n ;G##ͮkX{zP^.LwGhI(ю_j {2Vm M?M%o']Ÿ}R1F$36G ݁n'm|n^ے{}b{фJ|}~ƩE|!/4$cL82L< )C<"}tw?#[T<*ھM32h6c=Q-in1:5D紜Uې/u%qE=w%8bJ5ӤO]JqgSPӞ՟u Q^  b:94UL f;bhEY"%fh&,b. ]\$//NZ ]1Ɣ#C1 Qlb}DJZz{2<_oE)[9]={2_YSa,v6%ມ>0d&\K#e%\UmI4t|$K^ aV6 eQNMF)w_y{OILk%YWI0"ŌF>KŦ<*e1psvtbܫ%@QĘPVWUK9}\)aKi4w\/?\$AuyjG2r<]٢pp;V> pWA,.&mO`W! $CiV.7x>Ca릈_5BHۤ=뗦8\c8r AbPϼی{ΧY`nY< l杻Ċ̇::i'CB`0<"7kfM{垈d̘HB^#` ;!BZܿ `lN౶CO~w A !KGJ/a B- o9ֲed W:%m.>>9mmQL`OĮIGEHWIh)h{IJ͡^x`ψ4(oymwzg KMKU2>u5c~ς'fYi]`Q>M}ID^bw.6+le &Yj1 adkfbrt\j/ķj]͊6FGS~v}"T8 'o=ǡ~qcԙ[kYxc|ӂ76Ae5xHRw?a^֜Il4QDޯڹW ~QzCdʆiocLTO*DA~O_] ""ED{]8:{g= rS((T@%c9yTE_<%D)c%D;Phym*+Q"?AR !xkdabkw wo,WFk[mzj ~ZjA4p5Kll^Fh2ʓ5HzY~}ң׭̒+iNdbA,5erV@%Eegdd$ 6MԈrm^&P!؄IyT\oswͨorJ82{Ռ$bB]xW6[ 6V^\jGۮ_!j@J~reòԸ`s[Gv@F(PnapЅڈty"u0Gi7=<+)LHM4* |ʔ/]0?!,{E{|ʍNT\Ԉ;b`aCe6grp!i+ BU}?S hNjK6:50)x&WJC]i8Y `E$?m>}dFn߿Yi r[OfֳhCt,ߢ qIihE"4D Xet2]dAWܗy;rޮ2)Fՠǎ$.*$_#݁eVsMXN[IAțaE$cZ'u-CxNr)|7N{mo1Lߜ8Z s${Hҥ\FNV۵/IV^V{QcAO ]_ش<}Zp]j3笐'<*C%64''F\qؐ_W;$#?Vyf6:{.K<(z:nf&kdg2;^:#ɭ_ xh7O#dĢ0  D! u0eu`