Skip to content

Commit fa321e1

Browse files
committed
Update to libwacom-1.5
1 parent 76fc5c3 commit fa321e1

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

pkg/debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libwacom-surface (1.5-1) unstable; urgency=medium
2+
3+
* Update to libwacom-1.5
4+
5+
-- Maximilian Luz <[email protected]> Tue, 08 Sep 2020 17:08:15 +0200
6+
17
libwacom-surface (1.4.1-2) unstable; urgency=medium
28

39
* Add iptsd support

pkg/debian/makedeb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
pkgver="1.4.1"
4+
pkgver="1.5"
55
source="https://github.com/linuxwacom/libwacom/releases/download/libwacom-$pkgver/libwacom-$pkgver.tar.bz2"
66

77
basepath="$( cd "$(dirname "$0")" ; pwd -P )"

pkg/fedora/libwacom-surface.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global debug_package %{nil}
22

33
Name: libwacom-surface
4-
Version: 1.4.1
5-
Release: 2%{?dist}
4+
Version: 1.5
5+
Release: 1%{?dist}
66
Summary: Tablet Information Client Library
77
Requires: %{name}-data
88
Provides: libwacom
@@ -93,6 +93,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
9393
%{_datadir}/libwacom/layouts/*.svg
9494

9595
%changelog
96+
* Mon Aug 31 2020 Peter Hutterer <[email protected]> 1.5-1
97+
- libwacom 1.5
98+
9699
* Tue Aug 18 2020 Maximilian Luz <[email protected]> 1.4.1-2
97100
- add iptsd support
98101

0 commit comments

Comments
 (0)