public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cantata] rawhide: rhbz#2060187
@ 2026-06-13 16:41 Gerald B Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Gerald B Cox @ 2026-06-13 16:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cantata
Branch : rawhide
Commit : 662ea974adf76958132e09fbc4d0a52d18595782
Author : Gerald B Cox <gbcox@fedoraproject.org>
Date   : 2026-06-13T09:41:13-07:00
Stats  : +4/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/cantata/c/662ea974adf76958132e09fbc4d0a52d18595782?branch=rawhide

Log:
rhbz#2060187

---
diff --git a/.gitignore b/.gitignore
index 5ab947b..84794c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /cantata-2.5.0.tar.bz2
 /cantata-e5df8a52df7345380fa189bd0bb3be1dfd2c831e.tar.gz
 /cantata-c3a900e4ed903fa0a2820ad2882e8253dfbc8c7b.tar.gz
+/cantata-3ab7cf06aecf6fc5e096c245270c52cd8c65ae75.tar.gz

diff --git a/cantata.spec b/cantata.spec
index c7dd99a..992166c 100644
--- a/cantata.spec
+++ b/cantata.spec
@@ -1,9 +1,9 @@
 %global forgeurl https://github.com/nullobsi/cantata/
-%global commit c3a900e4ed903fa0a2820ad2882e8253dfbc8c7b
+%global commit 3ab7cf06aecf6fc5e096c245270c52cd8c65ae75
 
 Name:    cantata
 Summary: Music Player Daemon (MPD) graphical client
-Version: 3.4.0
+Version: 3.5.0
 Release: %autorelease
 License: GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
 
@@ -12,8 +12,6 @@ License: GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-or-late
 Url:            %{forgeurl}
 Source0:        %{forgesource}
 Patch0:         pr127-tray-icon.patch
-# Use FontAwesome 7 instead of 6
-Patch1:         fontawesome7.patch
 
 BuildRequires:  kf6-kitemviews-devel
 BuildRequires:  kf6-karchive-devel

diff --git a/sources b/sources
index 5dd24d9..6f49d63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cantata-c3a900e4ed903fa0a2820ad2882e8253dfbc8c7b.tar.gz) = 97f6dc73ffa617f53e21947bb48a39a1322e1a25732fa12ce5ebb3d1ed2812a2e24219c594a686f046d7b1f7ecc232d9bffc8641a35242112a948ffbfc0d19b3
+SHA512 (cantata-3ab7cf06aecf6fc5e096c245270c52cd8c65ae75.tar.gz) = 55cca0ba543f6cdad5782b7b04ec7814752c9a863c6b524eb46f14068a69504e562cd2e2698433879dcab7e06d1f15ce4d261469645d4579d81a3d702d15ba5d

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/cantata] rawhide: rhbz#2060187
@ 2026-06-13 16:43 Gerald B Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Gerald B Cox @ 2026-06-13 16:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cantata
Branch : rawhide
Commit : e5d9aadf3c310e5188621754b21a5ae99ea2b7b0
Author : Gerald B Cox <gbcox@fedoraproject.org>
Date   : 2026-06-13T09:43:01-07:00
Stats  : +0/-15 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/cantata/c/e5d9aadf3c310e5188621754b21a5ae99ea2b7b0?branch=rawhide

Log:
rhbz#2060187

---
diff --git a/fontawesome7.patch b/fontawesome7.patch
deleted file mode 100644
index 6d71081..0000000
--- a/fontawesome7.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/support/QtAwesome.cpp
-+++ b/support/QtAwesome.cpp
-@@ -247,9 +247,9 @@ QtAwesome::QtAwesome(QObject* parent)
- 	_fontDetails.insert(fa::fa_brands, QtAwesomeFontData(FA_BRANDS_FONT_FILENAME, FA_BRANDS_FONT_WEIGHT, FA_BRANDS_FONT_STYLE));
- #else
- 	// use "filename" to store font family name...
--	_fontDetails.insert(fa::fa_solid, QtAwesomeFontData("Font Awesome 6 Free Solid", FA_SOLID_FONT_WEIGHT, FA_SOLID_FONT_STYLE));
--	_fontDetails.insert(fa::fa_regular, QtAwesomeFontData("Font Awesome 6 Free Regular", FA_REGULAR_FONT_WEIGHT, FA_REGULAR_FONT_STYLE));
--	_fontDetails.insert(fa::fa_brands, QtAwesomeFontData("Font Awesome 6 Brands Regular", FA_BRANDS_FONT_WEIGHT, FA_BRANDS_FONT_STYLE));
-+	_fontDetails.insert(fa::fa_solid, QtAwesomeFontData("Font Awesome 7 Free Solid", FA_SOLID_FONT_WEIGHT, FA_SOLID_FONT_STYLE));
-+	_fontDetails.insert(fa::fa_regular, QtAwesomeFontData("Font Awesome 7 Free Regular", FA_REGULAR_FONT_WEIGHT, FA_REGULAR_FONT_STYLE));
-+	_fontDetails.insert(fa::fa_brands, QtAwesomeFontData("Font Awesome 7 Brands Regular", FA_BRANDS_FONT_WEIGHT, FA_BRANDS_FONT_STYLE));
- #endif
- 
- #ifdef USE_COLOR_SCHEME

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-13 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 16:41 [rpms/cantata] rawhide: rhbz#2060187 Gerald B Cox
2026-06-13 16:43 Gerald B Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox