From 3614231351bf61f78c641c3df902e53ba333e64e060f4236a86d9ae1e96e1aa7 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 7 Mar 2012 09:47:24 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXi?expand=0&rev=6 --- libXi.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/libXi.spec b/libXi.spec index 1476432..0c18a75 100644 --- a/libXi.spec +++ b/libXi.spec @@ -14,6 +14,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + + Name: libXi %define lname libXi6 Version: 1.4.0 @@ -21,18 +24,18 @@ 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 +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 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 %description libXi is the client-side library for the X Input Extension. From 377ce4e932dc93ad57b00a7486ea7391626dcef6b6323916d757720a5256414e Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 13 Apr 2012 10:34:45 +0000 Subject: [PATCH 2/2] 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 --- libXi-1.4.0.tar.bz2 | 3 --- libXi-1.6.0.tar.bz2 | 3 +++ libXi.changes | 16 ++++++++++++++++ libXi.spec | 16 +++++++++------- 4 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 libXi-1.4.0.tar.bz2 create mode 100644 libXi-1.6.0.tar.bz2 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 0c18a75..ed0709f 100644 --- a/libXi.spec +++ b/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.