* Fri May 20 2022 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.4.13
* Disable support of zstd in libtiff
* Corrected bug in BMP and XBM parser.
* Bug fix when reading 16-bit images (tkimg_RemapUShortValues).
* Added new format "flir" for reading FLIR infrared images.
* Bug fix for reading animated GIF's.
* Bug fix for RAW format handler regarding AutomaticGainControl.
* Bug fix for SGI format handler.
* Enhanced RAW format handler with AutomaticGainControl algorithmn.
* Fixed Tk panic on exit when pixmap images have been created.
* Changed behaviour of gamma handling:
Read: If no gamma is stored in PNG file, no gamma is set.
Previous behaviour was to set it to 0.45.
Write: No gamma value is written to PNG file.
Previous behaviour was to set it to 1.0.
* Added 2 new PNG format options "-verbose" and "-gamma".
* Disable jbig support, as this generally cannot be relied upon
* Bug fix when writing GIF images.
* Bug fix when reading greyscale PNG images with alpha channel.
* Added format option "-alpha" to PNG reader to be compatible with Tk 8.6.
* Bug fixes in various parsers to avoid core dumps when specifying a
wrong format option.
- Add tests-add-destdir-tcllibpath.patch
* Add DESTDIR to TCLLIBPATH, so freshly installed tcl packages
are found if not installing into root.
- Add fix-aarch64-neon.patch
* Fix build on armv8, disable NEON intrinsics as the required
source files are not included for libpng
* Mon Jul 01 2019 Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static
library (boo#1138797).
Version: 1.4-bp150.2.4
* Tue Jul 16 2013 max@suse.com
- Update to version 1.4:
* obsoletes all patches we've had so far.
- Spec file cleanup
- Split off a devel package
* Wed Sep 26 2012 max@suse.com
- Add libjpeg-devel to BuildRequires to fix the build of img::jpeg
(bnc#780670).
* Tue Dec 20 2011 coolo@suse.com
- add autoconf as buildrequire to avoid implicit dependency
* Wed May 21 2008 max@suse.de
- Fix a crash with malformed GIF images (bnc#386009, CVE-2008-0553)
* Mon Feb 20 2006 max@suse.de
- Fixed some serious warnings (#152208).
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 16 2006 max@suse.de
- Disabled parallel make.
* Tue Dec 13 2005 max@suse.de
- Fixed a typo in tcl.m4 that broke configure with bash 3.1.
* Wed Jul 27 2005 max@suse.de
- Moved shared libs to libdir and script library to /usr/share/tcl.
* Wed Jul 06 2005 max@suse.de
- Added missing includes to allow lightweight buffer overflow
checking.
* Thu Jun 02 2005 ro@suse.de
- try to fix makefile deps
* Wed Apr 27 2005 max@suse.de
- Update to the final 1.3 version.
* Thu Nov 11 2004 ro@suse.de
- fixed file list
* Wed Jul 28 2004 max@suse.de
- Added tkimg-syslibs.patch to use the system-supplied versions of
libtiff, libjpeg, and libpng (Bug #43008).
* Mon Mar 01 2004 max@suse.de
- New package: tkimg-1.3rc2
- An image format extension for Tk.