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
This commit is contained in:
Guillaume GARDET 2014-03-12 16:37:04 +00:00 committed by Git OBS Bridge
parent ae4922892c
commit da9c1a70ee
3 changed files with 17 additions and 7 deletions

3
tslib-1.1.tar.gz Normal file
View File

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

View File

@ -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

View File

@ -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 <guillaume@opensuse.org>
#
# 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