diff --git a/pkg/debian/debian/changelog b/pkg/debian/debian/changelog index 86a3542..7cc6d50 100644 --- a/pkg/debian/debian/changelog +++ b/pkg/debian/debian/changelog @@ -1,3 +1,9 @@ +libwacom-surface (1.6-1) unstable; urgency=medium + + * Update to libwacom-1.6 + + -- Maximilian Luz Tue, 03 Nov 2020 15:25:47 +0100 + libwacom-surface (1.5-2) unstable; urgency=medium * Bump release to build for Fedora 33 diff --git a/pkg/debian/makedeb b/pkg/debian/makedeb index 169e95b..673517a 100755 --- a/pkg/debian/makedeb +++ b/pkg/debian/makedeb @@ -1,7 +1,7 @@ #!/bin/bash set -e -pkgver="1.5" +pkgver="1.6" source="https://github.com/linuxwacom/libwacom/releases/download/libwacom-$pkgver/libwacom-$pkgver.tar.bz2" basepath="$( cd "$(dirname "$0")" ; pwd -P )" diff --git a/pkg/fedora/libwacom-surface.spec b/pkg/fedora/libwacom-surface.spec index 90d8454..9fade33 100644 --- a/pkg/fedora/libwacom-surface.spec +++ b/pkg/fedora/libwacom-surface.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: libwacom-surface -Version: 1.5 -Release: 2%{?dist} +Version: 1.6 +Release: 1%{?dist} Summary: Tablet Information Client Library Requires: %{name}-data Provides: libwacom @@ -20,7 +20,7 @@ BuildRequires: systemd systemd-devel BuildRequires: git BuildRequires: libxml2-devel -Requires: %{name}-data = %{version}-%{release} +Requires: %{name}-data = %{version}-%{release} %description %{name} is a library that provides information about Wacom tablets and @@ -93,6 +93,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} %{_datadir}/libwacom/layouts/*.svg %changelog +* Tue Nov 03 2020 Peter Hutterer 1.6-1 +- libwacom 1.6 + * Tue Sep 29 2020 Dorian Stoll - 1.5-2 - Bump release to build for Fedora 33