From da9c1a70ee8c5ff6a4f3d3da2a56c9ff84f35585fe9430714adcc8e14d067a8f Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Wed, 12 Mar 2014 16:37:04 +0000 Subject: [PATCH] Accepting request 225736 from home:Guillaume_G:branches:hardware Update to 1.1 OBS-URL: https://build.opensuse.org/request/show/225736 OBS-URL: https://build.opensuse.org/package/show/hardware/tslib?expand=0&rev=10 --- tslib-1.1.tar.gz | 3 +++ tslib.changes | 8 ++++++++ tslib.spec | 13 ++++++------- 3 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 tslib-1.1.tar.gz diff --git a/tslib-1.1.tar.gz b/tslib-1.1.tar.gz new file mode 100644 index 0000000..7bae27c --- /dev/null +++ b/tslib-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121750e9ae0f05ce840ab8dbefdae1297258f0a69dd1967f55c40ac6e87d5ee9 +size 323936 diff --git a/tslib.changes b/tslib.changes index 9d6dc5c..86442e2 100644 --- a/tslib.changes +++ b/tslib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 12 14:27:36 UTC 2014 - guillaume@opensuse.org + +- Update to 1.1: + - support for running in a different resolution than during calibration + - basic multi-touch support (incomplete implementation of the multi-touch protocol) + - 4 new tslib plugins (dmc, touchkit, egalax, palm pre) + ------------------------------------------------------------------- Wed Nov 13 01:09:42 UTC 2013 - jengelh@inai.de diff --git a/tslib.spec b/tslib.spec index 7b3221d..985263b 100644 --- a/tslib.spec +++ b/tslib.spec @@ -1,7 +1,7 @@ # # spec file for package tslib # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Guillaume GARDET # # All modifications and additions to the file contributed by third parties @@ -18,15 +18,14 @@ Name: tslib -Version: 1.0 -Release: 0.0 +Version: 1.1 +Release: 0 Summary: Abstraction layer for touchscreen License: LGPL-2.0+ and GPL-2.0+ Group: Hardware/Other Url: https://github.com/kergoth/tslib.git - #Git-Clone: git://github.com/kergoth/tslib -Source: tslib-e2e03ef719.tar.gz +Source: %{name}-%{version}.tar.gz Source2: baselibs.conf Patch0: use-module-raw-input-for-ts-conf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -72,10 +71,10 @@ Requires: %name-plugins = %version Devel package for tslib. Tslib is an abstraction layer for touchscreen panel events. %prep -%setup -q -n tslib-e2e03ef719 +%setup -q %patch0 -p0 ./autogen.sh -CFLAGS=$RPM_OPT_FLAGS ./configure --prefix=/usr --sysconfdir=/etc --libdir=%{_libdir} +%configure %build make