public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-aw-qt] rawhide: Fix error with not finding logo
Date: Wed, 03 Jun 2026 17:32:43 GMT	[thread overview]
Message-ID: <178050796325.1.13136082058235032089.rpms-python-aw-qt-cc6639fcb19d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-aw-qt
Branch : rawhide
Commit : cc6639fcb19d21c5b414b84af5b3b5cb6592fe19
Author : Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Date   : 2026-06-03T19:31:37+02:00
Stats  : +4/-4 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-aw-qt/c/cc6639fcb19d21c5b414b84af5b3b5cb6592fe19?branch=rawhide

Log:
Fix error with not finding logo

---
diff --git a/.gitignore b/.gitignore
index 1ca68f6..6660108 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,3 @@
 /aw-qt-43864b2.tar.gz
-/logo-128.png
-/logo.png
 /aw-qt-6ab7e3f.tar.gz
 /aw-qt-6fbb5f7.tar.gz

diff --git a/logo-128.png b/logo-128.png
new file mode 100644
index 0000000..99e9a0c
Binary files /dev/null and b/logo-128.png differ

diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..d5e59a6
Binary files /dev/null and b/logo.png differ

diff --git a/python-aw-qt.spec b/python-aw-qt.spec
index 26265b3..95e80a7 100644
--- a/python-aw-qt.spec
+++ b/python-aw-qt.spec
@@ -10,8 +10,10 @@ Summary:        Service manager and tray icon managing aw-server and watchers, b
 License:        MPL-2.0
 URL:            https://github.com/ActivityWatch/aw-qt
 Source0:        %{url}/archive/%{commit}/%{srcname}-%{short_commit}.tar.gz
-Source1:        https://raw.githubusercontent.com/ActivityWatch/media/cb597f7c2e2b135505fe5d6b3042960a638892cf/logo/logo.png
-Source2:        https://raw.githubusercontent.com/ActivityWatch/media/cb597f7c2e2b135505fe5d6b3042960a638892cf/logo/logo-128.png
+# https://raw.githubusercontent.com/ActivityWatch/media/cb597f7c2e2b135505fe5d6b3042960a638892cf/logo/logo.png
+Source1:        logo.png
+# https://raw.githubusercontent.com/ActivityWatch/media/cb597f7c2e2b135505fe5d6b3042960a638892cf/logo/logo-128.png
+Source2:        logo-128.png
 Patch:          0001-Avoid-FTBFS-on-upcoming-Fedora.patch
 
 BuildArch:      noarch

                 reply	other threads:[~2026-06-03 17:32 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=178050796325.1.13136082058235032089.rpms-python-aw-qt-cc6639fcb19d@fedoraproject.org \
    --to=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