libQCoro5Quick0-0.8.0-bp155.1.6 >  A dk<:I%z {5`G s _ҽVqFWv ɗ("kĥQx C:dn'BQmUzPթ  =9nY.#oq6s˾!:3^Rߞ%EZtN` K,oi*tJ-:x]@bSOC(^2S\#`rѵ2]N$K!g~VR0]k9_}-t t/}J_ڡ~JR66ҤxOI_Ҽ{D7o2u@AT&'r sg`ꍇ v취#-ce/"Y!Iy&f-N̻~m)u,#JFy fkhJX e ]afA#^ ڧ;Fڒ14iC~7< R-0}s发WKt5n0cf20fcb635ce1cc55ccbce8c96c6dc673739414f5b33610c673a5e6e80a2a0306bec3e04552d7b561f10f888cc3847f5b6113ba/`dk<:I%z  MC$ V,EPxZ.%wZ͕ .pF0=i=&|<3ib.tދ:,(X٘Co<u(ũךSڪ+f.SڭS҄3pGR` .SX='_/**Tߗ]TmXԙCX?)pLX44z[m֡E&gB(]!=@˗yQ8(N$Wƙt&/yM8=?Y@,L̍IF]qȸn]{3dJ"\p=);%qWc+T:0F!h{*JJ'R'Sh}.vtHJNRJŤy]<!!jhSsm ={7 ߞʔ?wjQp@d?Td " l04<@]fj      4<FPt|$(8 9 :} >@)F8GLHTI\X`Yl\]^bcydefluvwxyzPClibQCoro5Quick00.8.0bp155.1.6Qt Quick support library for qcoro, a library providing coroutines for QtThe QCoro library provides set of tools to make use of the C++20 coroutines in connection with certain asynchronous Qt actions. This package provides a library for Qt Quick operations support.dk<&lamb56HSUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgUnspecifiedhttps://github.com/danvratil/qcorolinuxx86_64Hdk< dk<$cdea90076a878fb909f00077377deab4836608ed83ebad754d9eddc5796ac719libQCoro5Quick.so.0.8.0rootrootrootrootqcoro-qt5-0.8.0-bp155.1.6.src.rpmlibQCoro5Quick.so.0()(64bit)libQCoro5Quick0libQCoro5Quick0(x86-64)@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibQt5Core.so.5()(64bit)libQt5Core.so.5(Qt_5)(64bit)libQt5Core.so.5(Qt_5.15)(64bit)libQt5Gui.so.5()(64bit)libQt5Gui.so.5(Qt_5)(64bit)libQt5Quick.so.5()(64bit)libQt5Quick.so.5(Qt_5)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3c@c~ @bγbγbi0@bi0@b/.@aA@abChristophe Marin Christophe Giboudeaux Christophe Giboudeaux Christophe Giboudeaux Christophe Giboudeaux Christophe Giboudeaux Christophe Giboudeaux Christophe Giboudeaux Luca Beltrame - Update to 0.8.0 * test: use offscreen QPA for QCoroQuick tests * Update pymdown-extensions requirement from ~=9.8 to ~=9.9 * cmake: make sure we explicitly find_package Qt private modules * Update pygments requirement from ~=2.13 to ~=2.14 * Implement moveToThread() awaitable * Implement sleepFor() and sleepUntil() coroutines * Make QCoro::waitFor() usable with any awaitable * Fix QCoro::waitFor() for Awaitable with operator co_await- Update to 0.7.0. Check https://github.com/danvratil/qcoro/releases/tag/v0.7.0 for the full list of changes * initial QML support * QObject::connect helper * Coroutine version of QQuickImageProvider - Drop patch, merged upstream: * qcoro_no_Werror.patch- Disable tests again. Random timeouts were seen.- Update to 0.6.0 * Fix build with gcc 11.3.0 * Fix ODR violation when LTO is enabled * Export QCoro wrapper classes * Enable "modern Qt" compiler definitions * Introduce Generator and AsyncGenerator coroutine return types * Fix installing export header * Deprecate task.h in favor of qcorotask.h * QtWebSockets support * Document -DQCORO_WITH_QTWEBSOCKETS * Fix the build by #include'ing * QCoroTask: fixup a template type parameter name * Add support for clang-cl * Fix possible race in TestWsServer * WebSocket bugfixes & documentation * Explicitly enable exception support for clang-cl - Add patch to avoid using -Werror on non-debug builds: * qcoro_no_Werror.patch- Update to 0.5.1 * Fix build with GCC>=11.3 (workaround for GCC#105406) * Fix ODR violation when building with GCC and LTO enabled (workaround for GCC#101118) - Don't run tests for now. Random timeouts happen.- Update to 0.5.0 * .then() continuation for Task * Fixed namespace scoping * Fixed QCoro::waitFor() getting stuck when coroutine returns synchronously * Fixed -pthread usage in CMake * Produce QMake config files (.pri) for each module * Fix build on platforms where -latomic must be linked explicitly * Return Task from all operations * Add QCoro wrapper for QThread * Many documentation updates- Update to 0.4.0 * QCoro can now be built with Clang against libstdc++ * Qt5 and Qt6 builds of QCoro are now co-installable * Fixed early co_return not resuming the caller * Fixed QProcess example * Test suite has been improved and extended * Task move assignment operator checks for self-assignment * QCoro can now be built as a subdirectory inside another CMake project * Fixed QCoroCore/qcorocore.h header * DBus is disabled by default on Windows, Mac and Android - Build Qt5 and Qt6 flavors.- Install the dbus-launch executable at build time to run tests.- Initial package/sbin/ldconfig/sbin/ldconfiglamb56 16847493500.8.0-bp155.1.60.8.0-bp155.1.6libQCoro5Quick.so.0libQCoro5Quick.so.0.8.0/usr/lib64/-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.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/07be83491887d44f55095d5b0fa19dbf-qcoro:qt5cpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ef54fd9a4176f9ed3dde498b041190f53afd7d82, strippedPRRRRR R R RRRRRRRRRR R {0q\oajk/@Zk(}8_d,agDR]B3\WCz_Tx f,`tcl?hE`ə`ӬՓqo.=#2DQ?R  ^?ph:V%q[x_rGm11vl~]k OpӬkU<͋ i11lxDSS=VO`R/\ߋ+ƔU;:nxt;P\*̲}rݮk=j%9R''xZ?!*!3fZK,* ߳TSݟiV}[}3!Vt5ϩ|eރ\n"(B;[V,.;ɩla FF%sja":m/S/'%j>~yv!UmGݑQ}Bzcj?+i&m^b=,^c2@JUO}th0o ,Tj,%G0(fVUlW}qLi/$dP/O$AZ`2h%K(|:វ$1TՃC{w|򀛕qa)z*GѪTumۓy5fa*xzgSυFAO!}r<-,vb֠@tW~ogw.q^ǥI{ӖvmZp:K.UJhK@ $.0W1\x3WlM\ UH SU&=~k:.\8VdYNJ%han0pt$ɹ9LmBKEj+xk}SH,OuK|?J2{Sg,NB@{x Ɖl2CP]Z1سM6V[ 'nR t4D9wûv4m7b ZR5&&6|F&mJBtx I$0\yZǙ=܈=jr>:vǼssys{p 1Xŷ( omr_%Z /'Vy'˥mB&%!rxSb ޷VAz'p3).IΥZ4 s1͕ޜTDlrZJM汨6'#G3IUf@Si5'N;&q]X$JmfP"ok61*21`~0j aaG3ú9W`g4ӀKj t4Ν G|~n1~v(վ:.`7<%x:;=_ 'ô4ⶺ889y"(A x]y&|bsȾhY&5!'<b4&ݙY,яO k^q{vF?#᯦ N2E0Z&xXCtRyLLxKA0|:+>ze$>?l7&S&x7ZfeV5:kֵhPzT텯1y2$1*ANc䲙ne9}^STm m i%=D%NۛQ8lPl *rX6 M)TK]rb}Cc~ G8 "CvArn̼F,x:ȕj(Ȉ@:&ܚS/ѽ́?KZXnRBأicS+েaNr%,Lvo~m;$xj.x5Q ]bQd3'MGLG BmC8hs~Hl=Kr(snǏFb{{S0 `\,b?=|V,D҅VR5 'x#*IBf{/7o1G/S'0!ģ#jR0L {GrZ+qr`βjű uլەϙ %-mB?n:yPGΆ/N:(&LB'}=kszKR _!|!~ QUTH7qGj)қ|- ~[>$L@=u%p['ak$wދ$wnD^RP!65` 29D%{ >xN-`:ܻ%vx7'9 4lPfm% I&c}iOt 0˷ Hbw<n|C1 xV#g>N}Dix͘w8i_&Z8 늧,ݢb X1=%l:o\.YS(nHOTƴ !!EmXS.1ilq @ok5}m4Ia6pmx asņJ[\MrNA:`kJAdt2"<S¨Z9_ ż<0r Z놗BSblIaڲnW)?%{+f}VI5 t\x)&+o5fO\-gH)W(Pf7"`#X{9 ^skf/cJ佻%3<gT:SImF|6su*?^OJTjK9J^pk[8˞:@.yBG/^J⨁>C7;盳F쩪#]+fm MYy4)VM)|8SrLykdkeY;ܟxST! 04c9I0zm<ьYw`?  S|;yVz4Œ:q iDHl52͘~P` _Ž8 rY֦bei=xEk=;LR9 ߽܂+/PLxg'&rAFߡG Y໕\`koO8~ i *K[njxiKE[=)+]Wv{`Ȋ >hn[̸D,ғ Ffsɠ13NrzP%$z !©ZB"59)o!OQdjSg:g߼X"DC;d.z+D(& YZ