typelib-1_0-Jsonrpc-1_0-3.40.0-150400.1.9 >  A bwWp9|Nw}>SGP˴v3@֣;ccwc!PpA?d! , _ 39@D F H L   <  ((809:nBFGHIXYZ[\]^(bEcdLeQfTlVuhvlwpxtyxzCtypelib-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.bwWs390zl37)|SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://gitlab.gnome.org/GNOME/jsonrpc-gliblinuxs390x)|bwW2c40c5f6b2a14650a8a600f96e9d6e1969cbe71e0a05bbe16f0177369b9f2405rootrootjsonrpc-glib-3.40.0-150400.1.9.src.rpmtypelib(Jsonrpc)typelib-1_0-Jsonrpc-1_0typelib-1_0-Jsonrpc-1_0(s390-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.0s390zl37 16519884211.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-glibcpioxz5s390x-suse-linuxPRRRRRć\’1utf-8ad19d1e3357600707124c0a970f98d43057ce880baccd1eefe2b12821b5016e3?7zXZ !t/* ] crv(vX0?G5V_Xge EfJ{7jP86i!].IՀÜ,wqĘfCXk5 S 1!/7#lumsEKs׶IAᪿ(~T%AmTr$1~zH^7S1G.cq\\~;x& wܦ;y+g˭]ζ hLO&PoѶ`Sz&_\sڧd/Auw-|'07h%F-ý&o {9N9yN(Ym6=楓qZeX 5 @^b()JIA ;uG:GZ0?5B`Vs$vq.l k[v"cp ?9g-Gq}zl("$q~ԃ$nQB\xT}KcCыo5KOcJK ʐz5:.}4J.$ǦW/{x\vBC;D"%ՓiNBл\h5x=pto¹(;Ȗ2`@tA&eͺJ@6pav=`EB)RydX-.Hb ]m@Aіv/tb=iTS$R^Wc8ύT%1a'eZ9`60Z585k$K(  q)'d?yJ6Ac+RHsLݽE:P`En?=9pczͅqPYQKĖGO6ےYg2qgESqcGR{YGrؓTtؿ7Jp3ήe=y)bh@ v2v$Y`CT(X57fXz+Rii 'Ӌ;\l=Qªr<. (ֻ޲A/ M+C􈯈@&{KڱX̧y5~8aTğ( Φ5j]XRU۱}ִμoB\C "9V`XQ'Fj -6^mCQ]akT3B&Ί& ~ 7 6k[ܴrskøQK@ A-nYDY@pMt4aP4ղgS#Dhխw*qץW!,gB6MmӜzz/HE&`.C4(9-<%͚'Tv9+DV㫝xWι|8%M jl NYp Ƣi@Kj,.A$]60ɒv߲z/ QDfY U_E% E4ѲʆbXe2ݥz#vX%)rE{Uߗ356 -nCQjWS ? Λbiz$9KEfZzokk fHAho}/(<h3;淌d괝j_ W[^(9 Cvd!;.=D(i#;8b"~8^ma&`xL8pw8.N(y}Ec=quhMJH> ~;B p;>aL+" |R@&P, S$oHz]^7U2l~.e=M$ɔ'5hH~xn%h:޸0{^U` ;tJPԃ/4 .x LwPRfPq-ZS\;Sa=MP0(Lİj-h,H=]T<& 8)[{.$v=kƜ=Faϩ$XڠpH[`ŝ(Yi߾QrE5dpJFH`'+s2~=&1^eE