libfreeimageplus3-3.17.0-bp153.1.25 >  A `C@E!M@eee8r!Pɀ)XP`/J^#ca։*ӄ%SV> ^ZE ܭ;h:܆*sxde+Ɏ[96zid}H+}m~x3a{0ȵ7ټrAS"4FGx0MxH犜+[fA; 7NcdM+J(1_?y2z ?,BB:M;yȁKx szЕ iqKMmϩ{Y7045aefe81c95c9ecd87d69fbe44649b92aeec951e0f37fe7cd8c01bf35994c13220569e145d0332a2ada59ded5b634b8d3b09ad_`C@E!M@eee>k龶Ņ5*N`? ڂҀtq(L֟b>*G; !Ato[ C<'ë6-yX%2b aG1,^QZ=c G/;N3]tN\%Ͼ|h`/%-.6X籞Ajo#c|㔏WʔlmI)B~ D+U ݻ8Nj EvKfE8>p@"?"xd & IHLX\y     J hpz 0 u (8 9 : >Y@hFwGHIXY\]^ b c d!*e!/f!2l!4u!Hv!Pw!x!y!z""(","2"tClibfreeimageplus33.17.0bp153.1.25Multi-format Image Decoder LibraryFreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use and fast, multithreading safe.`CAs390zp226SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0 or GPL-3.0https://bugs.opensuse.orgSystem/Librarieshttp://freeimage.sourceforge.net/linuxs390x6`CA`CA8fc3329fe53463abdb12fcff0d5ffbf8dfb03d017deb606f4dbc9cb9feff1dfblibfreeimageplus-3.17.0.sorootrootrootrootfreeimage-3.17.0-bp153.1.25.src.rpmlibfreeimageplus.so.3()(64bit)libfreeimageplus3libfreeimageplus3(s390-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libfreeimage.so.3()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Zhu@W^@VɦVf@QőP@P@OvOleN@kbabioch@suse.comdimstar@opensuse.orgschwab@suse.dep.drouand@gmail.comjoop.boonen@opensuse.orgprusnak@opensuse.orgasterios.dramis@gmail.comasterios.dramis@gmail.comjengelh@medozas.dejengelh@medozas.de- Add CVE-2016-5684.patch: Fix an exploitable out-of-bounds write vulnerability in the XMP image handling functionality, which can cause an arbitrary memory overwrite resulting in code execution (CVE-2016-5684 boo#1002621).- Fix makefiles_fixes.patch to fix linking with as-needed: do list libraries to link after the modules using them (boo#980069).- Build with -fPIC.- Update to version 3.17.0 * FreeImage now uses LibPNG 1.6.16 * FreeImage now uses LibWebP 0.4.2 (GIT patch 2015-03-03) * FreeImage now uses LibRaw 0.17-Alpha1 * FreeImage now uses LibTIFF 4.0.4 (CVS patch 2015-01-26) * FreeImage now uses OpenEXR 2.2.0 * removed VS 2003 project files : this IDE is no longer supported because of its outdated C++ compiler * added FreeImage_ConvertFromRawBitsEx * added RAW_UNPROCESSED load flag to the RAW plugin * added FreeImage_SetMetadataKeyValue * added support for metadata writing to the JPEG-JXR plugin * added VS 2013 project files * added support for PNG tIME metadata (read/write, handle as Exif-TIFF DateTime) * added explicit definition of endianness and color order in compiler options * added FIQ_LFPQUANT quantizer algorithm * added support for input 32-bit dib in Wu quantizer * added FreeImage_ConvertToRGBAF and updated conversions in FreeImage_ConvertToType * added FreeImage_ConvertToRGBA16 and updated conversions in FreeImage_ConvertToType * added FreeImage_CreateView * added FreeImage_RescaleRect * added FreeImage_GetMemorySize * ICO plugin: improved support for Vista icons * fixed a rounding error in RGB to greyscale conversion formula * fixed Makefile.fip so that it installs symlinks * fixed a potential memory access violation in PluginHDR Save function * fixed a bug in FreeImage_LookupSVGColor ("green" color was not found) * fixed TARGA signature validation for TARGA versions < 2.0 * fixed FreeImage_GetScanLine not working with very large images on x64 platforms * improved PluginTIFF compatibility with LibTIFF 4 * fixed a segfault occuring on a corrupted animated GIF * improved memory allocation in PluginRAW * fixed loading/saving of TIFF containing a GPS IFD inside the Exif-TIFF metadata segment (the solution is to ignore the tag) * fixed a bug in FreeImage_JPEGCrop*/_JPEGTransform* functions occuring when using the same source / destination filename * fixed a bug with output image quality in PluginJP2::Save & PluginJ2K::Save functions (regression from FI 3.15.4) * improved RAW file format detection * fixed FreeImage_GetFileType behavior with ANI file formats * improved Exif reader so as to handle Exif IFD with a suspicious offset (can occur with maker notes) * fixed a memory leak in PluginPNG:Save occuring when dealing with invalid PNG files * fixed PNG plugin handling of 16-bit grayscale + 16-bit alpha images * fixed PNG plugin handling of 16-bit grayscale + tRNS chunk images * fixed PNG plugin handling of 24-bit RGB + tRNS chunk images * fixed PNG plugin handling of 1-,4-bit greyscale/palettized + tRNS chunk images * fixed invalid directory delimiter in include statement (mingw-w64) in Source/LibJXR/image/sys/strcodec.h * fixed Invalid condition for defining _byteswap_ulong (mingw-w64) in Source/LibJXR/image/sys/strcodec.c * fixed FreeImage_Get*Mask not returning 0 for greyscale images * fixed loading of external plugins when using UNICODE directory names to store plugins * fixed loading of JXR files when using memory streams * added Dist/ directory creation in Makefiles (in case it is not already present) - For changes from previous versions, please read the Whatnew.txt file - Remove some obsolete patches * use_system_libs.patch * use_system_libs_openjpeg.patch * use_system_libs_libpng15.patch * use_system_libs_libpng14.patch * libraw_types.patch - Update makefiles_fixes.patch - Add patches from Fedora * unbundle.patch * CVE-2015-0852.patch - Use download Url as source - Add dependencies * jxrlib-devel * libjpeg-devel * openjpeg2-devel instead of openjpeg-devel * pkgconfig(libpng) * pkgconfig(libraw) instead of libraw-devel * pkgconfig(libmng) * pkgconfig(libtiff-4) * pkgconfig(libwebp) * pkgconfig(OpenEXR) * pkgconfig(zlib) instead of zlib-devel * unzip - Drop support for SLE11; doesn't build anyway- Corrected the license * http://freeimage.sourceforge.net/license.html * FreeImage Open Source Dual-License * FreeImage is licensed under the GNU General Public License, version 2.0 (GPLv2) or version 3.0 (GPLv3), and the FreeImage Public License (FIPL) * Use the liberal FreeImage Public License to use FreeImage commercially or * Use the GNU General Public License to use FreeImage into your open source project.- updated to version 3.15.4 * see http://freeimage.sourceforge.net/news.html- Removed libpng fixes from use_system_libs.patch and instead added two patches (use_system_libs_libpng14.patch and use_system_libs_libpng15.patch) to support both libpng14 and libpng15 (currently in Factory).- Update to version 3.15.3: * Lots of changes (see http://freeimage.sourceforge.net/news.html for details). - Removed fPIC.diff and freeimage-3100-x86_64.diff patches (fixed upstream). - Replaced noroot.diff with makefiles_fixes.patch (include also fixes for CFLAGS and CXXFLAGS, remove -s (strip) option, add missing symlinks for libfreeimageplus). - Added the following patches: * doxygen.patch: Fix documentation building * use_system_libs.patch: Use system libraries (except except libjpeg and libtiff) * use_system_libs_openjpeg.patch: Use system libraries (openjpeg) - Spec file updates: * Added OpenEXR-devel, libpng-devel, libraw-devel, libraw-devel-static (for openSUSE 11.4), openjpeg-devel (for openSUSE > 12.1) and zlib-devel build requirements since the package now needs these system libraries to compile. * Added doxygen and unzip build requirements to build the documentation and extract the package sources. * Renamed libfreeimage-devel to freeimage-devel and added the necessary Provides/Obsoletes entries for libfreeimage-devel. * Added a libfreeimageplus3 subpackage. * Remove static libraries.- .cpp files indicate that FIPL is used (contains a disclaimer clause that is untypical of GPL, but can be found in FIPL). No notice in the source files that GPL is an alternative.- Remove conflicting %debug_package: OBS deals with that already - Remove unnecessary %clean section - Use %_smp_mflags/sbin/ldconfig/sbin/ldconfigs390zp22 16150203073.17.0-bp153.1.253.17.0-bp153.1.25libfreeimageplus-3.17.0.solibfreeimageplus.so.3/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/baebb279a448622e7cc73990f5fbbcce-freeimagecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=a086e100df63d5302cae8e708cf2e974b72b453d, not strippedPRRRRRRR{#"eD utf-8b8009583acb38b328da86fd5380ed54382791d24f4211b6d6a707bff3e689be8?7zXZ !t/89 ] crv9wJ&C,4J4@ Ato*nz"܀) } D| *Mg mN!Œk AP,[utߜF3ӂщ y9^7hz˘=+*jd7GE"|#-ֶڏ{T2*s4 [BkmoCgwb=wfrt˖i 2fxl+mVA:tۋ:ိ~俫 ޿ fGs<گL7z?{11KD,oӝao$Aj=$V .yľB+[[bh7q6,3 [1aflb23 N0YxhqNʅg4neT%~䎻$At]Aq Hɕo(^ %f5i}nXuT&I ٜr6f)UH't KU 1Wڣ475Դj̜ ԥP\{45+(YhRƪn ᷸^8 `Z{b{}HH!޳d%غ&)r3!Ȯ#d#[dT8[\)v+RD3PhrPB1rN8Y 6%DꂸjU<&uaKqcbYNA)IR?` ڮe] o|MNK|Ot <*ӅK>Q7:(`nS]S3t%mD>vC.\)@L`2~ػ5\{kM/x8tj,/pMz[yY=U`|:䶖fd w!O^a`e5poN6Nk9bHOY <N0uuЇNJY8ʲI|8<ɋ &5E{5oxVt`%[]-aU ) U”%Y}́f[YWk1 -Hv 㯉HBGL CZݷƦOTG죅ԉ =8*eLCDtF chy?+Jh϶-qx1H-@zh b VDЂ3E]p9.ujS}3ng 2rn|6tS`{aps F#0]LKD~{f.i~K%DU=T2x؅mi%x myB34q<"-O?+aqDh!ʂ'}=w>FD._ӌ[~G݋^62r<JG,,a>];NR?'|l @YOZrArnAD)dV hu ){7HOF}m𛶇-EIEN|{523rŦT,Zi:_bтnTOkQHŪը>a&'s2rDD7 lח3'-7&H̬s\B*Ģ&W+VMյv7^H+y~GȵlG#̯= ">pk!z|GQ8~t !Z iĈu"OfX#ɍ4{ɌzE>Pr*}^Y)5GiDպz~vvzB[odF)3!{ "!BPƙ{<-2VoP6^n0.:ZmIEg0!>uP7&vLӳx][]&{UbL͉c(SDf"jwXyL;vh,`+̴nIV}sVP^4DhƒJf=nce҇|D 5Ǜ=.ҍ^BdcA_+[-8Z d/#kW#N(uTeLAJ@3k}~(YBgoSkbpo?-D}[.=?{/gxb#wk#`f9=HӎOlSVY.&`G.tIyD/z\1%z*8hM~HpmH(Ɩ#WN9X.Sq|̸'~J 6d 'Z3j˶)~[B8Bu^-]dL!:DxF30JȹY_rBTð Ɏ NoHJF`tHIOP' %V֐s~ɿ@r;J%}m@3RiWOOw\sf9(k@~336\\r}>bۜ-K/Ȼ "EfVd!,fSX ABTP)COono'KrHjHB85 0w5 FjCe I]Ne.C`ӞAKnB`}h3zMLz8` !ڝmEYFYXbM 0^)֘KE/\+C*RNT#ut łza-@e^[{,<0!U0^GT^M0h{͟ b.̓O?۳f*@SorUZzk:q=oa_pͯ wGTsE[w8N8d/ Z(K>rñK:xq!꾛L>)"v@ovzMC!ISkԔԁ F GFV6EKZm~۳ 8MB4Nv)PY!]c+>zAϾc3餾8bK`NJ6ghN;\6`` "$6M6ݯ:Buwa2(Q Y>!=rѶS ]""_`:(%ͅ.W+.l:w囥4U qa2bP|~Y2WOw/]N$׼*&Qql61* pճG3r`Jk<}`#Ep?dSH?zhœxeb{::IkFf=ˆ1p1*7m8CBa4("p K-Őu3 L&cP!BpeaJFY^ hYgåG-Z"3K抉6 0p~R̖ zt\vie{ehDaauOp[jqa4]w[~'IX^ë8Մc?9cY䫢0 o]tC[3ؿ]U4yVa?"WT}urфX&q:0 wۖ?kJwt`2g/Gf6q6X7;4}M:lUV7bEe8s)v&ݴDd9W_!(u*Z1끫9˶qpvqM E2U6wDЊW]\fU0d,G(\NZ=Q!Z|q\4TKJFkKˆ^yXsJh~ 4'm!S֥1">RPf5UGejK9m"] !ʵXqK CL4PyZb5 F046# V]Wֈڋ`s'x%8pp&! G/3fN5Sɨ% ؟&Dj2Gvws"Y۩C}VhG@9f˶pQY7AU|zfu=ǰGPȍK>;dd5ZY\ }4[|.ޢcSѮs.^ 33N* rGWBzVS !۲pprQ]t1#twQ֦rC^ ?t'>:Rmq8_t=^Fu#[fr7TN_ 5>kpkpI'^_a!^uTՁ Hd8AjwP^5?ڗ P=9?h;.$Vé'?gݷ@Եq?w &q`"J! }cdˇVOyIߩul">{c h͞Vm͟]zrqD|d~q7k!$;V<٩ǣ1[_l-N٤ܔ'}8F,&|cUmI3 V.s7N]Έp/e LViY$FJB FRj/xzAΡK(vy. %GY.Tƭ3 +|vq+O?Nl$9dzR?,|jj%=0]aGK>aRu:(ܟM6}-TzHj ePX.8v]$>8_ܣN cplLA:w c@ k!N\X갴Q_M6X}[kJ:FB<࿜,;W+nԾP+I]AYRwЁsv(S,,:j{^1Y3Ϫ;9) ȹ 5aCn伻6'4Hj],kٿy:+tT|Dnz{A> @4uWX{oZ༔!({4- }ztn᥾U;j*҉S g'M+x(Gw4d}{08b GBK@IU=5 *ܗt-B ʢTIwl/يrS2(Ӣݳ9W&C ý7DWH,$^"3+nZ+eZ1#X Hh:r~cXAtOH8 ȶ\3(l4IWB3OD  r+ ? 9nk=@< 8|h؇Lʟ)l2R5ra;S[oX| =.7= `Qy<|Vݿݧ3U~?Ƥpll)b`i_M>#=GZE̶Z'xZY+9#`69 +B7\bHp:doYy-0IG^*oaJ=\1!r[:9t*Ef, zMjR92§x1)˼Q%Ɇ]'!&jh{ #4my!엪[@\;XOaDwobh}^}puh Lp^Y5~6eSϦ 3I>f ι{4܌o5ւU lÿSR-'At/mJvLK)RJuaqH9Bَ0u' iYs̘/8(\pSښ.#A~I<5 ይmJg !&dg \<1uev oso;[YiK6m:e3ܴJ'Դq\kNMw?OfϑdrnCg3#7˶Bݯoxْ:?V"Wzn+/`ltTL78vH*)aBIwLJulu][b%y|ko!:BUkk(PQ'5D9_kgYIm}6WQ*\_uS.Oq+g΅(j˯D5Z?owx&"p3V8cYJLDܓfdnOH)Ma2-<%Ǔ)ʴ%ŶvN{ŷ!G A5Spf >q"0j%OEJbB3_CX?Ū%ح]CYΖ]wN ɛݧAɰКDNo$Fa]c^ʧx:Ǖ,{\^UiY+jI+TW\s'~: Zݠ m&Th2-׀gG_4j3ˆςP6K iC "Eu;=ȩ~(P8l GEBv]'D X?I@Iw) YZ-2:U?u-t%M7$3>G9}6 bl @{K]#.\LsdzßzkmVtPKH("c%,8y\x]Dll slߐ{|8}kry0b.!F^x.T+md'ϔ&mBTQ8ӝF)MwHBTH*nSt-l%$%P~u z)X2NNOM_qn`^qb-l2{,D _/BtΥBYo<)[C,bZ%=88 &PUdZUx3-) {t-zV;ʽ=pxPSSFsTd8'-㘩:%onH wD!=НCQ??yU ) ImH{ZZL&5{/6J* cD==5`S%_p/s̈́߭w6D3š Yu4@mj ֪ cZӋj7.R '+\H#$WCm( p*X&mTh o&I+nl Q d8D[V<_C6.շ$F٫DWM.6S#r?JBǤa2m)4U(`[>"yIO e>f xQ1D`2_E`:oݡsRR;~?6bÈmy]ł.MIն{2=tϖ ۥ=w{bЎH$'k,L+Ehd@뻒f;$'Wat>cVE/PRW hZuvIRrPL\4K(CNz&oVKA[)QCu{mV Sm0Uvla3J  7k|I fQ\*쇺5B! n&d|IIiʛ7Bg'y#?8d? 6ث%Mp?0k7_?͸2H0T}b*QFT̈cd 3_a /`Gn ["ƫʖm.u?D9ʜI+'1Fxm!ɐ~XA І SUMڿ.ʩ/0_ұRkBtos)oQ\UfûC(Itd fN׈`\(>R˹wm9A0;g_P ﮰg|n {Z/)/0,*~l!ŋ1& |2Y\`n4Jqv{< "v%lّĖ C8`2j nb6?ݥFJ̉ĒP' -fRs( V?; &T%\y9RV#F>=fBxb4ْ+z:-ŒMhXYO&gJx$(Uqmỏ`?>=?5gCe6U -ăgi4 +s#cҭL6^|؍Ō"ON舶pH64M"LqB>8΃E6ǵ5$zE?xp#9͙ae-i{ԳijdlY "<{GWMIJ@Rn*AbJB=l1sq7 UR}4`t)qOKcxcW|wLiգ2yuNg6{&7ҋH?s,"-[z|SeGhzsUp/,r+,QJThD|? W~󳞡K!bl`ʢ&x4XpL,i/ayqs;SYV.zfU켬m1Z> ]T\"\is{gjJ%DҮ' s򬲨&e-7=gLN#E {wNzkMvo^v17KVGO79R0_>aNUPU,*?&3i{|͕