File tkimg.changes of Package tkimg
-------------------------------------------------------------------
Fri Mar 01 12:42:00 UTC 2024 - Danilo Chang <ray2501@gmail.com>
- Update to version 1.4.16
* Several security and stability related changes.
* Extended test suite.
-------------------------------------------------------------------
Fri Jun 30 11:30:03 UTC 2023 - Reinhard Max <max@suse.com>
- Update to version 1.4.14
* Added support for reading RAW images with 32-bit integer and
64-bit double pixel values.
* Fixed compilation of libpng for ARM Neon.
Obsoletes fix-aarch64-neon.patch .
* Updated external libraries: JPEG 9e, PNG 1.6.38, TIFF 4.4.0,
ZLIB 1.2.13.
-------------------------------------------------------------------
Wed Apr 26 14:37:59 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Replace BuildRequire on xorg-x11-devel by pkgconfig(...)
-------------------------------------------------------------------
Fri May 20 12:54:09 UTC 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 1 09:04:46 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static
library (boo#1138797).
-------------------------------------------------------------------
Tue Jul 16 14:24:49 UTC 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 15:33:05 UTC 2012 - max@suse.com
- Add libjpeg-devel to BuildRequires to fix the build of img::jpeg
(bnc#780670).
-------------------------------------------------------------------
Tue Dec 20 20:29:37 UTC 2011 - coolo@suse.com
- add autoconf as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Wed May 21 20:35:12 CEST 2008 - max@suse.de
- Fix a crash with malformed GIF images (bnc#386009, CVE-2008-0553)
-------------------------------------------------------------------
Mon Feb 20 19:53:19 CET 2006 - max@suse.de
- Fixed some serious warnings (#152208).
-------------------------------------------------------------------
Wed Jan 25 21:42:12 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Jan 16 14:37:29 CET 2006 - max@suse.de
- Disabled parallel make.
-------------------------------------------------------------------
Tue Dec 13 18:03:38 CET 2005 - max@suse.de
- Fixed a typo in tcl.m4 that broke configure with bash 3.1.
-------------------------------------------------------------------
Wed Jul 27 19:10:15 CEST 2005 - max@suse.de
- Moved shared libs to libdir and script library to /usr/share/tcl.
-------------------------------------------------------------------
Wed Jul 6 12:10:58 CEST 2005 - max@suse.de
- Added missing includes to allow lightweight buffer overflow
checking.
-------------------------------------------------------------------
Thu Jun 2 02:02:36 CEST 2005 - ro@suse.de
- try to fix makefile deps
-------------------------------------------------------------------
Wed Apr 27 16:48:25 CEST 2005 - max@suse.de
- Update to the final 1.3 version.
-------------------------------------------------------------------
Fri Nov 12 00:16:37 CET 2004 - ro@suse.de
- fixed file list
-------------------------------------------------------------------
Wed Jul 28 10:16:42 CEST 2004 - max@suse.de
- Added tkimg-syslibs.patch to use the system-supplied versions of
libtiff, libjpeg, and libpng (Bug #43008).
-------------------------------------------------------------------
Mon Mar 1 17:03:53 CET 2004 - max@suse.de
- New package: tkimg-1.3rc2
- An image format extension for Tk.