Accepting request 256845 from X11:XOrg

- marked baselibs.conf in specfile as source in order to make
  factory checkin policy happy

- 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/256845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xcb-util?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2014-10-17 06:50:27 +00:00 committed by Git OBS Bridge
commit 64054abbaa
4 changed files with 31 additions and 5 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,28 @@
-------------------------------------------------------------------
Thu Oct 16 08:59:44 UTC 2014 - sndirsch@suse.com
- marked baselibs.conf in specfile as source in order to make
factory checkin policy happy
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# spec file for package xcb-util
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@ -18,7 +18,7 @@
Name: xcb-util
%define lname libxcb-util1
Version: 0.3.9
Version: 0.4.0
Release: 0
Summary: XCB utility modules
License: MIT
@ -28,6 +28,7 @@ Url: http://xcb.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xcb/util
#Git-Web: http://cgit.freedesktop.org/xcb/util/
Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.62, automake, libtool
BuildRequires: gperf