diff --git a/xorg-drv-input-wacom.spec b/xorg-drv-input-wacom.spec index 3c7fcd6..4f0afd7 100644 --- a/xorg-drv-input-wacom.spec +++ b/xorg-drv-input-wacom.spec @@ -1,6 +1,6 @@ %define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f1-2) Name: xorg-drv-input-wacom -Version: 0.36.0 +Version: 0.36.1 Release: 1mamba Summary: X.Org input driver for Wacom tablets Group: System/X11 @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://x.org -Source: http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/xf86-input-wacom-%{version}.tar.bz2 +Source: https://github.com/linuxwacom/xf86-input-wacom.git/xf86-input-wacom-%{version}/xf86-input-wacom-%{version}.tar.bz2 License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN @@ -49,6 +49,8 @@ This package contains header files need for development. %setup -q -n xf86-input-wacom-%{version} %build +./autogen.sh + %configure \ --with-systemd-unit-dir=%{_unitdir} \ --with-udev-rules-dir=%{_udevrulesdir} @@ -83,6 +85,9 @@ This package contains header files need for development. #%doc ChangeLog README %changelog +* Thu Sep 13 2018 Automatic Build System 0.36.1-1mamba +- automatic version update by autodist + * Fri Jan 26 2018 Automatic Build System 0.36.0-1mamba - automatic version update by autodist