|
|
|
|
Changelog for fox16-devel-static-1.6.57-77.1.x86_64.rpm :
* Sun May 07 2023 Jan Engelhardt - Replace xorg-x11-devel by pkgconfig(...) * Wed Apr 26 2023 Jan Engelhardt - Drop require on xorg-x11-libs, that metapackage itself requires nothing, and does not provide any usable files either. * Sun May 05 2019 larsAATTlinux-schulserver.de - 1.6.57- package license files in library package- ran spec-cleaner * Fri Oct 05 2018 larsAATTlinux-schulserver.de- Update to 1.6.57: + Libtool flags added on behalf of FXRuby builds and missing UNICODE flag added for CYGWIN32 build. + Problem fixed in FXString vformat(). + Fix FXMemoryStream position() API: error code was set moving stream position to end of buffer. * Thu May 18 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 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 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 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 2014 larsAATTlinux-schulserver.de- update to 1.6.50: + no upstream changes available * Mon Sep 16 2013 larsAATTlinux-schulserver.de- update to 1.6.49: + Check index out of bounds in FXTabBook::setCurrent(). * Wed Jan 23 2013 larsAATTlinux-schulserver.de- update to 1.6.47: + Prototype of wndproc() was not correct for 64-bit Windows. * Fri Sep 28 2012 behrischAATTusers.sourceforge.net- fixed glu dependency for devel package for openSUSE > 12.2 * Wed Sep 19 2012 behrischAATTusers.sourceforge.net- fixed devel dependencies for scientific linux * Tue Sep 18 2012 idonmezAATTsuse.com- Add explicity glu dependency for openSUSE > 12.2 * Sun Sep 09 2012 larsAATTlinux-schulserver.de- create symlinks in devel package where the binaries live (TODO: use update-alternatives) * Thu Jul 12 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 09 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 01 2011 cooloAATTsuse.com- add libtool as buildrequire to make the spec file more reliable * Sun Sep 18 2011 jengelhAATTmedozas.de- Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.) * Mon Feb 07 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 01 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 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 07 2009 cooloAATTnovell.com- fix build with automake 1.11 * Tue Jun 16 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 2009 behrischAATTinformatik.hu-berlin.de- added libbz2-devel and cups-devel dependencies for fox-devel * Sat Apr 11 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. * Tue Jul 29 2008 lruppAATTsuse.de- update to 1.6.34: + Fixed bug in FXSettings; symptoms: every once in a while, a key-value pair was skipped. + Minor tweak to order in which size constraints are being passed to Window Managers on X11. Some Window Managers had a problem with the old order. + Backported FXTopWindow resize() and position() fixes from 1.7. + Fixed GCC 4.3 warning in FXArray header file. + Made internal data arrays static to prevent global name clashes on some compilers. + Fixed uninitialized variable in FXFileDict.- remove upstreamed fox-1.6.26_initialise_local_variable.patch * Thu Apr 03 2008 lruppAATTsuse.de- update to 1.6.32: + Fixed FXPath::simplify(). Backport from FOX 1.7. + Fixed Adie CPU load issue caused by clock updating. + Fixed FXURL::fileFromURL().- create docs using doxygen * Mon Dec 17 2007 lruppAATTsuse.de- update to 1.6.31: + Bug fix to strtoull() for systems which have no native strtoull(). + Missing tr() added in FXMDIClient. + Fix for FXRuby in FXMDIClient (don\'t test for message==0 in notify message).- split libfox%soname to follow shared library packaging policy- fix desktop files and add them as normal files- enable warnings again * Wed Oct 10 2007 lruppAATTsuse.de- update to 1.6.30: + Fixed some issues with flush() in FXBZFileStream and FXGZFileStream. + FXDial didn\'t issue SEL_COMMAND when driven from keyboard. + Small typo found in fxfilematch() was found which affected character-range matching. + Problem in FX7Segment fixed. + Added \".jpeg\" as additional extension for JPEG images in FXIconSource. + Fix in FXSplashWindow not killing timer if it gets destroyed before timer goes off. + FX7Segment had bug in onCmdGetStringValue() implementation + Cruft removed from FXMat3f. + Bold style fixed in FXText. + Read outside buffer problem fixed in FXText. + Bugs in FXListBox and FXTreeListBox fixed.- added fox16-rpmlintrc- added LICENSE_ADDENDUM, removed INSTALL from %doc- create desktop entries for adie, calculator and pathfinder * Tue Jun 05 2007 lruppAATTsuse.de- update to 1.6.27 + Fixed regression in glUseFXFont() when using Xft instead of XLFD. + Fixed bug in FXVisual which caused drawing to FXBitmap to fail. + Fixed issue with bold-face text not drawing correctly in FXText if gap happens to be in the text-fragment being drawn. + FXMDIChild resize animation speed changed a little bit. + Decoration options interpreted under Windows-XP and UNIX as follows: DECOR_SHRINKABLE means window may be smaller, but not larger, than default size; DECOR_STRETCHABLE means window may be larger, but not smaller, than default size; and finally, DECOR_RESIZE means window may be both smaller or larger than default size.- Remove libbz2 from BuildRequires (in buildsystem now)- Remove \"--with-xim\": breaks keyboard support * Thu May 10 2007 roAATTsuse.de- fix typo in specfile * Thu May 03 2007 larsAATTsuse.de- update to 1.6.26- remove upstremed patches: + fox-1.6.20_configure_x11_extensions_header.patch + fox-1.6.20_AM_CFLAGS.patch- adapt fox-1.6.26_initialise_local_variable.patch- added Mandriva and Fedora dependencies- require libexpat-devel for openSUSE > 10.2 * Wed Mar 07 2007 lruppAATTsuse.de- fixed requires for devel package on older distributions * Tue Mar 06 2007 lruppAATTsuse.de- update to 1.6.23: + Fixed problem with X11 XLFD fonts. If XLFD font name specified directly, no font was matched. + Fixed spurious call to removeItem() in extractItem() inside FXTreeListBox. + Always define vfscanf(), vscanf(), and vsscanf() when on Windows. + Remove FXAPI in FXObjectListOf template. * Sun Jan 28 2007 lruppAATTsuse.de- add static package- compile for release- reorder documentation * Fri Jan 26 2007 lruppAATTsuse.de- added version numbers in provides- build on older distributions * Fri Dec 01 2006 lruppAATTsuse.de- update to 1.6.20 + Rolled back explicit template instantiation stuff: not supported everywhere. + Fix bug in FXMutex::locked() implementation. + Suppress 4244 warning (possible loss of data) on VC++ compiler. + Bug fix in FXApp drag and drop. + Wrong error message in argument check in FXTable API. + Fixed minor issues in FXPicker: now issues message on mouse button release. + Fixed problems in FXFile, FXSocket, FXPipe occurring on 64-bit Windows. * Fri Oct 13 2006 lruppAATTsuse.de- update to 1.6.16 + Fixed issue with FXMDIChild and FXTopWindow close() routine; this mostly affects FXRuby + Fixed FXTextField drawCursor() array overrun and text measurement bugs + Surround fxascii & fxunicode.cpp with namespace + End of stream bugs in FXGZFileStream and FXBZFileStream + FXToolTip & FXExpression bugs fixed + Updated Adie.stx- removed fox-1.6.4_optflags.patch * Tue Jun 13 2006 lruppAATTsuse.de- fix #183748 : fox development files in run-time package- fix #183746 : package fox is compiled without RPM_OPT_FLAGS- fix #183739 : fox-1.6.4-3: local variable used before set- reduce BuildRequires- enable configure options: cups,xft,xim,xcursor,xrandr,opengl,shape,xshm * Wed Apr 26 2006 lruppAATTsuse.de- new source 1.6.4 from upstream - package is alive again ;-) * Mon Jun 23 2003 pthomasAATTsuse.de- Include accidently left out libFOX.so. * Fri Jun 20 2003 pthomasAATTsuse.de- Initial package creation.- Use AM_CXXFLAGS instead of overriding CXXFLAGS.- Clean up code, including int->pointer casts.
|
|
|