Skip to content

Commit

Permalink
Update to libwacom-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Nov 3, 2020
1 parent 8b647db commit 63b70ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
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.6-1) unstable; urgency=medium

* Update to libwacom-1.6

-- Maximilian Luz <[email protected]> Tue, 03 Nov 2020 15:25:47 +0100

libwacom-surface (1.5-2) unstable; urgency=medium

* Bump release to build for Fedora 33
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.5"
pkgver="1.6"
source="https://github.com/linuxwacom/libwacom/releases/download/libwacom-$pkgver/libwacom-$pkgver.tar.bz2"

basepath="$( cd "$(dirname "$0")" ; pwd -P )"
Expand Down
9 changes: 6 additions & 3 deletions pkg/fedora/libwacom-surface.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -93,6 +93,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
%{_datadir}/libwacom/layouts/*.svg

%changelog
* Tue Nov 03 2020 Peter Hutterer <[email protected]> 1.6-1
- libwacom 1.6

* Tue Sep 29 2020 Dorian Stoll <[email protected]> - 1.5-2
- Bump release to build for Fedora 33

Expand Down

0 comments on commit 63b70ea

Please sign in to comment.