Accepting request 891576 from home:dirkmueller:Factory

- update to 1.10:
  - Duplicate matches in /etc no longer cause conflicts with the
    system-provided .tablet files
  - libwacom-list-local-devices now prints YAML by default
  - New tools:
    - libwacom-list-devices lists all supported devices
    - libwacom-update-db to update the db after adding tablet files
  - New devices:
    - Elan 2514 variant 25BF
    - Huion H640P
    - Lenovo X1 Yoga Gen 6
    - Samsung CHromebook Pro
  - libwacom can now read tablet and stylus files from /etc/libwacom
  - New tool: libwacom-show-stylus to interactively show stylus IDs and serial
    numbers
  - New devices:
    - HP Envy x360, Pro Tablet 508
    - Lenovo X1 Yoga Gen5, Yoga6, Ideapad Flex 5, Yoga 7, Yoga C650, L13 Yoga
    - Microsoft Surface Go
  - New devices:
    - Dell XPS 15 7590
    - HP EliteBook x360 (830 and 1030), Spectre x360
    - Lenovo Thinkpad P15 Gen1, Yoga, Yoga 3, Yoga 11e, X13 Yoga
  - New devices:
    - Dell XPS 13 2-in-1 9310
    - Lenovo IdeaPad Flex 14API, Flex 5
    - HP Envy x360, EliteBook x360
    - Huawei MateBook HZ-W19
    - XP Pen Star G640

OBS-URL: https://build.opensuse.org/request/show/891576
OBS-URL: https://build.opensuse.org/package/show/hardware/libwacom?expand=0&rev=16
This commit is contained in:
Michal Suchanek 2021-05-14 16:47:58 +00:00 committed by Git OBS Bridge
parent 2f73b95d31
commit a17718730b
6 changed files with 42 additions and 5 deletions

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

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

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sat May 8 18:29:18 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.10:
- Duplicate matches in /etc no longer cause conflicts with the
system-provided .tablet files
- libwacom-list-local-devices now prints YAML by default
- New tools:
- libwacom-list-devices lists all supported devices
- libwacom-update-db to update the db after adding tablet files
- New devices:
- Elan 2514 variant 25BF
- Huion H640P
- Lenovo X1 Yoga Gen 6
- Samsung CHromebook Pro
- libwacom can now read tablet and stylus files from /etc/libwacom
- New tool: libwacom-show-stylus to interactively show stylus IDs and serial
numbers
- New devices:
- HP Envy x360, Pro Tablet 508
- Lenovo X1 Yoga Gen5, Yoga6, Ideapad Flex 5, Yoga 7, Yoga C650, L13 Yoga
- Microsoft Surface Go
- New devices:
- Dell XPS 15 7590
- HP EliteBook x360 (830 and 1030), Spectre x360
- Lenovo Thinkpad P15 Gen1, Yoga, Yoga 3, Yoga 11e, X13 Yoga
- New devices:
- Dell XPS 13 2-in-1 9310
- Lenovo IdeaPad Flex 14API, Flex 5
- HP Envy x360, EliteBook x360
- Huawei MateBook HZ-W19
- XP Pen Star G640
-------------------------------------------------------------------
Mon Nov 9 18:20:09 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -21,7 +21,7 @@
%bcond_with meson
%endif
Name: libwacom
Version: 1.6
Version: 1.10
Release: 0
Summary: Library to identify wacom tablets
License: MIT
@ -88,7 +88,7 @@ built-in on-screen tablet", "what is the size of this model", etc.
%build
%if %{with meson}
%meson -Db_lto=true
%meson -Db_lto=true -Dtests=disabled
%meson_build
%else
%configure \
@ -130,7 +130,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_udevhwdbdir}/65-libwacom.hwdb
%files tools
%{_bindir}/libwacom-list-devices
%{_bindir}/libwacom-update-db
%{_bindir}/libwacom-show-stylus
%{_bindir}/libwacom-list-local-devices
%{_mandir}/man1/libwacom-list-devices.1%{?ext_man}
%{_mandir}/man1/libwacom-list-local-devices.1%{?ext_man}
%files devel