liblcms2-2-2.15-150600.3.3.2<>,dhp9|/+y~Je3|z' ,]=IS+ӞpcEէ}jNƧ);VɠaҏH503suDа9BvCO` glbenN-F%n @ecktAϙ{s~qOr r9r!+7PBZ'Vmfڼ_P؈+= ]ܽ8mDi [od3я v}> :8\>@ ? d   C (0 4 8 @   @ > (a8h9:>@FGHIXY\ ](^IbUcd~efluvw Hx Py Xz p    Cliblcms2-22.15150600.3.3.2Libraries for the Little CMS EngineLittle CMS Engine - A color management library and tools.hibs-power9-103xSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttps://www.littlecms.com/linuxppc64le3xhhc2839aa3cf2542dfe902fcd0a77812e8a599a09ab2614cc8bb90462f03e2b0a8liblcms2.so.2.0.15rootrootrootrootlcms2-2.15-150600.3.3.2.src.rpmliblcms2-2liblcms2-2(ppc-64)liblcms2.so.2()(64bit)@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(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/ldconfigibs-power9-10 17610553942.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_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bcf60982ab5a1840288580fd9ef32b14b1852efb, strippedPRRRRRs:^@x]putf-8e16affb4c07dbe2ec6ebb23433e1d9c763e28fbe29f363e92624194e0ff14b8d?7zXZ !t/S\?C]"k%wd'Wwn!=),r5;{>uvtGf 6|8ڂ^|fJ2CǸ_g'1(X8KNWޑՋɩM_ JٽzaI:ׄF¼ꈟl%}ƄQ(S_jy˕Ov7 ]-ܥ*9OJzZ ɿmas5trb!'b$(t8MU2$VR ߮rʘ Ma*fa0cܴoBqUvs#g QAi2"#OZ7HiCuJ0y-67]^7D zr߭O7m>͝K V$g͔i&b@. զngHhx%5_X=QO#KtS(P Ĵ]X{g|uZ:I8AG5mQEO(d)ksu=:@vԒTD\eB}b>EBiq Eczdq C1i%wn7MF:-Q6Β;<'G4ρV/o25tWQ5qY}R_Vk@f\|X^S,f< t)FE@"S~"/\Hrd \ZB՗o"7qS#o`*W¢ 4y#W-Kmfiz$!l2e?}y0Z~\&ZT(AIOe qì O?V}}ΊIfn`$D͓&QVxn BDҥXAU8SGN"騯x$vQCLf i4\g!a;D}ATQD/P? X!46~cl)hO9~2 zs+^xqab XBw "HD,hA3Rcl83%1HQc[K"kaU7+?nw6i4lw#CuoW g(Y \37 ։HpGe9ELcB3l +H;*Eء`DLEt2um8Z.Z4!ٳԃ͏i28_&\X;(i}JY/L͌s36/<.TrH(I&Qd#6 lQ*{?  O:LUNWMߜ䋁0ЅK<۱7Q-}3.B=bgc*^A&;K !@sMyA$i#?yf ,jN鳲D3+KCn3Lln(`IR"y~Mx7c K="?0k"0/O8C ,MVaPꤳG|=Kn ՘'|LT挑7 ցj(6v} [s҂t%bQ,."˸pusRk<~~LoH?w.[h_W?#F U ,"Jv̙~Z 雊Z@ʴ.m 7˙@yl]Q8$R#cCKD^,1Ì~/2#b.d~z+[g+,#YjJ-DD<3*!S.|=o0c65]YCQx+I!-G7g{VuWo^(ڦljRTɿ>k銎 C32SCEVtK Pu#86`0}T=hgH)Nm&9E[UN}%0O6/n>dZ Ƣ͙,6{b7QQa#'xbN֪6``n۰nW>t -_ˉAr5 \Ihf:Jk[_!(͆_pT26QHxN9; 0_0Ga'5{ Г* iE]871+WnT!c_hSqyӓ Uy:y&%зqzUM1BwIS- oTF}s ɹlU%/1gZzȞࠈyvE]\$ӄQ8qlSmu%.fg'H7}|V2Se1*Qg99RjhA9yqln`&͖55Q-Ɣ2p}θy,+WP$ngozm;tTBE{tX* Nd*m*t;b4H_iҙ ^繹#Q1_rN9  Cbzɱ nޟLNe là< Qxcp  oN>"Qj*\0N8zz}Y;zq>G'.&Ҷ8ѽőЏaE:@2-LUBcQ;<]1u9Kyi똄pE\6(&K_?S9А$ϛ?n$TH+7¢GRE,Z-Dx ,Irj]w@J:Þ>Bdj9HlJo$NeaH1NJ  ճ6 I9Pm!G /3<ď*T~ba ^_JL]P!]"]fUu`މXG1ʳr}ĻHu%v +#;ɷSv"\(79nYj锿bL*싨;fEFpkiThn~3z(@k4zE$BΔr-.Ɏ2.% 0|֢iq0LMW;2U8 o35Of҆ gω=g>,nJ + VտtkCc9x,B,co-_],AW7i\7+bMFyD/  g^BS*ܬ;~)H ]H3*nfd& H BL>@-\6k{@CD;:($O1wpr\tfBF FdZ{i]\ъѺ5IE]|{ReL,#rڣ610/ηSe_ywű+&CEHN ^fp'~ͤVt$4vs\>Pk:QbLZ $s: ʊ_u=Fooe~bX&G2~)qq9Bgt`B{ќڞ8s1VU71H*ޱyd*i=AeEٻ ,E* mWYWǂ ,hQzÔIbg83֦1j-hE*^),>S4O*~vH^&Ϣ8/0U9e} N6[ Ϛew0 AFsU R=CiD`ުgKËM '58(˾K!`KWZoj/Զ2+H x۳WHA =%9Ǜڊޞh*"@Rf؜Q..P;Ħ;.bbYg^ZK}0}W|,I$ǯcj<'ceRYB`'esB0og=.z -:Il|m&#I= GeQE Q6ǧ• 4aƛX/vRiu7mՅqq5(N嵑WpA&%2xp}pǜž=G`:I ObLLfh$5xjAZܢNQ ko)%;ȄUliVU#W5h"b<a?,7۪Y6k$S=+-Z .--MCaC:hqazDF 2kӨ*&|8<`ۓj&^\W|[\>lk|mZ(FfȯA6$~7~'(襣qT`沫UځT?GT6[͓}]C?;dj(rXv7QK~-Pbގ W~+YXŀK{*)eeHz39_ql,&L'hǴt3Gu,E zJYo.Sl>%[քOlv^U~U9?z0hPԖ5 :G/[ d:}|jϚ F|?RlE㇒XykPG&A=kWTnɉa"(lc-n@i q PGʞ/c3<=P $/ԛEe+}8.% 09rexݯitv$9?֭QaLDbR|d@kg݃PFN]OAtcbnWz˜(thWqM-@>VѓO?;ڞJc.NB- )3#ooU:RSyj 5^!l5JڅWj_)}!Oozq)F`$([N19R{@ajf1DGg7Fp*^KJ͎,qNɉ%>% L\|VVi mNLZTE!}ijlHy$3;LLO|"l`Zse2%K^Z,~1ٜ"cV$ )^VA/a}i' [kAaDEBD t$1HCKDz y {|SKXE9.P~Qt嚾e F~{;ҟlql]H4LRT:^5 wr1ssAKfϐKbc.Txc;a'm$sOVW;S6G iidfN)s<EJR2y]lN}B_ӘG9b΢rG-MQGQl핓ֆHvbأ`~Bk;(|6&J@#(䵽OOh{"d;g)/ (-UI )AoC ƭO5axJsή]PTjR%O<0#bقfa d/w9׫K@,,2#8ߥa Wj=yWUBs礙,(~`S3i ?T4e͚12uAr.p.׎H5#7K SEGJ Cy2Dq?b !^sBpZ,&] \6r^j H4e|9 h8HpT)TȩdӲ3q-Ӧp@..T9]ܼ7 sK-vcOhb*ބՍ}DI(^" F 2JLm3#ﳁ6[- > ,Q`5WaVd*cgwW5bQp+,;SrB5㩗&a({kgmydN3@ouئ#o(aNm7~i~:_gŔU,4oqCzSa_,4K ZiGyҺB lwʯdZ(/MA,yϠX%K.-vgd>͏->%: P#EL.]7-^R\ ͻ'qptY/tܱڵ.! l!9jE'XsQRVm}(/: x~!=Ht{*Y7Ԃ P1.ئz:f қٽXQr)*bty <tbpk]9Ɯt걄AN[9­s_/XtY!aeO&!~k㻻Tw) 5v7K' eV}O&CTvasĂB8^$@O=²r1="Kv(RP' )A ZuڥsN$Xp`{a#1z@ ٍY5WyÚR5:87vD$$l1Vo<(5d>VM n Ѩ;O8b4T!guB論ϨOyP擮SZh{8RP@Fv^DxM۬ʾ ۦC$hg0R]Nb7_){+QTBYmN޶*/0y^6?L~F\PVZY=PE ef*)Yj6Xt(> "Cͩ&EA3)b=mXxAiasf[mʒZ JónIP s;X md _O<*K̳DB 6xSҦp@_XYT8J&@R* 1 RRZ8 VVbeiҳ;xG| )#m{ DD$z #?hAg.cUt!tB\1nh6iqV]Y'Pkle5 5"gǃQS8Oa*iNNv?Ks1,-v:LA) cEstn _7w9:Z}k8“+L3F*ô+$"1l>3fv)h>*!g)VѸrF?JX#'&' pKl?f?[)NE!cW|6mi͎>͉&ѧu^)H tO+ T>-e,f5b|z긯pיȚ\8%lVR5 V2Zj9;: x[vxGKiek"ߛt} ~C{ЧC(c| _r =شStdT ӊJH BnN1CYc2#!sCр>=8*x:^qgA!ur,|+\bN[Lce_rYSLek7(}p+jJ]|륌@w&šrQ|`r&_GbT'+x5x :xsbW-59#me+2y&_D.] ^,)*_GS>8W 4_mF΅/j]voh 0s rZ兙:{w. k]Ut%NЗ] ޿e XPPϞSiAhv\#{b? =,ϺwFs8i(x=Іx';1OȰ<MLY0\hB,*;_gcEA#X7xUϳe`L3wH8w;8z_+tCEinK5zL~XCQ k7M9bɆ#8r;`882/}df ٫K}v8䚇aR).}ZnFaNUᄻ(R'wx wVQ]mVmlЌo=KqOWCWn8X8-gV\HNQb?5]\'N_AhΐuxαHQޤ|~ځ}2Wn$5&ܻ\=ŻqNoTI%UrFkc9++/qvNOh[0ecn}G5 w~o;lU JvnZkMKd,k ] x=Q ?|x=OX#粋u$&tYUa;j)cJx9S|HPeGtKG3QhΛd"ݤ%4ǔQXF/&˜7Znhw[\J9 7!|`!-YwVԽVeJ 3zx:z$܈'\`(Aa$ReUhZkqߒ=jr&x98fG,&qNJb~k}nO rcGMh6Go{I1tLwՄNi?<88%cF,K,B GGkp;)jQwRxqlw1rBѢK'>+`0ݾ׬u1vW*92SCaAʶbKpvVUe84"TeDް mB̩J$);єMx}#:{Z~{ ;di+w](ȱ]cfwJi_9o&|9 wQ4iٙ\*~2A6xy#'Qzd4¹:}Tw)]&aoJC~`q. L{bt( &ψR*s=<9[w:c6=w@O9N#d;>Sq:ؖK~# }U6d~'>xk#BP XsTF;nLJ,DQQ*j*(EA$#>( H҆a$>-G2}xFq))"WHr$dSTXmv"65]M)5 wB'8%=ע We鹿ra|Ӣ{ e ϸVf>\n+οv$oXV?I3sށP{>$"]uUIr!4t^?G돕 %2vNF X ^|7n}b:?ôa&E_CurbJ+q&>n!)Y >V"+HD#$.y)s5(}U^WJ#+e37IyPTl\B8HsޛrpQg-(Igw5}9 g=z= E .wxB%P5*xTF 1^m\!QkQ\E=vUg!JnTgu⓻1pД6vB1R6"O1+pE'mb"gp.N+ܓ9KeSY:"(6&]'!tz3s. ɩE-՗Ggb.25>n( ORu(fjYŪͻőeٙ:8G1A؂p""6:)yzolvb @&I`hԀ!/Kd~-WO q?Qw2^Mhfdi%WEb,:rB>[֦nQÈ4?2i;c/2 v*DA8gنї+qmM7|uO,ssw,y3y06W%Rw:Ҁz3m[ 3?g e-^͙uM-'MN% 7#MȪ;h; `yk4w0n6{lBddycڋ̵M=i# Ae1L)?~47S+S[r ?y]*xsT2?}R/a)1II'ɬc*5ԣ#Š: O'|bN*PaI݁A X=ЧEP#"Ʀ/܊sNz= dܹ? x3XS/ rF_]{bJ5^YJm=W%-Ld2ӛ(`h>3 XPᨃ׏7b`XXnQ6!kZ-85٬ 3v$+yKZjR,tՙ>5+2[jo;مpql`X5TGy)w?@o-ky̙+Hmp}E y¥+vuR̕%xJ]άe=_O+>"s>H {VSf9ĪIU+bZ-H+0ߵb\}aHiZkjĴ%'0=if?#Šv;kZɘK[-}¢g=_&?=㿙E~2Y ĥ Wa{`zGq}k@X`#&_6 MAHjGK&;N؈_?<11B~e.T,w0r' Jj295!ƒ;i"Gno;V=}L4oi\"obv٦{L|\g8=$dhsamsZ`!OUW4x<ɌR^sUɳ4%u,5Ny0z wHd~ݦ YZ