Package Release Info

fox16-1.6.54-bp151.2.16

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

fox16-devel
fox16-devel-static
fox16-doc
fox16-example-apps
libFOX-1_6-0

Change Logs

Version: 1.6.54-bp150.2.5
* Thu May 18 2017 lars@linux-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 2016 behrisch@users.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 2014 lars@linux-schulserver.de
- the -devel-static package must require the -devel-package,
  see https://en.opensuse.org/openSUSE:Packaging_guidelines#Exception
* Fri Aug 29 2014 jengelh@inai.de
- Use verifiable https://en.opensuse.org/SourceUrls and
  original tarball
- Follow shared library package naming guidelines a bit closer
* Fri Aug 15 2014 lars@linux-schulserver.de
- update to 1.6.50:
  + no upstream changes available
* Mon Sep 16 2013 lars@linux-schulserver.de
- update to 1.6.49:
  + Check index out of bounds in FXTabBook::setCurrent().
* Wed Jan 23 2013 lars@linux-schulserver.de
- update to 1.6.47:
  + Prototype of wndproc() was not correct for 64-bit Windows.
* Fri Sep 28 2012 behrisch@users.sourceforge.net
- fixed glu dependency for devel package for openSUSE > 12.2
* Wed Sep 19 2012 behrisch@users.sourceforge.net
- fixed devel dependencies for scientific linux
* Tue Sep 18 2012 idonmez@suse.com
- Add explicity glu dependency for openSUSE > 12.2
* Sun Sep 09 2012 lars@linux-schulserver.de
- create symlinks in devel package where the binaries live
  (TODO: use update-alternatives)
* Thu Jul 12 2012 lars@linux-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 09 2011 lars@linux-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 01 2011 coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
* Sun Sep 18 2011 jengelh@medozas.de
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)
* Mon Feb 07 2011 lars@linux-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 01 2010 lars@linux-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 2009 lars@linux-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 07 2009 coolo@novell.com
- fix build with automake 1.11
* Tue Jun 16 2009 lrupp@suse.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