libQt6PrintSupport6-6.2.2-150400.4.9.1<>,F|eb\~ZꦖFY70ve)Sbmf@|[IW3ؚP2!ӑ:'j`kͯo۞&j.5 8(]A0'h-:781&@Ti]zP) ŰT6ڋP)+3 N_U"[HN!2"}EUrU>C&D?&4d ) Cdhtx !'0< B H T  8(8,9,: ,>",@";F"JG"`H"lI"xX"|Y"\"]"^#b#9c#d$ee$jf$ml$ou$v$w%(x%4y%@z%%%%%%%&0ClibQt6PrintSupport66.2.2150400.4.9.1Qt 6 PrintSupport libraryAn abstraction over the platform-specific printing systems. Using this library, Qt applications can print to attached printers and across networks to remote printers. Qt's printing system also supports PDF file generation, providing the foundation for basic report generation facilities.ebLGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-onlyhttps://www.suse.com/Unspecifiedhttps://www.qt.iolinuxs390xP(Ae`eae`/659d21b75858e1cd29c104278c840030353bf6cc945121ea42ad9bb2cb325f9flibQt6PrintSupport.so.6.2.2rootrootrootrootrootrootqt6-base-6.2.2-150400.4.9.1.src.rpmlibQt6PrintSupport.so.6()(64bit)libQt6PrintSupport.so.6(Qt_6)(64bit)libQt6PrintSupport.so.6(Qt_6.0)(64bit)libQt6PrintSupport.so.6(Qt_6.1)(64bit)libQt6PrintSupport.so.6(Qt_6.2)(64bit)libQt6PrintSupport.so.6(Qt_6.2.2_PRIVATE_API)(64bit)libQt6PrintSupport6libQt6PrintSupport6(s390-64)@@@@@@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibQt6Core.so.6()(64bit)libQt6Core.so.6(Qt_6)(64bit)libQt6Core.so.6(Qt_6.2.2_PRIVATE_API)(64bit)libQt6Gui.so.6()(64bit)libQt6Gui.so.6(Qt_6)(64bit)libQt6Gui.so.6(Qt_6.2.2_PRIVATE_API)(64bit)libQt6Widgets.so.6()(64bit)libQt6Widgets.so.6(Qt_6)(64bit)libQt6Widgets.so.6(Qt_6.2.2_PRIVATE_API)(64bit)libQt6Widgets6libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.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)6.2.23.0.4-14.6.0-14.0-15.2-14.14.3e 0@ds@cb@a@aca@awaUaO@aC1a9@a/k@``[`g@`@``z`u`dd@`U`B@`B@`@` ___@_j_@_@_ǁ_ǁ__G@_@__@_}_|\@_gD@^&^&^ 8@alarrosa@suse.comalarrosa@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 rebased patch from upstream to fix a regression introduced in 0002-QTextLayout-fix-maximumWidth-for-a-text-containing-line.patch which makes qt-creator6 hang in an infinite loop (boo#1215178, QTBUG-109474, QTCREATORBUG-28593): * 0001-Fix-infinite-layout-loop-with-negative-line-width.patch- 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/ldconfigs390zl33 16959002206.2.2-150400.4.9.16.2.2-150400.4.9.1libQt6PrintSupport.so.6libQt6PrintSupport.so.6.2.2printsupport/usr/lib64//usr/lib64/qt6/plugins/-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:30866/SUSE_SLE-15-SP4_Update/aac9fe4dda6b6b77082ba021aa64bc7a-qt6-base.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=18a94ca16d80bc21e30e24cbe6e7e9d59eee70b3, strippeddirectoryPPPPPPPPPRRRR RRRRRR R RRRRRRRRR MGJ @S-qt6-printsupport-cups6.2.2utf-88e2fe9d0f85064700846ae210b9550e9afdd94432ff0777c9d76e0449e31517a?7zXZ !t/0]"k%fkֺ(2MI bf;q+Yg︪ŚVs In|$ni9~[4`%p1Y%eBjJҼG) ]s={]_^zwa? 30~o97E]g $ @.)<2;Oz.R1,ZXIpyy:8u#;41w5ua3&Bsg<!^{S/;bX`H7A|WwEQ߻5=tI9&)':bE[n1aN`U䅦ww 8rs J/aT_`{`&(%!rY۾%xrTs~iee@:i 5pyK`E(Oơ09oҷ(l'K*Qȯ]K 8|G8&k}K1k;tOPL >E}đdsyA:[oֈEl&wJ-B᎐a}`L )N*lP y2qWW%l%u()Jh#`iD :1v'~=#C9D%h+H~)h`"ŭD / k}:[VlV2-7f2*Veg"F/w5 Y޺s ѤFOȱĽ-CZ7l9GV0_V Oyp'juh\-!eGg0))oegư"&O<}HqXKqtR `9܁aMXOji ?+ Gg|7dϓsFǬKJS8!gEB(JBﮜs8Spϡ2r'1WcJ{TTeO #ەkrHsLR%B\ *bbLDa7ƖQW{,-"L3J)D(.k{6 vN_*cO\)؟6*hTKY 0?}@+'oe\ JW_# 1}ƠV]r8#^h'%A(.'M[Tjhh&[R(SqwSwO] 6.@H=9e9:ԟ>E2kHCWek ܋ :DdIYNT2/ǔR^* h1Ωr :;woؤ~N@40ז|t5[tz: x!FCɴjdypeu!(^m˶ק>?z LvV`S35.g^i]@(/8So^gߘ=TZ6O8QWfG;(j֏;P ӟ FWuFig0XDzaD%3p@Xp߮~{x{? i7c-`W8( LzX3ӣQ{rD¤Q IY9' .o6VW4`A×xHz7m᪊ږf+a߳~60ຼ$ʫ1yaxiH ͢!㬝 1)p{eA_x:xHc:s|('=D;m:9MB׌ם!%D{3NdPuY^}q8m[r!": HuReub}Me=)JBFxƕE7A- +Fl3dG P<[Ds8 $#- FhTgB팚;ՇE mɔUOj̦Q̛>B'$,X޹iq͝3+߄` 7hĂ8xRY%qc 2#ַĭJc2f峱kѡ& |I8VY%sgCό,2~8h6rin#Z@($.wnBv[b=QYo Ads'=a;Ԍ ON򆼾k4R| cТ-;>>}bʿ* aYOx)C$ QNrd~K5jr;j GlM? G C!?] GjW|o[۬I nb"+(Ԑ xUSfG0\ Zqƪ+$d%g)ii["7 gooP٬ciNfYyFqH!jp.yc심ṍsH.;[^^ L ?F;c q<Ւ8GY{hzDѴr!td(ŭᩚmOBN%tdiʁ79~iݱʈ''GAZm 8ѰɉFR*e3a g2z1٩/BET0٘n`[$3=膧Ǟħ^ P.fcI qG|Rԏbb^p2T!H!%Re0ӡWh<{+a]LuĬ*^-qqdw ^Ta,tqrG/Lʁpn2,WEKd*U*9 n惸+W z I3Ց>8'YCk?ӄ]\$ՙ'F۵Q'yToKƙAetjj!Ì,WWլ5E'hRg1+ ؟J0}ytT8E䏺.+ݒRyyn4`V' -S&3jẍq]"\9 m^qo; $ wUl|dG#6,&|l_,RjRsz*԰7Zee^,IF; 3y(H%쿛SyxFנhٜ/0UEy%5UlXߺ-;*_\t:3 {/fv=r0EǐC9{B8Vr #ĂvR u8Q$zAl( vgUɏb$0 6}煴XZ6a :鐦@^n4޿cNP.G%\bH9!/|M$wE5h~v,G|9UnV5@Ĕ~x+h@ 2w4@JRI:JߪS|8ZOGŽoiNN/lR!)k.P*#z(ZBmz`3+C MH|QY@Mc-7/ #aqp; # 뚖@:RC8{o"lpS&+?YLtR_8wz,% r1vy2\|Ucg<[CWwNaE<(wYTI"SzNͬ:!)$=r-1J# f/SV[⩢ׂskuÖثzP d% u&8^gl$r7TNu< sFoݫ{{Ĥǿ/΄83[֕W>k[{{͗x*MO%*cb8Іˌ](xB NXz9ݕZ*G1Y)ZE*Kzvkiq](=L1D2503<؇hGu_ %il-0M'^1v;/\"ۃEO_j1aLJL8+73Qn#$K=lHv. cd%Lǀ9aC¼&q${G(!d~Er@-% 08`XCOru`ӄ_SU͹D5T}Զ: g Y `ZgyRtY5b!<&Cjl;=5E} Y;A'aذ.K ̷^(zl.Ppխ[>t,B/X'.uf5fzUtBb'~1- ۭe[S{sXbsTE +ړ@_uGlsvT_V\3DžY%w*fOE/y{eEV?.41dF*5y`$,qbUk}3>$SN% B1*'ƿ $|/Jۆal}5(5- z`}8CWGSœvT/Hpţ/sE(5hS˻pU9[^Q<s6ˠ8r +0mGGO j.\^F:2Mi@CSa+zXG#v@炓+-" B2N>A%dOe P}Y\)'Ic_2Ue{,ꯘkIzTYDB}ּbݾnM-4l*^*OC1%jt6h[zm/l |: fNKoyMx@ ڜ,LW%rT݃D~c\´FukQ&:sBBJ*MwxIe@b =[P"Pz PUkʽe&QG-iBtj|?ؖUrG.|-]K58aRj>u9W@XRӀ;* 8Cvxpa=p0 #ܻ$+ڿ׻ݛ$F_ Mҋ")ii IvrB 7ma['**19WNY^) ƓĊP@ ?*`ma'FCQ;./yQt `#X”J{`ҧP2}([* ebnfz:/u7H:C&bZG EktkvǏ#W&Xi徂.U;= gz6Y>mE}MZK™0\KN'v=\l5s%>PQc>m҆bCk+Y[ugqc#"XQņ]\ZPpFp](?NNˣ.<3*f!yQMhګgBictVJRZ\xYPvIa>Hȴ8S1uX.)S/?OE͔|)e7tFD. aIJjOhFG5q0=uH7}\ni!f ruϯ;0_`U@Ȫv ;ko 0淨cp䈌ݹDxW)(MýiPC H&J&`ϮGtVc'3r)JZplJ]7᪍aPi]Rߌ,=MIsjAuISs7$szҵX{