libansilove-devel-1.3.1-bp155.1.10 >  A dkKI%z u }*`5c,3)q*ݠugo&5V@-:^հvEiIQu!${JǁEcq0qŖ_y%1#ߙq'z7JJ_Q^LD<ȦQVAyn\u(&LI`1m)w6<A޵`G]2au1XVq D{E%:CLcL;~ gd,9Fޙ]qWJ<&aE*vi>gӘ.7ނK] +w>gO0VJxUQB3S.ͫn]}^r8VsXfty )'=DZ?f:myH#ML٪W ,Ѻ/97E9IZM'+DC>t%KbiLV@8+%6l<Ӏ8W.u`o 7NQ^e5b51f882474b1d97d0b6fa3fb95a0eddec31f643117b231374321705d4fde685f1ed7b7c8f057fc81675d530a4fd5876c02aadd3V0dkKI%z ȾK*\dP\j]( IkujkT_4"U\h|7!޲$L% ᅭ#'->j$LԧQ'(~xK)-!]==_4- мuv~)~:,'e9!wT1K):+ }>5h7tlYQڊ73 sސW.E< qi]y7eU :^ʩ5/|TPCu? \V͙Dxi8*^4ȭu2Oug4~ *DЪQ/5mTaBOI!hz}SR3O}(Xv,lum%$zLwd}C #*hlÛpA9VYR^W`) ^)~OJ#;FフQx7(4Qك1(ҩ,4SYX&.-+5$rH >p;#?#|d % bPT`d 0 N l  7 X*P@(b8l9: FGH0IlX|Y\]^! b!9c!d"Oe"Tf"Wl"Yu"lv"z##,#0#6#xClibansilove-devel1.3.1bp155.1.10Library for converting ANSI, ASCII, and other formats to PNGThis library contains shared code regarding the conversion of ANSI and artscene related file formats into PNG images. This subpackage contains libraries and header files for developing applications that want to make use of libansilove.dkKs390zl23>SUSE Linux Enterprise 15 SP5openSUSEBSD-2-Clausehttps://bugs.opensuse.orgProductivity/Graphics/Otherhttps://www.ansilove.orglinuxs390x DbgdkKbgbgbgbgbgbgbgbgbgbgbgbgbg271c6fdd35999a106addcc156b40fcfb9f6b7aeb46127d1eb302c2a6892373bc950e5f5e480bd5054945023f80020831d1538dcc95e20f0f7cf30cc27c797852c71be817a2f1966ca64bdb2122f2c5314f63ea2bc68ff705f52651f972af772c8bf1c7c1ba68ece7e6fbd7e8fc9f6bb1434d2f9ed7e6f273e8e956544a7c58497ea71adb53223d5adaf61b42643a626f14d2cf489cac3a636063c1b898255832e97ae50ee1f6ee99c3f176573f08c65dcfda2606b9997d1b88c7e22b6c15edb30ad55a602f127e40b211cead4e562ae8d938dacff538f3de233745faef53749673f4eb7fa4f88c28acc8ed7b18c4daa302213327ad800fefc2b5a402127dcd335e0faeb27062781e9bb673af219d94ce34e6c8dc9576a111e3102e48e5f6cf400f11ad337f88cfb025cc89252acee0a0ee4ebb37568109d55de9013e477c4bfd4a784fec4e2e2be6a58d9989c307d537bccfb1e443e9422ce6fc295ba742704a471cd0221ac33de5810ef2599aa52ae63841df30d5a34fa05eac1ca7b43fd6017ae11aa8b6b05eb1df034df78702dd70295a3f0d25252b07b6de3c5b21653571682741c6e9da5c358d58501eedac8726e06bd3a0d47390034e2654ed74c4f9e2libansilove.so.1rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibansilove-1.3.1-bp155.1.10.src.rpmlibansilove-devellibansilove-devel(s390-64)    libansilove1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.13.0.4-14.6.0-14.0-15.2-14.14.3bs@bO_h_t@_ts@_l@^K^˳@^^p^J@^%@^$D]f@]҇]Christophe Giboudeaux Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke - Update to 1.3.1 * Increment pcboard_buffer by more than one element at a time * Fix XBin font memory leaks- Update to versino 1.2.9 - Use CMAKE_C_STANDARD instead of hardcoding compiler flags. - Add missing include.- Update to version 1.2.8 * Add LibFuzzer-based fuzzers for each supported format * Do not hardcode CMAKE_BUILD_TYPE to "Release" in CMakeLists.txt * Only enable FORTIFY_SOURCE level 2 for release builds * Add #ifdef __cplusplus extern "C" to allow calling library functions from C++ * Constify input and output arguments of ansilove_loadfile() and ansilove_savefile()- Update to version 1.2.7 - Error out early with ANSILOVE_FORMAT_ERROR in case ctx->length is 0. - Initialize ansi_buffer and pcboard_buffer to NULL. - Refactor the IceDraw loader to use a state machine. - Check strndup() return value and error out on failed allocations - Add some file format integrity checks in the IceDraw loader. - Add range integrity checks for scale_factor values in the output() function. - Return error code directly if ctx->length is 0 in the ANSI and PCBoard loaders. - Add range integrity checks for columns value in relevant loaders - Add range integrity checks for bits value in relevant loaders - Add additional file format integrity check in the XBin loader- Update to version 1.2.6 * Introduce canvas' width/height variables and refactor canvas creation. * Refactor the ANSI loader to use a state machine. * Remove systematic filtering of Form Feed characters in Amiga mode * Correct values for TUNDRA_COLOR_FOREGROUND and TUNDRA_COLOR_BACKGROUND. * Switch to using reallocarray(3) in the ANSI and PCBoard loaders * Add a compat layer for systems which do not have reallocarray(3) * Refactor canvas allocation for retina output * Introduce the ANSILOVE_RANGE_ERROR macro, for values out of allowed range * Error gracefully if canvas' width or height is equal to zero * Remove an useless comparison in drawchar() * Add some file format integrity checks in the Tundra loader * Refactor error handling in several loaders- Update to version 1.2.5 * Add missing parentheses in an if statement in output() * Define CR, LF, TAB, SUB, and ESC macros only once * Refactor error handling in the PCBoard loader * Stop parsing for PCBoard cursor position sequences * Add bound checks for {back,fore}ground color values in the PCBoard loader * Fix default background and foreground colors in the PCBoard loader * Refactor the PCBoard loader to use a state machine * Refactor the Binary loader to use a state machine * Refactor the Artworx loader to use a state machine * Add some file format integrity checks in the XBin loader- Update to version 1.2.4 * Use size_t in for loops setting color palettes * Remove unneeded gdImageFill() call when using Workbench mode * Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files * Use size_t type for variables used to loop over arrays * Separate RGB values for palettes, makes color allocation code more readable and efficient * Move ADF color mapping array to config.h- Update to version 1.2.3 * Call memset() to set all fontData struct fields to zero in all loaders * Refactor error handling in ansilove_savefile() * Add error handling for fwrite() in ansilove_savefile() * Fix includes in various source files- Update to version 1.2.2 * Refactor the output function, to allow combining DOS aspect ratio and Retina * Remove the im_ prefix for all gdImagePtr variables * Various README changes and improvements- Update to version 1.2.1 * Call memset() to set all fontData struct fields to zero * Use the ternary operator to simplify character attributes assignments- Update to version 1.2.0 * Correct section number in manual page. * Add initial manual pages for all library functions and file formats renders * Stop calculating columnMax in the PCBoard loader, it's unused * Add support for user-specified columns in the PCBoard loader- Update to version 1.1.9 * Remove unneeded gdImageColorAllocate calls in the ADF and IDF loaders * Reset background24 to 0 when encountering blink attribute in an SGR sequence, fixing the remaining rendering bugs for 24-bit ANSI artworks- Update to version 1.1.8 * Properly reset pcboard buffer when CLS is encountered * Use memcmp() instead of testing each character one by one in the PCB loader * Do not use background and foreground variables to handle 24-bit ANSI colors * Various improvements in the IDF loader- Update to version 1.1.7 * Rename the alSelectFont() function to select_font() * Only export symbols which are part of the public API- Update to version 1.1.6 * Use CMAKE_INSTALL_{LIB,INCLUDE}DIR instead of hardcoding directories. * Introduce a XBIN_PALETTE_LENGTH macro * Use XBIN_HEADER_LENGTH and XBIN_PALETTE_LENGTH macros instead of magic numbers * Add another format validation check (palette size) in the XBin loader - Drop patch (fixed by upstream): * libansilove-libsuffix.patch- Initial package, version 1.1.5s390zl23 1684753371 1.3.1-bp155.1.101.3.1-bp155.1.10ansilove.hlibansilove.soansilove_ansi.3.gzansilove_artworx.3.gzansilove_binary.3.gzansilove_clean.3.gzansilove_error.3.gzansilove_icedraw.3.gzansilove_init.3.gzansilove_loadfile.3.gzansilove_pcboard.3.gzansilove_savefile.3.gzansilove_tundra.3.gzansilove_xbin.3.gzlibansilove.3.gz/usr/include//usr/lib64//usr/share/man/man3/-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/35b8b8011e482e829c77a02bfdf7429f-libansilovecpioxz5s390x-suse-linuxC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)W.5u2<utf-846d31da491f6364a1444dd67829bfd7ee8af41e0dfeb8df9824400531cf09106?P7zXZ !t/H .] crv(vX0k:o+U ƶ_olWg? Ɍ8.kƎ=$P)*Q:D@wOq Du_+o7C/b6R>SiPs_d=CL05 9Tg6#kgǸBÑMG3d\q.wvvigribN8\^5gPaЖK'GeN4?rVgKXa]iJdb__ފhYϵL,f4@Q LW("mtVZX~o,crӞ/䅬,x>Y椈FmԆ;EDּ,Hf8Kn0'[1h z0C tnW]Yi`-8ń[K9<$ $:;MyʪHe>d FH3y&/0">:HfulZ(ypF٤Ga(17]d]چŹۼdyVh5?$Kd7}I œ .}d'E>42PݤÀۀؽnpCbߩ=*퐢ߣl&!S,w(qu-a_K~~ΪҳOsa,w[PZ^.40;c!zxN̵M!1׶תApCPۏv"O$K;C~Guj>1mCkA1 C$3Fc2:xt_uNLb䅓!6*ʐ3 {g/mƩB\1iaMR&&paT`}<"gsT Z7%?K7$hk|HPWkTjгʂ`Ԕ6f$Ϳ~ _=_^-Zѐ#e /_FZ5^_"@\guǶf"ٗFk z~n%k— k·AIY6w8#y=#/+5@{*vp(}zz#X/R魕jM%[Y,9k6]P3.]Es`1t&xq9 ~ĘUݨ( KN>2¹հJjX>SRW#/HƧXx,3bj{T./|ƣ'E”knW#$b\iG?z?fW^Y)n<!ޙ ZU#IqWt* mDИ40}_$Já~xXK]M&@7y{|ml~ ,l&YK+k쥢@ ~7H"6'M>O,if»Hg=kJ})˖ퟃu7mf*-7YB#gHqgKzK ) &l`7jfEtmOC#NԒ2WX߳ hD@dm=6%(:qy[cVst^*t-l_X^ : ۹e6Pd31CHMH&qt ZxɷFRU50%c\<jnrK&eӀ z2x1$FDCL_2iL%/Z(eMV&{Rr=**6`+"WZ{pw:gx2ʚ|.o0b  OU%{\ \{7xZa%SP]w{iQ}E]P $ܓaO^t)f@ w $ ௪kIHK.wFJj:7? b<ϞOQ x-'kVbVv[JIdS4+^)叫sΏt.5pyDIUۿ ІPYu +IR'ZoB,Pju=V=L#B5իCVQLDBGW!vܠ{cU*DAˡ߫+X^Q30C2~Ym%|Z*mR?BYU`لƾa[*3-1O۞̦+,F R0uocf<=$$C8L$*HE:p0\gSn@SGnMg;c0¤˭[KB. *gmsν4P47׹ xpHcM<{vLh@A<R-.ᖚ ^dnC%5x<RilS kТ5)~AM؊fmrYh;KTgSc4ewvr(l1q bYe¬Vt:FMgYhTw.?(dOc e5)*0ŽdB<)]ӧAj"n 膯7 c~&aO-bP0ON0<6OT3Tաiw0*Kdg\VU$wEc)Hv #Sl 튳w殗| Sδe)c18db2j/|.=>y"+#g2_m^FDŽ;~fQn9Zk }kς aa1?R^\k^pNf9 LIOև85A^TZG;7{zg&ys~_BЌpq}hfeI T^jFH aǛ5-n|3ɮҞaѝfn1?ׯw+&1{@H uf@Fx8toXdpew7?(>NRf4 L>ka7Bˆ7ٌ#x!|T2TܾmFFzNvWNurIP(yK`Cm@*UՖ9 Q({iKj$k*ڒibx|'`|#yRQ#akB;:נ*ۅ,m快LKCoi2OKԆhHPEA^ح:7'e9_)!E׶%|6f Ȭ`L?9t8D O w )!%{Z2Q6PGajG('i˝YTtxNDϼ{'"0ZW-E"Ɲ}ymcD tՈl⤫L.EhkT^;@x ;:^z3u=P#He<2ՌvDDtf {8Ə?OLQ8m%:4m {b~[zvRCʿ [\'}^f2 ǭ,9wTř $>:c ,-/%ܬMuc̍ΟLҏeZq. x'rMca]Id=[-H*e7'X⺺Bj+MOPBY]0`ioe͟p Q!ϑR:[PvBhO8؛] قcNoft wiIJJ][exViW$w'tvy`6"ﮑDWS%n†9v08'~XCcYe||>&q݈gݮ;E:12\v|3ꝁ ɣ%@V[%ؘ~Gu^}1;쮡?Dt.9i6uQm#J$}ؿ "5KbX%r0^` ,!H s)veݬmΦs?ۉZzjv-߳Ҝ8w%tiu J@><-Z6S'QϊwaKquѼ^_d?A|;f0=,iA-13cH;.Dg%@Ȥƭ^i`芤wF^.e}\x爖ڼƗ~{o&Fw& }&OL ;j]`qq]G#b|nbrwQhKT cf l\ #;Jn9R^.Ճ Nfᔔی=4" ùqsڻ؜AqY=Z@g~}NkfU6xBE}c@/*aڗ };Ic= 24"laQ̸qj5 r#HpZ G̘+|b_ɪ=~Ptf(?*;GfTfOqY2g rE\=VH=w$@rrq>/;O*WWWٯ^`W8Oer1NCO>9_~GRr^´(IڿkGYvce*jXV&rCSWZ\-BqG^b<\Q4l=[̧F[j/K  &`/ tɇm!\y^L9UpЮAg$0t#o'5g:x3ܦ{u(LV/X$U9t8˥T FKH >qA@:fņoؾhI5 5Q _Hǵn3nOj4]De A9ѭDw]L\!xcPY">ə a{O4#dR^\{%E]aqSGFf5Hnh]oePB'|V* LAL,-&M򆌙hu -#Yen=@B./\K=L䳓 :ߟ ecuz8/Q,A2xLެv#g3$w,9aCڝR}k}\-B,E54/% T_7}6V#I mI6釔x]<l ).~h3&+ozhϿ-͕Sd kҿ`OyăxV\p 붜  mKL~HcKoztzݣk #GZYBbl2ߘ FCRƷ5^;Wn:1ϠxQ_"m 鰚TPkR S϶m,vD-tcB&F9yg]pEgb\)=_XPKƯu^#yӹ&g+ocj ^  !'EPKБv XPгq@k# 9't"R R?SJo=]>)7Ư4Pҁc<+JUE KkyKl UIz O1-)B>U7e u%g.Vq9?F ڶfhS3]hg%2pN|D * JLrXztCO UY9j]tYĪ6=;vH]+fUkZB égw{ p+h4d޿D˫=KDNYNa (JPnpwɻB]. %՜}/ H%sY^ZPMJ|Ġ:Qqۈj0ʃ^LĄbɺpCdd̨)ax3Ff4# lr ~0 ܿL|{4)gNNF_?.9O)tB,KjOa9÷a=wFhG1`Rl'V#ar)O)d%O{XhF FL*DE|{ZO Sm>gBK\=:kQwɻ}@B&a uI E`&!n}"jBIn|UZRUcXh]=k";ŏsnbT^問X 8 +Oj#a0 Ux8'pVH3@6b ~Y}(yXT 0Tl,+Ѭ?q#u틙6xwFkK6˙hu1:zvSf'@'IY{9鑸 Do׵0agC0N#H" |WUqf~5jiRGbR]"ߟ O &_֎G)-A.b/\9I(BI{8cY_,y/d@%0>fUS^~>̜\W:R!M7eݪ%X,;ǯ!<(qvE⻮6Et_(+7ۼTl83r,]`^R5@)e,ե Ua!ђD@1.ނ P%y۲]CelBiI0>9TQ5-i}]6ǯͻEG;?iIՍEJDw1_޹ Wtr2ͫzX0*7p3;\OE:dR8L4:`EkMe zp:kHZ|hTdB/Eq)/Bp5v`F7:cAl(^00⟙2~c<_7w:zzM n^@ 9#nLnʄKGGu-KeX*&Q*$ՇT NAkEAY0A 1L2@y|=E7U҈:,<1%B+ݧΓSgr&;eTt> AԀxpqZNi/"oM4c^(.>_MGgʷ 9hZ̗=Kl5 O$|F2F?3ofk@3:}D:^իȧڋ%4waሟ!!|0v=-255uQx iC+k5e@^n/cyx IW~ =yS5t.=_l5W94–!GM 5F8X?Y-|y?ܷ1L`E(PbaCfuz)roZVfNkcJH6Braȸ8nsW}G_0%U~4v;LJI Ni-yQ&-Y_%)h{?d!".~ gϝ#kê}q̧Jj{t1ߠjH"G+@^ Tu緼Io&XƼrgщtz*<Oc>*s^ {Z?ڇՎ3*;'W7ѿ2}^j;4ɮxmOWC}:OSNwN55T-O(,OFpZUh _K$!&T}@!!zh,mLa K;HJ$zO?3#wW**U#KDtckHWS%ξ;?;Dŧ@ҳ[w5W#<}ClTdyu[]M`Qx@,c5~{jZ ?IⱤpڟk]O86p2ޗF☕]o0D&@ =bڣ0Q!dCsF.C0p7*ˀ4 yPO?@EZ":# giiw*hrjuNTwiHeC-6lg5lNFNō=öq,5XƩu'6sQS#|nL`G* &8&A ˇ pv=0ك፿\LO-%z@v_y48BND%{c']6g9"ki sdWrt.lΠWWj9AdsjVÈ)pBic96 'Y5:[l :Jl m8%j;H-y}ĶB}2lP+/ tsVSހ57A%s(i7"#ݦN9`ɓNVyχ;_ YZ