Skip to content

Commit

Permalink
Update to libwacom-1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Sep 2, 2021
1 parent 2ae10ed commit f811946
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 28 deletions.
8 changes: 4 additions & 4 deletions 0001-Add-support-for-BUS_VIRTUAL.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9c3f0916ffea701532f3512651792d5f87833330 Mon Sep 17 00:00:00 2001
From 846cc328cfe536ba49c00d907ca4b737d980a5f8 Mon Sep 17 00:00:00 2001
From: Dorian Stoll <[email protected]>
Date: Sat, 27 Jun 2020 18:21:11 +0200
Subject: [PATCH 01/11] Add support for BUS_VIRTUAL
Expand Down Expand Up @@ -65,10 +65,10 @@ index 935344c..88d0777 100644
default: g_assert_not_reached(); break;
}
diff --git a/libwacom/libwacom.h b/libwacom/libwacom.h
index 1b9bc2c..24e99cd 100644
index d611c9d..a4cbb23 100644
--- a/libwacom/libwacom.h
+++ b/libwacom/libwacom.h
@@ -117,6 +117,7 @@ typedef enum {
@@ -149,6 +149,7 @@ typedef enum {
WBUSTYPE_SERIAL, /**< Serial tablet */
WBUSTYPE_BLUETOOTH, /**< Bluetooth tablet */
WBUSTYPE_I2C, /**< I2C tablet */
Expand Down Expand Up @@ -102,5 +102,5 @@ index 3953b1e..734463f 100755
assert re.match('[0-9a-f]{4}', pid), f'{tabletfile}: {pid} must be lowercase hex'

--
2.32.0
2.33.0

8 changes: 4 additions & 4 deletions 0002-Add-support-for-Intel-Management-Engine-bus.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From caf3690c0258119900c91d9595ad7c71896a580c Mon Sep 17 00:00:00 2001
From 0e7b62459bdebcb5aec97e13babcbd792d25f0fd Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Sat, 1 Jun 2019 21:17:15 +0200
Subject: [PATCH 02/11] Add support for Intel Management Engine bus
Expand Down Expand Up @@ -60,10 +60,10 @@ index 88d0777..09e289f 100644
default: g_assert_not_reached(); break;
}
diff --git a/libwacom/libwacom.h b/libwacom/libwacom.h
index 24e99cd..0eee2fd 100644
index a4cbb23..034a894 100644
--- a/libwacom/libwacom.h
+++ b/libwacom/libwacom.h
@@ -118,6 +118,7 @@ typedef enum {
@@ -150,6 +150,7 @@ typedef enum {
WBUSTYPE_BLUETOOTH, /**< Bluetooth tablet */
WBUSTYPE_I2C, /**< I2C tablet */
WBUSTYPE_VIRTUAL, /**< Virtual (uinput) tablet */
Expand Down Expand Up @@ -97,5 +97,5 @@ index 734463f..c9c6312 100755
assert re.match('[0-9a-f]{4}', pid), f'{tabletfile}: {pid} must be lowercase hex'

--
2.32.0
2.33.0

4 changes: 2 additions & 2 deletions 0003-data-Add-Microsoft-Surface-pro-4.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From f8cdf277f03f76f8b433f1185afd9ebf222e410d Mon Sep 17 00:00:00 2001
From 566c424a73420e4cf2c2894b3a4fa0e95479d373 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Tue, 18 Aug 2020 20:18:55 +0200
Subject: [PATCH 03/11] data: Add Microsoft Surface pro 4
Expand Down Expand Up @@ -29,5 +29,5 @@ index 0000000..1e0c67c
+Touch=true
+Buttons=0
--
2.32.0
2.33.0

4 changes: 2 additions & 2 deletions 0004-data-Add-Microsoft-Surface-pro-5.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ce2b91701ecc5e23eb6459bd809696904b7dc908 Mon Sep 17 00:00:00 2001
From 0ce2c07b2842e5bce81e16ca184c6cae00269677 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Tue, 18 Aug 2020 20:19:02 +0200
Subject: [PATCH 04/11] data: Add Microsoft Surface pro 5
Expand Down Expand Up @@ -29,5 +29,5 @@ index 0000000..b26af3a
+Touch=true
+Buttons=0
--
2.32.0
2.33.0

4 changes: 2 additions & 2 deletions 0005-data-Add-Microsoft-Surface-pro-6.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From eb91fe238e9ff06a7c5eebfe1b1c9d6b2cc82978 Mon Sep 17 00:00:00 2001
From 38c0df07ddb39d0d6d4116c0c789e2b10dbb790a Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Tue, 18 Aug 2020 20:19:07 +0200
Subject: [PATCH 05/11] data: Add Microsoft Surface pro 6
Expand Down Expand Up @@ -29,5 +29,5 @@ index 0000000..e97fad8
+Touch=true
+Buttons=0
--
2.32.0
2.33.0

4 changes: 2 additions & 2 deletions 0006-data-Add-Microsoft-Surface-pro-7.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 238255745b66eea534b14e71e960f338d46110bf Mon Sep 17 00:00:00 2001
From e826f7fd620e1cf765ee3fc5b2288fbcdc15eaef Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Tue, 18 Aug 2020 20:19:13 +0200
Subject: [PATCH 06/11] data: Add Microsoft Surface pro 7
Expand Down Expand Up @@ -29,5 +29,5 @@ index 0000000..7961379
+Touch=true
+Buttons=0
--
2.32.0
2.33.0

4 changes: 2 additions & 2 deletions 0007-data-Add-Microsoft-Surface-Book.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 3fbb464b277d9b99ecbbdf8adbf8fe8549439879 Mon Sep 17 00:00:00 2001
From d9dbf80cb49a359d9951856ae0e3ee223f53c0bc Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Tue, 18 Aug 2020 20:19:38 +0200
Subject: [PATCH 07/11] data: Add Microsoft Surface Book
Expand Down Expand Up @@ -29,5 +29,5 @@ index 0000000..e2a5401
+Touch=true
+Buttons=0
--
2.32.0
2.33.0

4 changes: 2 additions & 2 deletions 0008-data-Add-Microsoft-Surface-Book-2-13.5.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From c774a06073507c0dc8a4bd9708704fc4659f297a Mon Sep 17 00:00:00 2001
From aefe50be89e5b84c8fd5cff04ff0ce1b0e4eedb6 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Tue, 18 Aug 2020 20:20:04 +0200
Subject: [PATCH 08/11] data: Add Microsoft Surface Book 2 (13.5")
Expand Down Expand Up @@ -29,5 +29,5 @@ index 0000000..b13cb07
+Touch=true
+Buttons=0
--
2.32.0
2.33.0

4 changes: 2 additions & 2 deletions 0009-data-Add-Microsoft-Surface-Book-2-15.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From bf1e694868b9e617bd89400687051fb64a5a3b05 Mon Sep 17 00:00:00 2001
From 38b03dcc3dd03c482f31b8473b2e39c4fdc308d3 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Tue, 18 Aug 2020 20:20:13 +0200
Subject: [PATCH 09/11] data: Add Microsoft Surface Book 2 (15")
Expand Down Expand Up @@ -29,5 +29,5 @@ index 0000000..ad98cc7
+Touch=true
+Buttons=0
--
2.32.0
2.33.0

4 changes: 2 additions & 2 deletions 0010-data-Add-Microsoft-Surface-Book-3-13.5.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 3e34af3089b2e441ace7f172bfcc28cc4f9f0888 Mon Sep 17 00:00:00 2001
From 7200a9ea1054442c6d07bac7ef97918759a125f8 Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Tue, 18 Aug 2020 20:20:29 +0200
Subject: [PATCH 10/11] data: Add Microsoft Surface Book 3 (13.5")
Expand Down Expand Up @@ -29,5 +29,5 @@ index 0000000..a33c9cb
+Touch=true
+Buttons=0
--
2.32.0
2.33.0

4 changes: 2 additions & 2 deletions 0011-data-Add-Microsoft-Surface-Book-3-15.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 9c9f8b985fd4ef893712c205987343b891973762 Mon Sep 17 00:00:00 2001
From b0c52138ed2f35c3a301888c38bb150323a5e32b Mon Sep 17 00:00:00 2001
From: Maximilian Luz <[email protected]>
Date: Tue, 18 Aug 2020 20:20:42 +0200
Subject: [PATCH 11/11] data: Add Microsoft Surface Book 3 (15")
Expand Down Expand Up @@ -29,5 +29,5 @@ index 0000000..291321f
+Touch=true
+Buttons=0
--
2.32.0
2.33.0

6 changes: 6 additions & 0 deletions pkg/debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libwacom-surface (1.12-1) unstable; urgency=medium

* Update to libwacom-1.12

-- Maximilian Luz <[email protected]> Thu, 02 Sep 2021 23:44:05 +0200

libwacom-surface (1.11-1) unstable; urgency=medium

* Update to libwacom-1.11
Expand Down
2 changes: 1 addition & 1 deletion pkg/debian/makedeb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

pkgver="1.11"
pkgver="1.12"
source="https://github.com/linuxwacom/libwacom/releases/download/libwacom-$pkgver/libwacom-$pkgver.tar.bz2"

basepath="$( cd "$(dirname "$0")" ; pwd -P )"
Expand Down
5 changes: 4 additions & 1 deletion pkg/fedora/libwacom-surface.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}

Name: libwacom-surface
Version: 1.11
Version: 1.12
Release: 1%{?dist}
Summary: Tablet Information Client Library
Requires: %{name}-data
Expand Down Expand Up @@ -97,6 +97,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
%{_datadir}/libwacom/layouts/*.svg

%changelog
* Wed Sep 01 2021 Peter Hutterer <[email protected]> - 1.12-1
- libwacom 1.12

* Fri Jul 16 2021 Peter Hutterer <[email protected]> - 1.11-1
- libwacom 1.11

Expand Down

0 comments on commit f811946

Please sign in to comment.