Accepting request 101612 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/101612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwacom?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-01-26 13:06:18 +00:00 committed by Git OBS Bridge
parent 4e8cf99479
commit 12de52f74e
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b5e686c9a696c4f9f70b1e5d34ab0068442b4dc3a6718586282c86d7aff2f83
size 320513

3
libwacom-0.2.tar.xz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 17 12:30:10 UTC 2012 - vuntz@opensuse.org
- Update to version 0.2:
+ Don't add devices that lack DeviceMatch
+ Get whether a device is builtin from udev
+ Fix definitions for Reversible property
+ Add definition for Cintiq 21UX2
+ Add test for serial devices
+ Fix Intuos4 styli's number of buttons
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
-------------------------------------------------------------------
Thu Jan 5 07:49:30 UTC 2012 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libwacom
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,14 +16,16 @@
#
Name: libwacom
Version: 0.1
Version: 0.2
Release: 0
Summary: Library to identify wacom tablets
License: MIT
Group: System/Libraries
Url: http://linuxwacom.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/libwacom/0.2/%{name}-%{version}.tar.xz
Source99: baselibs.conf
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build