forked from pool/libXi
Accepting request 113357 from home:vuntz:branches:X11:XOrg
Update to 1.6.0 OBS-URL: https://build.opensuse.org/request/show/113357 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXi?expand=0&rev=7
This commit is contained in:
parent
3614231351
commit
377ce4e932
@ -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
3
libXi-1.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2fc65a24a269405c5bbe27152e97ed4c5987ca728b9d7e7576e4c9543c4a7af
|
||||
size 418674
|
@ -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
|
||||
|
||||
|
16
libXi.spec
16
libXi.spec
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libXi
|
||||
%define lname libXi6
|
||||
Version: 1.4.0
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: X Input Extension library
|
||||
License: MIT
|
||||
@ -28,14 +27,17 @@ 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
|
||||
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(x11) >= 1.2.99.1 pkgconfig(xproto) >= 7.0.13
|
||||
BuildRequires: pkgconfig(xext) >= 1.0.99.1 pkgconfig(xextproto) >= 7.0.3
|
||||
BuildRequires: pkgconfig(inputproto) >= 1.9.99.902
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user