forked from pool/libXaw3d
421 lines
15 KiB
Plaintext
421 lines
15 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 5 14:58:43 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to libXaw3d 1.6.6:
|
|
* unifdef ISC
|
|
* unifdef macII
|
|
* Stop working around a bug in the macII A/UX 1.0 cc
|
|
* Remove unused sharedlib.c
|
|
* It was only built by Imake if SUNSHLIB was defined.
|
|
* SUNSHLIB was only set in the Imake configs for SunOS versions < 5
|
|
* unifdef __UNIXOS2__
|
|
* unifdef __osf__
|
|
* gitlab CI: add xz-utils to container for "make distcheck"
|
|
* Also update to latest ci-templates
|
|
* unifdef AIXV3
|
|
* unifdef sony
|
|
* unifdef NCR
|
|
* Multisink.c: Clear -Werror=incompatible-pointer-types error
|
|
this fixes boo#1220977
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 16 12:33:24 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Update to libXaw3d 1.6.5:
|
|
* Set close-on-exec when opening files
|
|
* configure: pass noyywrap to AC_PROG_LEX if using autoconf 2.70 or later
|
|
* Raises minimum autoconf version from 2.60 to 2.64 for m4_version_prereq
|
|
* Clears autoconf warning:
|
|
configure.ac:29: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
|
|
./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from...
|
|
./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from...
|
|
configure.ac:29: the top level
|
|
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
|
|
* AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
|
|
so it's time to rely on it.
|
|
* Clears autoconf warnings:
|
|
configure.ac:13: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
|
|
configure.ac:13: You should run autoupdate.
|
|
aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
|
|
configure.ac:13: the top level
|
|
* libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
|
|
libtoolize: and rerunning libtoolize and aclocal.
|
|
* Issue #5: incompatible function pointer passed in _XawImRealize()
|
|
* Import wrapper function with expected arguments from libXaw,
|
|
where it appears to have been originally fixed in XFree86 3.9Nb
|
|
by Paulo Cesar Pereira de Andrade.
|
|
- Port patch xaw3d-secure.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 13 12:21:28 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Move https to https even for URLs in comments
|
|
- Drop not existing URL
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 29 09:46:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.6.4:
|
|
* convert ISO8859-1 encoded source files to UTF-8
|
|
* Fix spelling/wording issues
|
|
* Build xz tarballs instead of bzip2
|
|
* fix configure doesn't fail if flex is not installed
|
|
* build-fixes when _CONST_X_STRING is defined
|
|
* Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection
|
|
* Fix fd leak when write() fails in WriteToFile()
|
|
* Bug 24635: File Descriptor leaks in libxaw-1.0.7
|
|
- add keyring and signature validation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 18 14:29:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Drop --with-pic (no effect with --disable-static)
|
|
- Trim old rpm macros/constructs
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 19 10:32:17 UTC 2018 - werner@suse.de
|
|
|
|
- Update to new upstream release 1.6.3
|
|
* Avoid using dead pointer in _XawTextSetSelection
|
|
* Fix copied from 2D libXaw commit 11c3a104141e1a4946ad949dfb5514df0b66a031
|
|
* autogen: add default patch prefix
|
|
* autogen.sh: use quoted string variables
|
|
* Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
|
|
fall-outs, when they contain space.
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
* Syncs the invocation of configure with the one from the server.
|
|
* darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass
|
|
* Get rid of some extraneous ; at the end of C source lines
|
|
* Use SEEK_* names instead of raw numbers for fseek whence argument
|
|
* Just use C89 size_t instead of rolling our own Size_t & Off_t
|
|
* Fix abs() usage.
|
|
* For long arguments, use labs().
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
|
|
* Replace TXT16 with XChar2b inline
|
|
* No longer need #define to substitute it now that we no longer set
|
|
it to a different type on CRAY systems.
|
|
* Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
|
|
* Fix --disable-feature options in configure
|
|
* Make --disable-feature options passed to configure not enable
|
|
the feature but keep it disabled instead.
|
|
- Port our patches to new version
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 1 21:16:33 UTC 2014 - crrodriguez@opensuse.org
|
|
|
|
- Ensure all "la" files are deleted, not just those in libdir
|
|
- Enable verbose build
|
|
- Do not use xorg-x11-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 27 15:15:00 UTC 2014 - fcrozat@suse.com
|
|
|
|
- Add baselibs.conf as source.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 18 13:29:15 UTC 2014 - fcrozat@suse.com
|
|
|
|
- Add obsoletes to baselibs.conf.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 26 13:38:57 UTC 2013 - jengelh@inai.de
|
|
|
|
- Add obsoletes/provides xaw3d-devel because we are now
|
|
libXaw3d-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 22 07:29:57 UTC 2013 - jengelh@inai.de
|
|
|
|
- Redo xaw3d-elf.patch to modify Makefile.am instead and to also
|
|
include description
|
|
- Remove hackish Provides: from .spec file that were only
|
|
for use with symlinks
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 30 09:31:49 UTC 2013 - werner@suse.de
|
|
|
|
- Follow crackbrained policy and change SuSE into SUSE
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 29 16:11:10 UTC 2013 - werner@suse.de
|
|
|
|
- Make the libraries ELF compatible that is that each library has
|
|
its own soname as otherwise the runtime linker may show warnings
|
|
- Enable the configure options for internationalization,
|
|
multiplane-bitmaps, gray-stipples, and arrow-scrollbars
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 14 23:31:46 UTC 2013 - jengelh@inai.de
|
|
|
|
- Rename xaw3d to libXaw3d. Use libXaw.spec and xaw3d.changes as base.
|
|
- Kill unused Conflicts: axe
|
|
- Update to new upstream release 1.6.2 (update from prior 1.5E
|
|
released on 2003-04-17)
|
|
* Nuke unused source code, resolve many compile warnings,
|
|
switch to autotools
|
|
- Drop Xaw3d-1.5E-compat.patch, Xaw3d-1.5E-gvI18N.patch,
|
|
Xaw3d-1.5E-null.patch, Xaw3d-1.5E-close-destroy-crash.patch
|
|
(merged upstream).
|
|
- Drop Xaw3d-1.5E-cast.patch (resolved differently upstream).
|
|
- Rebased and renamed remaining patches from Xaw3d-1.5E-* to xaw3d-*
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 9 14:42:06 UTC 2011 - werner@suse.de
|
|
|
|
- Correct path of latest change as .conf is required
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 4 09:51:40 UTC 2011 - aj@suse.de
|
|
|
|
- Add /etc/ld.so.conf.d/xaw3dd for ldconfig (bnc#671725).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 10 17:10:18 CEST 2010 - werner@suse.de
|
|
|
|
- Add missing Xaw.so.7 version of Xaw3d (bnc#627314)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 16:27:17 CET 2009 - jengelh@medozas.de
|
|
|
|
- add baselbis.conf as a source
|
|
- enable parallel building
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
|
|
|
- make patch0 usage consistent
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 17 20:18:00 CEST 2009 - crrodriguez@suse.de
|
|
|
|
- remove static libraries
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 3 16:17:24 CET 2008 - schwab@suse.de
|
|
|
|
- Fix broken cast.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
for multilib support
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 20 11:46:25 CEST 2007 - dmueller@suse.de
|
|
|
|
- fix crash on exit due access to free'ed memory
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 29 15:25:45 CEST 2007 - werner@suse.de
|
|
|
|
- Branch off xaw3d-devel to make RPMlint happy
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 15:37:23 CEST 2007 - coolo@suse.de
|
|
|
|
- BuildRequire bison and flex
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 13 13:42:13 CEST 2006 - werner@suse.de
|
|
|
|
- Add compatibility libs for binary only programs (bug #205169)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 12 19:10:16 CEST 2006 - schwab@suse.de
|
|
|
|
- Fix soname of overriding libraries [#205169].
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 16 18:05:20 CEST 2006 - aj@suse.de
|
|
|
|
- Remove unneeded BuildRequires on xorg-x11.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 28 17:15:37 CEST 2006 - werner@suse.de
|
|
|
|
- Make it build with X11R7
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 27 17:49:10 CET 2006 - schwab@suse.de
|
|
|
|
- Run ldconfig also in xaw3dd package.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:31:06 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 29 16:08:29 CET 2005 - werner@suse.de
|
|
|
|
- Avoid array overflow (bug #135587)
|
|
- Fix long standing bug: redraw shadows arounbd thumb if needed.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 10 11:43:37 CEST 2005 - meissner@suse.de
|
|
|
|
- use RPM_OPT_FLAGS.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 2 12:42:14 CET 2005 - meissner@suse.de
|
|
|
|
- use NULL at the end of XSetIC* XGetIC* calls to remove
|
|
warnings in gcc 4. (same way that Xaw in Xlib uses already).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 21 15:50:09 CEST 2004 - werner@suse.de
|
|
|
|
- Abort on missing fontset during initialization (bug #44037)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 7 12:46:31 CEST 2004 - werner@suse.de
|
|
|
|
- Add some check to abort if the Xt lib does not find fonts or
|
|
fontsets (bug #44037)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 4 23:39:22 CEST 2004 - ro@suse.de
|
|
|
|
- official major version changed from 7 to 8
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 26 16:48:10 CEST 2004 - werner@suse.de
|
|
|
|
- Be sure that scrollbars occurs and remain if needed
|
|
- More compatibility to Xaw
|
|
- Do not forget fontset check
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 30 14:55:33 CEST 2004 - werner@suse.de
|
|
|
|
- Add patch to avoid crash within resource handling (mainly for gv)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 26 15:24:21 CEST 2004 - werner@suse.de
|
|
|
|
- Avoid compiler warnings.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 4 14:50:01 CET 2004 - werner@suse.de
|
|
|
|
- I like labels with 3D shadow
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 16:00:03 CET 2004 - adrian@suse.de
|
|
|
|
- build as user
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 1 11:53:25 CEST 2003 - werner@suse.de
|
|
|
|
- Avaiod nasty `Actions not found: StartScroll' message
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 28 15:41:39 CEST 2003 - coolo@suse.de
|
|
|
|
- use BuildRoot
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 19 18:34:16 CEST 2003 - werner@suse.de
|
|
|
|
- Don't crash on wrong cast's: add compat patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 5 15:30:11 CEST 2003 - werner@suse.de
|
|
|
|
- Update to Xaw3d-1.5E
|
|
* Add our thumb patch
|
|
* Add our secure patch
|
|
* Add our hsbar patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 5 18:31:02 CEST 2002 - pmladek@suse.cz
|
|
|
|
- used macro %{_lib} to fix for lib64
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 14 17:25:19 CET 2000 - werner@suse.de
|
|
|
|
- Group tag
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 29 15:34:57 CEST 2000 - werner@suse.de
|
|
|
|
- Add security fixes done for libXaw
|
|
- lib version 6.1 is required by older programs
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 12 11:50:18 CEST 2000 - schwab@suse.de
|
|
|
|
- Update library version number.
|
|
- Use %{_defaultdocdir}.
|
|
- Fix Scrollbar.c for all archs.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 31 12:51:12 CEST 2000 - nadvornik@suse.cz
|
|
|
|
- removed /usr/X11R6/include/X11 from filelist
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 29 12:18:30 MEST 1999 - kukuk@suse.de
|
|
|
|
- fix Scrollbar.c for alpha
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 27 16:31:01 CEST 1999 - bs@suse.de
|
|
|
|
- fixed requirements for sub packages
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 27 16:25:25 CEST 1999 - werner@suse.de
|
|
|
|
- Fix some `inner else'
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 27 14:45:25 MEST 1999 - ro@suse.de
|
|
|
|
- update to 1.5
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 12 15:15:48 MET 1998 - bs@suse.de
|
|
|
|
- fixed spec file for new rpm.
|
|
|
|
----------------------------------------------------------------------
|
|
Mon May 25 17:54:49 MET DST 1998 - werner@suse.de
|
|
- Add addable security fixes of XFree86[tm] patch 3.3.2-patch2
|
|
- Second *unused* patch to be able to reverse the background
|
|
feature of scrollbars
|
|
|
|
----------------------------------------------------------------------
|
|
Tue May 5 23:29:54 MET DST 1998 - werner@suse.de
|
|
- Update to new release 1.4
|
|
* add some small fixes
|
|
- Added some changes from Dimitrios P. Bouras
|
|
(background color for scrollbar, ...)
|
|
|
|
----------------------------------------------------------------------
|
|
Tue Oct 21 22:48:01 MET DST 1997 - werner@suse.de
|
|
- some changes for the new XFree86[tm] release
|
|
|
|
----------------------------------------------------------------------
|
|
23.08.96: (1.3)
|
|
- Update von 1.2a Original + 1.1 Patch für scrollbar
|
|
- 1.3 braucht kein scrollbar-3d patch mehr
|
|
allerdings können bei 1.3 die Pfeile nicht gedrückt
|
|
werden und die Resource scrollbarBackground arbeitet
|
|
nicht.
|