Hello community, here is the log from the commit of package fvwm2 checked in at Wed Dec 13 01:17:11 CET 2006. -------- --- fvwm2/fvwm2.changes 2006-11-14 16:24:07.000000000 +0100 +++ /mounts/work_src_done/STABLE/fvwm2/fvwm2.changes 2006-12-12 14:12:44.000000000 +0100 @@ -1,0 +2,30 @@ +Tue Dec 12 11:19:11 CET 2006 - lmichnovic@suse.cz + +- update to version 2.5.19 including bugfix in FvwmWinList: problem + with window name/button mixups during Init/Restart of fvwm. + * Many bugfixes: + - fvwm no longer crashes on 1 and 4 bit displays. + - Security fix in fvwm-menu-directory. (CVE-2006-5969) +- which obsoletes *sec-fvwmname.patch + * New features (from version 2.5.17): + - New MenuStyle options TitleFont, TitleColorset and + HilightTitleBack. + - New command PressButton in module FvwmButtons for being able + to emulate button press via other means than the mouse. + - New wrap options to EdgeScroll command for wrapping with pixel + distances. + - New Style option UnderMousePlacement. + - Unused arguments to Style options generate warnings. + - The name style names match against can be augmented by the + X-resource "fvwmstyle". + - New options, Reverse and UseStack, to All command. + - WindowShade can now reshade windows using the Last direction. + - Positional parameters to complex functions can now be expanded + using $[n], $[n-m], $[n-] and $[*] expressions. + - The width and height arguments of the Resize command now + accept the prefix 'w' to allow resizing relative to the + current window size. + - New command ModuleListenOnly. + - New "Periodic" option added to Schedule command. + +------------------------------------------------------------------- Old: ---- fvwm-2.5.16-gcc-warnings.patch fvwm-2.5.16-ia64.patch fvwm-2.5.16-sec-fvwmname.patch fvwm-2.5.16.tar.bz2 New: ---- fvwm-2.5.19-gcc-warnings.patch fvwm-2.5.19-ia64.patch fvwm-2.5.19-sec-fvwmname.patch fvwm-snap-20061212.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fvwm2.spec ++++++ --- /var/tmp/diff_new_pack.3le53k/_old 2006-12-13 01:16:49.000000000 +0100 +++ /var/tmp/diff_new_pack.3le53k/_new 2006-12-13 01:16:49.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package fvwm2 (Version 2.5.16) +# spec file for package fvwm2 (Version 2.5.19) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,11 +17,11 @@ Provides: fvwmicns windowmanager xpmroot Obsoletes: fvwm xpmroot Autoreqprov: on -Version: 2.5.16 -Release: 25 +Version: 2.5.19 +Release: 1 Summary: Improved Version of FVWM Window Manager URL: http://www.fvwm.org -Source0: fvwm-%{version}.tar.bz2 +Source0: fvwm-snap-20061212.tar.bz2 Source1: fvwm_icons.tar.bz2 Source3: %name.desktop Source4: system.fvwm2rc @@ -63,11 +63,10 @@ %define _xorg7mandir /usr/X11R6/man %endif %prep -%setup -q -n fvwm-%{version} +%setup -q -n fvwm-snap-20061212 %patch0 %patch1 %patch2 -%patch3 mkdir icons tar -C icons -j -x -v -f $RPM_SOURCE_DIR/fvwm_icons.tar.bz2 # @@ -162,6 +161,33 @@ %endif %changelog -n fvwm2 +* Tue Dec 12 2006 - lmichnovic@suse.cz +- update to version 2.5.19 including bugfix in FvwmWinList: problem + with window name/button mixups during Init/Restart of fvwm. + * Many bugfixes: + - fvwm no longer crashes on 1 and 4 bit displays. + - Security fix in fvwm-menu-directory. (CVE-2006-5969) +- which obsoletes *sec-fvwmname.patch + * New features (from version 2.5.17): + - New MenuStyle options TitleFont, TitleColorset and + HilightTitleBack. + - New command PressButton in module FvwmButtons for being able + to emulate button press via other means than the mouse. + - New wrap options to EdgeScroll command for wrapping with pixel + distances. + - New Style option UnderMousePlacement. + - Unused arguments to Style options generate warnings. + - The name style names match against can be augmented by the + X-resource "fvwmstyle". + - New options, Reverse and UseStack, to All command. + - WindowShade can now reshade windows using the Last direction. + - Positional parameters to complex functions can now be expanded + using $[n], $[n-m], $[n-] and $[*] expressions. + - The width and height arguments of the Resize command now + accept the prefix 'w' to allow resizing relative to the + current window size. + - New command ModuleListenOnly. + - New "Periodic" option added to Schedule command. * Tue Nov 14 2006 - lmichnovic@suse.cz - fixed possible command execution (sec-fvwmname.patch) [#220708] * Tue Sep 05 2006 - lmichnovic@suse.cz ++++++ fvwm-2.5.16-gcc-warnings.patch -> fvwm-2.5.19-gcc-warnings.patch ++++++ --- fvwm2/fvwm-2.5.16-gcc-warnings.patch 2006-06-01 14:02:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/fvwm2/fvwm-2.5.19-gcc-warnings.patch 2006-12-11 19:02:52.000000000 +0100 @@ -1,13 +1,3 @@ ---- fvwm/borders.c -+++ fvwm/borders.c -@@ -3912,6 +3912,7 @@ - #define ROTATE_RECTANGLE(rot, r, vs_frame, vs_titlebar, vs_title) \ - { \ - rectangle tr; \ -+ tr.x=tr.y=tr.height=tr.width=0;\ - switch(rot) \ - { \ - case ROTATION_270: /* ccw */ \ --- libs/Flocale.c +++ libs/Flocale.c @@ -419,7 +419,7 @@ @@ -15,7 +5,7 @@ { char *str1, *str2, *str3; - int len1 = len, len2; -+ int len1 = len, len2=0; ++ int len1 = len, len2 = 0; int i; Bool do_iconv = True; const char *bidi_charset; ++++++ fvwm-2.5.16-ia64.patch -> fvwm-2.5.19-ia64.patch ++++++ ++++++ fvwm-2.5.16-sec-fvwmname.patch -> fvwm-2.5.19-sec-fvwmname.patch ++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org