public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: 3.2.1
@ 2026-07-06 18:32 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-06 18:32 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/amarok
Branch : epel10.2
Commit : c4f79165ce5eb3284c2410504db4a73f4e803578
Author : Marc Deop i Argemí <marcdeop@fedoraproject.org>
Date   : 2025-01-12T16:52:42+01:00
Stats  : +16/-12 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/amarok/c/c4f79165ce5eb3284c2410504db4a73f4e803578?branch=epel10.2

Log:
3.2.1

---
diff --git a/.gitignore b/.gitignore
index 68d89c3..5a3dc22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /amarok-3.0.81.tar.xz
 /amarok-3.1.1.tar.xz
 /amarok-3.2.0.tar.xz
+/amarok-3.2.1.tar.xz

diff --git a/amarok.spec b/amarok.spec
index c423d6a..0c7c435 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -2,7 +2,7 @@
 
 Name:    amarok
 Summary: Media player
-Version: 3.2.0
+Version: 3.2.1
 Release: 1%{?dist}
 
 # KDE e.V. may determine that future GPL versions are accepted
@@ -248,6 +248,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}*.
 
 
 %changelog
+* Sun Jan 12 2025 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 3.2.1-1
+- 3.2.1
+
 * Mon Dec 30 2024 Steve Cossette <farchord@gmail.com> - 3.2.0-1
 - 3.2.0
 

diff --git a/fix-mygpo-qt5-compilation.patch b/fix-mygpo-qt5-compilation.patch
index 9b5d555..2221b5e 100644
--- a/fix-mygpo-qt5-compilation.patch
+++ b/fix-mygpo-qt5-compilation.patch
@@ -38,7 +38,7 @@ index 91323fb770..1c5fd45c0c 100644
  class GpodderPodcastTreeItem: public GpodderTreeItem
  {
 diff --git a/src/services/gpodder/GpodderProvider.h b/src/services/gpodder/GpodderProvider.h
-index e6deb51868..db7a664060 100644
+index 9551a97a69..bfddcb1ff7 100644
 --- a/src/services/gpodder/GpodderProvider.h
 +++ b/src/services/gpodder/GpodderProvider.h
 @@ -23,8 +23,8 @@
@@ -53,7 +53,7 @@ index e6deb51868..db7a664060 100644
  #include "playlistmanager/PlaylistManager.h"
  
 diff --git a/src/services/gpodder/GpodderService.cpp b/src/services/gpodder/GpodderService.cpp
-index 6ead72cc74..0294850143 100644
+index b2d51ea807..841942e9d7 100644
 --- a/src/services/gpodder/GpodderService.cpp
 +++ b/src/services/gpodder/GpodderService.cpp
 @@ -27,8 +27,8 @@
@@ -68,7 +68,7 @@ index 6ead72cc74..0294850143 100644
  #include "widgets/SearchWidget.h"
  
 diff --git a/src/services/gpodder/GpodderServiceModel.h b/src/services/gpodder/GpodderServiceModel.h
-index 08b5a559e1..e443c79b08 100644
+index 6eb979ca07..76bc61da7b 100644
 --- a/src/services/gpodder/GpodderServiceModel.h
 +++ b/src/services/gpodder/GpodderServiceModel.h
 @@ -20,8 +20,8 @@
@@ -83,18 +83,18 @@ index 08b5a559e1..e443c79b08 100644
  
  #include <QAbstractItemModel>
 diff --git a/src/services/gpodder/GpodderServiceSettings.h b/src/services/gpodder/GpodderServiceSettings.h
-index 1c3707b7ee..f519404958 100644
+index 5d75f07e52..e7f773ae02 100644
 --- a/src/services/gpodder/GpodderServiceSettings.h
 +++ b/src/services/gpodder/GpodderServiceSettings.h
-@@ -21,7 +21,7 @@
- #define GPODDERSERVICESETTINGS_H
- 
+@@ -23,7 +23,7 @@
  #include "GpodderServiceConfig.h"
+ 
+ #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
 -#include <mygpo-qt5/ApiRequest.h>
 +#include <mygpo-qt/ApiRequest.h>
- 
- #include <KConfigWidgets/KCModule>
- 
+ #else
+ #include <mygpo-qt6/ApiRequest.h>
+ #endif
 diff --git a/src/services/gpodder/GpodderTagTreeItem.h b/src/services/gpodder/GpodderTagTreeItem.h
 index 63cc965d89..8941cb8fc3 100644
 --- a/src/services/gpodder/GpodderTagTreeItem.h

diff --git a/sources b/sources
index 82f771c..2407f71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (amarok-3.2.0.tar.xz) = 4c6d094755b8144e20f0df4b01d9eb3e51b45495e7a341ad68b3bab9f1152eb91886c85447377aba9beba5e5d97f42be43139bd79d6f669856ce4d7d8162c7d8
+SHA512 (amarok-3.2.1.tar.xz) = 52a2319e243034c82b4529fbbc54d5deabda64f67f6222ecc35999080548472b9e1540dbfc8305b1b53660e9102015e8ee7e2ce1efe317dc1b99c29cb2853bf1

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

only message in thread, other threads:[~2026-07-06 18:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:32 [rpms/amarok] epel10.2: 3.2.1 

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