Accepting request 293679 from X11:XOrg
- added baselibs.conf as source to specfile - Update to version 0.1.2: + Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to implement le32toh. + Check submodules before running autoconf. + darwin: Use OSByteOrder.h rather than CF. + Perform safety check before trying to load glyph cursor OBS-URL: https://build.opensuse.org/request/show/293679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xcb-util-cursor?expand=0&rev=3
This commit is contained in:
commit
333e64185d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652
|
|
||||||
size 280852
|
|
3
xcb-util-cursor-0.1.2.tar.bz2
Normal file
3
xcb-util-cursor-0.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed65367b810d47ab637011585135f4a84dd12e235dddcd3b26e0cfb3be21fb3a
|
||||||
|
size 289714
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 30 09:32:56 UTC 2015 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- added baselibs.conf as source to specfile
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 27 14:51:02 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.1.2:
|
||||||
|
+ Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X
|
||||||
|
to implement le32toh.
|
||||||
|
+ Check submodules before running autoconf.
|
||||||
|
+ darwin: Use OSByteOrder.h rather than CF.
|
||||||
|
+ Perform safety check before trying to load glyph cursor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 19:52:53 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
Wed Nov 13 19:52:53 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xcb-util-renderutil
|
# spec file for package xcb-util-cursor
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: xcb-util-cursor
|
Name: xcb-util-cursor
|
||||||
%define lname libxcb-cursor0
|
%define lname libxcb-cursor0
|
||||||
Version: 0.1.1
|
Version: 0.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XCB cursor library (libxcursor port)
|
Summary: XCB cursor library (libxcursor port)
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -28,18 +28,19 @@ Url: http://xcb.freedesktop.org/
|
|||||||
#Git-Clone: git://anongit.freedesktop.org/xcb/util-cursor
|
#Git-Clone: git://anongit.freedesktop.org/xcb/util-cursor
|
||||||
#Git-Web: http://cgit.freedesktop.org/xcb/util-cursor/
|
#Git-Web: http://cgit.freedesktop.org/xcb/util-cursor/
|
||||||
Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
|
Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
Patch11: u_fix-issue-with-gcc.patch
|
Patch11: u_fix-issue-with-gcc.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(xcb) >= 1.4
|
BuildRequires: pkgconfig(xcb) >= 1.4
|
||||||
|
BuildRequires: pkgconfig(xcb-image)
|
||||||
BuildRequires: pkgconfig(xcb-proto) >= 1.6
|
BuildRequires: pkgconfig(xcb-proto) >= 1.6
|
||||||
BuildRequires: pkgconfig(xcb-render)
|
BuildRequires: pkgconfig(xcb-render)
|
||||||
BuildRequires: pkgconfig(xcb-renderutil)
|
BuildRequires: pkgconfig(xcb-renderutil)
|
||||||
BuildRequires: pkgconfig(xcb-image)
|
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
|
BuildRequires: pkgconfig(xorg-macros) >= 1.6.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user