typelib-1_0-GUsb-1_0-0.3.9-150400.1.10 >  A bwXp9|>7I|r?9N"CGMz}.J^N. ȒzwN/G ׿O#>\ -A%)!&1Evm'1ϑ>Ok!=QA ,LFI'8>ypZF_S{G=~Cװ I9~_4;tH^3< G!㔺NjMWݖnh-u}u\wwr v qͭDگA^@s, 503dba15ec1163f2690e5ec6ada66b428c0e27ea7b1003889f730d9a9bdffdb79abb726d5347bb7dcc16ccf384c0b3d9b6d574d8/tbwXp9|T..AdfU<XXɋv/- rCJ(b>C`X:LUA߶_ߤ0>$ 6%v"d0e{0mS{`8V $ۺUZ"i7H@;bL.=*^'p?ޭyUT@׍[3{}l ל;e/[igCfMzi58txbɴD`tw%_Y&'HCH= >p>?d ) q $04Mn     % (,16X\a(89:FGHIXY\]^bcdeflu4v8w<x@yDzXhlrCtypelib-1_0-GUsb-1_00.3.9150400.1.10Introspection bindings for libgusb, a GObject-based wrapper for libusb1GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop.bwXmourvedre;SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://github.com/hughsie/libgusblinuxppc64le;bwX85d7ec6ae0cbc71d70c9837018d1d29369e9661a5b9124640eeb006a911467a3rootrootlibgusb-0.3.9-150400.1.10.src.rpmtypelib(GUsb)typelib-1_0-GUsb-1_0typelib-1_0-GUsb-1_0(ppc-64)@    @@@libgusb.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GObject)typelib(Gio)3.0.4-14.6.0-14.0-15.2-12.02.02.04.14.3a@_I@__[@Z%Z1@ZY@Y?W@V@Vii@UYUTT@gmbr3@opensuse.orgdimstar@opensuse.orgdmueller@suse.comdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgidonmez@suse.comzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgbenoit.monin@gmx.frkkaempf@suse.com- Update to version 0.3.9: - Add g_usb_device_get_string_descriptor_bytes() - Do not double-reference USB devices - Fix hotplug handling and signal emission during enumerate - Add the GUsbEndpoint methods to the docs - Add g_usb_device_get_string_descriptor_bytes_full - Fix hotplug after threaded device removal - Don't hard-code the list of OS supporting --version-script- Add baselibs.conf: build libgusb2-32bit, which is a dependency to libfprint-2-2-32bit. Due to a installcheck bot issue, this happened to be undetected for a while though.- update to 0.3.5: - Add a way to get iConfiguration (Benson Leung) - Allow building GtkDoc when building as a subproject (Richard Hughes) - Fix version script to be more portable (Laurent Bigonville, Ting-Wei Lan) - Include methods on plain structs in the version script (Simon McVittie) - This fixes the symbol version for g_usb_version_string() to be in the right place, so update this library alongside with external programs if you've already started using this symbol for example in fwupd. We've put a mechanism in place so this kind of thing can't happen again. Sorry! - Validate the exported symbol list during check (Richard Hughes) - Include the USB bus in the generated platform_id (Richard Hughes) - Add a thin glib wrapper around libusb_endpoint_descriptor (Emmanuel Pacaud) - Fix high number of wakeups when checking the GUsbContext (Richard Hughes) - Use '#pragma once' to reduce boilerplate (Richard Hughes) - Wrap the upstream libusb_strerror() (Richard Hughes) - Do not use deprecated libusb API (Richard Hughes) - Fix compilation on macOS (Richard Hughes) - Use a 1ms timeout in the Windows event thread (Richard Hughes) - Use has_link_argument() to detect linker flags (Richard Hughes) - Add g_usb_device_get_spec() (Richard Hughes) - Add g_usb_version_string() for fwupd (Richard Hughes) - Add -Wswitch-enum (Benjamin Berg) - Fix GI length introspection annotations (grindhold) - Make gir generation optional (maxice8)- Update to version 0.3.0: + New Features: - Add Travis integration. - Allow changing the path to usb.ids file. - Port to the Meson build system. + Replace libusb-1.0/libusb.h with libusb.h. - Port to meson build system: + Add meson BuildRequires. + Replace configure/make/make_install with meson/meson_build/meson_install. - Add gtk-doc BuildRequires: the meson-based tarball no longer ships pre-built documentation. - Drop xz BuildRequires: this is implicit in all openSUSE buildroots.- Fix SRPM group. Update summaries.- Modernize spec-file by calling spec-cleaner- Update to version 0.2.11: + New Features: Add g_usb_context_set_flags(). + Bugfix: Fix the actual required GLib version.- Update to version 0.2.10: + Correctly detect removed devices when rescanning. + Fix a memory leak when using control tranfers. + Fix gtk-doc build when builddir != srcdir. + Fix symbol version table up to version 0.2.9.- Update to GNOME 3.20 Fate#318572- Update to version 0.2.9: + Add g_usb_context_wait_for_replug(). + Install gusbcmd as a debugging aid.- Update to version 0.2.8: + New Features: - Add a PERMISSION_DENIED error enum. - Add a thin glib wrapper around a libusb_interface_descriptor. - Add g_usb_device_get_interfaces(). - Add g_usb_device_get_release(). - Add g_usb_device_set_interface_alt(). + Bugfix: Ignore the not-found error when resetting a device.- Update to version 0.2.7: + Support g_autoptr() for all gusb object types. + Bugfixes: - Add missing element-type annotations. - Changes from version 0.2.6: + Bugfixes: - Do not unref the GMainContext after each request.- Update to version 0.2.5: + Add g_usb_device_get_custom_index(). + Allow setting the GMainContext when used for sync methods. + Include all the USB device class codes. + Use symbol versioning.- Update to version 0.2.4: + Various API extensions. + Bugfixes: - Don't filter out hub devices when getting the device list. - Make the platform ID persistent across re-plug. - Port to GTask. - Use new Glib features for various code cleanups.- Update to version 0.2.3: + Bugfixes: Correctly terminate the libusb event thread. - Changes from version 0.2.2: + New Features: Official Windows support! + Bugfixes: - No longer require G_USB_API_IS_SUBJECT_TO_CHANGE. - Use a thread to process libusb1 events. - Changes from version 0.2.1: + Bugfixes: - Always set a device platform ID. - Ignore 'unsupported' as a return value for kernel drivers. - Changes from version 0.2.0: + Notes: - This release raises the GLib requirement to 2.32 and libusb to 1.0.19. - No GUdev functionality is now required. + New Features: - Add g_usb_device_get_device_class(). - Use the native hotplug support in libusb 1.0.19. + Bugfixes: - Fix a crash where libusb_get_pollfds() is unavailable. - Manually coldplug devices and poll if hotplugging is not available.mourvedre 16519886801.00.3.9-150400.1.100.3.9-150400.1.10GUsb-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/31352df764d146d71e8a01ea2d17071f-libgusbcpioxz5ppc64le-suse-linuxPRRRRld=>BR7ENutf-8ecfdbd16101f0b3b14be0ba937c37e6c0da15dda8704049513089cadf9205eba? 7zXZ !t/= c] crv(vX0?H&=x>v}({8>q"d6EP2ru h y [:6Ǵ0ߪE$~SINhrH c'wXdˡLxjuAeG>3F#<[GE)o^h†Ķ=wImER yFC1#spygX79~~`s"SMWQESO9(-Ӹ= y~yAU1ozl6u ;D?0pEK?zroEjmH yk KL` K:dbŴ8=Q׹@;^tP%*͠uкHPNJ99~FJ}B ,`'4ѹ Q#2}q ~{3č:ID_=qOXduE4juWI@dߩwKC]d$76ule:m/^ xz| 튅Ȍf?` 9|V3tb<:k♴(/)c`ߨXI;nX\jǼW({b%gy<|DGl;cRI[sz^J x,"X,q:åZW& L"Er\MPވ~y'j98eJn6;.ih])z(n 4 _r^ ݲ T/gL2NH0WEYy&PJL\nU6F#3PI/~A={#mLBX3ă5&n%+{?  12r}Nא2N hJ>Z^Y:f'1Fw>~*r2Y,盛4F{(+1k BB < /fL;  b^FT{у~EKjH8>7i*hS8"Jj`TO_&"^W ,/"WUOeoQM _ 42:l==ծH-D' i4_c-0`$(r)gӯ9?8/j랁8|šXRc}A]^T~fIۻnz7lR~@k::C)3O|lm\ƅ k):-oo9[$ )SXnW4i릥t&yܹ}-"{]u(lZyEpOHC2MpbĔL-rZ| E*y[+`9yu.{~ M;[yv,` @ݕ+0/"ʕ}8]6< fwg7 T&vn[-*`Z9`թ}"sTLxF;FbMK[iU')AG׷Hi\ zC&MTr ):0w7c@? On:bVG 7"3&ز, ԰1]΁U6ݕ9`mV?"4q2gt/.[ IRᝁ@Y ^ rc;>? [Xֱ@ XK@~7,פ"5h-HP"0ctcr ӡQ+܋ϳ `7L oUeNL(!p'Op/qh' z lMF_@%҃첵?_l4J.`~l$k )Vpy=lyGmMa^O3BP-tJmz\(4Dz3"jf8[Sfٍ|^"F ᮀ0#9h+״sKZa>u⧑n)ű wl;B&>vefp>'~LEf Nߊ#"J&@6Cב_p఑)$6H~> ,M<ӺEP%0gGuvL,AtAWyI͙0dsdY?n郰mZOp9AJWu~q{8&űl}dлLOE qcB _&i0͊A9MR7+d4px.A/SՋU ]^sW'K QAaN􋳐_2#vV(#݇&GmVnGʋ㛪@[K-&ܨt?Ͻ~Q!z~ YZ