typelib-1_0-GUsb-1_0-0.3.5-1.37 >  A `B.p9|MkdAW#[񭝂xj?>>Ʋm﵌螲bKͦ*\V(V[+|Hzb\.[JFJ4o5*̫U%` oZ#|;FxڄjW<)3:4b %-zl+ÙZOw}y&H%_E ˱y\ޅoUzmG0`":%J]p['z&*0dadfc16bbca56b7473ab3a1fb39de80bbc9f3746da68d2f23555142634e6cd703fe2fac1b020ea995699b9af6a1ac7c2cbaa682,d`B.p9|r1ȣҿ18#__!<ѥ P%  M+q[J6kUÛZ]G(%cwjb\Ap nz[&_rcY l>TgxEPvFYDC5r1$nStg(ijYu=ԦBD^fOVHI>rJt6c \ooj ==I]¹=p>D?4d " j$(Abt       %*HLQ(z8 9 : FG,H0I4X8YD\`]d^ubc;defluvwxyz0Ctypelib-1_0-GUsb-1_00.3.51.37Introspection 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.`B sheep199SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://github.com/hughsie/libgusblinuxx86_649`Ba55775800886794c1885874e6cd07262f4fc8e8e7a5f52b8682d0ac7f8ab0f36rootrootlibgusb-0.3.5-1.37.src.rpmtypelib(GUsb)typelib-1_0-GUsb-1_0typelib-1_0-GUsb-1_0(x86-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.1__[@Z%Z1@ZY@Y?W@V@Vii@UYUTT@dmueller@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 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.sheep19 16149875331.00.3.5-1.370.3.5-1.37GUsb-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-SP3:GA/standard/33263d2ddf42097e8b0b2acc04bff8b1-libgusbcpioxz5x86_64-suse-linuxPRRRRme0Uv6˳tutf-8e0091a82a3ba454d660b0f312c838c41ddff7aa4792c16003a5cb7ea7f890485? 7zXZ !t/;] crv(vX0`Hc˯yɵJ1/' _U4E'+W9cb9Ļ60-~檇R]cmmS,uɿT.t $s0D&㿯nx >jlxkmr)6@}>{oHo! $ {}!I bj5_z@f ;n LP'QRg?JYW>Yl?o~=$S~ڤƲ1u1,5i dq+8?̔ >3},T/a7{C gFy)!* T{ăHUd8ޯ6Na?h1!UbrڰZc[_t1(v싟x0C4^F8D&Ȯ)Pˇ M?o_ⓨA<5zA>[>l'#6O- MIkDn P,b?jI- !G1`;?L@sk84AVi(DD|w Z.u果4Swwσ8&@ct$tYo8#iž ʗƺ̗h_lVMg8Ohe򠧠~aU"%* {ޔ da> {+xS| auD0ݝxb6˳, װT0<`TCYN|u*.%@҅/%'rh 8Z;8sd@ @YVBR`AIC>X&Mc-)L4r o])?hN3RJyMD9 A+EF^+Uo(0ϥ""EFTLR{1Ƹ]9^O -"5UKSPD.Qm_ś1?p]K![j}U@b.(rؤM7UU4;Y û7x BV5t.ڇtzD|s8LZ'κ0/Vz᪂jHʰ~Y[óuz~k?Kq@{f );ݘqfGfb P!L%Tb '~jkǎ|e d}p.<%]˧V'VF,{ҴcV&&XℨEkT +䋻ֈ)S*:ӏO`QUqɝF <^Le"֞ :L%SOԪGIøӯ]9pi"FYWxUy=>Q҃`W*vtDщ-gƮ,=/WFu3p roO}ZeC@`6:>#P \KhUpshxKX(pGN^bԓm=x[}X -}?I8QSBCL>\o )v%LdQ?%z9+D$V(,f3ߔ/LTŰsc50`Ѫm$edL@b[QWYY a&eچ򾤑Er 1(ZPµ/yAM)XM#;r6_,_ =7ѤZQhzVKh`g:L|̚kbhor v_ltK=M1s3ʌytMHELljD`3ܝ[?C +bd$e^IguU0 `jߗE$p|6c*R{؃ǩ$eimh>O #!aOwXJTb)nI=u0QH|><ŭiC?I>x3Nv靏M X8(\Hax9,j L. l>=SP:a !uVc&UJdFUk NJ GF =+1=)vwj1n_smhpnSFUeF)>]WTmsv}!>PIO3J꼺gzDIL{ b+HB:CiN2W۽Pvi8B2)F ܤդtןa'!GU*0e3>npvo1hSfO}˨ҕ55H@Uׯ&= ݸH&ޠq" UXnms3C9=! sx<}mӄ!IO𘔫KsIEQ9'o,tᠦ}V7 ɽhGAc ~Օ%{3Mt0-앳2ƤNn ZΖoLL<m -Y$  a g,~v8g 3Wlnfzeb*$؉wnIe2WG]jHĨIa$\[vD6V=%=)\nga5IԀ:$Y-!LeYKmdbp7L:K:ԇCް |J`WY_`%)QWHy*ܧv> ]؏CeyKq瓇p 1MYJQyTzN]bTP?\WsnW5iD— lHTSb`]5xEs W U/$pm/}`ulv +-ϟ3<8F?F* +ENEW TY@(Wf*ioN5?NNR)A* BX/? ?#rưJ@uhBkUfN<lrtl~XlM7XF)xQ˔)M,&r`XWLRăg+h@_{ b-I [e! v} YZ