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
This commit is contained in:
Michal Suchanek 2020-10-05 08:27:43 +00:00 committed by Git OBS Bridge
parent 35a08f0dd6
commit f696b6c233
6 changed files with 47 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e19ce00fe1e074cc54ffd198dda6c6f1ec389e5c913134adc8795f2c5e63883c
size 509956

Binary file not shown.

3
libwacom-1.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b349fb73c8edcf0288d17c49049648214924846b6a58914c2ed3477ff36d47b
size 515548

BIN
libwacom-1.5.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Oct 5 07:21:03 UTC 2020 - Michal Suchanek <msuchanek@suse.com>
- Fix Leap build.
-------------------------------------------------------------------
Sun Sep 13 19:38:25 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- 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 <dmueller@suse.com>
- 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

View File

@ -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