typelib-1_0-Jsonrpc-1_0-3.40.0-150400.1.9 >  A bwVp9|N5d<Ư{tTjƎqw1nVp1y1WFIRBqB>g4d5 ':ķ:Dn6+śF;TxO{1ѝ4˙;0 A/'qG!cԀh̔WNYT9@ek\N3T\YhI`w ގE)?+e$\,x#^_(:+RAk8e25de32e2a743e35a568d3a7ecf49f75a79fc8709c7d47f18516099a2ba29a2a04a4feeda7ae106cedbec79801413cfcdd2ed55,bwVp9|1rSل&f ӌWO0o\y@WxCŊ`$+KetO̾3{wWIZ&3.e3C#h̒\CT'9|"xJ"P8bOZlt&#v| ]^AP+ɛQ%p07X{qꊛpPw>pv4p]ڛH#.yy޽ s:΄u0-IրI ߜX*>pA?d! , _ /5<@ B D H   8  ($8,9:jBFGHIXYZ[\ ]^$bAcdHeMfPlRudvhwlxpytzCtypelib-1_0-Jsonrpc-1_03.40.0150400.1.9JSON-RPC based peers lib -- Introspection bindingsThis is a library to communicate with JSON-RPC based peers in either a synchronous or an asynchronous fashion. It also allows communicating using the GVariant serialization format instead of JSON when both peers support it. This package contains the Jsonrpc-GLib introspection bindings.bwVsheep22)|SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://gitlab.gnome.org/GNOME/jsonrpc-gliblinuxx86_64)|bwV46793f6bd8d464f40a11d1c80c6065cedda7931e54c4b639ff17e1fc7058f3acrootrootjsonrpc-glib-3.40.0-150400.1.9.src.rpmtypelib(Jsonrpc)typelib-1_0-Jsonrpc-1_0typelib-1_0-Jsonrpc-1_0(x86-64)@    @@@@libjsonrpc-glib-1.0.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GObject)typelib(Gio)typelib(Json)3.0.4-14.6.0-14.0-15.2-12.02.02.01.04.14.3aLl@__[@]w@]UI@]\\k[;@[[v[W[+@[(@ZZZ_@ZxG@ZX@YYY@Y4Y[@bjorn.lie@gmail.comdimstar@opensuse.orgmgorse@suse.combjorn.lie@gmail.comdimstar@opensuse.orgbjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comantoine.belvire@opensuse.orgluc14n0@linuxmail.orgbjorn.lie@gmail.comluc14n0@linuxmail.orgbjorn.lie@gmail.comluc14n0@linuxmail.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgluc14n0@linuxmail.orgdimstar@opensuse.orgluc14n0@linuxmail.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.org- Update to version 3.40.0: + Add ability to inject variant into messages.- Update to version 3.38.0: + Improve usage as a subproject.- Update to version 3.34.0: + No changes.- Update to version 3.33.3: + Custom marshallers are now provided for all signals to improve the stack-unwinding capability from kernel tooling such as Linux `perf`. + Various build system improvements.- Rename typelib-1_0-Jsonrpc-1.0 to typelib-1_0-Jsonrpc-1_0: adhere to packaging guideline for typelib libraries. Obsolete the old name (no need to Provide, as packages are supposed to Require typelib(Jsonrpc-1.0). This symbol remains unchanged.- Update to version 3.32.0: + No changes in this release.- Update to version 3.31.91: + Improve cross-compilation support.- Update to version 3.30.1: + When --buildtype=release is used, assertion checks are disabled and -Bsymbolic is used.- Update to version 3.30.0: + No change, only bump version.- Update to version 3.29.91: + Fix of double-free in generated vala bindings. + Floating reference fixes for some gvariants. + Use g_bytes_new_take() to simplify memory tracking. + Some variants are now unwrapped to simplify usage by consumers. + Unit tests now disable SIGPIPE. + test-client was removed as it was dead code.- Update to version 3.29.4: + More lenient testing for transient errors. + Increased compiler warnings when building on GCC. + Vala vapi generation improvements.- Update to version 3.29.3: + Various introspection fixes. + Add JsonrpcServer::client-closed. + Emit JsonrpcClient::failed upon panic. + Helpers for strv message building and parsing. + Support for boxing/unboxing a{sv} variants. + A new variant for calling a remote method and get message id. + Fixes for an invalid type propagation.- Update to version 3.28.1: + Fixes for invalid type propagation. + Fixes for gobject introspection. + Improved busy tracking in streams. + Ensure JsonrpcClient::failed is emitted in panic.- Update to version 3.28.0: + No visible changes. - Update URL tag to https://gitlab.gnome.org/GNOME/jsonrpc-glib: the closest thing to a web page currently.- Modernize spec-file by calling spec-cleaner- Update to version 3.27.91: + Add JsonrpcServer::client-accepted signal. + Improvements to dispatching of errors when panic'ing the connection. + Message parsing is more liberal in what it accepts as input. + Default ABI visibility was set to hidden, making our ABI macros useful. - Update license tag to SPDX-3.0 format: LGPL-2.1-or-later.- Update to version 3.27.90: + More documentation and GObject Introspection additions. + Fixes for documentation and taking of floating references from GVariant params. + The soname has been bumped since we altered the correctness of GVariant params. C-based programs mostly just need to be recompiled. Other bindings-based consumers should have their bindings regenerated if necessary. + When panic'ing a connection (such as from a broken pipe) we now defer error propagation back to the main loop to avoid some re-entrancy complexity for applications. - Bump sover to 1_0-1 and rename the library packages to libjsonrpc-glib-1_0-1, following upstreams change.- Update to version 3.27.4: + The JSONRPC_MESSAGE_NEW_ARRAY() macro was added to allow for creating GVariant messages that are an array. + A number of conformance tests were added. + JsonrpcClient allows for detailed signals (G_SIGNAL_DETAILED) for notification and handle-call signals. + JsonrpcServer gained new functionality to enumerate the number of connected clients. + JsonrpcClient tries to hold on to an additional reference when panic is called. + Message parsing can now support NULL strings using maybe types when encoding and decoding messages. - Update package descriptions making it shorter and more assertive. - Add gio-unix-2.0 and glib-2.0 pkgconfig modules BuildRequires: They were being pulled with gio-2.0 pkgconfig module and used already as all of them live in glib2-devel package.- Update to version 3.27.1: + jsonrpc-glib now uses versioning macros similar to GLib or Gtk instead of a custom linker script for ABI exports.- Update to version 3.26.1: + Require -std=gnu11 in project config. We always required this, but previously we were relying on the default GCC flags to do so. + Fix improper use of va_list on non-Intel architectures. + JsonrpcOutputStream now properly checks for pending operations before flushing, so that an error is not incorrectly synthesized. + Improved error propagation from data streams. + Correctness fixes for stress tests.- Update to version 3.26.0: + Run test suite as part of build tooling. - Enable gtk-doc BuildRequires, build documentation. - Add enable_profiling=false, enable_gtk_doc=true and enable_tests=false to meson, ensure we build the features we want.- Update to version 3.25.92: + Check for version-script support from linker. + Fix impossible comparison in JsonrpcInputStream.- Initial build for openSUSE, version 3.25.3.typelib-1_0-Jsonrpc-1.0sheep22 16519881281.03.40.0-150400.1.93.40.0-150400.1.9 3.40.0Jsonrpc-1.0.typelib/usr/lib64/girepository-1.0/-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.suse.de/SUSE:SLE-15-SP4:GA/standard/40a49f412eba0ba58dccd8bea4f47888-jsonrpc-glibcpioxz5x86_64-suse-linuxPRRRRRh@; ҇8utf-8a68d9756dd9b9133ff2dd2754116d19b12dadb65c83412f2b2c86a5943148495?7zXZ !t/* ] crv(vX0?GV"`[hc9$zi{CwCnL|0WATT*s `fƥaCnfSSRƬQakEr"|5Yi(оzlOMĿA8'RtI>oN+מ0CmAH-&{cBQd$ Ϋű(r.{Pp?-ar .@\UDV.M11C 3=nbA'g-mZ2*M; RZm&+ӯ:Qݐd݈-{q/eea$mm^H."ROsƾ}+G׃Xkctzv7WE}$J!Eb5A)މ-wz:DTx#0G{2Y ~0NIv}5J< Ӗ\nxmz0A]I.94ͪKi=}JGOe<r)17CXs˜jkŞuF Σ]"ȕ}A|ǦYH~f_k58pꏗX<X*J:+vk.7\\(I! :[2=HG[PwwFa*KT5:Hs]We)!>-O*ELQ& O25 ՓZn'D 2}YX\DVR}]*gg8Ԋz٨tmlhO5F뇘 -Q(sj"!&lA!%#ߛ,oFg Rg\aܓْmJm)cсy$Hy73'gҹS0W0kZ1R7)6h1 Y 2(*^mcLB|=@G=Cm>-`hOؓq~z2֜LM]]FX5F9?,Ш߽R ,F55|;|7@):p+vC[bL];H3윣-7B_<՗5EBο`,3tH "ޯO!xtu6~ q<^/' =bO"l›S*bM!}.kJ+ym֯$j:uo,z6ص(GC^ml_@2/Gz<>L=.-Ȃ %]Nדy(M(n!"2j"atIRNx^ E&hGѝ78uwZ-DidMv@EnC{s6V>s"dj&K #'ms]HQY$VK {oX9˼5ÌË@q͖N8Sw:(E C4o1)' qJQ)wЃ4kQyr]3y-{$j\hBV4hCySpdjs7"]o/If%iۚZRM.}Ӯ,{-ȘX"LxsNB`pHl@?HCkjIPju5/6/_ Zs= nhFl Vp.9$(B*lǵ`+Üևꩽ 6LrnKiקFc)Uo a3yjPaFZ:%.* )gSGqC '{Y_CHGϠ#A@aѩ @%BGkgY6LA 0ݥX!w3_c*"/!@'*^Ә٠oxO7pEGˮQ`cp0glÛ/ԤһZ*OZ7 d @I50(S -nog !;b==`oh# ¬UDcaӷ&!s2dJ5d'[%կ z6zhJ4!!,'3ƑVA0]TwCUlDl4V٫hFp~`zȎnΈ mmg7Pn'*w0͒~v3m_oZm|iHd')ɯQ3BӋ/c[kO|r L$C