public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Elaine Gibson <ypsvlq@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fooyin] f44: Update to 0.12.0
Date: Mon, 27 Jul 2026 20:16:09 GMT	[thread overview]
Message-ID: <178518336913.1.11312131719498711812.rpms-fooyin-c39f7cd3e891@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fooyin
Branch : f44
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=f44

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

                 reply	other threads:[~2026-07-27 20:16 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=178518336913.1.11312131719498711812.rpms-fooyin-c39f7cd3e891@fedoraproject.org \
    --to=ypsvlq@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