diff --git a/libXi-1.4.0.tar.bz2 b/libXi-1.4.0.tar.bz2 deleted file mode 100644 index ed85930..0000000 --- a/libXi-1.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42efe95a08c7bd28bc913bf8c34ed026abcc62504307626fc5150ca360b93283 -size 413548 diff --git a/libXi-1.6.0.tar.bz2 b/libXi-1.6.0.tar.bz2 new file mode 100644 index 0000000..9cffe17 --- /dev/null +++ b/libXi-1.6.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2fc65a24a269405c5bbe27152e97ed4c5987ca728b9d7e7576e4c9543c4a7af +size 418674 diff --git a/libXi.changes b/libXi.changes index 9c49d28..a616d58 100644 --- a/libXi.changes +++ b/libXi.changes @@ -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 diff --git a/libXi.spec b/libXi.spec index 1476432..ed0709f 100644 --- a/libXi.spec +++ b/libXi.spec @@ -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.