Package Release Info

xwd-1.0.9-bp160.1.12

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xwd

Change Logs

* Sat Jun 10 2023 Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.9
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * gitlab CI: stop requiring Signed-off-by in commits
  * Remove unused macros
  * Handle -Wcomma warnings from clang
  * Remove unnecessary casts from malloc() and free() calls
  * Variable scope reduction as recommended by cppcheck
  * Delete commented-out local copy of list function prototypes
  * list.c: Stop building functions that are never called
  * Make -help & -version work without requiring an open display
* Mon Aug 02 2021 Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.8
  * It fixes bugs you didn't even know were there and cleans up
    code you've never seen!
* Thu Apr 05 2018 sndirsch@suse.com
- Update to version 1.0.7
  * autogen.sh changes
  * configure: Drop AM_MAINTAINER_MODE
  * Print which option was in error along with usage message
  * Add -version option to print program version
  * Fix a vs an typo in the man page.
* Wed Aug 14 2013 zaitor@opensuse.org
- 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.
* Sat Apr 14 2012 dimstar@opensuse.org
- Update to version 1.0.5:
  + Mark usage as _X_NORETURN.
  + Dead code removal.
  + Fix LP64 bug.
  + Replace local checks for gcc with _X_NORETURN from xproto
    7.0.17.
  + Rewrite parse_long to not fail -Wformat-nonliteral.
  + Man page fixes.
  + Build system fixes.
- Add pkgconfig(xproto) BuildRequires: New upstream dependency.
- Add xwd-no-xt-dependency.patch: Removes need for including
  <X11/Intrinsic.h> in multiVis.c just to get the Pixel typedef.
* Fri Apr 13 2012 vuntz@opensuse.org
- Split xwd from xorg-x11. Initial version: 1.0.4.