From 3f999e26affc8d2983591dede2944fdf2f2d8358b991aef7023e1a4eade785e2 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 7 Mar 2012 09:47:05 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcursor?expand=0&rev=4 --- libXcursor.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/libXcursor.spec b/libXcursor.spec index 176c205..c9afdfc 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -14,6 +14,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + + Name: libXcursor %define lname libXcursor1 Version: 1.1.11 @@ -21,17 +24,17 @@ Release: 0 Summary: X Window System Cursor management library License: MIT Group: Development/Libraries/C and C++ -URL: http://xorg.freedesktop.org/ +Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXcursor #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXcursor/ Source: %name-%version.tar.bz2 -BuildRoot: %_tmppath/%name-%version-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool -BuildRequires: fdupes -BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.8 -BuildRequires: pkgconfig(xrender) >= 0.8.2, pkgconfig(xfixes), pkgconfig(x11) -BuildRequires: pkgconfig(fixesproto) +BuildRequires: fdupes +BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(x11) pkgconfig(xfixes) pkgconfig(xrender) >= 0.8.2 +BuildRequires: pkgconfig(fixesproto) %description Xcursor a library designed to help locate and load cursors. Cursors From 172b07d2052afb04103a72419a86faa1e86525160893c5e3949c7a35cebba44f Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 12 Apr 2012 11:55:23 +0000 Subject: [PATCH 2/2] Accepting request 113302 from home:vuntz:branches:X11:XOrg Update to 1.1.13 OBS-URL: https://build.opensuse.org/request/show/113302 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcursor?expand=0&rev=5 --- libXcursor-1.1.11.tar.bz2 | 3 --- libXcursor-1.1.13.tar.bz2 | 3 +++ libXcursor.changes | 13 +++++++++++++ libXcursor.spec | 12 +++++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 libXcursor-1.1.11.tar.bz2 create mode 100644 libXcursor-1.1.13.tar.bz2 diff --git a/libXcursor-1.1.11.tar.bz2 b/libXcursor-1.1.11.tar.bz2 deleted file mode 100644 index 898bca1..0000000 --- a/libXcursor-1.1.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a06ef74579e2c06f9490e682b8e7ac915cb5280ee47bb071a2b850637a2bf6fe -size 272680 diff --git a/libXcursor-1.1.13.tar.bz2 b/libXcursor-1.1.13.tar.bz2 new file mode 100644 index 0000000..fead875 --- /dev/null +++ b/libXcursor-1.1.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f +size 302525 diff --git a/libXcursor.changes b/libXcursor.changes index cc46229..3add927 100644 --- a/libXcursor.changes +++ b/libXcursor.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Apr 12 06:24:09 UTC 2012 - vuntz@opensuse.org + +- Update to version 1.1.13: + + Make the version number reported in Xcursor.h match the one + reported in xcursor.pc + + Fix issues found by Parfait bug checking tool + + Build system improvements +- Changes from version 1.1.12: + + Fix leaks + + Fix compiler warnings and issues found by clang + + Build system improvements + ------------------------------------------------------------------- Sat Feb 11 21:44:44 UTC 2012 - jengelh@medozas.de diff --git a/libXcursor.spec b/libXcursor.spec index c9afdfc..d96df03 100644 --- a/libXcursor.spec +++ b/libXcursor.spec @@ -16,10 +16,9 @@ # - Name: libXcursor %define lname libXcursor1 -Version: 1.1.11 +Version: 1.1.13 Release: 0 Summary: X Window System Cursor management library License: MIT @@ -28,13 +27,16 @@ Url: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXcursor #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXcursor/ -Source: %name-%version.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf >= 2.60, automake, libtool BuildRequires: fdupes -BuildRequires: pkgconfig pkgconfig(xorg-macros) >= 1.8 -BuildRequires: pkgconfig(x11) pkgconfig(xfixes) pkgconfig(xrender) >= 0.8.2 +BuildRequires: pkgconfig BuildRequires: pkgconfig(fixesproto) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xfixes) +BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xrender) >= 0.8.2 %description Xcursor a library designed to help locate and load cursors. Cursors