- supersedes u_src-gen_deftwmrc.sh-is-not-executable-so-run-it-with.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/twm?expand=0&rev=23
109 lines
3.9 KiB
Plaintext
109 lines
3.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue May 6 15:16:52 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to 1.0.13.1
|
|
- supersedes u_src-gen_deftwmrc.sh-is-not-executable-so-run-it-with.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 5 09:58:28 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to 1.0.13
|
|
* bugfix release
|
|
- u_src-gen_deftwmrc.sh-is-not-executable-so-run-it-with.patch
|
|
* fixes build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 16:25:44 UTC 2024 - pgajdos@suse.com
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 2 19:11:46 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to 1.0.12
|
|
* bugfix release
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 15 12:50:16 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
- Update to 1.0.11:
|
|
* bugfix release
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 7 09:52:16 UTC 2018 - mvetter@suse.com
|
|
|
|
- Update to 1.0.10:
|
|
* Do not try to extend the font-pattern with a wild-card.
|
|
* Add some const.
|
|
* Adapt callers to ExpandFilename change.
|
|
* autogen.sh: use exec instead of waiting for configure to finish
|
|
* autogen.sh: use quoted string variables
|
|
* autogen: add default patch prefix
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 8 20:03:27 UTC 2016 - eich@suse.com
|
|
|
|
- Adding generic windowmanager provides:
|
|
Provides: windowmanager
|
|
(boo#981663).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 24 14:07:55 UTC 2015 - sndirsch@suse.com
|
|
|
|
- Update to version 1.0.9:
|
|
* configure: Drop AM_MAINTAINER_MODE
|
|
* autogen.sh: Honor NOCONFIGURE=1
|
|
* Only use results from GetWindowProperty if it returned success
|
|
* Remove custom version of system(3c) for Solaris
|
|
* config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
|
|
* Update manpage with the proper location of system.twmrc file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 11:15:32 UTC 2014 - sndirsch@suse.com
|
|
|
|
- fixed license to HPND in specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 12 18:11:10 UTC 2013 - zaitor@opensuse.org
|
|
|
|
- Update to version 1.0.8:
|
|
+ Replace malloc(strlen()+1); strcpy(); pairs with strdup().
|
|
+ AddWindow: Use NULL instead of 0 for null pointer check.
|
|
+ Stop casting return values from malloc & calloc.
|
|
+ Stop casting pointers to (char *) when freeing them.
|
|
+ Delete trailing whitespace in non *.[ch] source files.
|
|
+ Make more functions static that aren't called from other
|
|
files.
|
|
+ Assume C89 signal handlers, returning void.
|
|
+ Make some more previously global variables into file-scoped
|
|
statics.
|
|
+ Remove unused global variable gotFirstSave.
|
|
+ Make various helper & callback functions private to session.c.
|
|
+ Convert remaining K&R function declarations to C89 style.
|
|
+ Use (void) to declare functions that take no arguments,
|
|
instead of ().
|
|
+ Syntax error in recent twm commit.
|
|
+ Constification cleanup - fix dozens of gcc warnings.
|
|
+ Don't rely on the ability to set tab stops.
|
|
+ Fix SEGV if CreateColormapWindow() returns NULL.
|
|
+ Terminate execl() arguments with NULL instead of 0.
|
|
- Drop twm-sig11.diff, fixed upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 15 12:09:57 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.0.7:
|
|
+ Replace most sprintf calls with snprintf
|
|
+ lex & yacc: only header file needs to be in BUILT_SOURCES
|
|
+ Bugs fixed: fdo#32696
|
|
- Changes from version 1.0.6:
|
|
+ Build system fixes.
|
|
- Add pkgconfig(xproto) BuildRequires: new upstream dependency.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split twm from xorg-x11. Initial version: 1.0.5.
|
|
|