����libQt6DBus6-6.2.2-150400.4.9.1���<>,���:l�eb��+���;͍��e��su���hH�ì>��iui����������{~�|m"9<�\S0I��ݨ|`§*��͌�L~M�����ҫD��@�]~ØM���g-qm���NP��2kT]F;K0�$V, KC� �U�92 ��e�Q=b��늖�d��܌T>�������@#�?#�d���� !� 3�������������1� G�S�e�kt| � � � � ���$,d�(�8�,9�,: �,> $@ 3F BG XH `I hX lY �\ �] �^ �b �c!�d"e"!f"$l"&u"8v"@w"�x"�y"�z#@�#P�#T�#Z�#�ClibQt6DBus66.2.2150400.4.9.1Qt6 D-Bus libraryThe Qt D-Bus module is a library that can be used to perform inter-process communication using the D-Bus protocol.ebLGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-onlyhttps://www.suse.com/Unspecifiedhttps://www.qt.iolinuxs390x ������e`ea�d43b28469a51da0bfc99d46466f5901ea3a85314302bb6abc9d9f968f733b675libQt6DBus.so.6.2.2rootrootrootrootqt6-base-6.2.2-150400.4.9.1.src.rpm��������libQt6DBus.so.6()(64bit)libQt6DBus.so.6(Qt_6)(64bit)libQt6DBus.so.6(Qt_6.0)(64bit)libQt6DBus.so.6(Qt_6.1)(64bit)libQt6DBus.so.6(Qt_6.2)(64bit)libQt6DBus.so.6(Qt_6.2.2_PRIVATE_API)(64bit)libQt6DBus6libQt6DBus6(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)libQt6Core6libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(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@d�s@c��b�@a�@a�c�a��@aw��aU��aO@aC1�a9�@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 1695900220������6.2.2-150400.4.9.16.2.2-150400.4.9.1libQt6DBus.so.6libQt6DBus.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: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]=48528799fc9a2c077cff463c6c539f68eb9d691a, strippedPPPPPPPPPR RRR RRRRRR RR R RMG��J�� �@�S-utf-8d651a0dd5799972468aa7c596d519dbf203e17799118ec89d8882de6c45b18ef?����7zXZ �� �!t/��#�T]"�k�%�]d��ۓV�d��"������I߇Hӻ Y�B�tc��2��D�W�<�ڈ�ڕ ��%��>kC�J S��9���}ƒ�������͚��|lj�+�Va���W� ,@���>ϯT��]� }K��f��K�������6Z��W��GS�p�_��q�R�z��46(>n�85[0rW�Pm����s�MT*��}b�}�{�� �ᬡk��ѧ;��K$�\�������+e��cM%�z��a���#u�?�\�{p瘺K���re��=��?օk�R2~�Bd�5~�Mi��&�)�Jr�9� �P Z��-|B���T[��Ix�CN�W;ak)f4���Hl"7^T0eԘk����_��vL���}S��E�?a9^�e$�������$��֕/��&�m{���"��Nü�$#UD�䐭��k"ǘ�;*wJs��!�r�i�Iy� �����1BB?��8��q?�_���}�Y���������\y��D��I�qٿcSe@�Y�'!.t�8�g]�{\�ct�� ��&�t�m�a{q,#� dN-�c�<��-�̵G�{�I�� �T*4�*S7]k�\��W^���������ڼ��$E!��z3���bB���i�q�vPm��= '���eGɽ��+���D���tN�ߊ� �֩F_���a��u�1A#�.�sg� �Sk���Lg�nɨh|�d)Nm����M���rS7� хz�KrJ�)�Ix?1 �ɽQo����n�� �����^�=uZ����_��q�X�N���5Wh���� �"���V��4�d�< '8�zAA^��+d�}�A����QA�<��KgP�L|pE1wM l�CZ����ڪco<�i�%W:�`�C1�ʳ4�^� �K#�X�T%�1����&KP�ݼ(����qt�y-���(�5��*Mc"M-��$�XP��cvw�y��MAY�).�P��@ �[l�氜�x�� 3�ԕƹ^o�Ja%�?8@.������;�6�{���� �F��e�$�e�O�8mE!hJOU����,+��+`�HSPiv �k����I��,��6�h;�}��Ik��h%'ʳ��t��{�S-c�`�Y��2����^�7i� ݛg,�S1�e0��O�;p�� ��:DY��z=�C�?��nLW*I�Q�I�=KM��5=�j_�G��4����;)et_�1��b&@ã&����}�*Y1 XF�V�G� ���v�vT��.?^��% �ˈ;1�}=`�`����F*��9d���.A7�E�{� �� >�*�o����%�[�J���<�=� @M���}�D B�pt�۪��| ���F�U|���c|���k��RטG��`�}]���(���U^�ծ�f���� >������'8�'�N�{��k����2혦em��ݰ�@��L���/;�k�ʡ^ļ����������K�ͩm_�c��j�։<܏�7��0�.c�/WKE�e]#�j.A�Z��5"��v�A|��(��hh7����]��&E�Zm�K8,N��bXAOdK�N��"ɔ�&�MQ.�ո�^�"���Ԧ�/0�V\O�Ysۺ�lI�A ߭!8-��Ւ��xd~YŹ���OH�a���d�Z�g�S(��b���&�3ʿ�%, /�v�ʌ*vQQ�H�WX#ݹ�!����<�!D2pgg�k ��< � w�'e�k�ѵ���X�A�y��v�4�`Few�˾s��.�~W���;1��i�j��R5S��t(�IS-ʊ�������Z�|� |?'���� ���fDA��U�T� H!��� �+:`�h{Ug�=�$�~�U?��zy;\��X%ė�t }��p�==)�����P�q8G��@U�`��q6�˽>�cG� {��N�]b5u��@7��"]����%9k�h��T9R0 ���C��G�� �+���k�H�kj�<��Ӛ%����A��G����fɼ!i#5�����B��%�� )q�N-q��,Q'���w�+�Jу��vG�ȷ�.��)�����,Wi���oE��g�^E�X�1��LТ� L4e�����\�O�a�v1c�cAc9UF���� b �8��~�c�D�cL$�<�͹~�p񎶶1L�V�9���apA�\��E\��(��� �t��ᮭ�a�X��BQ��xYl)���$�8D.���l��&�Z&�LR"�St���'t�DR��7�N��^��pȊ�y4�JoG�R���,��oҌI��˙�v�F��� ��/�e�ga�U��0Ǜ��n=..���-�b_�p:#�K���:{��Q�v��i���5ИWy��ZCLl8��Q�}�>���[J_�a���c�*�Pt�/ȇ�et��T���7�9V �B0������s�,��z�]���Ǖ�#�w�@ 8 P 8p��C�c1@n6�ҟα6Yp�8�_( �����G��eY�GWj��ϼ��d6�5q�L/R]��FW�pCҞ� k����Ӧ���Z�oT�b�9˥�tb3��ye4���w����oꬃZ��*�NJ��e�*�lvڶ'�z>@Ky��"8�I��eY��&߿c-� ,��;R-�LlkW&n}l�.i��q����ߢ�t����D�g�t7m��r�/ɻT��H i�e���QoE��#֩�D6�$�LY��NP�,kmK�qDk6�[����)(����!s�+̠� LM/���˛�X��o��� ה�SO�#պ����z�r�����O2}GH�&ؠ�Clܬ:��G<`�F��o��L�3�~K�*5�g�b�ݛ�5���a8"֚xZ�U���\uu�/��vTZL� ��L���G��1�`؀�V��#~my>K��g�xX�{�H�T]]쓵�ſ�������ږ��3jM��  jjD?�xR�������G���X�c�� 9���y�oCS�c<!�:���Xݑ��Rm��+Z�1�zSb�b��G��Ȇ��n�[�0� d�*=��)�X���HW� �т,- �ܰ�0`#$(�K̨���z����25]�6X�P�"Hp,(��֠�> ��k�Hv&M�a;_���U/���nH�M�B�u� ?*zfg��Z�4�ߥ^a��P;_�BV�]�쾶�� 'S�p���]�3;�:.H\��W�-n!��s�\��|m-&Ԙ>�k6�n�l���c��.�Wr߬0`���6� ����%h!jD��ó9X)�h���}FT� �Ȩ�ʳ������O�e�z~W��M��D7cU��viŦm3��ě�'��-ly=k+m��M=6�vwN��M2��Q�sE; Jj��?��9\��H8����'���I�S�q�R���!5�Drj�Y�X����� �� H�L�\�$� �JY�c^���i���N?��LL[��}�|�s�v$S�{y���C6r��7�D�.m��6DQ!�PQ%f��l"J��Ni\�Y� [��]��@W�����*������4G�yL�����'Rؠalh\b���� �/y��K�cd@dK��J��8f����8Eڰ�G��T���P: ���� ���k� �Z�1���b���D(� �݋$��E!&7�`�Lg���)�+�@}>wB�-Ri@d��� 4yTW;.Q�^ �8m@:E�^��7�4$!H\�������HrE"r��L��K![�)M!Uo\6