Skip to content

Commit 2ee9453

Browse files
committed
Update to libwacom-1.4.1
1 parent fcc6eb3 commit 2ee9453

File tree

6 files changed

+11
-82
lines changed

6 files changed

+11
-82
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.4.1-1) unstable; urgency=medium
2+
3+
* Update to libwacom-1.4.1
4+
5+
-- Maximilian Luz <[email protected]> Tue, 30 Jun 2020 12:17:04 +0200
6+
17
libwacom-surface (1.4-1) unstable; urgency=medium
28

39
* Update to libwacom-1.4

pkg/debian/debian/patches/0001-meson.build-ignore-Makefile.in-when-installing-data.patch

Lines changed: 0 additions & 39 deletions
This file was deleted.

pkg/debian/debian/patches/series

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
#placeholder
2-
0001-meson.build-ignore-Makefile.in-when-installing-data.patch

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"
4+
pkgver="1.4.1"
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/0001-meson.build-ignore-Makefile.in-when-installing-data.patch

Lines changed: 0 additions & 39 deletions
This file was deleted.

pkg/fedora/libwacom-surface.spec

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

33
Name: libwacom-surface
4-
Version: 1.4
4+
Version: 1.4.1
55
Release: 1%{?dist}
66
Summary: Tablet Information Client Library
77
Requires: %{name}-data
@@ -12,7 +12,6 @@ License: MIT
1212
URL: https://github.com/linuxwacom/libwacom
1313

1414
Source0: https://github.com/linuxwacom/libwacom/releases/download/libwacom-%{version}/libwacom-%{version}.tar.bz2
15-
Patch01: 0001-meson.build-ignore-Makefile.in-when-installing-data.patch
1615

1716

1817
BuildRequires: meson gcc
@@ -94,6 +93,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir}
9493
%{_datadir}/libwacom/layouts/*.svg
9594

9695
%changelog
96+
* Tue Jun 30 2020 Peter Hutterer <[email protected]> 1.4.1-1
97+
- libwacom 1.4.1
98+
9799
* Wed Jun 24 2020 Peter Hutterer <[email protected]> 1.4-1
98100
- libwacom 1.4
99101

0 commit comments

Comments
 (0)