From c14d6ea3879152347c9f77e1b5dcd02f65754bff5c28945c6d654367641f9528 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 27 Mar 2015 18:35:45 +0000 Subject: [PATCH] Accepting request 293429 from home:sumski:branches:X11:XOrg Update to version 0.1.2 OBS-URL: https://build.opensuse.org/request/show/293429 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-cursor?expand=0&rev=5 --- xcb-util-cursor-0.1.1.tar.bz2 | 3 --- xcb-util-cursor-0.1.2.tar.bz2 | 3 +++ xcb-util-cursor.changes | 10 ++++++++++ xcb-util-cursor.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 xcb-util-cursor-0.1.1.tar.bz2 create mode 100644 xcb-util-cursor-0.1.2.tar.bz2 diff --git a/xcb-util-cursor-0.1.1.tar.bz2 b/xcb-util-cursor-0.1.1.tar.bz2 deleted file mode 100644 index 2de708a..0000000 --- a/xcb-util-cursor-0.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652 -size 280852 diff --git a/xcb-util-cursor-0.1.2.tar.bz2 b/xcb-util-cursor-0.1.2.tar.bz2 new file mode 100644 index 0000000..492af95 --- /dev/null +++ b/xcb-util-cursor-0.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed65367b810d47ab637011585135f4a84dd12e235dddcd3b26e0cfb3be21fb3a +size 289714 diff --git a/xcb-util-cursor.changes b/xcb-util-cursor.changes index 36242ad..615c999 100644 --- a/xcb-util-cursor.changes +++ b/xcb-util-cursor.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/xcb-util-cursor.spec b/xcb-util-cursor.spec index 5f0828c..e974087 100644 --- a/xcb-util-cursor.spec +++ b/xcb-util-cursor.spec @@ -1,7 +1,7 @@ # # spec file for package xcb-util-cursor # -# Copyright (c) 2014 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: xcb-util-cursor %define lname libxcb-cursor0 -Version: 0.1.1 +Version: 0.1.2 Release: 0 Summary: XCB cursor library (libxcursor port) License: MIT