libQt6Concurrent6-6.2.2-150400.4.6.1 >  A d*p9|:`lY/Ǡ1` @$|z#gki|ƫa¹NI% wkv08ye}ܕJ*끃7| Ls. #@,$t;GX1`'Vg0q(!Romť4x~x)Q-wZ3 !DulN$DM%yvX[z٠>Z؊ҸAwD\p#jWcf1ce8a4f31afac5b6436cc152089d654b9ab1d4fe0a31c21620e5cf6ce7bc74c81bec7120128415a72c455ea6eef6b90fccd0be?d*p9|RNJlB=kx\Hƶ Z+w XS+ vg댕To8._<c Č"xTɡ? -okLW td-qHkJXU*yznԅ.UH.ybz1 e\C!O U#X+GӴ^ B"5xńMd:TSN+u,;4A M,Ɉ|vQ-EKZ%۸碖n WA__ީTɂ[>p@$<?$,d ' ?! 7CU[dl p t |  $8i(8+9L+: |+> @ F G H I X Y!\!@]!H^!xb!c"-d"e"f"l"u"v"w#hx#py#xz####$(ClibQt6Concurrent66.2.2150400.4.6.1Qt 6 Concurrent libraryThe QtConcurrent namespace provides high-level APIs that help write multi-threaded programs without using low-level threading primitives such as mutexes, read-write locks, wait conditions, or semaphores. Programs written with QtConcurrent automatically adjust the number of threads used according to the number of processor cores available. QtConcurrent includes functional programming style APIs for parallel list processing, including a MapReduce and FilterReduce implementation for shared-memory (non-distributed) systems, and classes for managing asynchronous computations in GUI applications.d&s390zp35YSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-onlyhttps://www.suse.com/Unspecifiedhttps://www.qt.iolinuxs390xYd$d&m13ef595046e4d4ed28f0659460f15ea00b0ba5433cb362d4b93844a174cb38e9libQt6Concurrent.so.6.2.2rootrootrootrootqt6-base-6.2.2-150400.4.6.1.src.rpmlibQt6Concurrent.so.6()(64bit)libQt6Concurrent.so.6(Qt_6)(64bit)libQt6Concurrent.so.6(Qt_6.0)(64bit)libQt6Concurrent.so.6(Qt_6.1)(64bit)libQt6Concurrent.so.6(Qt_6.2)(64bit)libQt6Concurrent.so.6(Qt_6.2.2_PRIVATE_API)(64bit)libQt6Concurrent6libQt6Concurrent6(s390-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibQt6Core.so.6()(64bit)libQt6Core.so.6(Qt_6)(64bit)libQt6Core6libc.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)libgcc_s.so.1(GCC_3.3.1)(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)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)6.2.23.0.4-14.6.0-14.0-15.2-14.14.3ds@cb@a@aca@awaUaO@aC1a9@a/k@``[`g@`@``z`u`dd@`U`B@`B@`@` ___@_j_@_@_ǁ_ǁ__G@_@__@_}_|\@_gD@^&^&^ 8@alarrosa@suse.comchristophe@krop.frchristophe@krop.fralarrosa@suse.comchristophe@krop.frjonaski@opensuse.orgchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frw01dnick@gmail.comchristophe@krop.frjonas@jkvinge.netchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.frchristophe@krop.fr- Add patch from upstream (backport taken from Qt5PatchCollection) to fix certificate validation for TLS which does not always consider whether the root of a chain is a configured CA certificate (CVE-2023-34410, bsc#1211994): * 0001-Ssl-Copy-the-on-demand-cert-loading-bool-from-default-config.patch - Add patch from upstream to fix a buffer overflow in QDnsLookup (CVE-2023-33285, bsc#1211642): * 0001-QDnsLookup-Unix-make-sure-we-dont-overflow-the-buffer.patch - Add patch from upstream to fix QtNetwork to parse the strict-transport-security (HSTS) header case-insensitively (CVE-2023-32762, QTBUG-113392, bsc#1211797): * 0001-Hsts-match-header-names-case-insensitively.patch - Add rebased patch from upstream to fix infinite loops in QXmlStreamReader and raise error on unexpected tokens which is a new behaviour (CVE-2023-38197, QTBUG-92113, QTBUG-95188, bsc#1213326): * 0001-QXmlStreamReader-Raise-error-on-unexpected-tokens.patch - Add patch from upstream to fix an overflow in QTextLayout (CVE-2023-32763, QTBUG-113337, bsc#1211798) and two other patches from upstream so it applies correctly. These patches fix QTextLayout's maximumWidth() for a text containing spaces (QTBUG-106947) and a text containing a line separator (QTBUG-89557, QTBUG-104986): * 0001-QTextLayout-fix-maximumWidth-for-a-text-containing-spaces.patch * 0002-QTextLayout-fix-maximumWidth-for-a-text-containing-line.patch * 0003-CVE-2023-32763-Fix-specific-overflow-in-qtextlayout.patch- Fix a possible DOS in the Qt ODBC driver plugin (CVE-2023-24607): * CVE-2023-24607-qtbase-6.2.diff- Add upstream change (boo#1196501, CVE-2022-25255): * qprocess6-2.diff - Install qt6-core-private-devel when installing qt6-core-devel (boo#1195368)- Increase the memory constraint to fix a oom failure- Update to 6.2.2 * https://www.qt.io/blog/qt-6.2.2-released - Make sure all dependencies are present when installing devel packages. Qt >= 6.2.2 is much less permissive. - Drop 0001-qscrollarea-performance-fix.patch. Merged upstream.- Add patch for critical performance regression in qscrollarea * 0001-qscrollarea-performance-fix.patch- Update to 6.2.1 * https://www.qt.io/blog/qt-6.2.1-released- Update to 6.2.0: * https://www.qt.io/blog/qt-6.2-lts-released- Update to 6.2.0-rc2- Update to 6.2.0-rc- Update to 6.2.0-beta4- Update to 6.1.3: * https://www.qt.io/blog/qt-6.1.3-released- Update to 6.1.2. New bugfix release: * https://www.qt.io/blog/qt-6.1.2-released- Update to 6.1.1: * https://www.qt.io/blog/qt-6.1.1-released- Update the minimum disk size. Leap 15.3 needs more than 13G. - Also require at least 4 cores.- Update to 6.1.0: * https://www.qt.io/blog/qt-6.1-released- Update to 6.1.0-rc.- Stop owning directories provided by the filesystem package (boo#1184786)- Update to 6.1.0-beta3.- Update to 6.0.3 * https://www.qt.io/blog/qt-6.0.3-released- Update to 6.1.0-beta2 - Drop fix-fixqt4headers.patch. No longer needed.- Update to 6.1.0-beta1 https://www.qt.io/blog/qt-6.1-beta-released- Update to 6.0.2: https://www.qt.io/blog/qt-6.0.2-released- Update to 6.0.1 https://www.qt.io/blog/qt-6.0.1-released - Drop patches: * 0001-Fix-QCache-Crash.patch * 0001-CMake-Fix-conditions-for-some-subarch-features.patch * 0001-CMake-strip-the-executable-bit-from-qt-cmake-private.patch - Enable ltcg where possible.- Remove uikit qmake spec to avoid automatic dep on python2- Use a different 'Name' when building the docs flavor.- Add patch for critical bug: QCache related crashes. * 0001-Fix-QCache-Crash.patch- Update to 6.0.0: * https://www.qt.io/blog/qt-6.0-released- libQt6Core6 now owns most of runtime folders and qt6-base-common-devel owns development ones.- Disable the reduce_relocations option. (boo#1175278, QTBUG-86173)- Qt 6.0.0 RC2- Add the missing openssl dependency for qt6-network-private-devel- Add upstream patches: * 0001-CMake-strip-the-executable-bit-from-qt-cmake-private.patch * 0001-CMake-Fix-conditions-for-some-subarch-features.patch- Update to 6.0.0~rc1- Update to 6.0.0~beta5 - Drop upstream patches: * 0001-CMake-Potentially-use-INSTALL_LIBDIR-in-qt6_extract_.patch * 0001-CMake-Allow-using-DESTDIR-when-installing-documentat.patch * 0001-CMake-Make-zstd-config-based-lookup-quiet.patch- Update to 6.0.0~beta4 - Replace patches: * 0001-CMake-Allow-using-DESTDIR-when-installing-documentat.patch (replaces 0001-cmake-Fix-doc-installation.patch) * 0001-CMake-Potentially-use-INSTALL_LIBDIR-in-qt6_extract_.patch (replaces 0001-cmake-Don-t-hardcode-the-library-directory-name.patch) - Add upstream patch: * 0001-CMake-Locate-zstd-using-CONFIG.patch- Update to 6.0.0beta1 https://www.qt.io/blog/qt-6.0-beta-released- Turn more options on: * link to openSSL * libproxy usage- Update to 6.0.0-alpha https://www.qt.io/blog/qt-6.0-alpha-released - Import fix-fixqt4headers.patch from libqt5-qtbase - Add patches: * 0001-cmake-Fix-doc-installation.patch * 0001-cmake-Don-t-hardcode-the-library-directory-name.patch- Resurrect 0001-Tell-the-truth-about-private-API.patch from libqt5-qtbase- Add a qt6-printsupport-cups package for the cups plugin - Add the journald option back- Split the changes into smaller commits - Fixed the wrong paths in CMake config files - Fixed the mkspecs install dir. Everything is in qt6_mkspecsdir now.- Experimental qt6-qtbase package/sbin/ldconfig/sbin/ldconfigs390zp35 16926082266.2.2-150400.4.6.16.2.2-150400.4.6.1libQt6Concurrent.so.6libQt6Concurrent.so.6.2.2/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.suse.de/SUSE:Maintenance:30298/SUSE_SLE-15-SP4_Update/84375589a40719040793d796c8759294-qt6-base.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=24a21cc781f47fc6dac472bf7aee07017e717d0a, strippedPPPPPPPPPRRRR R R R RRR RRO\QH\zRlutf-83eb6150ff0b6917df49b595898d61f34598f71a08a0cc4f80b7c711002413644?7zXZ !t/[] cr$x#HrҾ#JBKC@"P [{rq2By}cNy XRWt-midX*z RR#KL+ &%kWF|e܍c+ !ANùdKCأa Ew34 An\zSJ9hCIqzjRFDR>ǕE䆿~-:bPeygض :<ڧ(Bdc$^v۴ S6M;g[S}Ga4HM$dc}^Um5Hsg?PB|?6ݟW%V\=E=3G y DG+r.YC EO~,hoߗIל#YGA+l"+%2څVζցBz6j`#”MSnبۆbz'lJ<٤q9jXȁ_b?ӕj`/>,rTa.2B$@S P'VN#9 հqOdy-%{P6BⳑW0%KlQF DbR1X̗E3b SxlC]_ !knyGò?;# 2 U) % oNvC Pڬ ټXhC#tN ՞jŚ䶊82(FKS{!]cݶ->dnZ+Yʀ,ñ^G,7aieL~5.g gBNe;p/nyS#%.x2iH-Wgy5 PdVV:7G9xqyWRfr)$;'L+Ndڐ ڮL_&t"I24 kS, &;1Ⱥu$#x0,3=[/? ''lTxeuAqHc~+hҷ~pl!`1DzD7puKo~`djһ^l!̯@>`.8nXKgtO3Ә}aXAi(-Bţ$X_Ww(#Pq0%"^i7&Kls̊H7z}l2Y^L혀Gʘf}f1 nG.jy&,lܡa@Y[]طbe5$TcMӑ Gt}Gfx:(7z8X&?`$tw2haZqRtVЯk| e625AU#?s]9}0 E YŸ`+$=N(xzW ZzJ8jn}DEF\8vܤX9Ӟ~&G֮Xn hWn.>!~'5SёxضT81olgʹT+&ΕgaU^L1qMG=ӢDYZK EHεqͨJIw>c7 /-蟔%tmHH$V'uY|)nulDguͤ*8"Ζk6EaqX"Z` W4sZ{{;;V|LdaINK]:Є\?u m06(ք|{<]UMK7bSdjIE*=dB#wm>ڵM`H qSp51!y)1xY¾c9%򺂈g5`d5 ɸCeINI(nBߤQSP 3|<զ7])dD>;U=CCVanLhEJ=^Lө[Z917O9?v*vKt$<'/3A]6ƃqE7SDA76W_TYpRJtę˨ ?stӻ'a1."H\qF_ m9ua-1]ߍ{ER.RI ݢ|3rH$홵%a?qߊ`1r])shu.Rc S&qJ1ukz%|hGHAϷToZ屼5|BE$"U>rHD~8w@ݜc78ʼ>3Hi0'M5QEԃ5Lo!:?u\ˈHw&Lo}U'K̾lz BiS-+UcB9c/HMpf|)Ssf&\EM4z]yIa8ΑBC1]-cMmcmn +FضO湵S5fw^ov(3\YDp23|Eo娓?IM6ݹA@xwu@嚦Jn zUFA㵇i")7 6q#룚>Gwnĸa#c Ka<ua xxkۅgh\ 3mz o#s; 9_!kearR8c~&Mz)'卶wGH =T  AKfNEg2 +"v!FOJ&{`٤=" ㆲk \tfu5*Ľhv5UG{'ޜ2&$\CxjZ>k!L]1CG T%8B>XxF O0bP+=-tM( 9GH]U7[ " 5LHs"KOc—`R&^ 2fJje<<^pmLJeyD~댒aiLz]*-29 u.,=OrI}Yd`p _̔v)v8K7G_8(:1f='al9^{_E&]|C~r"u5ɉBO 2jfWep[j;Q8suFǚs0vO3Aϛ+Pn+QB89҃ku݀{H `@s=#Bsl8AVJphVHy\@A;ƞj!)w /'==tNJvˀS\PVq1_$7Qq=GՕ[H Dy]>- "yr|oM:xXL 9gH`HS/-yj3V@Y]?[y&: BR׳fαd Yk0= О9BUr[P+H[2:l,0M;]@Ѕi\ry1Z+lc&YU<'S" ZZ7nf.gK@ty6AѠ8t`Vw6T^ CTCSu^m*yT bl.)kāt !/B׈"-!m7] 't'v׉ Ͱ,Ru vOL c8Ф´B7AOj8ͅrZ`iMG}ܾ5}I 5SUW\BOit e}'2b 5/>S?ɁIͽLaS!`WɼYa^i-)rH(FPy$jL_lRjvO .zMr $Vh0\1kmo5C4v0VنCu %; C%ܜtԔ)]@϶\2М)H`uU/z݀yP{Anͷ([PQaշ6֑)o*9 .5wKfѳ3/tlêM" y65Y! 2.f>H0&5lqJk(̦s&?|εt &ǹuw .=H' RZ, b`aᆵO񀃕ES`A%l~HT%u:M=+md4exEҦG;p@["2CGaW˱aڬF>F?>w͇/\Ltv9G+v ݫw!Z&}i DyZALWj:!MnڒWCRCq|$%Z.͡ގ'5l^yکQFW5372Ɓn e3uƮBDG:OY#\eq'uv5- ]U^.)^8r1quӤ_e@kwYc)87]1ݵR)Ys