File xview.changes of Package xview
-------------------------------------------------------------------
Tue Oct 18 11:01:26 UTC 2022 - hsk17@mail.de
- changes to build on recent tumbleweed
* xview-read-lseek-type.patch: use size types in read() and
lseek() declarations to avoid compile time errors
-------------------------------------------------------------------
Wed Jun 16 12:57:32 UTC 2021 - hsk17@mail.de
- changes to build on leap 15.3 / recent tumbleweed
* xview-rpc.patch now applied if glibc > 2.26
* xview-strerror.patch (applied if glibc >= 2.32): port
sys_nerr/sys_errlist to strerror
* xview-multiple-def.patch: declare some variables as extern
-------------------------------------------------------------------
Tue Dec 12 17:17:32 UTC 2018 - hsk17@mail.de
- additional patch to make it build on tumbleweed:
* xview-rpc.patch (have to use libtirpc)
-------------------------------------------------------------------
Tue Dec 4 17:37:41 UTC 2018 - hsk17@mail.de
- patches to make it build on suse 15:
* xview-cfree.patch (eliminate cfree())
* olvwm-regex.patch (use regex.h instead of regexp.h)
* wait-status.patch (type of status should be int)
- small fix-ups to spec file to silence rpmlint
- .so files moved to devel package
- added baselibs.conf and xview-build32bit.patch to build
32-bit lib packages on 64-bit system
-------------------------------------------------------------------
Thu Aug 29 09:32:55 UTC 2013 - me@xenu.tk
- Added license to .spec file
-------------------------------------------------------------------
Wed Aug 28 21:55:58 UTC 2013 - me@xenu.tk
- Now /usr/lib path is not hardcoded (see xview-buildsystem.patch).
- Moved /etc/profile.d/openwin.sh and /etc/profile.d/openwin.csh to
separate source files.
-------------------------------------------------------------------
Wed Aug 28 13:24:10 UTC 2013 - me@xenu.tk
- Package created.
- It is based on xview 3.2p1.4-28.1 from Debian
- XView now builds on openSUSE (see xview-buildsystem.patch).
- Moved XView from /usr/openwin to standard directories (see
xview-buildsystem.patch).
- Now examples aren't built automatically (see
xview-buildystem.patch).
- Some applications now will not crash when maximized, it affected
Firefox and SeaMonkey (see olvwm-hints.patch).
- textsw_get_recorded_x(), xv_find_proper_gc(), HandleNewDrop(),
xv_decode_drop(), file_chooser_get(), olgx_get_single_color()
will always return value (see xview-return.patch).
- Created ERROR_UNIMPLEMENTED() macro and used it to mark
unimplemented functions (see xview-unimplemented.patch).
- shelltool now has basic mouse support (see
shelltool-mouse.patch).
- Added 24-hour mode to clock (see clock-24hour.patch).
- Modified menu files (see olvwm-menu.patch).