stb_sprintf-devel-1.10^20240531git013ac3b-1.el9> 6 6_ ܉3!4En΁;8r2(F|fZ; 8r2(F|v.k 8lB\Dk.4æã!7HP{g/Lyjr]jxb i&G/|;|/8V|נVuVqBzsұT׸G$?t7%U̾]{'!.dXg {pB~̮AvmʋbK[;hC|L< P0ϵg~軑jYU^^u nL˖,qpY]ۀe{c2r?lV1&9m9s-M~@H[rJBI!BfҲ7ٔ"=Rs"qc,6qU+]OxYR5{H=obtE;E?5d, 2 S8<dhw      (<(98D9:"GxHIXY\]$^^bde flt,u@vTCstb_sprintf-devel1.10^20240531git013ac3b1.el9Fast sprintf, snprintf for C/C++This is a full sprintf replacement that supports everything that the C runtime sprintfs support, including float/double, 64-bit integers, hex floats, field parameters (%*.*d stuff), length reads backs, etc. Why would you need this if sprintf already exists? Well, first off, it’s *much* faster (see below). It’s also much smaller than the CRT versions code-space-wise. We’ve also added some simple improvements that are super handy (commas in thousands, callbacks at buffer full, for example). Finally, the format strings for MSVC and GCC differ for 64-bit integers (among other small things), so this lets you use the same format strings in cross platform code. It uses the standard single file trick of being both the header file and the source itself. If you just include it normally, you just get the header file function definitions. To get the code, you include it from a C or C++ file and define STB_SPRINTF_IMPLEMENTATION first. It only uses va_args macros from the C runtime to do its work. It does cast doubles to S64s and shifts and divides U64s, which does drag in CRT code on most platforms. It compiles to roughly 8K with float support, and 4K without. As a comparison, when using MSVC static libs, calling sprintf drags in 16K.fZ:kbuildhw-a64-19.iad2.fedoraproject.orgFedora ProjectFedora ProjectMIT OR UnlicenseFedora ProjectUnspecifiedhttps://github.com/nothings/stblinuxaarch64 A큤A큤fZ:fZ:kfZ:fZ:fZ S7858b922a910068592941abb4b4d204a694d497f478ae1900d67e90f138455dfbebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63stb/stb_sprintf.hrootrootrootrootrootrootrootrootrootrootstb-0^20240531git013ac3b-1.el9.src.rpmstb_sprintf-develstb_sprintf-devel(aarch-64)stb_sprintf-static     rpmlib(CaretInVersions)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)4.15.0-13.0.4-14.6.0-14.0-15.4.18-14.16.1.3fYfQf3@f3@f3@eYeYe9@e9@e9@e9@e9@e9@e9@e9@e9@e9@e9@e9@e% - 0^20240531git013ac3b-1Benjamin A. Beasley - 0^20240525git449758b-1Benjamin A. Beasley - 0^20240213gitae721c5-5Benjamin A. Beasley - 0^20240213gitae721c5-4David Abdurachmanov - 0^20240213gitae721c5-2Benjamin A. Beasley - 0^20240213gitae721c5-1Benjamin A. Beasley - 0^20240208gitb7cf124-1Benjamin A. Beasley - 0^20231011gitbeebb24-12Benjamin A. Beasley - 0^20231011gitbeebb24-11Benjamin A. Beasley - 0^20231011gitbeebb24-10Benjamin A. Beasley - 0^20231011gitbeebb24-9Benjamin A. Beasley - 0^20231011gitbeebb24-8Benjamin A. Beasley - 0^20231011gitbeebb24-7Benjamin A. Beasley - 0^20231011gitbeebb24-6Benjamin A. Beasley - 0^20231011gitbeebb24-5Benjamin A. Beasley - 0^20231011gitbeebb24-4Benjamin A. Beasley - 0^20231011gitbeebb24-3Benjamin A. Beasley - 0^20231011gitbeebb24-2Benjamin A. Beasley - 0^20231011gitbeebb24-1Benjamin A. Beasley - 0^20231009gitc4bbb6e-2Benjamin A. Beasley - 0^20231009gitc4bbb6e-0.1Benjamin A. Beasley - 0^20230129git5736b15-0.2Benjamin A. Beasley - 0^20230129git5736b15-0.1Benjamin A. Beasley - 0^20230129git6199bf7-0.1Benjamin A. Beasley - 0^20220908git8b5f1f3-0.4Benjamin A. Beasley - 0^20220908git8b5f1f3-0.3Benjamin A. Beasley - 0^20220908git8b5f1f3-0.2Benjamin A. Beasley - 0^20220908git8b5f1f3-0.1Benjamin A. Beasley - 0^20210910gitaf1a5bc-0.4Benjamin A. Beasley - 0^20210910gitaf1a5bc-0.3- stb_image 2.30- stb_image_resize2 2.07- Patch for GHSL-2023-171/CVE-2023-45681/CVE-2023-47212- Fix a description to use American English orthography- Fix compile error on riscv64- Update to 0^20240213gitae721c5 - stb_image_resize2-devel is updated to 2.06- Update to 0^20240208gitb7cf124 - stb_image-devel is updated to 2.29 - stb_image_resize2-devel is updated to 2.05- stb_vorbis: fix GHSL-2023-165 / fix CVE-2023-45675- stb_image: fix GHSL-2023-151 / fix CVE-2023-45667- stb_image: fix GHSL-2023-150 / fix CVE-2023-45666- Document another bug, PR, and name (GHSL-2023-149) for CVE-2023-43898- stb_image: fix GHSL-2023-148 / fix CVE-2023-45664- stb_image: fix GHSL-2023-147 / fix CVE-2023-45663- stb_image: fix GHSL-2023-146 / fix CVE-2023-45662- stb_image: fix GHSL-2023-145 / fix CVE-2023-45661- Document that 1454.patch fixes CVE-2023-43898- Backport a PR fixing undefined behavior in stb_image_resize2- Backport three PR’s fixing undefined behavior in stb_image- Update to 0^beebb24git20231011 (minor C99 fixes)- Fedora, EPEL9+: drop the initial “0.” from the Release- Update to 0^20231009gitc4bbb6e - A new stb_image_resize2 library is introduced - Upstream has deprecated stb_image_resize, but we still package it- Fix null pointer dereference in stb_image- Update to 5736b1 (version history and README updates)- Update to 6199bf7 (stb_image 2.28) - Security-related patches for stb_image have been merged upstream, and there are other bugfixes.- Patch in a candidate fix for ossfuzz issue 24232 - Improves handling of certain invalid PNGs by stb_image- A few improved descriptions- Improved summaries based on upstream’s README.md- Update to 8b5f1f3 - The stb_perlin-devel subpackage has been restored, as upstream believes all relevant patents are now expired.- Update License to SPDX- Reword spec file note on stb_include1.10^20240531git013ac3b-1.el91.10^20240531git013ac3b-1.el91.10^20240531git013ac3b-1.el9stbstb_sprintf.hstb_sprintf.hstb_sprintf-develLICENSE/usr/include//usr/include/stb//usr/share/licenses//usr/share/licenses/stb_sprintf-devel/-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protectioncpiozstd19aarch64-redhat-linux-gnudirectoryC source, ASCII textASCII texthttps://bugz.fedoraproject.org/stbutf-8a20e93243684c221e7da65f6672baa09e85b2e987a6d3c7cd3ad66841e9a807425f2c6ad5062caa5815cc593b91615a486576f11d38f1a1c04c11f2347029b81?P(/h1q94pfȬ<R w/u,x:L_9*!6is-ии'9&r u?iQ**9^w8rpmz|Wyݬ<_͔ոnu쇫Pݮہ`\`"B{9^]/#tv AwtPȿaڱc˷|p> ED]h444JŸf\;9vJo !~Q=_unZ]7G +B|9OSm4޷;לAw pnue׽rvT u`*Ʉۃ ua}OCn 9כTnǻŚ֚s! PIBOWNdwv] Cu8e;=5|%†8 &c~omW]ο[lߵ 4iQҫOsCthc[ ;^71m@*mZ@6_$bB4H`*%tٻ -e2L. e/#|[]5KS; slޯ]{S@;vn?}t819fnMzɎAs=ͷE/5zN ^9[{vG-;4ޭJ0ݳCxf|5DàJz{gඳѿ5n@:o"?q5-2!Y~c k5g˱ù/E.޾Ux1`z3۴Ek lCla._Y늰ˆ\>!"943(hy|J!Ɨ<"Q_ʧ 0 KbB!O `0\/`?P\+,3'ń %Bs #1:4M4iYaٕYf&L2 .(61E bڕ]u]Ey+^Ҭ¬˲,jMKZтF3ыZI%Rmf״&s'$&/iISJ%Z"hEg1F5A ^ЂN(lP$}kН?DsQB}OH(؅w"RƛyF vC|_|Y-UIeBRP%ng7ș-d48~wd1+AbZu:[o1r~(6NSʑ59WϵvC@#Ra;rޣ")rT]xZ%(brX&d .ha2ł8  .%"B @PRAxʗokf[[Ir8(Eѹ vG d2n2MdIG]c|JzPJVZ ڌA`*H(U&8 % DEBaL,rl9_93OP54nY7IĄǥxI!^{7wP*逮iIYMUt Z5WSXOߌ;1c,:ett gB@ _' `R_ $|@dv rjZt't^ռiYV̤. eI9g4ˢ% iԦ'bQ&5+&U%#0K)cʢEQEQEQRcs$$̰ˢS)¨ee)!|8%FSBBET[$sR)z<2.%nwnB Sv?ݚ)HO\EIݷ{Ͱ@珷uv2 GI?v!:_S!Q.F \K9 .2mq!Yg?Iݘx4x<,8W ;H$z/Ggq߆7b.|Vhyh,`HaAw:sF]Y>dk= ]{ E?*6)d(P.>i&Δ:x '<^gsY5HTz5C:ijԢs ^w{_L1G^}{?D2rFQ搜,IZtX(*秲3M^ OI>{He=e(v:zI@.codSN9t{ɳ ݾ֓cDZx<ws p⛜r.}/;".NEo_DksRyQ9ES9Yc >Â2,}n,Er)xnhW?_4Сj(,@]C_ q 8PwslY!>5b| Y ׯcO-W7o=c2m{"^s)6@9}S~7ȶ/:[uv^qn:us^7 zɒ% n "xH12u C  0pdAlʁW'ݙUCe!dnwgl'iWy<(-&$I(*,EBqLLB2iY*& $(( a1Q1 P,o@7`1TXX.,"H,*4LP$ ,˄JE'R&?ET(KT򘋊#&*,"q~_nxGgnc hi!>q>m&?C>i;T}?Yխp py,BA@P<ʄ\k.oUVO4S͜:;ym"93liRU-i4K@tK> p28iFY~!\UG5uZowzahܳ͐ leQ/4߭l&Dl[7_T$* [Oa`ٺ,$g-%Ov!f)'i n5:%HRE64g.KjmԄ|D #=MwS7i#qnb7]_@%Fݣ;,3,,캰IҨ eZ6eg,+R0*1I )]AKNAMkfX64]PJ)/85VRҠ,FgQjͩeV3jZFe̒TTisʘk҈ELe3(((iAIxIM.:eI,ul(%+ jV&f.Qk34 3^uaa&#ԢԪIeY؄ĦY(iԊӢ fTK-e `ͦ( TFiCq)4!h ``(8is0QoY=X1>H3ZpLɘ{aa6 Sc6Gn~4cAi&w^Q0/Xٯ~ Y"7?b qy9GRChݬkWEvnP"Jw7VK>Ά ǡAFnQ%rQ &F(]hY; ͕##1(b0# KY 7 Wsk"p7rag ee@a-8LBf"Ɇeϟ~fH" DD;,h+OrNWQa*+*nC"uZ]A8OnDȌ5Hl+ƨUJhxͣ:79&@Sn.Ez8VM#-H7r` 6^D9 WBe6&eZ5\Z 1U x^N{"օ؛qLXwWbZ1;j FYZ_jPEorUCɤG%vrxF9>E_G E'('cH& /\N˚8>U>_ Sԍ$#ӎoW-@ : -4q_.6|!I?S,7|0QTmGh}nJ4a@:W pc2 l.ȍeq:r-ð|J/d[@k̕cdH4 г7~Q_ Iq.{C,^c7RNk9Qr]d ep:S`틯 ^s(&4UIO"%R#B.fydsj-,B4p 9E_빃sBO޺L$mHlt ghk* I#995{93m[9K;a A::3FNyJ&@g-q7+zަ=nNV <\!Ltņw yt7 jfsԽTL}6O`]qΝ"b5678-'7"kgӟMd_nN&^Bgg>nUlbVC61z$z%&Qia_ 9{b~ B$-zYxڭ.'@%uMnHXR [|wC y/,.^:Qy |>Ol[~)Ԏ tKOjVZTP_5^ O%Pw"@LKe鋳1 Aع՝BRU w&MIG-ê4!{? 6'E-m SrJ{ʏ,kY6~bPtj>!r2vsv0Ї0t(O+\lZLCQT~XҞ.[1IhwdF -+T9ƀ؍qVD;) Fv',^ڜ?pa9YY j`{ u܅~XWTJfxoz<\ +8;s #Ǵ{PwmմM/;rX}.-a/mt2>It.zػuRu13ưD&ETQܺ ڊNrz,A>w Qbg˕{t!0eܳNxbgFETV*:S\k ,ҋơxc2i.Gx>hD&B3DQIgEKw#@C|U4)(5UsBçhBWUMGtqlEgP7xR5׈>:60ﯓ;BNI y1uߑwC\N1:lCKsH.MY֣ZK_M8¯34DH1%fGl=~E(33Ij$c !Ϳ0}G)PCuH1mf*_}ʥm6rNyfмѺ)FUα~BV:X#];1I0kѾ9 c)aUz=\:}S1`A>>ZNJXb^ Jtڕ$樻`3k~ \_`M,UwѦ*=o˫$Ώ"SHaUf1z]2|q wǎ6f]`k7|˚?%~/4;+D'aII[Ϭ Y]7")Z#׸rPzk@fhSsIO8}:S>xP)3W5mj7JBڷU%S.=w25@~/D]2$:r㠱&EopFӬ}s,4|s6Gs:YɺXC`o08p{ݎdcD?Dq֋ڤZtF4&ED +YtYDTq 'Mwգu(5u@tD /8L]ww\ō35#-(1 ǍU q~jOZlV;VP}e&1g K;W)*A"WYh-j;|c>C {ҌΉ f*JnN2`g'JgV8B׋EGJ4e|SI8GrUU2y-}gAV85̖q݈ C2q-0Ó~O@S:64+)H7waMh# $z^L=] w@ΑF7[M!˖&f`vt1VupE u] 2P UO~;0m]]Pގ;z:1Hפ+ӉLŘbw~g3b.tɝhjc3RQ+~,K^[ /MuNo%s &VGU຤&$Id%"ӮNp1cZ4^F8U4ܫUԩ]qaPl?ኊ~Y wJv>,|(e}C^Md%HƯk_*@4*xwGu.DWW<>+ `xYd$?F1e?w4&v#I?xDYLCY4$nT1w2c byp9to(D%QoKL˻9^O䉽7Se_0 (eW᭝UÍB;pX ]T+g9 S wxZs;e[u\AK8 B 2NUTh|5MfS4h=>b\ء:6IGidUm:Ckr~`pHp+Hi}5;p S0hd]\NI>-c.AtȢW/sV.YY@LH-c!ecl. `֫MQتg\qeڑրB4k`YyMr"X ;4 qRĞ;z (#JvPS(Գ?@Wgo/O<,|{TjܨUBs.YcYMs|*ʨ1h;h7#@kUcOz2v1pi:q[#Z(gdHD-KgYZ7\tLm+,!ݡ Nkŗ,X@?l 壁JySS7o;I銞X8TbPp2)fz>L]1 ],ar-HweO`i1Ȳꖩt881h|U֖$kɅÍ.a5T'`ڮOyXrCV7CݷJ|9ң(UZ9+8a,4פu7B s Z x+\rvie(bҟ3w WxL@*jmΐT),$ ϫ(;s^KYX+ "h\!Y~˞glEAu&NQES 0YrՈ\.latR"hvHN\zQIc;:[vƻo,&_dW☔L*uicfOh4TV3- B)w5'vTM=Hф ]i yԙ/U1+LZ7.`_tS#(\3ڟ%8w Vu!j~YR h;>CAtgC{[[qGU TxZkbόBhQQ(/NV̡wW-LݖϺ*Ve0. NLEp/E E/uʝ0q<5?^ۡV "h;M9UVEHlJZD TWtrԴ:`a_n}sH\sO g|/ ٱ'cEQpUe`4D # %Ry\ݬ%÷,Z/gqoA\ʽYTV_ cfj4ʡbib!+՜w jvcbۯ {!*lt ޙC#P)չ$=DUvJm֢@8Bvq䳓uaG6KLL| Y#~/ or< ) QK"mvXcܸ85t;L)_va V+` lqЅ|I 0[v'p(0ڭ[# Dq,B)\ٺ6!:^XPiM) \C)$-Y[2TpMvm } !8:#vPQ72)M?iF! rՔ`fdr ! Y{*@ 3SGCBp,2Q{W!Z1X jbdɌ5xMUQ.62DW=%+@2=/ie\v&;cn.ˣ#Bo'dn`hxrh[d> 4~J-RL4o*?xfz%lxL"3_ߙ&V^9w3< D1bOH8 P1j: x׹Eq1 41P`5.lwp&O%jٔkь@LOY CQE! (P]h? w6 F%%Zr;TΞi+{8 >+B.0~hFI xPU8 nOoNFŲS vW=Vࠝ#90fAf- [.Ш3q1jr"/1Ȏ z>-ڢj*Mj>s1[DoP khHkwA~3JAn2 N"ȡ?9DPŨ?e2a:Az5uf<3XR' EWsox'#:yLW%? ;Nh!ЍP2>b}; =sfGP| 1a 3Y8a˪Wӊ`R fP:q.BCt}L]&VÒȭk/YHꈅ,MX%OWKGm %b .KP)&'"gwA;xc|d2 vAʰvi Ax\ˆ<]r>fR1P9ە2\Hz#u!rb7*.# ytN:3}1Rуs&J R!}n4aa ")CE@Z]"ܙ`j^y#(sH1)6S4P)eb^ٵ OUs&X!HXb|q=mXT=z @YP0s焠MF )Hu8h }Ы0ꠊZCZ3V]sNGΒDs?Ia 6& lǝr9ap}{/OPɅ*$-XlEQѪJffZƽvB3_?rG,?^"l]ւm$2U/\l:%}ּR!'}I18#ZFG8=b,!?΋-#z3 )R\XޭBD]qRiI -'dK3`OwoI9`cNj H'Ř>7烣ɾ̹YBS!<†M?{oͫ~wj#^9URvC! D?  ku cI6oAVc4!0)U]h