Accepting request 256755 from home:tobijk:X11:XOrg

- Update to version 0.4.0:
  + configure: Remove AM_MAINTAINER_MODE
  + atoms.c: #include <stdio.h> for vsnprintf case, not just vasprintf
  + Follow changes in m4 submodule.
  + autogen.sh: Implement GNOME Build API
  + config: add bug URL to AC_INIT
  + config: use AC_CONFIG_HEADERS to create a config.h file
  + config: remove AC_TYPE_SSIZE_T
  + config: drop the check for sys/types.h
  + config: add missing COPYING file
  + config: remove the dependency on X11 Protocol
  + config: remove old dead code for documentation
  + Pick-up changes in m4 submodule
  + xcb_aux_parse_color should take const char *
  + Check submodules before running autoconf.

OBS-URL: https://build.opensuse.org/request/show/256755
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util?expand=0&rev=18
This commit is contained in:
Stefan Dirsch 2014-10-15 15:37:02 +00:00 committed by Git OBS Bridge
parent 3143e25050
commit 0089743f7f
4 changed files with 23 additions and 4 deletions

View File

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

3
xcb-util-0.4.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Oct 15 15:21:17 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
- Update to version 0.4.0:
+ configure: Remove AM_MAINTAINER_MODE
+ atoms.c: #include <stdio.h> for vsnprintf case, not just vasprintf
+ Follow changes in m4 submodule.
+ autogen.sh: Implement GNOME Build API
+ config: add bug URL to AC_INIT
+ config: use AC_CONFIG_HEADERS to create a config.h file
+ config: remove AC_TYPE_SSIZE_T
+ config: drop the check for sys/types.h
+ config: add missing COPYING file
+ config: remove the dependency on X11 Protocol
+ config: remove old dead code for documentation
+ Pick-up changes in m4 submodule
+ xcb_aux_parse_color should take const char *
+ Check submodules before running autoconf.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 5 09:34:30 UTC 2013 - idonmez@suse.com Fri Apr 5 09:34:30 UTC 2013 - idonmez@suse.com

View File

@ -18,7 +18,7 @@
Name: xcb-util Name: xcb-util
%define lname libxcb-util1 %define lname libxcb-util1
Version: 0.3.9 Version: 0.4.0
Release: 0 Release: 0
Summary: XCB utility modules Summary: XCB utility modules
License: MIT License: MIT