stb_sprintf-devel-1.10-0.45.20240213gitae721c5.el8> 6 6_ ܉3!y덏%!E/֡f3 !E/֡rd7y؆3dU&F]#tmg_ d"7,ZfHj7ѹ`ifcpіaFCVGdovb܁Ѳ(SϡW Vb24_YRql  :Fk=h-8lp=P8C ACdҝ D\43Ǜ嬡XQč0ϙ8lhFhh<0T2F:jM 6Hqy;`õOR47g"dscpWkԁ #ht(LXU5jZg:L?<d 5 V<@hl{        ,@(8$9$:d$GHIXY\X]l^bdReWfZl\ttuv8Cstb_sprintf-devel1.100.45.20240213gitae721c5.el8Fast 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.f31buildhw-x86-07.iad2.fedoraproject.org~Fedora ProjectFedora ProjectMIT OR UnlicenseFedora ProjectUnspecifiedhttps://github.com/nothings/stblinuxx86_64 A큤A큤f3/f3f3/f31e7858b922a910068592941abb4b4d204a694d497f478ae1900d67e90f138455dfbebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63stb/stb_sprintf.hrootrootrootrootrootrootrootrootrootrootstb-0-0.45.20240213gitae721c5.el8.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.14.3f3@f3@f3@eYeYe9@e9@e9@e9@e9@e9@e9@e9@e9@e9@e9@e9@e% - 0-0.45.20240213gitae721c5Benjamin A. Beasley - 0-0.44.20240213gitae721c5David Abdurachmanov - 0-0.42.20240213gitae721c5Benjamin A. Beasley - 0-0.41.20240213gitae721c5Benjamin A. Beasley - 0-0.40.20240208gitb7cf124Benjamin A. Beasley - 0-0.39.20231011gitbeebb24Benjamin A. Beasley - 0-0.38.20231011gitbeebb24Benjamin A. Beasley - 0-0.37.20231011gitbeebb24Benjamin A. Beasley - 0-0.36.20231011gitbeebb24Benjamin A. Beasley - 0-0.35.20231011gitbeebb24Benjamin A. Beasley - 0-0.34.20231011gitbeebb24Benjamin A. Beasley - 0-0.33.20231011gitbeebb24Benjamin A. Beasley - 0-0.32.20231011gitbeebb24Benjamin A. Beasley - 0-0.31.20231011gitbeebb24Benjamin A. Beasley - 0-0.30.20231011gitbeebb24Benjamin A. Beasley - 0-0.29.20231011gitbeebb24Benjamin A. Beasley - 0-0.28.20231011gitbeebb24Benjamin A. Beasley - 0-0.27.20231009gitc4bbb6eBenjamin A. Beasley - 0-0.24.20230129git5736b15Benjamin A. Beasley - 0-0.23.20230129git5736b15Benjamin A. Beasley - 0-0.22.20230129git6199bf7Benjamin A. Beasley - 0-0.21.20230129git6199bf7Benjamin A. Beasley - 0-0.20.20220908git8b5f1f3Benjamin A. Beasley - 0-0.19.20220908git8b5f1f3Benjamin A. Beasley - 0-0.18.20220908git8b5f1f3Benjamin A. Beasley - 0-0.17.20220908git8b5f1f3Benjamin A. Beasley Benjamin A. Beasley - 0-0.15.20210910gitaf1a5bcBenjamin A. Beasley - 0-0.8Benjamin A. Beasley - 0-0.7Benjamin A. Beasley - 0-0.6Benjamin A. Beasley - 0-0.5Benjamin A. Beasley - 0-0.4Benjamin A. Beasley - 0-0.3Benjamin A. Beasley - 0-0.2Benjamin A. Beasley - 0-0.1.20210728git3a11740- 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)- 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 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- Fix Version/Provides for reintroduced stb_perlin-devel- 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.- 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- Fix duplicated snapshot information- Initial package for EPEL81.10-0.45.20240213gitae721c5.el81.10-0.45.20240213gitae721c5.el81.10-0.45.20240213gitae721c5.el8stbstb_sprintf.hstb_sprintf.hstb_sprintf-develLICENSE/usr/include//usr/include/stb//usr/share/licenses//usr/share/licenses/stb_sprintf-devel/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpioxz2x86_64-redhat-linux-gnudirectoryC source, ASCII textASCII texthttps://bugz.fedoraproject.org/stbutf-8d9700c3dc1e00b483a722013e1907b3019796c21630eca19feccd1b018ac117d?`7zXZ !#,9K] b2u jӫ`(y0*Nqu>" kVDڊy;`[ܹg{ij-zlSA2B اޝJY8F- M|󼰝( .z.FPL vNAțmIaHh\LHj5,s+3Ϩ~:vN'jXgjz|nʆ$DrHI{:w:\8!Ӓ)0r`> QEAZI*HG/i˺R6KavG|qž.p6*]Q ufG cH$"w40b|L<+p@m&Yg(l_Km5Q ']=ۉz*>b!9gϲU'Μ2eR$ܟ^UFTߠ ,-q#^g"޺5H2.ladžk1ě(Ms`x٭4w2g|jXU` OON6@7AxF* \4v" ؖ,۟ӭ[\}dA)ԕ쒧M]ם\c1vGI@A)pDŽaRt2AjB7 f"E&_B>z,Cw-5t]z4\i%J >\M?:ߑYd^–Yu8Dm c?soa ܘqy}d_|TXƳ?π2P, U2@4WLbbfZ8Kta"l'7-(ҩXSmƞ[NsƸuOʕYeRYI-UD>繛Z{R>9I(;$#Ũ@5A4_3 /$Eg rW#*o{M8YXm4T{ vK~odAHe3D#FQWeKĨL3s~"(. 5 FWlKYRUosP:Q@ %v)up]ilT u^@YƙF& x%)?> `HE=3QQ\TY&nJXC3̝Odn2c9O΁ibO HF^Lx2V0VF We V{1$ok93¾Epw~53z*bG(<(g=+&i L?luE))?aD`{|lk6[/+JJP4I0e% ?Y+GJ-Ao|\:VPƒƦ ;Hbǎ^jZ5 L,{ K^U#6m>{dm)7s% P }Q!wB'X*HgXݯ/[G[*˜ꇵ UqE\ƶ3@yGj<U.=BƣxRy"W}? H#J8qPd+`/ jm0_9Xb;ޕ tɊ.uz ~3cH~5؜5Z n<_@L`I_S',"goHNQ}n5ruoi=(@/QUAD$pZBk]/A>1*]SC=TKzXnT V=vbysycm?.q ċ5n1i⎘[^Ui/>fEkX$ 4(O?S~UORCO4!uQ<|L:\Q;k:=Zw%ӗV1_1f= FZ;zYR m$yq1$ [:ACBPGfXLȣ;Č8qւ } ]ASs"z s7ؿI mXNzm6$p{z2붅'}9.ٓqA zK3]] m&]חJ7Uܧ[`A)S6{cu̷4*ϓ⒇5&ɰnArsAЀ_@a›G3\5hy3AWE:e˚&!?NS]ֳfL6_4p 49#l:lfp҇v,]~My"z8QaNxS'g:EB D=w!$0Z!SfܘCDmZdnz4s=Pɍܮ`9pf?󍡈vʆ"IzYtFj#<*7z-{ϫB>2רtK{Q-fzZMJB{Qkl@EFڋ+Ƚc_M>bëX9X[#mކh"Lk&.Ħ16ގ 47Ui.rKs.A!Xku$xQ}aFP]E9));GvF,C<>1F8N~VH@.yڹų-b{SB`8VݜK'QvL\;H{ &ք88*SŐ^!Xמ8 RWᦦ{ QOO+]62 4ۭ B +80zԼ/ hIigrͦx* BQ1žqZZYt ΔK1}ܪUrz4.zx!?q/d*KGp4k 4cRϗP0N b0~hVxz/-rꓙi<Ơ策wgӋdޠoL.u#=43ux/V^JjfISQ7Xr±PиfY_vauN XVot/URϪ'=Xl0H/da+\a1󐠙aV87[>)K(W: XP-,P4(5jM Ҭ^yhS/,~oˀ,yjh3'Gd^~^ #VLF31*CK=%I2>t.S@ !yյo#ǽ[shL* Ϫh X6i-bsp>܌F"05 ع}vV9ؿyNywtɹm8Bo+pGg Tey/t!?9U'v۱ȧe ˂^{8s@^ >ɇo LM15Xe>h[nPTlڻ?6nTṄX=Fz0issy`8Z{ܓ{FA|td!g kHbqU"~3dɄJnm#A>eU;Oi4(i 4"=#MBF#,BsuxgO|e^ryyGSRR&[=.'sVY_IpfZw(f:!BC$f&k*%fO1NPxTʓ[@f?Wuu)a &݉:7\߬A|جJ"\]#2YH#f̑Z;)_/}k+6@'PnǶ˞RN1Q22k3 DAP^"ym&I`I4]z%.AdU.e\Trk?qI:e$X2X}< FBG\6&Uc.1k.+θ$\sFaw8 @GKЧ"zd"˱Ҁ]ڧ"'5heAt '"l[4ۘ#[tf$"Y>f85]+.W^'m/5{Z ,FB(4HmfѳOAqOV /v5 맗<-lsў:ں8?p/; HJ&@0C3e$߁˯*ͺLc'@K(;%a4YgZgӚ1JUo3*a輵6$Ko^|S+N}l<f}bl';0 Â<6wԛa; O.(Fàxkɉ!tXJ}ĝqC\f:j*`Ijt/, r۞mOlXI23'9Ȏt( 6<@Y"u}DGoOAvMaÀv}_cUֳp~PjМIqD?"#5mcKxK6YO{~$Z䀢VLT^(!y\ ͱEę[RPّRI = Ae]߁q <a[*!svj&ℇp@cɉF5ӌ* :*KZ|,\F޿>KC}/5z% ;fti4 Q D D%uH?/H{0!*]wV#L-.T)2散ɑdt%X3J#<ܱ d` jBLaUG&)pT #h]𜆛d'D;fm^KO偲X*^fbi7SvADZs#~=ޏLe.憼c"K܎UC*SCS_H4ek7T$莛IE6u..E ! KZtS-\4R~{&'u8VZ3~xj%[1P8xW3ޏ`5o]&O8t%9{ұßUlppַ؈n5e[rŸdS2x.F GیyCS -P34f%Sy<"y ?5i.aFwzydӒ^b[b7xR^UAX2X —fc"4imPSD 96ExKذ)#k>tHIQXx4I_=7=0Tk;${'ap_]m@u0vzb{=u2r匳Om66|\5kL' +Ü4o&+bwoO \wF* >"߰¦BQAjyT"6fpmb6k?dn]8DU3/ y d(`#8W1e'W*w{nIҿ˅;&!Lo ,5HCVNiFϝ8D3.%+鑐ͤ"oSڸ1Gjny= Z<僽S/TclzĮh)_Pm rk,]8Bj?,x_*tG|f_=|$՚`O%0Ú:!mA0R%Nq=0G9 Dt@)u I&vxb0ɕ7ñ,HdsO9NO䨋ϚsO3Vc 荞Z/3jbUFΖ}p?c~s~l%@u^I0%".Ɲ(v%Ij5Kpn~ndX ^ /Ɔm=NJg$\!y9Cww!\񨤸θM\ڟS3ڱZ<-?0 a5E/@%ŒE?ZE|s"wŸ17H\^;i)e).9roO=Q_^2"ⳛМ ƮވjPyD c$VB"7Ef +//HՅG}^]gaoFL14:hXm}Gp{!|+:5JNW4tM!49T=AKvo8+]YY2BljA2P;Qxy6YJ<*<^҆M \5H1gO(lBuxi2>˾xGrQ8jn\Z޶zSl2[cg%2Ws؉2,煚4*іOr*o4C9@0"g'ZC]RnYD=$ Lia5eH}|>._T2ldg eĞ\qv;fM^Zgdtj@~1+'4/HO'I- `2i_6'|X$>0y.e+/:#Jj?C~noG*` rZyaOhO6uo (*t *4*ϣ GTc< yGJݚȽ(9"5TԹKTQr 9ׄz/C6n)6],gIn OFC9a\iㆴE}UK˵1`ҵO=t_蓤7EJV|xKM}TObsaXz՟ߝʶ>XQ=/bD0N_rE?nxq5bߕR^8Z H qޝݻsgȭ~uϮM4D'"OC} +@g>\d&,1~}T LP˂ +@>zR׬{vP3(T$`1F3q9lswx(׻~b_/%9d`8BR<F'r.Xi7(y׏̓0h`9BU}[9}-&PcƱ8",Pçqvk.RrtHFlLƚ֣^wLiN3aJ r&Gʯp~G{2@ 8ΔG-~Iqk9L\Mz]tJ"gWFvb*(F*>,'ޓ9)/6Za;&]~>Ri~Z:lq ePm8 ybL !:K`.Z]݃/"hu@u UQ%rvo˗+\,t#?IRͽO/㼗qSȜCRϞ 7 }[ u= *v%ۢBMk>fLjcbc+jtJf'ܯN~o O"[ҍ{D*e^i0oRCJ,={&A73^AynxX,YC0q&e+J|5r-GeəɥԴsP &NW;q-_OHs /[Zsyic:3 ]`lS DP6[YS!*fJ4M9U:?բ}V+&=k qomQ >XXS'֘EL Q^qW-(O ]Nj\LUZu26%5iOp揰 (G@ȇÈ#Z+R{B}=TY& bS꧍yMCG$?-"28/XDKl%D7wS0/LÆ]Niԃ,9 #]BKgdyK &F;rϦ&ʽTt1;z74p3QD7ٜBUMopJ!%$y3O/u-/oF;=9E7$(MwE(2>mT:5S~%_ g+!o`#I m&q6=A|g_xPh" 6Yw74֜HnM*/ aph-v&֭T L 8'd3eFҟ%t"Y0aOQk?ٙo]NZ@ >EߛOKڒ_tY-EŌ屻 @XͰʶ \`[#^!x=t/pؑq*L{̆+PK;/Q|W)\1_dw]_Fb4 O!Xi}'~7Q;[7i=`842C]-tVC%%mE=3ZҎT*d)25xllbZ&l_z1%h9ǫFA@'$?Zd|`gƳty`4va{-*5bMuerPG6p'-iQ}CǵBݠk*1Q?O|5;&jƌZ草WQF+ܴՔ*n}տg fUܽ!CuTȏvRPև6R})`#*~|mY&O.J̨/q[X0P跹X]S*$T;) >񘏊~Ov!pI"$q` ${g(2#t=WlO:AcU"Lb&9J'j}_L3cG/"G= )dR结װFud iTi"}5hco/NX/~u^a(?eub d 9MR]j?&ϛŌb';b-f֊q"PW ={7Q? `N>#s&H>ֹ> Ļ#([H61DABK::N42ehW"5pD%n/{I1H}<<|-,Zw #h0NqJAWN-CccH~ub A]'(UqԥH uGUWa䑉u +`ǯcد V^9En̅KAzzDXr_ZMY?Z#7s6 m_3'Ueұ=~5E= A~b0n…],/{]GxV&rbI0}ld@5϶i+34'*@{lBFI Lh+ ¹-y E_ݦҧw=C8_Ȭb *TUA댵r܅P*>9S?%,ĹE̖b#s}gZCϽb'5;qHo~!gNCk{T ]-\ݛzxjN:]ܵL܄7/0A' 1!8\,6I2ZH=;XԓIEQpm2姓2Dup } ^V  mB{ +;VFgggȝ Sy&9ݨ2=Uj9eD^ZɩY5]D{L&}lvI"*Q~;g2+FaE߫]~ ꃭ]3=Z,S"H&{Y?EжAys^ٶbrG͋d1'wINA&rE6v+~P<_,{%|ѫҨ;bBvp6ɖ) Bu$2`dEРcA-eίqϺ$lPxXGҽa1cBZJdž+Z"E&[d$ggx*pJr<xeTaz}ZCWv}{$kE6BxaGpf\c*+13--uXZ*V+ Y`z=H}v-y85Z Ԁߩߚ.€Iq]84Ts쑆-H r2\W"nժvFajBDa ṲniY<ǃ}zm3< \')Y `u |sܞ S,Ntg,eok-+m 8r?TOLx̖Tto[Y 618n]S]p*as2$fn\69?3 L°6D'΃ [gD`=%F-`4z7;kLw 9*@I$Ъ[WXF%.s ebHEFJaʿףQtamoNK3%>m<>KPYƝ-u%xFO|- (-X"P]Pk;eNAI Y :-ELܧ٠qnYXGYamy3BMJ1]DįpA N͉Z圁GnS _ =f{b\4s(^8N`Kq~qώ7eGn(+zA*b--xnx:ƺG<. qZ){%>4N:sD^e82 $&o:dSi)}8L}Yq![fѠ0#%4PխMS ')Ȱ ^$tc c->Mvec@lrJ^ $9y*) :ιdtKc^yŭOaQ9yt/T-J~YM:5Bj_m?E Ϫʈx,w!#て<\)'[ӕ!4ׁ(LYXX\ MTFgtEi3Aerp/ $6Za&{]z>R$:{0A4치Ky| d٣T p:AU ucRj3^"Uq]T *݋dC@@g}&U[\tE abmɥ.{Ӄ!'^Y2onp &K]v4PY}܉/ǟ?h'7B+7 oli:Vg;8\cpox>Q5.+qX> 5PJ *`v!95qD62JO!BM 0 =e=WnJ5uO)ٮ;5t~KS1CxC&@W"QW_f}Hb`ɾՠD˽[~-&)֐q]|SiSWWNg,S\ړVGI5-$u_LjOd|˸&~yy8MΕ)_f{)~R]ޞ"HL,= #d)1/pm 0bn&v+OMyTҖ1\VUWS6[_tzRߜbhvH)HБQN$e桞,,V[ O`=!$$ݚB lo4딱"6׿ē<½̖KjѮ?R!o/7 ] )0L.⌫&h\- Ҡ$t2?|D0i"q~}.*ɜr~ YZ