public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/solaar] f44: Update to 1.1.20
@ 2026-07-01 22:09 Carl George
0 siblings, 0 replies; only message in thread
From: Carl George @ 2026-07-01 22:09 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/solaar
Branch : f44
Commit : 01040544617053860e2826111dec194dace80488
Author : Carl George <carlwgeorge@gmail.com>
Date : 2026-06-28T18:37:39-05:00
Stats : +6/-29 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/solaar/c/01040544617053860e2826111dec194dace80488?branch=f44
Log:
Update to 1.1.20
... rhbz#2494050
---
diff --git a/3099.patch b/3099.patch
deleted file mode 100644
index d786358..0000000
--- a/3099.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 4b7ad97fc66c156a58255e2b988b8d97c30f6f3e Mon Sep 17 00:00:00 2001
-From: "Peter F. Patel-Schneider" <pfpschneider@gmail.com>
-Date: Wed, 31 Dec 2025 06:31:09 -0500
-Subject: [PATCH] device: handle inaccessiable devices when determining
- protocol
-
----
- lib/logitech_receiver/device.py | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/lib/logitech_receiver/device.py b/lib/logitech_receiver/device.py
-index 82e4ae128..7f4e0ad0a 100644
---- a/lib/logitech_receiver/device.py
-+++ b/lib/logitech_receiver/device.py
-@@ -216,7 +216,10 @@ def find(self, id): # find a device by serial number or unit ID or name or code
- @property
- def protocol(self):
- if not self._protocol:
-- self.ping()
-+ try:
-+ self.ping()
-+ except exceptions.NoSuchDevice:
-+ logger.warning("device %s inaccessible - no protocol set", self)
- return self._protocol or 0
-
- @property
diff --git a/solaar.spec b/solaar.spec
index 354954d..c5218bc 100644
--- a/solaar.spec
+++ b/solaar.spec
@@ -3,12 +3,11 @@
%global app_id io.github.pwr_solaar.solaar
Name: solaar
-Version: 1.1.19
+Version: 1.1.20
Release: %autorelease
Summary: Device manager for a wide range of Logitech devices
URL: https://github.com/pwr-Solaar/Solaar
Source: %{url}/archive/%{version}/Solaar-%{version}.tar.gz
-Patch: https://github.com/pwr-Solaar/Solaar/pull/3099.patch
BuildArch: noarch
License: GPL-2.0-or-later
@@ -148,6 +147,10 @@ fi
%{_datadir}/icons/hicolor/scalable/apps/solaar-symbolic.svg
%{_datadir}/icons/hicolor/scalable/apps/solaar-symbolic-dark-filled.svg
%{_datadir}/icons/hicolor/scalable/apps/solaar-symbolic-filled.svg
+%{_datadir}/icons/hicolor/scalable/apps/solaar-tool-brush-symbolic.svg
+%{_datadir}/icons/hicolor/scalable/apps/solaar-tool-bucket-symbolic.svg
+%{_datadir}/icons/hicolor/scalable/apps/solaar-tool-palette-off-symbolic.svg
+%{_datadir}/icons/hicolor/scalable/apps/solaar-tool-rect-symbolic.svg
%{_metainfodir}/%{app_id}.metainfo.xml
%config(noreplace) %{_sysconfdir}/xdg/autostart/solaar.desktop
diff --git a/sources b/sources
index b5df2d5..468e4f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Solaar-1.1.19.tar.gz) = 5127703f1539671a254cfbaef2408d5e2d446ffa2549689f15773ee090741e55c0c832a7ac520a7a661004f243f9dda38ae5fba5ff7a3651d68d0990cdeb8f76
+SHA512 (Solaar-1.1.20.tar.gz) = 40d02868ba946a1e855c0ee61aaf57d176db364dd963f91e8a87abb91f511df725acfb3403046e84a5824de950ad2c1f022c52e43f03d7e42df60f506d3d371a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-01 22:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 22:09 [rpms/solaar] f44: Update to 1.1.20 Carl George
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox