forked from pool/libXcursor
Accepting request 115349 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXcursor?expand=0&rev=2
This commit is contained in:
commit
65c8a8587b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a06ef74579e2c06f9490e682b8e7ac915cb5280ee47bb071a2b850637a2bf6fe
|
||||
size 272680
|
3
libXcursor-1.1.13.tar.bz2
Normal file
3
libXcursor-1.1.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f78827de4a1b7ce8cceca24a9ab9d1b1d2f6a61362f505166ffc19b07c0bad8f
|
||||
size 302525
|
@ -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
|
||||
|
||||
|
@ -14,24 +14,29 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libXcursor
|
||||
%define lname libXcursor1
|
||||
Version: 1.1.11
|
||||
Version: 1.1.13
|
||||
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
|
||||
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(xrender) >= 0.8.2, pkgconfig(xfixes), pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(fixesproto)
|
||||
BuildRequires: fdupes
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user