166 lines
5.2 KiB
Plaintext
166 lines
5.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 26 09:45:23 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Drop patches merged in the git repo:
|
|
* xli-1.17.0-8bit_palette.patch
|
|
* xli-1.17.0-configfile.patch
|
|
* xli-1.17.0-overflow.patch
|
|
* xli-1.17.0.patch
|
|
* xli-png-alpha.patch
|
|
* xli-png_check_sig.patch
|
|
- Update to version 1.17+git20170726.0bb4fb4:
|
|
* Respect destdir during install
|
|
* Symlink with relative path in makefile
|
|
* Add support for 8bit pallete
|
|
* Make xli handle arrow keys to move image
|
|
* Add temp files and patches to gitignore
|
|
* Implement zoom functionality
|
|
* Adds support for the special "None" colour in XPMs
|
|
* Document zooming control
|
|
* Add a -forall option
|
|
* A bug with all merging
|
|
* Do not read past buffer end
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 26 08:25:08 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Allow xli to load up on alpha backgrounded png, if there would be
|
|
upstream this should be upstreamed:
|
|
* xli-png-alpha.patch
|
|
- Cleanup a bit with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 3 04:05:46 UTC 2014 - crrodriguez@opensuse.org
|
|
|
|
- Switch to individual pkgconfig() build requires
|
|
instead of using metapackage xorg-x11-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 1 09:08:08 UTC 2010 - prusnak@suse.cz
|
|
|
|
- provide also xloadimage
|
|
- cleanup specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 4 18:51:25 CEST 2010 - ro@suse.de
|
|
|
|
- fix build with libpng14
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 17:18:59 CEST 2007 - lmichnovic@suse.cz
|
|
|
|
- update to new snapshot 2006/11/10
|
|
* fixing a crash on PGM/PPM images with a maxval > 255,
|
|
and various warnings about uninitialized variables.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 9 07:42:34 CET 2007 - aj@suse.de
|
|
|
|
- Add defattr.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 27 16:28:51 CEST 2006 - lmichnovic@suse.cz
|
|
|
|
- building with X.org 7.x: detects version of X.org instead of
|
|
suse_version
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 22 20:18:38 CEST 2006 - lmichnovic@suse.cz
|
|
|
|
- create config file in /usr/lib/X11/Xli as sugested in man page
|
|
(configfile.patch)
|
|
- now builds also with new X.org 7.x
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:43:12 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 12 20:14:01 CET 2006 - lmichnovic@suse.cz
|
|
|
|
- added -fstack-protector into CCOPTIONS in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 14 16:29:08 CEST 2005 - lmichnovic@suse.cz
|
|
|
|
- fixed buffer overflow which can be misused to execute arbitrary code (#121922)
|
|
- added support 8bit color images with palette.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 8 12:16:53 CEST 2005 - ltinkl@suse.cz
|
|
|
|
- update to snapshot 2005-09-04 which incorporates fixes for
|
|
the previous security bug (#66139) and fullscreen handling
|
|
(#115258)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 10 11:27:46 CEST 2005 - meissner@suse.de
|
|
|
|
- use RPM_OPT_FLAGS
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 20 15:35:44 CEST 2005 - ltinkl@suse.de
|
|
|
|
- fix buffer overflow (#66139)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 1 09:36:30 CEST 2004 - bg@suse.de
|
|
|
|
- fix Imakefile for hppa
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 24 15:14:31 CET 2004 - schwab@suse.de
|
|
|
|
- Fix bad unsigned division [#25778].
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 04 20:01:54 CEST 2003 - mjancar@suse.cz
|
|
|
|
- added URL
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 13 17:27:20 CET 2002 - jderfina@suse.cz
|
|
|
|
- fixed "GCC no longer implements <varargs.h>." error.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 26 10:28:26 CEST 2002 - max@suse.de
|
|
|
|
- New version 1.17.0.
|
|
- Now supports PNG and progressive JPEG.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 4 16:39:03 CEST 2001 - nadvornik@suse.cz
|
|
|
|
- fixed copyright tag
|
|
- removed Provides: xli
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 20 14:46:18 CEST 2001 - nadvornik@suse.cz
|
|
|
|
- fixed possible buffer overflow
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 17:58:21 CEST 2001 - schwab@suse.de
|
|
|
|
- Fix missing declarations.
|
|
- Fix unaligned access.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 12 09:52:42 CEST 2000 - nadvornik@suse.cz
|
|
|
|
- added BuildRoot
|
|
- removed Makefile.Linux
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
----------------------------------------------------------------------------
|
|
Mon Jun 9 14:48:44 MEST 1997 - fehr@suse.de
|
|
|
|
- make all smlinks relative
|
|
|