Skip to content

Commit 63b70ea

Browse files
committed
Update to libwacom-1.6
1 parent 8b647db commit 63b70ea

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
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.6-1) unstable; urgency=medium
2+
3+
* Update to libwacom-1.6
4+
5+
-- Maximilian Luz <[email protected]> Tue, 03 Nov 2020 15:25:47 +0100
6+
17
libwacom-surface (1.5-2) unstable; urgency=medium
28

39
* Bump release to build for Fedora 33

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.5"
4+
pkgver="1.6"
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: 6 additions & 3 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.5
5-
Release: 2%{?dist}
4+
Version: 1.6
5+
Release: 1%{?dist}
66
Summary: Tablet Information Client Library
77
Requires: %{name}-data
88
Provides: libwacom
@@ -20,7 +20,7 @@ BuildRequires: systemd systemd-devel
2020
BuildRequires: git
2121
BuildRequires: libxml2-devel
2222

23-
Requires: %{name}-data = %{version}-%{release}
23+
Requires: %{name}-data = %{version}-%{release}
2424

2525
%description
2626
%{name} is a library that provides information about Wacom tablets and
@@ -93,6 +93,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
9393
%{_datadir}/libwacom/layouts/*.svg
9494

9595
%changelog
96+
* Tue Nov 03 2020 Peter Hutterer <[email protected]> 1.6-1
97+
- libwacom 1.6
98+
9699
* Tue Sep 29 2020 Dorian Stoll <[email protected]> - 1.5-2
97100
- Bump release to build for Fedora 33
98101

0 commit comments

Comments
 (0)