diff --git a/xcb-util-cursor-0.1.0+2.tar.xz b/xcb-util-cursor-0.1.0+2.tar.xz deleted file mode 100644 index ea7a843..0000000 --- a/xcb-util-cursor-0.1.0+2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd92affa10880345646edef6b13f556597d2d44010f0582ce6137ae209ff122d -size 71052 diff --git a/xcb-util-cursor-0.1.1.tar.bz2 b/xcb-util-cursor-0.1.1.tar.bz2 new file mode 100644 index 0000000..2de708a --- /dev/null +++ b/xcb-util-cursor-0.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652 +size 280852 diff --git a/xcb-util-cursor.changes b/xcb-util-cursor.changes index 14d1885..36242ad 100644 --- a/xcb-util-cursor.changes +++ b/xcb-util-cursor.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 13 19:52:53 UTC 2013 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 0.1.1: + + Fix memleak with broken resource databases + + Check exact RENDER version that the server supports + + Use LE_32 macro from on Solaris versions without le32toh() + + Use $(AM_V_GEN) when calling gperf + + Fail the build if gperf is needed, but not found + + handle read() errors + + Bugfix: Properly load cursor files where not all cursors are suitable + ------------------------------------------------------------------- Thu Oct 17 12:48:59 UTC 2013 - sndirsch@suse.com diff --git a/xcb-util-cursor.spec b/xcb-util-cursor.spec index 8598856..7134b46 100644 --- a/xcb-util-cursor.spec +++ b/xcb-util-cursor.spec @@ -17,8 +17,8 @@ Name: xcb-util-cursor -%define lname libxcb-cursor0 -Version: 0.1.0+2 +%define lname libxcb-cursor0 +Version: 0.1.1 Release: 0 Summary: XCB cursor library (libxcursor port) License: MIT @@ -27,7 +27,7 @@ Url: http://xcb.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xcb/util-cursor #Git-Web: http://cgit.freedesktop.org/xcb/util-cursor/ -Source: %name-%version.tar.xz +Source: http://xcb.freedesktop.org/dist/%name-%version.tar.bz2 Patch11: u_fix-issue-with-gcc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf