Accepting request 100025 from X11:XOrg

- xcb-util 0.3.8
  * Split up atom, aux event into their own repository.
  * Create a single shared library and header file.
  * Remove namespaceless pre-defined atoms.
  * Remove synchronous xcb_atom_get().
  * Remove useless xcb_atom_get_fast*() and xcb_atom_get_name().
  * Delete redundant core-protocol error codes.
  * Delete callback-based APIs for events, properties, and replies.
  * Link with -no-undefined.
  * Add AM_MAINTAINER_MODE for vendors.
- remove AUTHORS from description
- switch {?jobs:-j%jobs} to {?_smp_mflags}

OBS-URL: https://build.opensuse.org/request/show/100025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-libs?expand=0&rev=112
This commit is contained in:
Stephan Kulow 2012-01-13 10:00:37 +00:00 committed by Git OBS Bridge
commit 4576e686fe
4 changed files with 22 additions and 54 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jan 7 18:02:53 UTC 2012 - chris@computersalat.de
- xcb-util 0.3.8
* Split up atom, aux event into their own repository.
* Create a single shared library and header file.
* Remove namespaceless pre-defined atoms.
* Remove synchronous xcb_atom_get().
* Remove useless xcb_atom_get_fast*() and xcb_atom_get_name().
* Delete redundant core-protocol error codes.
* Delete callback-based APIs for events, properties, and replies.
* Link with -no-undefined.
* Add AM_MAINTAINER_MODE for vendors.
- remove AUTHORS from description
- switch {?jobs:-j%jobs} to {?_smp_mflags}
-------------------------------------------------------------------
Sun Nov 20 06:49:27 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xorg-x11-libs
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@ -67,7 +67,7 @@ Source26: xbitmaps-1.1.1.tar.bz2
Source27: libXres-1.0.5.tar.bz2
Source29: libvnc-20070501.tar.bz2
Source30: libXcliplist-20070501.tar.bz2
Source31: xcb-util-0.3.6.tar.bz2
Source31: xcb-util-0.3.8.tar.bz2
Source90: baselibs.conf
Patch2: libXft-2.1.7-lcd-filter-2.patch
Patch5: libxkbui.diff
@ -77,30 +77,6 @@ Patch11: U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch
%description
This package contains the remaining X.Org libraries.
Authors:
--------
Apple Computer Corporation
Dave Lemke
David Dawes
Derek Wang
Frank Giessler
Jim Gettys
Juliusz Chroboczek
Jungshik Shin
Keith Packard
Kensuke Matsuzaki
Marc La France
Mark Leisher
Noah Levitt
Phil Karlton
Ralf Habacker
Shunsuke Akiyama
Suhaib Siddiqi
Susan Angebrandt
%package -n xorg-x11-devel
License: GPL-2.0+ ; MIT
Summary: Include Files and Libraries mandatory for X11 Development
@ -121,30 +97,6 @@ Obsoletes: xorg-x11-devel-64bit
This package contains all necessary include files and libraries needed
to develop X11 applications that require these.
Authors:
--------
Apple Computer Corporation
Dave Lemke
David Dawes
Derek Wang
Frank Giessler
Jim Gettys
Juliusz Chroboczek
Jungshik Shin
Keith Packard
Kensuke Matsuzaki
Marc La France
Mark Leisher
Noah Levitt
Phil Karlton
Ralf Habacker
Shunsuke Akiyama
Suhaib Siddiqi
Susan Angebrandt
%prep
%setup -q -T -c %{name}
for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
@ -174,7 +126,7 @@ for dir in $(ls); do
%configure --disable-silent-rules \
--disable-static \
--with-pic --enable-type1 ${option}
%{__make} %{?jobs:-j%jobs}
%{__make} %{?_smp_mflags}
popd
done