libusb-1_0-0-1.0.24-150400.3.3.1<>,6@cDp9|v?&]rkGϺwaُ:|h O||dz{dٗ s$#0kA}6y9?' JG#Jhފk ʌ&rBȩÅ^S93fxv$%qL|| s#JNq,tR4w"\0iV= z( 8x VDei f[~z6 ޢwSrG'?yO?F?_&+e >v6?xMv̡z/<>@?d # /pt|   <  P  d    V  t   ( P(8 9 : >@FG H0 IX XdYp\ ] ^-bcXdeflu v$w x y,zxClibusb-1_0-01.0.24150400.3.3.1USB LibraryLibusb is a library that allows userspace access to USB devices.cDsheep66g9SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://libusb.info/linuxx86_64 3Z]~gDA큤A큤cDcDcD_ѫg_ѝncD_pM^}acD^}ab8acd3969ee639e95a48abf04bb9e39debc91bdd7877fa2298508ac56cbd7b4db3bd10eed82b53b26898759948d9cdf2a8ff4b865f3605583c1cbf368e52d289b1f4ea9acd10b5f626491f6f14d041dbdd593bd639a1ee5869a8b183946c2d468d0fd1d46f049b5f211463211bd78f42964063b33c3810306dda59e6219cceca4a48464dfa83035b44ab3b1e20d15f2b43cfcef6a7dcc033dae741b9b7de599c8d18bfa63eca7f544e8596406c089199e331fe3c0b8308ec68f5d8b7283d5cb45df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62alibusb-1.0.so.0.3.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibusb-1_0-1.0.24-150400.3.3.1.src.rpmlibusb-1.0.so.0()(64bit)libusb-1_0-0libusb-1_0-0(x86-64)@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-x86-64.so.2()(64bit)ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.12)(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libpthread.so.0(GLIBC_2.3.3)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c,N@`&_ ]g@Z@ZZZXWEV*!@Ujsikes@suse.comsimon.vogl@gmx.netmardnh@gmx.demardnh@gmx.demardnh@gmx.dejengelh@inai.detchvatal@suse.comkukuk@suse.demardnh@gmx.deidonmez@suse.comolaf@aepfle.demardnh@gmx.de- Added 0002-gracefully-handle-buggy-config0-devices.patch * Fix regression where some buggy devices no longer work if they have a configuration value of 0. * [bsc#1201590]- Add 0001-fix-descriptor-parsing.patch to fix detection of some devices.- Update to version 1.0.24 * Add new platform abstraction (#252). * Add Null POSIX backend. * Add support for eventfd. * New API libusb_hotplug_get_user_data(). * Linux: Drop support for kernel older than 2.6.32. * Linux: Provide an event thread name. (#689). * Linux: Wait until all USBs have been reaped before freeing them. (#607) * Documentation fixes and improvements. * Various other bug fixes and improvements.- Update to version 1.0.23 * Core: abandon synchronous transfers when device closure is detected. * Core: fix error in handling the removal of file descriptors while handling events. * New API libusb_set_log_cb() to redirect global and per context log messages to the provided log handling function. * New API libusb_wrap_sys_device to allow the user to specify the usb device to use. * Various other bug fixes and improvements.- Update to version 1.0.22 * Core: Refactor code related to transfer flags and timeout handling * Linux: Support preallocating kernel memory for zerocopy USB * Linux: Deal with receiving POLLERR before all transfers have completed * Prevent attempts to recursively handle events * Fix race condition in handle_timeout() * Allow transferred argument to be optional in bulk APIs * Various other bug fixes and improvements * Fix the inclusion of "sys/time.h" on PowerPC (bsc#1178376)- Fix SRPM group.- Use dos2unix to generate the non-windows trailing on files - Remove sle11 support as it got borged with last commit and we don't mostly need it to build there- Use %license instead of %doc [bsc#1082318]- Update to version 1.0.21 * Core: Refactor code related to transfer flags and timeout handling * Darwin: Ignore root hub simulation devices * Darwin: Improved support for OS X El Capitan * Darwin: Work around devices with buggy endpoint descriptors * Darwin: Do not use objc_registerThreadWithCollector after its deprecation * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated * Linux: Support preallocating kernel memory for zerocopy USB * Linux: Deal with receiving POLLERR before all transfers have completed * Solaris: Add solaris backend * Windows: Add Visual Studio 2015 support * Windows: Add usbdk backend * Prevent attempts to recursively handle events * Fix race condition in handle_timeout() * Allow transferred argument to be optional in bulk APIs * Various other bug fixes and improvements - Fix source url- Update to GNOME 3.20.2 FATE#318572- Remove _smp_mflags usage to fix sporadic build errors- Update to version 1.0.20: * Add Haiku support * Fix multiple memory and resource leaks (#16, #52, #76, #81) * Fix possible deadlock when executing transfer callback * New libusb_free_pollfds() API * Darwin: Fix devices not being detected on OS X 10.8 (#48) * Linux: Allow larger isochronous transfer submission (#23) * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings * Windows: Fix broken bus number lookup * Windows: Improve submission of control requests for composite devices * Examples: Add two-stage load support to fxload (#12) * Correctly report cancellations due to timeouts * Improve efficiency of event handling * Improve speed of transfer submission in multi-threaded environments * Various other bug fixes and improvements/sbin/ldconfig/sbin/ldconfigsheep66 1665460155 1.0.24-150400.3.3.11.0.24-150400.3.3.1libusb-1.0.so.0libusb-1.0.so.0.3.0libusb-1_0-0AUTHORSChangeLogNEWSREADMETODOlibusb-1_0-0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libusb-1_0-0//usr/share/licenses//usr/share/licenses/libusb-1_0-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:Maintenance:26351/SUSE_SLE-15-SP4_Update/bc02cc057930bfd691e4058b7727e744-libusb-1_0.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6972de6edd443261e2f551774f2cef7ce0f7ca33, strippeddirectoryUTF-8 Unicode textASCII textPRRRRRRRRR R R RR RRR RR%$3YJ൵utf-8d552e3bd83d0489797942b6755faf716a18757c076a1021d7d5192f847cd4196?7zXZ !t/*]"k%]d>)$;u;/5 YY:vj%ux .LVNCF„wzJ5AX!z!Ɲ"j^ӳ~Vi_M_6aiLIdk`Ք;Z 1'2"J'<@Pb`ryI+1WzOzkB2c^&W6={x믐a1A~EwU}g9z(_Ä$_l<ľZ* TovjڞRTj5_A!cE{@iO *B uzXn7)u/B#ͻdmʄ⮗VW dL%wa&mz?Űp2˜Dr*Z/@(Q)%AK6 g7π)@:tŖŏC*,.؝5T.7l3zB­ar=gQP1 gT1 ^#BCq.z%&Dx1|ynIc?fBH2@Rd) LU^u&IwHI@&J=6-Q:,Q$,%\`M"*w+D7^U z;xuN6}ux]]0kZ K c^v1ʙ`eb~xf9fA1v+z`,M #I) qF{)vp0_1 l,~fpHٿԳ RMJY V|ݥs"٬exS",fr j*=Uiad׷#mYL<^QVNK}}lE&QvB-=>;c:n{ԃ9]79בP,e#X*+O^GMA$3zG4ih 3){ bH:"B>kK0po+^{#m}C2`ܯݢG>庁u6z6{58ͬR'9"!uRɿEG˳wgR&.3TZ# `I`'@*4P0n8nrTQe g_c@1TP*tbC`T48H2 Qov2 /c_ x P ?׊b"+GGc#Ѡ ȳɱ۠0!yi=䣑oCӷz,9Y΋tDIJo4΍w+,CNcyM 9g)owRz qcQUc1bw oL归~ˊtf, i0[4@6+wMS ݅ i=)!7ǰЌiq.7p&Vs<1 &F#,Y̛<}V5}Dƣ:Knj(8FJJ2%|KS`c-CA?LOY%w8Gԭ2c- q-u"=mwH6ͫc9Whӥ;2"]Ar$d`y=lot]LUۉ*'Fp{%TN|2=mQ݄VNcLMRs GP:NkhAao&S ,CZ i~Uly 54Ď"rэTs qN.ddW+;cFAyPokO+3Ciľ 0-n}S80͉K$n1I^54hV_J6U3BMm+b{kE'Zjo)v2t^7عJ?J|QcpQޛwEXbA0mբgoX AĚ~1ogé7~n\vt6SEۣ-o$ wMl" RWlg%8)PKx͎84+/7RS`$1 =;yJ5X,X`E`OeMHԓ nOfRu'u (:#XPo[#}a+7#)h!0>وHJJ YJkf׍q ]'w,"LArPO7_ǒ!g -qxb{gjQhK͇$")i5eviĔjV(B6R{޽ " oYW}uMБ@&s|6,7fqYn,lsdt_/sxj6Gqvg@4ʱKtE:zLN7*H*'gIy1jk-!o1 '~ؕzzqQBGtM Ot"P{rS[˝t0aZ(l2Nc x) G%'|h4_:x:A09`i;{X)!g'"sP Łr> $<#HdMeEoC`27v9 ,o`'FL6MM2;WO(G?-T6j(?BnXCz):WAt|DC<0&dKF5X X,,3>m.iE7=d>)%$ڸ+_ 1 pm$*r}(8Agۥl ;69f@wd/6-bN[w`,khx#9<\.0A#HG=1`٨) $TrB. s@no%3nqM}T)M{=L4!NDu$_$_f6O1(JI=R_t$ 4eXtjhTtsfAc/F&~H" ӿ^F5#O-;E="@%ˏq;1P KM FnB*D:a|s1`c36}F`b4Y2ska vLj7avƀaR\iS3Ih}/R ߎkF78[+xH_›ˈXσ}zI`ér4Y|3.9UY}=p:5C2 x>MIk7^wy: Sferi: Z]JO+MWwl(ٟ1K`b8TB}