From 959df9f4af3221da0b86e9bd3cd413b5e749c985 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 24 Jan 2018 07:57:36 +1000 Subject: [PATCH] wacom 0.36.0 --- .gitignore | 1 + sources | 2 +- xorg-x11-drv-wacom.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 95cfafb..dc8153c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /xf86-input-wacom-0.34.99.1.tar.bz2 /xf86-input-wacom-0.35.0.tar.bz2 /xf86-input-wacom-0.35.99.1.tar.bz2 +/xf86-input-wacom-0.36.0.tar.bz2 diff --git a/sources b/sources index 0ab1968..9f880d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xf86-input-wacom-0.35.99.1.tar.bz2) = 0bb705106d7c091959cf105c65bbe1e09ea66817621c6ac70aeefee502983ee9271e17205d757db1323cd5f92e6aa216da691d8cc94aa5f6a42f3fde55a8c23d +SHA512 (xf86-input-wacom-0.36.0.tar.bz2) = 48e4cf945eb0f5c7c65d46153756372bbfd6d1f101cd90f609c71cc21b36fa671d98c7be0b52d519775c7e7b875ec441d4308cf70d7897198600553e7a93ccc5 diff --git a/xorg-x11-drv-wacom.spec b/xorg-x11-drv-wacom.spec index 6e82e7b..206f16c 100644 --- a/xorg-x11-drv-wacom.spec +++ b/xorg-x11-drv-wacom.spec @@ -8,8 +8,8 @@ Summary: Xorg X11 wacom input driver Name: xorg-x11-drv-wacom -Version: 0.35.99.1 -Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} +Version: 0.36.0 +Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} URL: http://www.x.org License: GPLv2+ Group: User Interface/X Hardware Support @@ -106,6 +106,9 @@ will be available as normal evdev node. %{_unitdir}/wacom-inputattach@.service %changelog +* Wed Jan 24 2018 Peter Hutterer 0.36.0-1 +- wacom 0.36.0 + * Tue Jan 16 2018 Peter Hutterer 0.35.99.1-2 - Split the w8001 serial support bits out so we can install them independent of this driver.