����libcaca-ruby-0.99.beta19.git20171003-150200.11.9.1���<>,���/8�c(B�p���9�|�K�.�kfMLHi|j����Ӊ%ϛ}�2���걠-���F��'�Li4�"M�1�CH� 9/��ȹ"�xjfQ0�L�ӶU��g��2���˩���d�7)'�'b��d5�,����f���@�(��,|z/�W�� ��-���`8Ҫ��T�qp:M�6F��lXǑ*��Vs�x����Pv�g��EV\(�)R%�(�}'���Z\�'����,���:��F��tM5�Cfg�Ֆ��6í�>��0�[���AK}�}8��n:�GH�$�˷��%�Y�:�ţ(>�������>�?�d���'� 5� O��������������� �� ��#,4 8 < D � ����$H p A (z8�9�:UFlG�H�I�X�Y�\�]�^b\cd�e�f�l�u�v�whxpyxz���������Clibcaca-ruby0.99.beta19.git20171003150200.11.9.1Ruby bindings for libcacaAll that is needed to use libcaca from ruby code.c(B�nebbiolo\SUSE Linux Enterprise 15SUSE LLC WTFPLhttps://www.suse.com/Development/Languages/Rubyhttp://caca.zoy.orglinuxppc64le� Ё���c(B�c(B�663863b22717a6ed7714ea967e794b1b4efa733a00223a9191f7e3cd3206e5c74878b1fd97133b5198f0a0e55755a9b97643ce83aac7b1b617e09a7519fd6f1brootrootrootrootlibcaca-0.99.beta19.git20171003-150200.11.9.1.src.rpm��������libcaca-rubylibcaca-ruby(ppc-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcacalibcaca.so.0()(64bit)libruby2.5.so.2.5()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)ruby0.99.beta19.git201710033.0.4-14.6.0-14.0-15.2-14.14.1b�@�bi0@b ��^g�@^V]�]B�@\E�@\E�@\=�@Zp^@Zg#�Zg#�Ze�@V�@U���U �U�T�-@T���bbrunner@suse.comjosef.moellers@suse.comjosef.moellers@suse.comjosef.moellers@suse.comilya@ilya.pp.uanormand@linux.vnet.ibm.comjosef.moellers@suse.comjosef.moellers@suse.comjosef.moellers@suse.comdavejplater@gmail.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comhguo@suse.comdimstar@opensuse.orgdvlaeev@suse.comdimstar@opensuse.orgp.drouand@gmail.comolaf@aepfle.de- More overflow prevention of multiplying large ints [bsc#1182731, CVE-2021-3410, libcaca-bsc1182731-prevent-overflow.patch]- When a zero-width or zero-height image is given, a divide-by-zero occurs. This patch checks for this and produces a zero-sized output. [bsc1197028-correctly-handle-zero-width-or-height-images.patch, CVE-2022-0856, bsc#1197028]- If an image has a size of 0x0, when exporting, no data is written and space is allocated for the header only, not taking into account that sprintf appends a NUL byte. [CVE-2021-30498, CVE-2021-30499, bsc#1184751, bsc#1184752, bsc1184751-add-space-for-NUL-byte.patch]- The contents of libcaca-prevent-overflow.patch have been moved to Bug1120502-add_cast_to_prevent_overflow.patch and libcaca-variable-type.patch [libcaca-prevent-overflow.patch]- Refresh spec-file via spec-cleaner. - Add Requires:toilet for caca-utils, because need for cacaclock.- Add Bug1143286_libcaca_configure_ac_chg_for_lto.patch bypass boo#1143286- Cast intermediate results to 64 bits to prevent overflow of calculations with 32-bit quentities. [CVE-2018-20544, bsc#1120502, Bug1120502-add_cast_to_prevent_overflow.patch]- Fix the size of width and height to be of size_t rather than int in struct caca_dither. Re-using existing patch. [CVE-2018-20546, bsc#1120503, CVE-2018-20547, bsc#1120504, libcaca-variable-type.patch]- Fix the size of width and height to be of size_t rather than unsigned int which may be too small on 64 bit architectures. This fixes three CVS and associated bugs. [CVE-2018-20545, bsc#1120584, CVE-2018-20548, bsc#1120589, CVE-2018-20549, bsc#1120470, libcaca-variable-type.patch]- Deleted _service and use spec file to download git version. - Shorten version field to joliet usable length. - Change python headers to allow bindings to build normally with python3. - Use %license for license document.- Drop the py2 bindings they fail to build using rpm macros and somehow ingnore LD_LIBRARY_PATH, anyway provide py3 variant and stick with that- Switch to git repack service in order to get all the latest fixes * like python3 porting of the bindings - Update to version 0.99.beta19+git20171002.da28e96: * img2text.c: fix width arg case in example * ruby: require 'caca' instead of 'caca.so' * Only fail the check-copyright test if more than 10 files are affected. * Try to run Coverity from Travis CI. * Add some missing breaks (thanks coverity) * Fix header copyright. * Fix a bug into the autorepeat trigger. - Refresh patches: * libcaca-ruby_am_cflags.patch * libcaca-ruby_vendor_install.patch- Fix URL - Mention github repo containing more changes - Format with spec-cleaner - Remove support for older distros lets stick with latest only - Remove for years disabled mono and java integration code snippets - Use python macros to build python instead of waiting for autotools - Convert to pkgconfig style dependencies- Require imlib2-loaders in caca-utils package. All of the utilities fail to load any image without the dependency.- Add libcaca-ncurses6.patch: defined against a function name never worked, so set_escdelay was actually never used. With curses 6.0, though, ESCDELAY is no longer 'a variable', but a reference to a function, so we can't assign anything to it. We just assume that we always use a recent enough version of ncurses to have set_escdelay avaialble.- Build without Mono by default coolo says: "We don't want mono in Factory, if somebody needs it it should be set explicit (with_mono) per prjconf"- Update libcaca-ruby_vendor_install.patch: Use RbConfig::CONFIG instead of Config::Config to be compatible with ruby 2.2.- Update to version 0.99beta19 * No changelog available - Remove automake-1.12.patch; fixed on upstream release- Remove __DATE__ usage from cacaclocknebbiolo 16635828890.99.beta19.git20171003-150200.11.9.10.99.beta19.git20171003-150200.11.9.1caca.rbcaca.so/usr/lib64/ruby/vendor_ruby/2.5.0//usr/lib64/ruby/vendor_ruby/2.5.0/powerpc64le-linux-gnu/-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:25976/SUSE_SLE-15-SP2_Update/e0ae8281f9d9ec4220af5846e119d38f-libcaca.SUSE_SLE-15-SP2_Updatedrpmxz5ppc64le-suse-linuxRuby script, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=59de0301d002169e1334130f5d538071ff5e1f10, strippedRRRR+�Ȅ?r7��\�utf-86d2b5c6b2b9396932555646b2a6ba2a3d61c37fafceb0d378c8bad99cd3c3be4?��� �7zXZ �� �!t/��&s�]"�k�%�����(�3��m�1����� @�� ;F�Q����o���y�IKyzQnf ��LNa��ؚ$r�˥ Кt� �UF��F���c�N���LI� �8��j�� 6�2݆A������Q�G����G'd�x�DP,���{���yT��� ��,D�ﭣXp ,�ۼ��D����W�G�@Xۣ)��\]�y|���x���,* ��kw��C~����Ff��d4?�K�Y�38X,bs%7�sQ�����+턭VdG6c�iMW[5Wo��a'�.�+|����� �3��d�Ck��+��_P*W'�ё`/"4aɯ$�@���db�6��Ny���2����M�K�ȢQ�|7+���z&2�6���K& �����̩�X��@����|� )P"g��� ���#�[V�v[����3=��O�)��~CU�f�j��%�b�Ⱦ��u�`.�^Hk4��u�D���A A\�/��x�����=eڶ��"׋l�Q���u����,�� �L�;d�����l��F�v1DR���pY�z�����k�Mm�:=� ���d*��ZKx�a�T�O��!���{L"�X�Q��hJi�����9gS�*�����D��$�>i����/%���Tli�gOV�(+�u=EP�Gه���'T����Ԭ�%�=0�3Ԧ-�+���uR�<�翵�g���i[����Ό��h AS�@ �� O5D�/�NH)��B�T5 �� ���\��M4SR6�4�-N?j$����N��e�S��ͅ�X�Ժ������Oy$�#�9z�K�8������,'.8�x/�N����T�A֋8� 6��F���ID��Q�s���뚶|:���Fu�wE�1�Z�6#^^�u������L��r�~�5? U�u�ź攞]c�M�6je�81��&a��n����>,�f=�����}�j� ��h��f������f,�n"�U��Zsi��n>�YsއzPAM�۴b�Q��턻��:7*��Ju�I���m|>�c.q?� r��n�8�>�g���-y��/Ҧ���\�}��\^�:�/�c����g@�U�ɕ��h �?�S�x��'���1�B�@��Nr mߎN��i$�~���yo1�����d��i�N�H����md� ��c��_𩋖C\��Çc��0@b�x�T�G��y��/�YOz>跨�BH�Q��cʦ�����5v�:�Rv�sj|��y�����P4��)�Vw�M�i�+���,�9�h��>��µk4����Lb̹�,?��?�[ 3hz����a$[�$�>��/��foT��,�D"�;�� ���Z�g��F�WK!� �St���,E�R�_f����\��'/�Q3"h�"eNтk+ K9�^�zwWZm ����CSM����?F2pI�*��G_�Zę�#?��<� �����En��[��M���~vǩ�Hpb��� vڌ ����ۼL'��i<�Tl�0��P�J���.�k�������B/3�Wp"�]��;Y�8_��3��Vd�����D=z �w�dӥ�Mez��\{�U�J��K�y�6�~�� �"w'8 0p^љ�J89�D�!��z�x�T��u��H*�P�(�8a:Pm�5� ��V^\�5�w��3��1l4‹�:�>�f�-R���5.�� 6���6Ϊj�/:����HS�ŀ��p&�Z o�U�������� ��هN\ͩ2&���Y[ͅ|�C�+ ���Np��V��ȹԲ`�NSk]귬��Ǒ|�7n����$�,�{�����^(O^,��u��\?�} �-x� Bq��9C�!\�x��婳���| {�8F�$9�-���+�D�g�����w���si��O��qk��DztW���[���/���̻��O���./yP��Qxv`� hT�)"�Qw�U����EGH}���TJa%��i���BRhs3�r=�˔� ��a���JS�^��� �Q~�1c����|4���'�Cc0L:S&�7��ݒe�P�O��z�-50TDl�H�Q�Z_���<��+�N���"FX7x�Dfd��piE+S!&'"oe��^�6���4�w���t#}ۂ v�*ca��&��@ ���@�� �vO �z,�X! `����ߢ?��\���>�A�e~.����І���f�h]x��l,9Tt��fJ\D|R �BI�V��*�X-ԅ�gS�Sh�q� �����*F}��H�&(��O�)���^OmfL��(,��0�%�0�/�U�;Ѕ�س��s�Wd�p�9@�N��w���]K��� ����JC��5f���O2���N���L!�����(�J���a�I�!K�����F�a�Y)ߟ�v��W�/c�Ĭ��+��)�FNH�ӝ��3 ���/:Z8!y����8���ҭ�Vn�fM�������sL)G�'��0 ��\�B��A���čO��>� ��3(fȞ���j�g��Y5F���Z�n—�**�e�o"X�U�ˮ�����j}[@�O�Ī��N��h|��2���X+���΂����p�1Z�L?7�]K>�X�RgYP�wk�k���dX�ȑ㿼�]4��܀r#�"SY]՜�n��7d���=�ƽ�]���J�)����Tڷ���N��ړ��0ԝ��J{�y,8�`H�Z���������`qd�6+�B��~��A�w���vm���0*O�����jG��|^�A �/�輀�:1_��b��O �\��=�.|�o�d� �MC��xҍ�Ӯ������ �����[d��sk�S�֏��gMAB �`���+� ��Ae������Hw+������:��$]��8�b&��<3�b<^ơ[a��X��k�5�� �� Q�G��ţ���/�#��!x�� �1�:��N�� t|��O���^_a�>(^�t3o�G ����vf�ɫ1�ajdlo��=5��9�[� �]O���SZ/�tPҿ��j�D�C�= `#�6���[B�����yE�� Ä�v%� ���8�^C Fc�B� �� �f(��J��h*���tӛ�5ODլ�83���1oo6�6�,}�0�̼�\�HM�v^0�G���%{е�3/������{`�"�r�O� �Yo|�R���06�@�Հ�r��SZ�4ϩ7��N�T��˩��v��r3�[�;Z�D�;�ey3��������7d� ��y��7_�pZ� %CZvPh� �P�R.K%m��j1�[��9�-,��� �:�d�˥���63zv��1Z���<� ��J]_W��U���h����A�@h��x73�,��~k�T��[�����8F�23�|�a����h�� U7� �+ͣ7�e&Œ�ߵ9F � G���{�@9?�ydo��/Ʈ�2|o���R6�J� C��F�8�i|���C�� >�g 91�����wX7 ��S�}�w��ͽ�!%��'h0�&zc���o $@���Z��>�i�Adg�K�=���+��`%���5X��)�����G���h���<���>�q>���~Fğk&���*0� �S ���X=h�0��Θۑ�� Wx���Y|�Ϯ�Q�bB��/����\�9���y��}�K��=I���BpB�"2�X3W7~�R�c_1Btϵ�Wx�>�"K�|`�n����A�S�4�j�1��8�ak��TR��W��������d�g�.u>Q�� �g w/D�%�����X�ٶ���x��x+�_��+{�E�Ijq�����[��fK��8h�H^00�<� d�����)?B���_�9i����2 �����oh����Lw�217�"�r���"�b���2���l��y£ɶ����b��e$�ch�6XCh�����~#��`��w�� '��>�F��yO3�9���f����J�A��y���1�/CrS^�D����� <�NS�a�h�����2 ּn_��qg��a1�Ac�,�?�K�q�q\�_c+��K-+�V捚O�N7 �o�lI��@�JEpe��7`����1lo��w��~�=��$��ά��g˅C %'�9� �_�b������ɸ܍A/�} ���:��y��xj8Zb� �|��=䰨b����C�\���UUb��6��)0#k�G��o_#����ҟ�t�is�R��|������ȄW��l��(6� ��(Q��u�j�ѯ�K��s/Ϙ:-�\5}[���&*�t8�|�%����|�/�h!*���}7�i��X��W2��