libQCoro6DBus0-0.8.0-bp155.1.6 >  A dkI%z V'})&X~a,;v(¬U11 q+&]䗓x>X%C}xekIcbtQ7̓ac\ql?~ kAX>8zZGtiꦌ.4o vo1nR Hc)͊mJoG0R)s-mȗc+eƾMlO7b U*G\V7m N s+B8f%w`wף܁b.oe){㰩Qxe FmI{o>mI@`ƧodMUQ(4!faߵm@uJFc6͊m4!u+`rӭG6P5۟c=#gN|.dD( uYHk6YQDY(G_K$I \,9c{-Շ s܅[\RB:{!ً'w:X.F@fENoUi:BB842ee94f44eb13e2aabb3772ad5a1f1780dbc2a3307585d1faedd1cc34d854399f42dfc9e9a12efb53bfef66a64833eb76ad7bb51d>(dkI%z cp'2nA? i$D=hZN"r=yLTxx !+ WkwY9bGy%"w1xYWٻ"̒!RRl*Si-2F^LFIeu$7>Vb$YnWҠ*m ,,@ v>܍ &~'ϱero9VAc#nT.ayog?sɐ՛ )yLRޗ.e}j`##HQYIuXJ$&8[]Axt[Dk57yMVP⎾ʣbjw! 7'opbEvr`L CŘ˺kYmpd]pbR2/_`PE;>pefa+sH0 k hy4BoYQ:O3趂CJb2l .9'd)xX7_تPzd mϬ44'.CclZ>p@?d ! g ,0MVZ t      $,6@dl5(b8l 9 : >@FGHIXY\] ^JbVcdjeofrltuvw(x0y8zxClibQCoro6DBus00.8.0bp155.1.6DBus 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 D-Bus support.dkGs390zl26SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgUnspecifiedhttps://github.com/danvratil/qcorolinuxs390xdk(dk;634227dba25ba8c76f02860f714e1c7c8d0bc5dfb507b270700418256f6f3bcalibQCoro6DBus.so.0.8.0rootrootrootrootqcoro-qt6-0.8.0-bp155.1.6.src.rpmlibQCoro6DBus.so.0()(64bit)libQCoro6DBus0libQCoro6DBus0(s390-64)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibQt6Core.so.6()(64bit)libQt6Core.so.6(Qt_6)(64bit)libQt6Core.so.6(Qt_6.4)(64bit)libQt6DBus.so.6()(64bit)libQt6DBus.so.6(Qt_6)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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/ldconfigs390zl26 16847785670.8.0-bp155.1.60.8.0-bp155.1.6libQCoro6DBus.so.0libQCoro6DBus.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:qt6cpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=dbaee5221cda865fcdd2ebc6c08e61ca7bfcc6dd, strippedPR R RRRR RRRRRRR R R;M'0iZcJQt'utf-8b8042b00355f352fc5cb4eea99aa02547c60785bc37cb5b74496e2d54d5fd995?7zXZ !t/$] cr$x#HбY4~€g_m8uӁ[Ķ+nV+fب(`!l;v;T`$GQ4|s uz[H2,M<ʖ]xEyG"P h@;piQĝNC7fngbtIMf쥈40\4Ck8|NLRuw)fɦ'ơmw6_/ -*0<5X;iP5So,Sd-5 Ԡ~+`PaZ,"1_4^QtNFՐJ;{\y45# ?R`GcpʳTf8~ks/>=|!G Zv-]ng0u+h'^!V̯DS7'G <}F;P|ts, +1`AeiJ1y\15*}Ilჰ^ݐzu^C3֖p>f;2 {~!=Pݭ/!> 9? #qcg% 0|IZ #s̡qEM<h-6hpk6sܨ?db [y=}~StgtJ!&˵unV2m%4iR.L;8B@LDPQ|K.A6lAW%m<թy(Y/9E .$>ZPZ|^yOȪ> xU":{rDk'ZVP}wdsvչvU'2G7p+۪u_E̎L4n;EeklA~p9: CsL<(,}lGUT4yrywg-/!C`~An#j[@!0d7anL,R 1޷mٕGmTaeJ]s ;3#\hPFWr pT-&kP moHRE:tQUX[kXfde;SfSE_(z$k%tZ0Yl܈J0:Ѡ E̬tVW8T9I鬐bHWAS3eelٺ !O(e((~ЂQF"iHE^6_S3& ' Az̄/*萛~{.}-&:4@S)? m(}yy{JѧnNn& Nt!zabsiwǻw]<1 ݙTp׃JݝK}i\ C='UEWHǤP)YvOGYVe]YMqziB^eUΪm4lo맭Rq) gl}",9F}0%{pS|TYPdf,~5zy2O EW״"CIC9]B~hLµ3o(0MO\O >xҺ?/嗻i@z#)3ܳ< 2!m=ӌ|KoZ$fOj)INWHy5 |gt9{*-j8^Ω@R -~vѵ|PB32cDʓ7D쾡F:K84Ɋ}=@Ȁo֢U4K%BqۂZ~KIWЌZSʕ,<[:X[^ҕU{j@8sHʞ'H7= ey\"1OlLwhϑxf6U6!~=aJz wIavJ8pz_Yk 4 2ZY/9Y >lV-ymg8hK`C "#k(fB-F%䋽Ǘ܆KV Gank+K ZD"i|R*.&JE2@*t_&;=pfVUnPy%ѓlѣР!Ǣsr5"`yUlp#g 9?DEN㈴s1*+zRŇm[^6u 8Z鄖U"ύl9X|h~zIå eVL!"KBLoțם,!tMz (6= }_3g i3Qs%lĆoo%`q}/8d=ƹ0#k6@ xB.nKUw|%6 ѣvXy b`jw1k) y4Plo._Í k(b}}CPe1ɋDnf HWh:+}X\&-SMUSa0Ϟ>^bqޚ* [ePT`Orsw=V6([Wo.@7 {!^Vj QIn d^έ8kXM@<#_?o,/ RrNj8?B4*+'Ęb,q ȕ `FmwS5ʒyŘ+ߏAٕkذ &eK6BsT_qOsRX),>%42k p&ʏF7o͓-M//QrV\A%ahՓ-:4L~)V6%6ot)_MJlքD oh`d~מ~k- JZRZ`.xn J[L-JF7PG@=}J ":kCƅR"/a#lI/^|>Yb* OZq8淗ixI&>H2<ŭVklxd季O{ a,̓?!nJt|cRb{#˙^):ae(}aW2mij@ H9kC0njf,~vN1saA`SazPNHuo!z\SA*^` V 逜rya@#DvR> % }\ 4$*JR(&a۱g\*H~ T mgU*6Y4is@͗6ֹiAOX{1߷إ?x: VSWx@A 歓8n:{h2׋v%Y!G{=5!YJbiuR=&Hu**j _K]QNhcҾ|r6+/q vi$;T-zA: <em^ԍks;:$V5 SδxT~֊-e5̋ Lr>0N(uYNF`c k&Y/;plaUt5K6W&2exGE*5" |qK Bdc~SeF;jK0zg prci7Iaߠ쁭Szd%:Pžo3h gf%Oj/AEh@eJBྐྵ\Myӥ&AiYw^EpnA6.Y< #4"$7vBwUa_y`oՀiGV9K>LWpKb:PfP6mFK-KjXbvՅ:P6'WX Udwȅ̚QRO^vZڻ *g PS±&*"SEpx129se< 0w^ t5NlS$!͏x/@A0DP9p 2&~B0qJNC~t3sl!ZoJ1gR+[-FG0‰쁵K8ktc]^PJO z⡐C"GVۦkaz~n~v: OcqCiaIP+ASw!-ٙvȈߠ+EVق~q._\.@՘d 0\3@Hi=CNZҋwy[f`3zE~Q3 @72*>L?r1*K5#~MżEhXۉY: M/4ȯѭ= =y|\*8H4ؓ. p^lTq )@f7G2Cc evUe(̥ \?d| γj (wj΄~ZETJ1)lL1#Ơa%;z;lji`n'upV=>u'ʪ6>]"v-Fwp }kT`}}n#4r"5Mll@w!;B@L 3s׶}M/j+UW(TwE?ey-&]G^nDaVUn6wo.5Lw3ohDRJSWCk>oPv&Yhhd ܅JAe25Ip vP/n?][}*e]3(nsj2cj 7:EN"ƠYw]an\Y_#ݷzy3t4_]p`=52"B0V% BwjOY ѳ6mTu9*'^s,(O*| NXX^@<LXI46 BP|:kTG+Dq.hīS9IjNo FJ kys.~q!p%Z98?o3V9!Aڐɱk%Gk:yP8ޤ^6\{flXfa}n|4~g7Ex