33 Commits

Author SHA256 Message Date
fee7fee8e1 Accepting request 1086132 from home:jengelh:branches:X11:FOX
- Remove non-SUSE fragments, there is no build enabled for
  those targets anyway. Replace more -devel by pkgconfig(...).

OBS-URL: https://build.opensuse.org/request/show/1086132
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=124
2023-05-11 11:28:01 +00:00
f7030d75ee Accepting request 1085302 from home:jengelh:branches:X11:FOX
- Replace xorg-x11-devel by pkgconfig(...)

OBS-URL: https://build.opensuse.org/request/show/1085302
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=122
2023-05-10 13:43:15 +00:00
228ab15636 Accepting request 1082922 from home:jengelh:branches:X11:FOX
- Drop require on xorg-x11-libs, that metapackage itself requires
  nothing, and does not provide any usable files either.

OBS-URL: https://build.opensuse.org/request/show/1082922
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=120
2023-05-04 08:24:29 +00:00
Lars Vogdt
dd2fea93af - package license files in library package
- ran spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=115
2019-05-05 16:12:05 +00:00
Lars Vogdt
ea180e2358 - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=114
2018-10-05 12:21:17 +00:00
Lars Vogdt
5ddbb31ea4 - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=112
2017-05-18 09:52:06 +00:00
Lars Vogdt
6c647a9e40 Accepting request 436762 from home:behrisch
update to 1.6.52

OBS-URL: https://build.opensuse.org/request/show/436762
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=110
2016-11-15 20:22:33 +00:00
Lars Vogdt
e988021bff - the -devel-static package must require the -devel-package,
see https://en.opensuse.org/openSUSE:Packaging_guidelines#Exception

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=108
2014-12-15 13:37:57 +00:00
Lars Vogdt
c643d8ff19 Accepting request 246797 from home:jengelh:branches:X11:FOX
- Follow shared library package naming guidelines a bit closer

OBS-URL: https://build.opensuse.org/request/show/246797
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=107
2014-10-17 14:54:33 +00:00
Lars Vogdt
760dd3dc3f - update to 1.6.50:
+ no upstream changes available

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=105
2014-08-15 13:27:23 +00:00
Lars Vogdt
82df050c79 - update to 1.6.49:
+ Check index out of bounds in FXTabBook::setCurrent().

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=103
2013-09-16 07:09:53 +00:00
Lars Vogdt
05d4fe31b7 - update to 1.6.47:
+ Prototype of wndproc() was not correct for 64-bit Windows.

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=101
2013-01-23 12:37:35 +00:00
Michael Behrisch
60dceb068f Accepting request 136307 from home:behrisch
glu dep fix for factory

OBS-URL: https://build.opensuse.org/request/show/136307
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=99
2012-09-28 12:02:17 +00:00
Michael Behrisch
800608e8ae Accepting request 135083 from home:behrisch
fixing devel dependencies for ScientificLinux

OBS-URL: https://build.opensuse.org/request/show/135083
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=97
2012-09-19 19:14:15 +00:00
Stephan Kulow
e12aeecb67 Accepting request 134874 from home:namtrac:bugfix
- Add explicity glu dependency for openSUSE > 12.2

OBS-URL: https://build.opensuse.org/request/show/134874
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=96
2012-09-18 13:38:10 +00:00
Lars Vogdt
7356e8a495 - create symlinks in devel package where the binaries live
(TODO: use update-alternatives)

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=95
2012-09-09 14:41:44 +00:00
Lars Vogdt
f57bf05c80 - 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

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=93
2012-07-12 19:00:53 +00:00
Lars Vogdt
a02ff358d2 - 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

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=89
2011-12-09 09:21:26 +00:00
Michael Behrisch
1329f0a976 Accepting request 86009 from home:coolo:removelibtool
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages

OBS-URL: https://build.opensuse.org/request/show/86009
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=87
2011-10-02 17:54:48 +00:00
Lars Vogdt
af8df45dc3 Accepting request 83544 from home:jengelh:bl-f
- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.)

OBS-URL: https://build.opensuse.org/request/show/83544
OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=85
2011-09-19 20:20:58 +00:00
Lars Vogdt
07d1245dea - 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.

OBS-URL: https://build.opensuse.org/package/show/X11:FOX/fox16?expand=0&rev=83
2011-02-07 20:36:17 +00:00
OBS User autobuild
7456fe8e3c Accepting request 46902 from X11:FOX
Copy from X11:FOX/fox16 based on submit request 46902 from user lrupp

OBS-URL: https://build.opensuse.org/request/show/46902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=17
2010-09-03 14:10:29 +00:00
OBS User autobuild
6910b7900e Accepting request 28929 from X11:FOX
Copy from X11:FOX/fox16 based on submit request 28929 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=13
2010-01-12 14:46:01 +00:00
OBS User autobuild
94f0c1db09 Accepting request 18653 from X11:FOX
Copy from X11:FOX/fox16 based on submit request 18653 from user lrupp

OBS-URL: https://build.opensuse.org/request/show/18653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=11
2009-08-26 14:50:40 +00:00
OBS User unknown
79b842b2ce OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=10 2009-07-11 00:34:56 +00:00
OBS User unknown
ef29bbadbd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=8 2008-08-02 01:32:59 +00:00
OBS User unknown
8123d3ee8e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=7 2008-04-03 23:28:13 +00:00
OBS User unknown
bf033ce347 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=6 2008-01-30 17:08:48 +00:00
OBS User unknown
c139ec5b1c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=5 2007-10-10 23:28:11 +00:00
OBS User unknown
b4dfa8f21c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=4 2007-06-05 16:24:47 +00:00
OBS User unknown
ebc15d3d69 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=3 2007-05-10 21:49:48 +00:00
OBS User unknown
62c8c36717 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=2 2007-05-04 09:06:26 +00:00
OBS User unknown
989a86fc99 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fox16?expand=0&rev=1 2007-03-19 03:28:57 +00:00