Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libratbag for openSUSE:Factory checked in at 2025-10-12 22:24:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libratbag (Old) and /work/SRC/openSUSE:Factory/.libratbag.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libratbag" Sun Oct 12 22:24:42 2025 rev:18 rq:1310938 version:0.18 Changes: -------- --- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes 2024-09-27 17:11:27.646574357 +0200 +++ /work/SRC/openSUSE:Factory/.libratbag.new.18484/libratbag.changes 2025-10-12 22:29:50.367477865 +0200 @@ -1,0 +2,5 @@ +Thu Oct 9 23:57:08 BST 2025 - Adam Spiers <[email protected]> + +- Add add-logitech-MX-Master-4.patch + +------------------------------------------------------------------- New: ---- add-logitech-MX-Master-4.patch ----------(New B)---------- New: - Add add-logitech-MX-Master-4.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libratbag.spec ++++++ --- /var/tmp/diff_new_pack.QG5uMs/_old 2025-10-12 22:29:52.479566289 +0200 +++ /var/tmp/diff_new_pack.QG5uMs/_new 2025-10-12 22:29:52.507567461 +0200 @@ -1,7 +1,7 @@ # # spec file for package libratbag # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2019 Matthias Bach <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -29,6 +29,8 @@ Patch1: shebang-env.diff Patch3: harden_ratbagd.service.patch Patch4: use-python-3.6.patch +# PATCH-FEATURE-UPSTREAM add-logitech-MX-Master-4.patch https://github.com/libratbag/libratbag/pull/1764 +Patch5: add-logitech-MX-Master-4.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: json-glib-devel @@ -109,6 +111,7 @@ %if 0%{?suse_version} < 1550 %patch -P4 -p1 %endif +%patch -P5 -p1 cp %{SOURCE1} . %build @@ -128,6 +131,7 @@ %post -n liblur3 -p /sbin/ldconfig %postun -n liblur3 -p /sbin/ldconfig + %pre -n ratbagd %service_add_pre ratbagd.service ++++++ add-logitech-MX-Master-4.patch ++++++ Add support for Logitech MX Master 4 From: https://github.com/libratbag/libratbag/pull/1764 References: https://github.com/libratbag/libratbag/pull/1764 Upstream: submitted Add device file for Logitech MX Master 4 mouse with Bluetooth device ID. Note: usb:046d:c548 is the Unifying receiver ID and should not be in the device file per the receiver-id-test validation. --- /dev/null +++ b/data/devices/logitech-MX-Master-4.device @@ -0,0 +1,5 @@ +[Device] +DeviceMatch=bluetooth:046d:b042 +DeviceType=mouse +Driver=hidpp20 +Name=Logitech MX Master 4
