stb_sprintf-devel-1.10-0.24.20230129git5736b15.el7> 6 6`d63!}|J^>j/5,dcW j/5,d(gA`-N#ŸF`(CjQmcBOKS/{rrZ373yAk z2.;u9Fgt7Mtf!&]VkCN9ˤBg&hђMFk_7 0us}]DbZ'VW$viX| U3 wy2aW{ BM-Y$Lx1(j!h mF Bj؈ztN S>`1jܔ[end^=e#'7V-AuRȈ r%(wtiD1`C6 j" uޘ",hhCY#R-'ᇠF(h/|QӅ ^J a51e7,Y/cU0wQ+ֳYxLMo?|9QJ"GG7f8a77d329fe3fab68e01821e187bafffcd100c5RӉ3!}|J^>j/5,dcW j/5,dBL,tZV:iWw]-}b?KrK2P*K|\kbׯϏbZ }na0k+(^ =cxfK9!VhA2 )t\iG /+)䒀avvXԹ Z'"iןŪE|yM=tLcJm2 flE ruэvb38!@viԌϗ"c # $BjZXI~o|ZZ:PEǀlyަ+qXk+ԹvM=3v(9Pija}ފ!]I3+"# 2CKԁG4Us!iPNa mY J8I4EP݈A_="T Uc;)!A,zcw@izim x,ۓЂpf,pZW9NmpjopK6K0ha2,>9?d 5 V<@hl{        ,@(89d: GHIXY\]^b4defltuvwDxXlpCstb_sprintf-devel1.100.24.20230129git5736b15.el7Fast 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.cPbuildvm-x86-20.iad2.fedoraproject.org=Fedora ProjectFedora ProjectMIT OR UnlicenseFedora ProjectUnspecifiedhttps://github.com/nothings/stblinuxx86_64\o A큤A큤cPcֿ+cPcPcֿ+e0b8c56e1084602290b9a17ef59f429b5293deb8cb9d8b0f20a14abc39b56520bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63stb/stb_sprintf.hrootrootrootrootrootrootrootrootrootrootstb-0-0.24.20230129git5736b15.el7.src.rpmstb_sprintf-develstb_sprintf-devel(x86-64)stb_sprintf-static    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.11.3c@ccccccc|@c|@c|@c|@b_ararara9@a$@a#a#Benjamin A. Beasley - 0-0.24.20230129git5736b15Benjamin A. Beasley - 0-0.23.20230129git5736b15Benjamin A. Beasley - 0-0.22.20230129git5736b15Benjamin A. Beasley - 0-0.21.20230129git5736b15Benjamin A. Beasley - 0-0.20.20230129git6199bf7Benjamin A. Beasley - 0-0.19.20230129git6199bf7Benjamin A. Beasley - 0-0.18.20220908git8b5f1f3Benjamin A. Beasley - 0-0.17.20220908git8b5f1f3Benjamin A. Beasley - 0-0.16.20220908git8b5f1f3Benjamin A. Beasley - 0-0.15.20220908git8b5f1f3Benjamin A. Beasley - 0-0.14.20210910gitaf1a5bcBenjamin A. Beasley - 0-0.8.20211022gitaf1a5bcBenjamin A. Beasley - 0-0.7.20211022gitaf1a5bcBenjamin A. Beasley - 0-0.6.20211022gitaf1a5bcBenjamin A. Beasley - 0-0.5.20210908gitc0c9826Benjamin A. Beasley - 0-0.4.20210908gitc0c9826Benjamin A. Beasley - 0-0.3.20210728git3a11740Benjamin A. Beasley - 0-0.2.20210728git3a11740Benjamin A. Beasley - 0-0.1.20210728git3a11740- Fix null pointer dereference in stb_image- Don’t pass unknown -D option to “install”- Reduce macro indirection in the spec file- Update to 5736b1 (version history and README updates)- Update License to SPDX- 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.- Reword spec file note on stb_include- Security fix for CVE-2022-28041- Security fix for CVE-2021-42715 and CVE-2021-42716- Update to af1a5bc: only issue templates are affected; packaged files should be identical.- Reduce macro indirection in the spec file- Update to c0c9826 (fix RHBZ#2002436) - Removed and obsoleted stb_perlin-devel due to possible patents - Updated stb_truetype to 1.26 - Bug fixes in stb_image (no new version number)- Fix signature of dummy realloc() for STB_VORBIS_NO_CRT- Use symlinks so including "stb_foo.h" and "stb/stb_foo.h" both work- Initial package for EPEL81.10-0.24.20230129git5736b15.el71.10-0.24.20230129git5736b15.el71.10-0.24.20230129git5736b15.el7stbstb_sprintf.hstb_sprintf.hstb_sprintf-devel-1.10LICENSE/usr/include//usr/include/stb//usr/share/licenses//usr/share/licenses/stb_sprintf-devel-1.10/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericcpioxz2x86_64-redhat-linux-gnudirectoryC source, ASCII textASCII texthttps://bugz.fedoraproject.org/stb?p7zXZ !#,95] b2u jӫ`(y.fO uDխxh#Ib G(i (HP|Y$N7d{l]_rbf`ѵ{O Mz6+tVSbAJ(:L,E|}pj"RC 3rm:UCBԏg!*&P7vKmh8Qtg- h\|ÿpyN5ƓBJO5";0P6Ψ=& 0n$ Ol;ijv&2Wx ^5!TPDɍr!8o.v@d&ԌXF0wP6~o(5ytt;kQx`;s?԰MϽ7Mܜ||eZV҃$.mA D6-fkqR{ 8LA*r០vi{%޸0W=RI$9epV={ R#8[˅zG*P`qw ݟ?2f%OX \kHmdL)䣛4N:e))r pt 5P(20ȑy5FxnGBڠU>C.AE_p7iYGpZY7ħa)%%AJy*=Jc^$Qda7!zQD kҒsۍ:CS\;Y>v9"i$PˑzB9Lg20 ?$tܜO |YWY-EQyyml,F$ lv鉤Pӛ/CK$v&( =9{^f`'CvÀ}3tٖvU2;?՛ϸP͙W%,GRPʋj7ޑ$4@= up]:٘YhXf&}4\ ܱ+T\ <[ u:|(,1Y'mEdM2ufKHvȄ~r,o7L.i ' bpsI\+lBGp 0w0Y7W>r5ʧ^tݕ2I}Qr,'Aqln Fh1r` 46҈ήPWdWEa"1%}"o !GD܅O1 0.2k1=o3.psmL#eShNuc s\zX[2T0I煉,o(U/|&t|m^Q&h*ݳh<^ sZ*;d^tO籅@}Xk?K7bs5c}nW]rF?Z!@i+%zIbb.Xy|q .r܁`9wvlNO@[R~gŝ|a PHkɣtRzc!d3uzYV#-+!2\T\gJ^C[nPZ@3KvO,S(eA*UtP5n"N?􈖳eo5 MQ~"Ay>cB Jg 0Fω>?P>=N@yf̼~q3w1U+_*>?Y6 :-+@kֳ4߲̐{ONa?Tl6SE#>ôg8I,o4tP[_փ^ ճR~KYäd(cI ,ywU- JKq]QT `*  \_NQ63QD)NqWkA `/GR!)/ j{n؍;(yNiStZ3?e;}yN`"P=KGҚ,nd":čk!H[}Q^wk P>9K: ed%9|dIKmR%O]M6afw~0E73'Eym<12=:dT>O/-?/ 1Õ -Ϩ˯͎2=yeL 6#ƺ<[HB6픐r&k5`?@Ә=d? 1ORD,)??q}{ i8~q/I; R@;ͬGbH$P2C ΰ5Z-<=_.\ SsOPbBzpͻnmy/gRH8tګ8sZ;nt|./|}~ #%zE5+^lc"ESVzAoMSi8K(2qŞ#S{^n2$5fg#(YѰЎ*i``쥄3LlER,1PmG[x9~"ȇ:c'-q\Gn^݇;L_RtN_.7r@MY*I[WYЍ eC#j"mTW֡PP|/=-ʷGΆsu@X#Bb_mŜ FO$)Zw5+Y=Q\/Ntvœ8͐M\#'Y";X N)ݓ*r%= >b*/$zh j_˱$^x3X0IkkH&Mn"X@ z,(cȻ3T"նa6z|]G#IU貸F0o͘<ªX{? ._܈ԝRpXwr%ɿ12L.j("6\_^;,+Nv{.oNq >- 6y=JAF =s5A+na"kw!J @`*\fu_e!fW2\=e+>H7GHr驸(6ںjkȹ&VX8Bw[#9SpR }`, Smwίu=->{Q|}ɇr}=znV'$% VAěnFͫD vqHM:GĆnR5u;^jz;$#V햝tJ@;klj/h\Y~Bxc t5'}ka;AM \J!U*ھЙl@m>JXdADAs<! sO\C]GP"os*[Tϭ@Mom:ʞ8c< i\ Bےܑ]K:dkpĈkth%YN Hd[Qj8C./*=b><-z9N$S^0t4kaaE f߷՗AOX bR6λc{O,Z)it/d+`f.Vo  X 1z MV~&`PS޾K{UFF# S ^,(i;@Lqی N0 (jd /@CswZ?~hB\`!xFA¥h#kS$2qT!܋|.ȵyK(E^:TxQGU~kCIDPM$2g]Ⱦ{|bRoj-&˴,TuCs:]vjQ\wȓcYPDHŕ _, 3tk%}! uA Z]YO-FW°6rЌ#) 083MKo 0U "2Zi\}.<ʩprq~xN6.gh>Gw4 n^k8'm5DhEječI> Mcd3; E6k915 26ڋL/ 4er~hA>G` FkHUf¡)\8,Y07f9EG7Xn?)h0Ĺta鍚zY2؏":g( X%`qQd7)-KO~$$4AmֻU3K|Ur#-LifIzb!iN"Gni53y9֌_[v0p U Z:V()9(!q2XȟY`TB֝?OEy.&TI_'dW?`!0D9N]~olv1 {e ̖X@d c QyQ+Kc:_PfUɒ1@[FIBmuu:#5QWrջZn :~YeZ9,ԑb$e$qDT{Am1TʴPޏS*"|ިh_fa@)+IG)az"35V!5{fD &m+`ex*+&sH0œ+ZWy /o9 tf ozo8|qWzO9%DKi)${hpJymqtVm n›P D؟ϴz V-rS-)r>0C^ݾ1쿼*;l6P$~,|%|qW޳.޷ɛy>jc-ZҊ}K2`-乁9TrFv.I!'R㷟9e`;#-C0#$5X@Y~=Jp2hdMN17qf)r:w"D1KfITff١jĪa Z#~ٕh*taN #1Fec裱_NHԛcd:9 |k@g@ap3eRnWI ɃPA(>dWЧ>GMٷx)g*"R)T3Or r]_H -D\)a˯K8U51F]B$XR"h[~ 'hf:De)k@LXkjhgr7w2W?1s VE|+Aۙ1Uf4 ~7h 6  dX>kMNs^lt"}9 QROwȫFypÐ,֦sY/bb}j5zL.+>; ͧjUT>3 ^s̈́Mz?8藯nslBn&r%Ӡ)KgW(ԃ!s01Ϻ5XuB-mM̱F ǁL)?qz%trXXuO*V㨓/8sk|(9r8YQ+/LSFL2].KM i6ni\ּLi#:P牟d^3h9}}1m`{yv7?X, ???y]R8!:?-Ʊب˄NLƆb ܣ*y􊊲9y.)c_R|k ^4 =_&|[HtJv4}D'\YP-A>(3\ ߶Үbqo2k[QVꈏG0<;%jWK 0V3k+%x;Lr,k˧ljQvp{PW+jEэS]'-& IGK(@ NsmB*9|#j1v.Dz" ]|aK2Yjgz'l.4U7$">=m`^isoc]_j1l8GЮ)/LЇR@6*}@# ;>"i> J^u)A= u1| Tu^{`|"i{$'Jd&n}k?xpo28ebV+ 179@אԓsszFg-ЪM˙ZNh a𧻓X \\hV Ld1c,=QsuI/iJ<Ǵh$ݭF@o-34$.kS{tm7OtاzNPIU3Du.1ڳ" kReY^Y?5:F2X7xkBxa^fGOloNf"q]+#s玫N߷ ¡d.W#ƺ]#1BdobnV΁ hImഊK ]Q#TOS(G3PrTЎ':n#r$Zdc{0_d"wF?>q$K)EG>]2GvBKB>Z8֭։WX_ U;'֝~B2_uMcY>5e-:BxP7 `bl K"TVW-) "B6gK;ٌɫ&!_;sxu X$ û<*9t~eP'2a(R 'S% GQ>WO*aGmWu]lr*g`&aj8)\6*= Z#hLɠh_ay2kBfmxĉO++A+Wc ̏DL d>Mia@g_oܶcF#vaԩع;յYN,@b[vE{6w[( S~6]cGĽ@Ki4XW<;rCrmr*?fHƚ$Y7)cjM@-=GvHJ<|B&R '$E[ƀ꫞׮]Z6"'L)Bu9#N$ZKێ*CS (ްxϴ[#_Y÷WH a#(ԝ69:0SY*/`gOݺ|PXj jNZ;lr ݞ޲LTOUݤYTBZl|#sȗ+^ Rh&-rB kOJz+B31+#JLWY,Z):"إAywIfdHqmI\ZbdINN-_?;{'L!xf_j ~۔!kM&PmΖ 0rs=!m!R Zbw?b|I*/}t7\&thu줼dUfVͶ aBL)LJ0 h>zA Q DxQEk ltcee_% X{lO)]ƭYƘkp*J!Y4226MM`Yoc =y& iaʓ{T=z BiɼLH7=SI5By2M"5Pħou* mrN;n"v_ paЫKnס'S`&h+m+zv+/KhFu,Y9ø2B(UT/0rT{F׀X$V9_*ȗ_^06t+78@"@0YyVQ9TKVo wBu6 JXu""`$1gPjjm[ P\[' n$EIgy-Xru92RGqx,:#8d^k#ߎ2(*YIW1FG%1O0Y`|Z/qC: . I'̎@@:^BN?u DXpcIQ"fz&6dc4x&Rh v0ԓtDL@UH \vLW%s$ K@$4wZJ˙S6k^wڒuyBң!}RhL+n}@Y{{&(p;BseOhݖfY04Kv2XK}֟i";<0Hk-93VON͎!p6@~1іVb9]4XU.Pu-fehj@8CM1.QRchxY_B[JgRjIYc?-MU.)AkyM[;/L7571%iHTtF.]U{*"b*Jws B.5\"Q);G ^W<xQoǔ^z)'jQQȘ bm-^Kx_cqbiA-K.xΫ$/üxJ,NcUb+ߓ o@k.0H V < ;71]b /QݻWߘcA+`t]f$U{;[v:|t Xu;E 9Yuܶ"rzz %TaEP_5_s}E 're(3ڌE~;@|;<1a𚏖PP?Smou³\bύRIa0 - 3&(~^x`XUV6RfUܽw!̍kF+jT`Ž 1t#Cy U7^f;^l“ Ax䒻)`ae8Oz!1Č0eg N!Y8j8z4l3 ^4eIpV;ٔ`4φOGjq=0=XT 6ČD`Q! 9{+?F0 O>bR*,2y?O')2df@JuyJ!oPl.ӐN*VfD K>o@Ջ6y0V)0Aȸ-}rYG,]uNR$VFHA"?wF4mE^]~iF*ڕ]>-~O:.r m ljRtWO?Iֵr(C :'W 3c0_,\to;c5!/]S5x[ ?궍<.38-"f-(q= bͤԠ T4c~i*!3,wy\jLeTP 6t;ǟ,#TxKU[|#k0/j$3X`b=y5r=veϼWC0H$BrOή_}9sf9I@&m޿<\D 6yŋJ]#o#ĬI1Д`b7?LvT +tH{άҊGdHVӌamN: +o7rD4WlTuO?'Ο¯\l+D|6xf^SCJ{:'0P/˾i=h}Լ:I`kγD5'ŲQaC&8 Iwt L?iDv",9ajKxq Ĉp;Tcc.Oܛ}]G06`C* -=X Ά{[J=#;^ c#UMK߀ϔ݋!u/LU[*d>Yk% 0݀!$Ȳi%;ӎBLKc,Z3P~[xɐ '=-ΉVQyO ;*k<-"O^SEk(Z.ku3?<;K5aErb YZ