public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fooyin] rawhide: Update to 0.12.0
@ 2026-07-27 20:15 Elaine Gibson
  0 siblings, 0 replies; only message in thread
From: Elaine Gibson @ 2026-07-27 20:15 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fooyin
Branch : rawhide
Commit : c39f7cd3e8918ed75afc0a0651e1c3acf08f84c9
Author : Elaine Gibson <ypsvlq@gmail.com>
Date   : 2026-07-27T21:15:14+01:00
Stats  : +4/-25 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/fooyin/c/c39f7cd3e8918ed75afc0a0651e1c3acf08f84c9?branch=rawhide

Log:
Update to 0.12.0

---
diff --git a/.gitignore b/.gitignore
index bf093c4..810c082 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /fooyin-0.10.7.tar.gz
 /fooyin-0.10.8.tar.gz
 /fooyin-0.11.1.tar.gz
+/fooyin-0.12.0.tar.gz

diff --git a/f1890bdb45629cc02c2beb182e2091e86f75c5bc.patch b/f1890bdb45629cc02c2beb182e2091e86f75c5bc.patch
deleted file mode 100644
index 6365109..0000000
--- a/f1890bdb45629cc02c2beb182e2091e86f75c5bc.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From f1890bdb45629cc02c2beb182e2091e86f75c5bc Mon Sep 17 00:00:00 2001
-From: Elaine Gibson <ypsvlq@gmail.com>
-Date: Tue, 23 Jun 2026 09:52:52 +0100
-Subject: [PATCH] [radiobrowser] Fix 32bit build
-
----
- src/plugins/radiobrowser/radioiconprovider.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/plugins/radiobrowser/radioiconprovider.cpp b/src/plugins/radiobrowser/radioiconprovider.cpp
-index c326b16d5..8b7f13cf6 100644
---- a/src/plugins/radiobrowser/radioiconprovider.cpp
-+++ b/src/plugins/radiobrowser/radioiconprovider.cpp
-@@ -52,7 +52,7 @@ QByteArray readReplyData(QNetworkReply* reply, const qsizetype maxBytes)
-        || reply->bytesAvailable() <= 0) {
-         return {};
-     }
--    return reply->read(std::min(maxBytes, reply->bytesAvailable()));
-+    return reply->read(std::min(static_cast<qint64>(maxBytes), reply->bytesAvailable()));
- }
- 
- QSize calculateScaledSize(const QSize& originalSize, int maxSize)

diff --git a/fooyin.spec b/fooyin.spec
index 7030895..f641823 100644
--- a/fooyin.spec
+++ b/fooyin.spec
@@ -1,12 +1,11 @@
 Name:           fooyin
-Version:        0.11.1
+Version:        0.12.0
 Release:        %autorelease
 Summary:        A customizable music player
 
 License:        GPL-3.0-or-later
 URL:            https://www.fooyin.org/
 Source0:        https://github.com/fooyin/fooyin/archive/v%{version}/fooyin-%{version}.tar.gz
-Patch0:         https://github.com/fooyin/fooyin/commit/f1890bdb45629cc02c2beb182e2091e86f75c5bc.patch
 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -30,6 +29,7 @@ BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libswresample)
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(libpipewire-0.3)
+BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(sndfile)
 BuildRequires:  pkgconfig(libopenmpt)

diff --git a/sources b/sources
index 65a4924..5ab6878 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fooyin-0.11.1.tar.gz) = 4c78891b38b1073ac89b720f85836ace74d196ac38bf0b7bf3f1d6e3863c4d5ff15d07b8343fbca79a4708a0a0262f45103b20f0c9e0909cf8a680e532411e66
+SHA512 (fooyin-0.12.0.tar.gz) = a5508fb1aa1b947816f0a05238aeee01aad13b15598af29a9d4ba7bba0fd9be280be63b466a09c58a17a07833306cc5433b8467c11eb7d8de1a1cfaea1288e7c

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-27 20:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 20:15 [rpms/fooyin] rawhide: Update to 0.12.0 Elaine Gibson

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