Changelog for
fox16-devel-1.6.54-44.1.x86_64.rpm :
Thu May 18 14:00:00 2017 larsAATTlinux-schulserver.de
- Update to 1.6.54:
+ Fix core dump using old GNU C Library or CYGWIN inside
FXString::vformat.cpp.
+ Fixed typo in FXString::vformat.cpp.
Sat Oct 22 14:00:00 2016 behrischAATTusers.sourceforge.net
- update to 1.6.52:
+ Small fixes for 64-bit casts in dctest.cpp (compiler warning issues).
+ JPEG image I/O color spaces handled better.
+ FXApp input callback message ID for SEL_IO_EXCEPT was wrong.
+ Change in how FXStat determines if a file is an executable (Windows).
Mon Dec 15 13:00:00 2014 larsAATTlinux-schulserver.de
- the -devel-static package must require the -devel-package,
see https://en.opensuse.org/openSUSE:Packaging_guidelines#Exception
Fri Aug 29 14:00:00 2014 jengelhAATTinai.de
- Use verifiable https://en.opensuse.org/SourceUrls and
original tarball
- Follow shared library package naming guidelines a bit closer
Fri Aug 15 14:00:00 2014 larsAATTlinux-schulserver.de
- update to 1.6.50:
+ no upstream changes available
Mon Sep 16 14:00:00 2013 larsAATTlinux-schulserver.de
- update to 1.6.49:
+ Check index out of bounds in FXTabBook::setCurrent().
Wed Jan 23 13:00:00 2013 larsAATTlinux-schulserver.de
- update to 1.6.47:
+ Prototype of wndproc() was not correct for 64-bit Windows.
Fri Sep 28 14:00:00 2012 behrischAATTusers.sourceforge.net
- fixed glu dependency for devel package for openSUSE > 12.2
Wed Sep 19 14:00:00 2012 behrischAATTusers.sourceforge.net
- fixed devel dependencies for scientific linux
Tue Sep 18 14:00:00 2012 idonmezAATTsuse.com
- Add explicity glu dependency for openSUSE > 12.2
Sun Sep 9 14:00:00 2012 larsAATTlinux-schulserver.de
- create symlinks in devel package where the binaries live
(TODO: use update-alternatives)
Thu Jul 12 14:00:00 2012 larsAATTlinux-schulserver.de
- update to 1.6.46:
+ Small tweak to FXIcon\'s guessthresh(), thanks to Fanglin.
+ Fixed quaternion arc() routine. In case of vectors that are
(almost) 180 degrees apart, the wrong quaternion was returned.
+ Invalid handle issue fixed in FXWindow.
+ Backported FXPath shell escaping routine.
- added fox16-remove_date_from_reswrap.patch
to remove date from reswrap help to support build compare
Fri Dec 9 13:00:00 2011 larsAATTlinux-schulserver.de
- update to 1.6.44:
+ removed -Wextra from CXXFLAGS
+ Force quoting in FXString FXPath::dequote and FXPath::enquote
if the string contains at least one whitespace
Sat Oct 1 14:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to make the spec file more reliable
Sun Sep 18 14:00:00 2011 jengelhAATTmedozas.de
- Apply packaging guidelines (remove redundant/obsolete
tags/sections from specfile, etc.)
Mon Feb 7 13:00:00 2011 larsAATTlinux-schulserver.de
- update to 1.6.43:
+ Added missing AC_FUNC_MMAP to configure.ac. Presence of mmap()
and munmap() API\'s we not being discovered properly.
+ Fix libpng version 1.5. Members of png_struct are now hidden,
so fxpngio.cpp must use newly introduced API to use
embedded jmp_buf.
+ Fix configure.ac type which caused linkage to libGL and libGLU
even if compiled without GL support.
Wed Sep 1 14:00:00 2010 larsAATTlinux-schulserver.de
- update to 1.6.40:
* FXSystem::getTempDirectory() now uses TMPDIR environment
variable if set.
* Auto-guess icon etch mask threshold added.
* Removed XGetDefault from code in ControlPanel.cpp.
- removed upstreamed fox-1.6.34-am111.patch
Sun Dec 13 13:00:00 2009 larsAATTlinux-schulserver.de
- update to 1.6.37:
* Fixed remainingTimeout() returning ns, not ms remaining time.
* Fixed bug in parsing of accelerators.
* Fixed wrong enum value in FXComboBox.
* Backported FXTable fix from 1.7 (delete of selected lines).
- refreshed patches, fix Obsoletes
- removed configure option --htmldir - has no effect
Tue Jul 7 14:00:00 2009 cooloAATTnovell.com
- fix build with automake 1.11
Tue Jun 16 14:00:00 2009 lruppAATTsuse.de
- fix requires for fox16-devel on other distributions
- rename fox16-static to fox16-devel-static to follow the new
naming policy for static libs
Mon Apr 27 14:00:00 2009 behrischAATTinformatik.hu-berlin.de
- added libbz2-devel and cups-devel dependencies for fox-devel
Sat Apr 11 14:00:00 2009 behrischAATTinformatik.hu-berlin.de
- update to 1.6.36:
+ Fixed FXTable startInput() issue.
+ Backported FXFont Freetype pitch size.
+ Fixed compose context create issue.
+ Bug fix in fxloadPPM() when ascii black and white bitmap is loaded.
+ Call tr() when populating color names.
+ Small bug in FXTextField when I-beam cursor surrounded by non-ascii
UTF8 characters and it near the beginning or end of the string.