Compare commits

...

3 Commits

Author SHA256 Message Date
Ana Guerrero
72be6ba266 Accepting request 1194757 from hardware
- update to 2.12.2
  * Device Fixes:
    - HUION Kamvas 16 2019
    - Prefix the kamvas pro 13 with Huion like all other Huion
    tablets
    - Fix the Huion Kamvas 12 file
  * Device Other:
    - Don't create a default match for fallback devices
  * Other Fixes:
    - Fix a memory leak
    - Set the device name in new_from_path() to override the
    fallback name
  * Tests:
      test: run ruff format over test_svg.py
      test: add support for testing new_from_path() through uinput
- update to 2.12.1
  * Device Fixes:
    - Drop the firmware match from the Huion Inspiroy 2 S
  * Features:
    - Fix off-by-one check for stripping the quote from NAME/UNIQ
    - Use g_clear_pointer() during libwacom_*_unref()
- update to 2.12.0
  * New Devices:
    - Huion Kamvas Pro 24 (GT-240, QHD)
    - Huion WH1409
    - Wacom Movink
    - Wacom HID 49A0 (Dell latitude 5320 2-in-1)
    - Wacom HID 5334 Pen
    - XP-PEN Deco Mini 4
  * Device Fixes:

OBS-URL: https://build.opensuse.org/request/show/1194757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwacom?expand=0&rev=43
2024-08-20 14:13:16 +00:00
Michal Suchanek
5934825bf6 OBS-URL: https://build.opensuse.org/package/show/hardware/libwacom?expand=0&rev=35 2024-08-19 18:24:50 +00:00
Michal Suchanek
c389efe832 Friday Aug 16 06:17:39 UTC 2024 - Aesara Binder <aesara@mailbox.org>
- update to 2.12.2
  * Device Fixes:
    - HUION Kamvas 16 2019
    - Prefix the kamvas pro 13 with Huion like all other Huion
    tablets
    - Fix the Huion Kamvas 12 file
  * Device Other:
    - Don't create a default match for fallback devices
  * Other Fixes:
    - Fix a memory leak
    - Set the device name in new_from_path() to override the
    fallback name
  * Tests:
      test: run ruff format over test_svg.py
      test: add support for testing new_from_path() through uinput
- update to 2.12.1
  * Device Fixes:
    - Drop the firmware match from the Huion Inspiroy 2 S
  * Features:
    - Fix off-by-one check for stripping the quote from NAME/UNIQ
    - Use g_clear_pointer() during libwacom_*_unref()
- update to 2.12.0
  * New Devices:
    - Huion Kamvas Pro 24 (GT-240, QHD)
    - Huion WH1409
    - Wacom Movink
    - Wacom HID 49A0 (Dell latitude 5320 2-in-1)
    - Wacom HID 5334 Pen
    - XP-PEN Deco Mini 4
  * Device Fixes:
    - Fix tablet file for the Huion Inspiroy 2S
    - Improve Huion Inspiroy 2 m support
    - Update the Inspiroy 2L
    - Add a dial to the Huion Inspiroy 2 L and M
    - Fix the Inspiroy 2S layout
    - Set the right PID for the Inpspiroy 2 L and M
    - Rename second ButtonB id in the DTI-520 svg layout
    - Fix Huion RTM-500 Support
    - Added more device names for Kamvas 13 variants
    - Fix buttons for Huion and Gaomon tablets
    - Mark huion/gaomon tablets with Dials as such
    - XP pen tablets have no Rings
    - Drop accidental comma from the Gaomon/Huion layout files
  * Device Other:
    - Auto generated HUION tablet description files
    - Auto generated GAOMON tablet description files
    - Remove layout files without buttons/strips/dials
    - Remove a superfluous rect from the huion mini keydial kd100
    - Use NumRings instead of separate Ring/Ring2
    - Switch DeviceMatch to use a pipe as separator
    - Add a firmware string entry to the matches
    - Skip over empty Layout= assignments
  * Features:
    - Rework match_from_string
    - Rework the match approach to prefer uniq over name
    - Allow to match by uniq without name
    - Add Gaomon S620 firmware match
    - Add support for relative dials
    - Add libwacom_new_from_builder to construct a new device
  * Other Fixes:
    - Fetch the name and uniq from udev properties, not sysfs
    - Keyboard devices are not ID_INPUT_TABLET_PAD
    - Don't mark a Mouse device as tablet or pad
    - Set the bustype in libwacom_new_for_path
    - Document touch strips
  * Tests:
    - Remove the requirement for a Layout file
    - Replace the SVG validity test with a pytest-based one
    - Add a test for unnecessary SVGs
    - Add some tracing to the svg validity test
    - Svgs for dials need to have CW and CCW labels, not Up/Down
    - Set proper test names for the hwdb tests
    - Skip errors in SVGs for autogenerated devices
    - Check the svg for Dial2 if we have two dials
    - Skip hwdb tests if the systemd commands fail
    - Install our hwdb file during the test
    - Add ids to the parametrized tablet file tests
    - Add a pytest wrapper for libwacom
    - Skip/fail with an error if the systemd commands failed
    - Replace the uinput-based hwdb test with a direct query
    - Don't reload the udev rules
    - Move the asan check into meson.build
  * Build:
    - Make pytest more verbose
    - Bump to meson 0.56.0
    - More logging of the pytests
    - Split the pytest invocations into separate ones

