diff --git a/xcb-util-0.3.6.tar.bz2 b/xcb-util-0.3.6.tar.bz2 deleted file mode 100644 index 8e18761..0000000 --- a/xcb-util-0.3.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffb8ee11ab015858a970ab7edd56bd2436b281657596561d8429d4a90df60e57 -size 293408 diff --git a/xcb-util-0.3.8.tar.bz2 b/xcb-util-0.3.8.tar.bz2 new file mode 100644 index 0000000..e67ade5 --- /dev/null +++ b/xcb-util-0.3.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1eed9284750bc09352e60654df77bb585dbbe7673fdcc675e58b7f3a0b447b9 +size 266339 diff --git a/xorg-x11-libs.changes b/xorg-x11-libs.changes index 3dcfbca..3455269 100644 --- a/xorg-x11-libs.changes +++ b/xorg-x11-libs.changes @@ -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 diff --git a/xorg-x11-libs.spec b/xorg-x11-libs.spec index e64fc9d..310f5a1 100644 --- a/xorg-x11-libs.spec +++ b/xorg-x11-libs.spec @@ -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