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
This commit is contained in:
Stefan Dirsch 2014-10-15 15:36:45 +00:00 committed by Git OBS Bridge
parent 5c4d6f6c6a
commit c9e5d3df58
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df
size 310947

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc
size 327891

View File

@ -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

View File

@ -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