OBS-URL: https://build.opensuse.org/package/show/hardware/libwacom?expand=0&rev=34
2024-08-19 18:03:22 +00:00
6 changed files with 98 additions and 5 deletions

View File

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

Binary file not shown.

BIN
libwacom-2.12.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libwacom-2.12.2.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,96 @@
-------------------------------------------------------------------
Fri Aug 16 06:17:39 UTC 2024 - Aesara Binder <aesara@mailbox.org>
- update to 2.12.2
* Device Fixes:
- HUION Kamvas 16 2019
- Prefix the kamvas pro 13 with Huion like all other Huion
tablets
- Fix the Huion Kamvas 12 file
* Device Other:
- Don't create a default match for fallback devices
* Other Fixes:
- Fix a memory leak
- Set the device name in new_from_path() to override the
fallback name
* Tests:
test: run ruff format over test_svg.py
test: add support for testing new_from_path() through uinput
- update to 2.12.1
* Device Fixes:
- Drop the firmware match from the Huion Inspiroy 2 S
* Features:
- Fix off-by-one check for stripping the quote from NAME/UNIQ
- Use g_clear_pointer() during libwacom_*_unref()
- update to 2.12.0
* New Devices:
- Huion Kamvas Pro 24 (GT-240, QHD)
- Huion WH1409
- Wacom Movink
- Wacom HID 49A0 (Dell latitude 5320 2-in-1)
- Wacom HID 5334 Pen
- XP-PEN Deco Mini 4
* Device Fixes:
- Fix tablet file for the Huion Inspiroy 2S
- Improve Huion Inspiroy 2 m support
- Update the Inspiroy 2L
- Add a dial to the Huion Inspiroy 2 L and M
- Fix the Inspiroy 2S layout
- Set the right PID for the Inpspiroy 2 L and M
- Rename second ButtonB id in the DTI-520 svg layout
- Fix Huion RTM-500 Support
- Added more device names for Kamvas 13 variants
- Fix buttons for Huion and Gaomon tablets
- Mark huion/gaomon tablets with Dials as such
- XP pen tablets have no Rings
- Drop accidental comma from the Gaomon/Huion layout files
* Device Other:
- Auto generated HUION tablet description files
- Auto generated GAOMON tablet description files
- Remove layout files without buttons/strips/dials
- Remove a superfluous rect from the huion mini keydial kd100
- Use NumRings instead of separate Ring/Ring2
- Switch DeviceMatch to use a pipe as separator
- Add a firmware string entry to the matches
- Skip over empty Layout= assignments
* Features:
- Rework match_from_string
- Rework the match approach to prefer uniq over name
- Allow to match by uniq without name
- Add Gaomon S620 firmware match
- Add support for relative dials
- Add libwacom_new_from_builder to construct a new device
* Other Fixes:
- Fetch the name and uniq from udev properties, not sysfs
- Keyboard devices are not ID_INPUT_TABLET_PAD
- Don't mark a Mouse device as tablet or pad
- Set the bustype in libwacom_new_for_path
- Document touch strips
* Tests:
- Remove the requirement for a Layout file
- Replace the SVG validity test with a pytest-based one
- Add a test for unnecessary SVGs
- Add some tracing to the svg validity test
- Svgs for dials need to have CW and CCW labels, not Up/Down
- Set proper test names for the hwdb tests
- Skip errors in SVGs for autogenerated devices
- Check the svg for Dial2 if we have two dials
- Skip hwdb tests if the systemd commands fail
- Install our hwdb file during the test
- Add ids to the parametrized tablet file tests
- Add a pytest wrapper for libwacom
- Skip/fail with an error if the systemd commands failed
- Replace the uinput-based hwdb test with a direct query
- Don't reload the udev rules
- Move the asan check into meson.build
* Build:
- Make pytest more verbose
- Bump to meson 0.56.0
- More logging of the pytests
- Split the pytest invocations into separate ones
-------------------------------------------------------------------
Mon Apr 22 09:08:43 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -16,7 +16,7 @@
#
Name: libwacom
Version: 2.11.0
Version: 2.12.2
Release: 0
Summary: Library to identify wacom tablets
License: MIT
@ -27,7 +27,7 @@ Source1: https://github.com/linuxwacom/libwacom/releases/download/libwaco
# Fetched from https://github.com/whot.gpg
Source2: %{name}.keyring
Source99: baselibs.conf
BuildRequires: meson >= 0.51.0
BuildRequires: meson >= 0.56.0
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)