Hello community, here is the log from the commit of package twm for openSUSE:Factory checked in at 2013-09-13 14:47:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/twm (Old) and /work/SRC/openSUSE:Factory/.twm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "twm" Changes: -------- --- /work/SRC/openSUSE:Factory/twm/twm.changes 2012-05-08 12:01:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.twm.new/twm.changes 2013-09-13 14:47:25.000000000 +0200 @@ -1,0 +2,26 @@ +Thu Sep 12 18:11:10 UTC 2013 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- twm-1.0.7.tar.bz2 twm-sig11.diff New: ---- twm-1.0.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ twm.spec ++++++ --- /var/tmp/diff_new_pack.AaocrA/_old 2013-09-13 14:47:26.000000000 +0200 +++ /var/tmp/diff_new_pack.AaocrA/_new 2013-09-13 14:47:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package twm # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: twm -Version: 1.0.7 -Release: 1 -License: MIT +Version: 1.0.8 +Release: 0 Summary: Tab Window Manager for the X Window System -Url: http://xorg.freedesktop.org/ +License: MIT Group: System/X11/Utilities +Url: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Source1: twm.desktop -Patch0: twm-sig11.diff Patch1: twm-suse.diff BuildRequires: bison BuildRequires: pkg-config @@ -49,7 +49,6 @@ %prep %setup -q -%patch0 -p1 %patch1 -p1 %build ++++++ twm-1.0.7.tar.bz2 -> twm-1.0.8.tar.bz2 ++++++ ++++ 18419 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
