Hello community, here is the log from the commit of package xwd for openSUSE:Factory checked in at 2013-08-19 10:51:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xwd (Old) and /work/SRC/openSUSE:Factory/.xwd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xwd" Changes: -------- --- /work/SRC/openSUSE:Factory/xwd/xwd.changes 2012-05-08 12:08:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xwd.new/xwd.changes 2013-08-19 10:51:49.000000000 +0200 @@ -1,0 +2,18 @@ +Wed Aug 14 10:36:29 UTC 2013 - [email protected] + +- Update to version 1.0.6: + + Strip trailing whitespace. + + Fix some clang warnings about integer size/sign conversions. + + Quiet gcc warnings about potentially uninitialized variables. + + Remove unused bitmap_unit variable from ReadRegionsInList(). + + Rename new_list variable to not shadow new_list function. + + Add printf attributes as suggested by + gcc -Wmissing-format-attribute. + + Fix gcc warnings about discarding const qualifiers. + + Optionally enable existing code to call XkbStdBell from + libxkbfile. + + Move Pixel typedef from xwd.c to wsutils.h. +- Drop xwd-no-xt-dependency.patch: fixed upstream. +- Add pkgconfig(xkbfile) BuildRequires, new dependency. + +------------------------------------------------------------------- Old: ---- xwd-1.0.5.tar.bz2 xwd-no-xt-dependency.patch New: ---- xwd-1.0.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xwd.spec ++++++ --- /var/tmp/diff_new_pack.NPXZRQ/_old 2013-08-19 10:51:50.000000000 +0200 +++ /var/tmp/diff_new_pack.NPXZRQ/_new 2013-08-19 10:51:50.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xwd # -# 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,18 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: xwd -Version: 1.0.5 -Release: 1 -License: MIT +Version: 1.0.6 +Release: 0 Summary: Utility to dump an image of an X window -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 -# PATCH-FIX-UPSTREAM xwd-no-xt-dependency.patch fdo#47462 [email protected] -- Removes need for including <X11/Intrinsic.h> in multiVis.c just to get the Pixel typedef; taken from git. -Patch0: xwd-no-xt-dependency.patch BuildRequires: pkg-config BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) >= 7.0.17 # This was part of the xorg-x11 package up to version 7.6 @@ -41,7 +41,6 @@ %prep %setup -q -%patch0 -p1 %build %configure ++++++ xwd-1.0.5.tar.bz2 -> xwd-1.0.6.tar.bz2 ++++++ ++++ 11311 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
