From f696b6c23375c8591764fcbf01bb2f5513e52b00191d66c938002ee0c64ab921 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Mon, 5 Oct 2020 08:27:43 +0000 Subject: [PATCH] Accepting request 839506 from home:michals - Fix Leap build. - update to 1.5: - New devices: - Acer Spin 5 / Acer Spin SP513-54N - Dell Latitude 7410, - GAOMON S620 - HP Pavilion x360 Convertible 14-dh0xxx - Huawei MateBook HZ-W19 - Lenovo ThinkPad X1 Yoga 3rd - Wacom Cintiq 16, DTK-1660E - update to 1.4.1: - New devices: - HP ZBook Studio x360 G5 - Dell Latitude 7285 - Dell Latitude 7200 2-in-1, Dell Latitude 7400 2-in-1 - Elan 2415 - HP ENVY x360 Convertible 13, - Huion 420, 1060 Plus, - GAOMON S56K - Wacom FT-0405 - Many AES stylus definitions added - New API: libwacom_stylus_get_eraser_type() - udev rules are now using hwdb entries OBS-URL: https://build.opensuse.org/request/show/839506 OBS-URL: https://build.opensuse.org/package/show/hardware/libwacom?expand=0&rev=13 --- libwacom-1.3.tar.bz2 | 3 --- libwacom-1.3.tar.bz2.sig | Bin 95 -> 0 bytes libwacom-1.5.tar.bz2 | 3 +++ libwacom-1.5.tar.bz2.sig | Bin 0 -> 95 bytes libwacom.changes | 35 +++++++++++++++++++++++++++++++++++ libwacom.spec | 11 +++++++++-- 6 files changed, 47 insertions(+), 5 deletions(-) delete mode 100644 libwacom-1.3.tar.bz2 delete mode 100644 libwacom-1.3.tar.bz2.sig create mode 100644 libwacom-1.5.tar.bz2 create mode 100644 libwacom-1.5.tar.bz2.sig diff --git a/libwacom-1.3.tar.bz2 b/libwacom-1.3.tar.bz2 deleted file mode 100644 index 4187a51..0000000 --- a/libwacom-1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e19ce00fe1e074cc54ffd198dda6c6f1ec389e5c913134adc8795f2c5e63883c -size 509956 diff --git a/libwacom-1.3.tar.bz2.sig b/libwacom-1.3.tar.bz2.sig deleted file mode 100644 index 80bf9b66ee62a90663f5b8db69ead9f6abb2d24f3fe2fd4d9d3f6f9ac04bee35..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WUx`Hj~ANI2{#Z}eRGjMSVz(mX+G0ac- v?vj5>;r@nZz8x8cd!2$}nC~oLn5PkI6qxv;qHXWjbMfyzS*{5ruM`CU!Cfbw diff --git a/libwacom-1.5.tar.bz2 b/libwacom-1.5.tar.bz2 new file mode 100644 index 0000000..22c261d --- /dev/null +++ b/libwacom-1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b349fb73c8edcf0288d17c49049648214924846b6a58914c2ed3477ff36d47b +size 515548 diff --git a/libwacom-1.5.tar.bz2.sig b/libwacom-1.5.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..dfb2d57794b2e8a29b4a627d62b79c8a51e5a7c822a0a225baa953b39c0cbf75 GIT binary patch literal 95 zcmeB(WnmCxVvrS6WUx`Hj~ANI2{#rt$bF>rATz(gK>W0 + +- Fix Leap build. + +------------------------------------------------------------------- +Sun Sep 13 19:38:25 UTC 2020 - Dirk Mueller + +- update to 1.5: + - New devices: + - Acer Spin 5 / Acer Spin SP513-54N + - Dell Latitude 7410, + - GAOMON S620 + - HP Pavilion x360 Convertible 14-dh0xxx + - Huawei MateBook HZ-W19 + - Lenovo ThinkPad X1 Yoga 3rd + - Wacom Cintiq 16, DTK-1660E + +------------------------------------------------------------------- +Sat Aug 22 06:36:23 UTC 2020 - Dirk Mueller + +- update to 1.4.1: +- New devices: + - HP ZBook Studio x360 G5 + - Dell Latitude 7285 + - Dell Latitude 7200 2-in-1, Dell Latitude 7400 2-in-1 + - Elan 2415 + - HP ENVY x360 Convertible 13, + - Huion 420, 1060 Plus, + - GAOMON S56K + - Wacom FT-0405 + - Many AES stylus definitions added + - New API: libwacom_stylus_get_eraser_type() + - udev rules are now using hwdb entries + ------------------------------------------------------------------- Thu May 7 13:10:58 UTC 2020 - pgajdos@suse.com diff --git a/libwacom.spec b/libwacom.spec index f3f4b77..45db39c 100644 --- a/libwacom.spec +++ b/libwacom.spec @@ -15,14 +15,13 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - %if 0%{?suse_version} > 1510 %bcond_without meson %else %bcond_with meson %endif Name: libwacom -Version: 1.3 +Version: 1.5 Release: 0 Summary: Library to identify wacom tablets License: MIT @@ -107,6 +106,12 @@ make %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print +%check +%if %{with meson} +export LANG=C.UTF-8 +/usr/bin/meson test -C %{_vpath_builddir} --print-errorlogs %{?jobs:--num-processes %{jobs}} +%endif + %post -n libwacom2 -p /sbin/ldconfig %postun -n libwacom2 -p /sbin/ldconfig @@ -122,6 +127,8 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_datadir}/libwacom/layouts/ %dir %{_udevrulesdir} %{_udevrulesdir}/65-libwacom.rules +%dir %{_udevhwdbdir} +%{_udevhwdbdir}/65-libwacom.hwdb %files tools %{_bindir}/libwacom-list-local-devices