public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Carl George <carlwgeorge@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/solaar] f44: Update to 1.1.20
Date: Wed, 01 Jul 2026 22:09:39 GMT	[thread overview]
Message-ID: <178294377932.1.2360912758168556114.rpms-solaar-010405446170@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-01 22:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178294377932.1.2360912758168556114.rpms-solaar-010405446170@fedoraproject.org \
    --to=carlwgeorge@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox