liblcms2-2-2.15-150600.3.3.2<>,ch p9|}#M|¥31hm^3#n()O&zέ򟿘tF:#LEut+yбA렢: HyQw`Mn Ro}_k2Y&:ld4=s6YK 8M $塝E:xfzpYxBYV0Ke},l{$}}^:D X3bEJ0bQGԶ?o@!?!td   C $, 0 4 < ~ P(89P:>G@VFeG|HIXY\]^bcd "e 'f *l ,u @v Hw x y z!!$!(!.!pCliblcms2-22.15150600.3.3.2Libraries for the Little CMS EngineLittle CMS Engine - A color management library and tools.h h01-ch3a(SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttps://www.littlecms.com/linuxx86_64(hhf3f599dc033d0edb6a2e6b0cf1de251fef9747fc28d6d6129b41023ef450b2b3liblcms2.so.2.0.15rootrootrootrootlcms2-2.15-150600.3.3.2.src.rpmliblcms2-2liblcms2-2(x86-64)liblcms2.so.2()(64bit)@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libm.so.6(GLIBC_2.29)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3h$@d:cctcn9@cjDb D@a@`@_*@[@Z@XAW@W@U>antonio.teixeira@suse.comdmueller@suse.comdmueller@suse.comdavejplater@gmail.comdavejplater@gmail.comchristophe@krop.frdmueller@suse.cominfo@paolostivanin.comdmueller@suse.comelimat@opensuse.orgsbrabec@suse.complinnell@opensuse.orgplinnell@opensuse.orgplinnell@opensuse.orgidonmez@suse.comaloisio@gmx.com- Enable threads support (bsc#1247985) * Drop lcms2-visibility.patch as it was causing linker errors when enabling threads- update to 2.15: * New MESON build system, many thanks to amispark and Lovell Fuller for bringing this. * Fixed a bug that caused memory corruption on colord * cmsReadRawTag can read portions of tags again. Removing this caused colord to segfault when dumping profiles * Added more checks based of fuzzer discoveries. * MSYS2 can now compile lcms2 * Checked on Apple Silicon M1 and M2 * Fixed a bug of fastfloat plug-in that affected Krita CMYK color selector - drop 0001-fix-memory-corruption-when-unregistering-plugins.patch (upstream)- switch to pkgconfig(zlib) for alternative providers support- Removed reverse-0001-fix-memory-leaks-on-testbed.patch and added 0001-fix-memory-corruption-when-unregistering-plugins.patch as final fix for https://github.com/hughsie/colord/issues/145- Added reverse-0001-fix-memory-leaks-on-testbed.patch to fix colord's i586 build failure- Update to 2.14: * lcms2 now implements ICC specification 4.4 * New multi-threaded plug-in * Several fixes to keep fuzzers happy * Removed check on DLL when CMS_NO_REGISTER_KEYWORD is used * Added more validation against broken profiles * Added more help to several tools * Revised documentation- update to 2.13.1: * Fix a bug on grayscale that made printing gray on white paper * Added support for premultiplied alpha * tifficc can now handle alpha channels, both unassociated and premultiplied * Better documentation * CGATS parser can now deal with very long strings * Added Projects for Visual Studio 2020 * Travis CI discontinued, GitHub actions used instead * Added a very preliminary meson build script (thanks to xclaesse) * Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro) * Added thread safe code to get time * Added automatic linear space detection * Added cmsGetStageContextID function * Added cmsDetectRGBProfileGamma * configure now accepts --without-fastfloat to turn plugin off * autogen.sh has now a --distclean toggle to get rid of all autotools generated files * Checked to work on STM32 Cortex-A, Cortex-M families * Bug & typos fixing (thanks to many reporters and contributors) * Fixed mem leaks and out-of bounds accesses as reported by fuzzer- Update to 2.13: * Added support for premultiplied alpha * tifficc can now handle alpha channels, both unassociated and premultiplied * CGATS parser can now deal with very long strings * Added Projects for Visual Studio 2020 * Added ARM64 target to visual studio 2019 (thanks to gaborkertesz-linaro) * Added thread safe code to get time * Added automatic linear space detection * Added cmsGetStageContextID function * Added cmsDetectRGBProfileGamma function * configure now accepts --without-fastfloat to turn plugin off * Checked to work on STM32 Cortex-A, Cortex-M families * Bug & typos fixing (thanks to many reporters and contributors) - Rebase lcms2-visibility.patch- update to 2.12: * Added build system for fast-float plugin (see plugin documentation) * Added new build-in sigmoidal tone curve * Added XCode 12 project * Added support for multichannel input up to 15 channels * Fix LUT8 write matrix * Fix version mess on 10/11 * Fix tools & samples xgetopt * Fix warnings on different function pointers * Fix matlab MEX compilation * plugin: cleanup and better SSE detection * plugin: add lab to any on float * plugin: it can now be compiled as C++ * recover PDF documentation, but try to keep it under a resonable size. * Prevent a rare but possible out-of-bounds read in postscript generator * Fix some compiler warnings * Add named color profile building sample to testbed- Update to 2.11 * Fixed __cpuid() on fast float plugin to allow gnu gcc * Fixed copy alpha bounds check * Fixed data race condition on contexts pool * Fixed LUT16 write matrix on multichannel V2 profiles - Changes in 2.10 * Added a compilation toggle to remove "register" keyword in API. * Previously commercial, fast_float plug-in is now released as open source under GPL3 license. * MD5 functions are now accesible through plug-in API. * Added support for Visual Studio 2019 * Bug fixing. - Drop lcms2-cgats-memory-allocation.patch, its now in upstream code - Refresh patches - Run spec-cleaner- Add check on CGATS memory allocation (bsc1108813, CVE-2018-16435, lcms2-cgats-memory-allocation.patch).- Update to 2.9 - Drop 0001-Added-an-extra-check-to-MLU-bounds.patch, it is now in the upstream code * Bugfix release + Several fixes related with security, and therefore not detailed here. + C++ compiles now without warnings + Added OSX and clang in travis + Added a travis-ci test matrix for many compilers and OS. Thanks to Thomas Weber (debian) for this great improvement. + testbed can now work with dynamic versions of library + Fixed wrong planar formatters regarding linestride interpretation- Added 0001-Added-an-extra-check-to-MLU-bounds.patch * fixes https://bugzilla.suse.com/show_bug.cgi?id=1021364- Update to 2.8 * Fixed many typos in comments, thanks to Stefan Weil for doing that. * Fixed localization bug, added a new test case crayons.icc thnaks to Richard Hughes for providing the profile. * Fixed a bug in optimizer that made some formats (i.e, bits planar) unavailable * Fixed misalignment problems on Alpha. The compiler does not align strings, and accessing begin of string as a uint16 makes code to fail. * Added some extra checks to the tools and examples. * Fix a bug that prevented to read luminance tag * BIG amount of functionality contributed/Sponsored by Alien Skin Software: TransformStride, copyAlpha, performance plug-ins. Fixes some warnings as well. * added an extra _ to _stdcall to make it more portable * Fixed a bug in transicc for named color profiles * Fixed several compiler warnings * Added support for Visual Studio 2015 * Fixed for XCODE project- Update to GNOME 3.20 Fate#318572- Update to version 2.7 * improved multi-threading * added contexts and a new locking plug-in type * bugfixes and other minor features - Dropped lcms-endian.patch that was fixed upstream./sbin/ldconfig/sbin/ldconfigh01-ch3a 17610560112.15-150600.3.3.22.15-150600.3.3.2liblcms2.so.2liblcms2.so.2.0.15/usr/lib64/-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:41257/SUSE_SLE-15-SP6_Update/996ee497465e0f778d91fc7d22b0c7b8-lcms2.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c48c98d72a97dc6d17a7215f8b74da6075161288, stripped PR R RRRRRRR R\o/pK$ utf-887d495e08e117fd5a984439f3839cbcebdc26833733cc90a7a0e795b36239bdb?7zXZ !t/O=]"k%wd'Wwn!=),r5;|"ڏ7yb\{734H?f}0*JNi[rE츛_\Z06lK1.W?" R7QހiaQx]~+?: a㧺WP eETfQɫ["/hʭvrVbv77 bN6c_THi2W~jan agC"hId|6j)q}dnaL1Ae}t7z4IK?H_ZBZ>s36kwnW"$)-qezCP6D7$wPf@f9)QAH#t Wm)&!{@8ǎ*)d ,rݦNui#=$;c=P:%ouDЧeoDY79_}}!9v&T@.&O93ۺb$RЮÀkt{lc(SrW0q`[7FYԾ؇iR+4V琴 2*ϓ0 I`\gEl#6, mp2'\=l5|; wG2d{lU A[I@wx_OӷM <[ClK>E3+P"HR<ݛG ʚ=tY(.ε4x9N෢!ͥUE(ގZˋ[[%vO4IVO5Hͨga rˣu8-_d6Gd249KAbMCY|ٗjfo7T^x΄F࣠ɳE"zLͅ𿩇[AgM?%sZo~w% z` U KIB{ver2 =NبۮJjzL[f9PP/&anT4 p6%t:< 7qݡC Y ZC!>!*s3J;@srz]@ sJS MБ@(\Ј-;X g5?*h@b ݅|ou2ɨmr݆1BH"̘vkYFi^:cr|7,x\2`Jz94OWɜ>}Yr]Agr4[mN# -3$8$s6ދVQ|B-b& 0B]Y?]앣 }Wk26sgos⎐@fS'U8sj)[n3K7xVy(u纑XqK72Gv?2r f/X*D|`8kXL~UOJJt&X jsqIQǓn FLxuR9֧qĨ%mSv=^a&C>2z} iTs0Qg;gޅ(e"5 NK0rGҬM lތ&2(er$ 9?eYxp#qӂp+|/Ϳw &f _@K"<:8fPƧ9GkiEOv t>A=<>?׉]Kh惈" 1>-%wK问*辭ì5R _l>(Qix MB`6j(ҽ]W2zbdmH"2s~BM( SYPsN.ICiͯAcĘm2v)O5KVo+JfTCь6N&B7k1Y6EtpVu:iPtBia1'uxȻ Zs)iG"8aĵ7o69VUlPRlxKG_B}Br7jqLZ9Rh.3LV$h|b[ MIك! f;ّuFzɸjoa[lW{!I*iW0=)T?o3<_`?qgh S"ߐ(,Kz\ D $)O% JlgAϪG #w#deҺ"-e lZ{=]YSEto٭hppZlDILɃ3z9  QddU@1K`])$d`FNѬB0$=[1EPb>Xu>Y|Bީ̭!.j(FħDńۉTsdᜰ*Y:&_OgoK٨:ޞSd9d\pQ{GVД҈LEפsYeKc}C] )H+Fk؅a;D0=v^%(b"`–Y$(y<,zQѱ贊M@[e:u}5O-(n!7ߑ[ Oˤu~%TgJ~ڍK,g#:.bkֆzM=pKx!<̄xs*mۮ/r~*c4GX*園dcUVMy|J_z2r (.B06ݼ%lBUp%Fפcls:ER ŅS=yI<5Fʣ JԩUϒBIot>;ח˜%}q`3>'6#!H>G~`6ka (iY:=P6,T=4ON8? Rʏg=Hhߍ[x]@.[6ޏ~=*D$}eAt \k+ye3Lb .ȏR^c\whJ|+bxoZZUrthrJѯԲxJ ; $ֶddavF7/6E_6ijcۿ6$.= U;jm2  qC90%HkZ[JWߜ=+ 8"m"Ixbjn=7qTa*^$灨W_9&@ ǰ>r<˖pߌ`zgdaQ cfkb Ahϑ]Py0qܠ,j"5Y>+d\ FA#8#;2qJSq7{J Dƙ3DO0.V/ O TFo5GfDW-fL.R-NR_;RjD)I8^E2#;LFfglPU*kU=ӝ{F ,߹Ye2dA$;ELk+ yF,2L HCY&v0!,9p~4~ou~nc ٞ8W)=-EF+Ro4fIRZQLfcDm6<+5fo\;wN Qj|ɹe~y&6UjaTMp,y'\K~Pi1O&\X'W`)QG6NM7f C}Kp-R}M{B,>ype zUk|[?rm!ɍryޜXerw K"^:U F=n5)q S|`me.op<nq>4WT\(fQm|s|-mNSW6גޞQ?l`}͉|R7-˳tӚP^J;L[w2X(arPO*A~3#ZE\. LBpds&MeÙW3#"EJ 6FgVM2!LI0Ŀ7 V:_W~pfݿGk D fgO78384LDe !(.]HƠi0TRSNtԫSJ7@c4PĄ6qe9{72],;Q<,p_\Z)|41W}CG R'F9/Q4S"6kt -Ӷs>+oPWڤްKx77Lj{j6hB@4n߳-j[91+$&:IfҢ&=7r~~SnůT[}ڥ0 mQe`7J d]Qsv:`~*rQ;?:nS׎ ?ȇ|\HiQ#aj6G:& VJQDBB-5SKŶV౎nE2O) j|%w.NS#/I[sJ!LGj e4,]U 0H[Z}?x#D ;O(̤*[Kr⩟3l5fzTڤYlAM /w38փ}xƞ(yn>v6 As &%D/SFc_+ws0,\9tjm xCНZ]1_`/~UnZUs-t{56es &u!`1dҍgۯ ͸'ۍAg~hBDˎ 4DsO}'9RH^u; L\~+?[&L1{%clL>Hmu#Ux|@kOfOUX0?6YjkV-s eLA Rku,m&,'HFqӨd//1q[{:==5Vl Z?OBnF&ӧ\-f'|Ϩ=P: ll2QH?k7 )>W6̺dZ BfP_@90Ĵg!K eSu3ӖeV3DޭyR@&4(ɁP 1v$Cİa_1f5;  -gD؍yGAe(gG3CMz# ^PZ^ZCM_pڻ"Q1端8`g:ٰDȴ8OZi&bb YC=3J/߷_*_Q٢$x4l~LnO("Li:KS̀j)͗Rur( eX;.qԥ).):Cr 9\xl׳WY d&_v&Y21 }.?'bSlڞ`܂,Pcoqu[w@mۧQ+WVfHi9 ''a392O`˄mO?pN=$D~b`vڗ KV*PIaLr cY21¯ۏW-/G=jrcЪ.IA%s+?Hz/CssÔK8mVoBΧ;$"Ʈv]m3(}AE9>7H(Mdnb ̡o9>y3\PKnwthZRϔׯ>v tΘ=u-+%Nëkq5`v2V;8LقIM>JfͫtYCYOhLr?ף zt^\VZh?8e'ڴCզŹ#)siC%RL x{cV_]s?T*g$zURiogor<$R$giL#V[=itKK$Hh2UtG BdZpf&a#ISef^ úHn/وmOj cMP༑!HfpT11vm$8kk' 5K,\TQCppϒcA˪a 4t\_M8wUe{+F̕w:]o+,58rwCivoR R밸iH8k ܠc=Ik7"rҔJ|~db޵]6wD( GĤXm1](/ܙq"Jy.MM17Hz8 `+b&%Ƀ<7aLT燋v I \PB3!/'Upj_pIgؓ7#Y|V2N|0oY>{LDN zp<:s  9<.1~+?2%BS%8o>4O-5ЉatLF44!"@9iBKhZsUN'`OFqFZiEZY-HNw󮘮2߅SsMy?G}AУQgxټ/xUvӥ+qY Hv:1JBґ؜1^(\PMp`fFjߝ[!PΙ  #4.&+% e 4鏥~EԺㅯܕ6Y^K}V c>OIǦқfeoP c(=;98JI†+QwZ<2AHHI[W;=B+zi4;.\HKpE7&K3f^쬀PQz vWqQs+oÁolj[Jp֛=p 7-PRK>[+U"xQ-@87lD$c8\JoL@qEB11=e~ƅ7gC064vbF+[4ܹE 7۞4t r 5Ljy7Ba{XPu`%7 gW(eʦWã\?4_ -}WvِC7tC7)9Y_SnW&9KVR Pz .քҜNȤOiZ[M'Oa,(jQܪXk94( jzӒfp pK$V_fv SB c_AQ&4Ŷ;~յ Y}$rWj{\, k`Wq5a5F k*O$wt~s^NobW?Jh@8v'c7}.ȫ05(L9k$9ay9Ynڈܤ5|@m_䀉#ӛ!9yȝ8ЙB.y}mRbŐ5Hz:N":g#}l3΃!\%^\kΙcZBikShKxH2aOj7}a>Aeead]o\LR/3oHχVf ʠd塹vfe* E"?>tfm%|{~ K}t!}w,BQu.Mq2^hԽQ:bO-ÉʇfE\nT%|ÉDֆzQM`N@[l|,4w8zڵ{c/بMuKGr>Kk"ё;ފ- 7Zt׍9o@G%P>;#a.#:4m< a,c;hDLyYrւ4 CK%SqHb`J܊csp ن엶9ĴZVT&p}>,}d3af$+D viJ~ra6 1]z'Ԓ0O+FjW`$Ws&qNۼ85z؊vYz=`MԢ6%~D(LiRKt%;nʓ{|DDl,6❷(KG,k$lW7m&=i 8"X$d E6NҢSˀR5JYǕ`[*kDacDt7XʮFJ/'wP'@é:^.C7j#`GQI!g j'NP1- y*Wnܑ[1MbY7R&#Jk2рUSwr =,WS@8U3rM$1Dt / u;cIWs'gҴ΀g~RoA`9;$'{ 4T@wiGWQ٣7/oTB 8Ɓ9.#a|5*K;u8YFz ^(Eτg$@ikC[zvtϵUK~Yfc/(3}pT%՝qrf9#motqCmF|女y4\xrPo. $Dcu̬(U%5+"Gs*\/1  `-%l즇i+V71-F^G.J ֶܸZ4s'ĆSFshBN37CQlUC/q-,wd[J *jsDj?B>qN*)%#)?l[2-xn>oZ_nFPѽJk{?1S狼P ީ3 ޗoZa,b~Wo̊5wV΄l0pW0t<, ~%*b%C>;;١?ȹ!@]#i G.RK nmZ0ߢm[ f`!Vv F I.x!y$P11B;ra?.g36O { F噂[;0DQ.5TF%(a\ƃm9;C"o/+eBj̈/>.n@KT6]XMGfxе2Rx6d 6MQ'dR1}{cF]=J~6٢AN8h( lĶ[}W{bRYp<)HRmRy#NaNϾu+Bz9I#iDj@CLhČ1.fB`׾XZ?~+A%w1_P آZ⸙) `o s U wɎ%_*q4, 8 o(8p+ZQ8Bƣ`̓$>~hAiGRMa.p|~)}\2fg)#f˵8qqAĒGC{ǥ3lE7TXĽbW}.P61V[P:4|]$vHTԦ3 R~@Yz M0V/?uE2&|8lr%UK7{쿯}8NjoH? Δ*IShXs 5>Y|7{YBfQkIx0n^R ii(UիG?0!:NE+/Jz+4EǠ1cIz5?kS0iIwR T7QGwJmJ](?]- }PS*B6Da2"Qv>8y8$lDc1jM?|:M a3pڠK*%&a/ }BZWXg-WN=p5+Vy. Y]լą}(|`>f~ۖ^ֵ/}wvfeΪ58cG]ftP22 L#m+}XIH^V COS's W3-I8fG5^(V  6quEl =HRo|[`V3E({n3gQ3tڗ^B]^ܝ]͆Ѹz*L{};=b-bnZ5 +E➺i K>a4j[ .u#Sm@b=V.UK'RӕH_#>FMqubXM}KRP6 ;,ŲrM)~}b Y"iEPfێ$@H/=y3N>o(; ۿ@=Td \!e.i:An~]^Ĩzm=^="ܛoȳ{=߇[CnNzsp}H=I8W ^RXO2\ќ7+KYq` o$hQ[G/wᢉ@*|m*7_rysVM `d?"hjI7VTR4#:\};/r2͔$^:ICC%9+\P *jR29ϵi6-e%V_g L%&@T-*z]#^-X+-/kc}Μ[3dYSIdT$erҫYEQ|F0aGCPEB-S׃>nvP+&p.gma4Ksb_v7'׫B *H(n,ɕT܁t էzzQGU?Ac{i3#HC&^olB^vx}Pg6UJkJE*O:2oӹܞCJ.MS׃KmUKwS*UvZq]C'F&z;uG(=\9Ex2-7Y5\$c'Mh929f={ QscP(>SbXCks9b7VguiZT"P6!~(*D|Dp?[V;q}3s"93?i(nD{-+ΨhQ/{/qF[Bn5V:|p,c$ir;[3C A{d]2[S4u2%بsmQх  #ʤoF*U+DdZE,WC2xFDM~+:(-b.>Q&BqMR%9&ߠ'|% Lo} nGWqK!?IPYD1R8v jD"8mRqǂ8m۠V-|HhM!ܢi)y(m.@[j#M= H@F3Ԑ!6Ob|e#˵sA&1X%IusT`S ̸C}?Yiytm$Vrw(Fq-(K3 oE $6?7D9h]e?LTdܘ 8{)9FH!&;0b3_GV;@P·95W .5SA~3fy1ǹHlfV-:L &B#pdNUʱfO?'ie *νkꄗOR @5`bBI6Th+<;\Qws)?8z3 y=&6fg3REs]<5+(Bhl@8"Qc=wqfp]gA<_TsZQxqȋYw`dʢX' %q?1JKO':*Gx;DVPYyooB+Tz8vNeo8Ze3@gNOi/h\t"X1!DP> ]*`%[|Пm+ x YZ