From c9e5d3df589f74f6153231bbf5bfc8901a9a1a856a7014c01bea20fe29d1e28b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 15 Oct 2014 15:36:45 +0000 Subject: [PATCH] Accepting request 256754 from home:tobijk:X11:XOrg - Update to version 0.4.0: + Pick-up changes in m4 submodule as it's better to have all util repos at same m4 level. + corrected return value documentation for xcb_image_shm_put() + added additional format tests for XY_PIXMAP bit planes + changed test_xcb_image to work with XY_PIXMAP with nontrivial planemask + Fixed get_image to handle xy format with nontrivial plane_mask. + added window names to test_xcb_image windows + increased window size for test_xcb_image for usability + Fixed endianness bug in xy pixmap getimage. + fixed some compiler C90 warnings + config: add bug URL to AC_INIT + config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES + config: remove old dead code for documentation + config: use AC_CONFIG_HEADERS to create a config.h file + config: add missing COPYING file + make: there should be no attempt to remove any Makefile.in file + make: using EXTRA_DIST for xcb-util-image.pc.in is redundant + make: image is using X11 Protcol headers, so XPROTO_CFLAGS is required + test: move test cases into their own directory + image: use AM_CPPFLAGS rather than per-target libxcb_image_la_CPPFLAGS + Fix compilation when NDEBUG is defined + Check submodules before running autoconf. OBS-URL: https://build.opensuse.org/request/show/256754 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-image?expand=0&rev=8 --- xcb-util-image-0.3.9.tar.bz2 | 3 --- xcb-util-image-0.4.0.tar.bz2 | 3 +++ xcb-util-image.changes | 26 ++++++++++++++++++++++++++ xcb-util-image.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 xcb-util-image-0.3.9.tar.bz2 create mode 100644 xcb-util-image-0.4.0.tar.bz2 diff --git a/xcb-util-image-0.3.9.tar.bz2 b/xcb-util-image-0.3.9.tar.bz2 deleted file mode 100644 index 370e5e5..0000000 --- a/xcb-util-image-0.3.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df -size 310947 diff --git a/xcb-util-image-0.4.0.tar.bz2 b/xcb-util-image-0.4.0.tar.bz2 new file mode 100644 index 0000000..8d03055 --- /dev/null +++ b/xcb-util-image-0.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc +size 327891 diff --git a/xcb-util-image.changes b/xcb-util-image.changes index db4b363..1e6cb8a 100644 --- a/xcb-util-image.changes +++ b/xcb-util-image.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Oct 15 15:02:06 UTC 2014 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 0.4.0: + + Pick-up changes in m4 submodule as it's better to have all util repos at same m4 level. + + corrected return value documentation for xcb_image_shm_put() + + added additional format tests for XY_PIXMAP bit planes + + changed test_xcb_image to work with XY_PIXMAP with nontrivial planemask + + Fixed get_image to handle xy format with nontrivial plane_mask. + + added window names to test_xcb_image windows + + increased window size for test_xcb_image for usability + + Fixed endianness bug in xy pixmap getimage. + + fixed some compiler C90 warnings + + config: add bug URL to AC_INIT + + config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES + + config: remove old dead code for documentation + + config: use AC_CONFIG_HEADERS to create a config.h file + + config: add missing COPYING file + + make: there should be no attempt to remove any Makefile.in file + + make: using EXTRA_DIST for xcb-util-image.pc.in is redundant + + make: image is using X11 Protcol headers, so XPROTO_CFLAGS is required + + test: move test cases into their own directory + + image: use AM_CPPFLAGS rather than per-target libxcb_image_la_CPPFLAGS + + Fix compilation when NDEBUG is defined + + Check submodules before running autoconf. + ------------------------------------------------------------------- Sun Feb 17 17:21:53 UTC 2013 - jengelh@inai.de diff --git a/xcb-util-image.spec b/xcb-util-image.spec index b010a5a..79d233c 100644 --- a/xcb-util-image.spec +++ b/xcb-util-image.spec @@ -18,7 +18,7 @@ Name: xcb-util-image %define lname libxcb-image0 -Version: 0.3.9 +Version: 0.4.0 Release: 0 Summary: XCB utility module for XImage/XShmImage-like functions License: MIT