Accepting request 115354 from X11:XOrg

Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXi?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-05-08 09:57:41 +00:00 committed by Git OBS Bridge
commit 8f46c74361
4 changed files with 33 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42efe95a08c7bd28bc913bf8c34ed026abcc62504307626fc5150ca360b93283
size 413548

3
libXi-1.6.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2fc65a24a269405c5bbe27152e97ed4c5987ca728b9d7e7576e4c9543c4a7af
size 418674

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Apr 11 17:03:20 UTC 2012 - vuntz@opensuse.org
- Update to version 1.6.0:
+ Implement XI 2.2 (which provides multitouch)
+ Various cleanups and bug fixes
- Changes from version 1.5.0:
+ Implement XI 2.1 (which provides smooth scrolling)
+ Various cleanups and bug fixes
+ Man page improvements
- Changes from version 1.4.2:
+ Various cleanups and bug fixes
+ Build configuration improvements
- Changes from version 1.4.1:
+ Important fixes for bugs that cause clients to misbehave.
-------------------------------------------------------------------
Sun Feb 12 02:09:10 UTC 2012 - jengelh@medozas.de

View File

@ -14,25 +14,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libXi
%define lname libXi6
Version: 1.4.0
Version: 1.6.0
Release: 0
Summary: X Input Extension 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/libXi
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXi/
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.10
BuildRequires: pkgconfig(xproto) >= 7.0.13, pkgconfig(x11) >= 1.2.99.1
BuildRequires: pkgconfig(xextproto) >= 7.0.3, pkgconfig(xext) >= 1.0.99.1
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: pkgconfig(inputproto) >= 2.1.99.6
BuildRequires: pkgconfig(x11) >= 1.4.99.1
BuildRequires: pkgconfig(xext) >= 1.0.99.1
BuildRequires: pkgconfig(xextproto) >= 7.0.3
BuildRequires: pkgconfig(xorg-macros) >= 1.12
BuildRequires: pkgconfig(xproto) >= 7.0.13
%description
libXi is the client-side library for the X Input Extension.