From f3eec8b9f61fd6bfe6ebed270d022b0052cf4ddc Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 11 Dec 2025 23:48:51 -0500 Subject: [PATCH] Drop gstreamer1-plugins-ugly-free dependency This made sense long ago, as that is where the MP3 decoder elements were first made available in Fedora. Since then, they have moved to -good, and not much is left in -ugly-free that would make it mandatory. --- cozy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cozy.spec b/cozy.spec index 9a31296..cc6fc31 100644 --- a/cozy.spec +++ b/cozy.spec @@ -5,7 +5,7 @@ Summary: Modern audiobook player License: GPL-3.0-or-later Version: 1.3.0 -Release: 10%{?dist} +Release: 11%{?dist} URL: https://cozy.geigi.de Source0: https://github.com/geigi/%{name}/archive/%{version}/%{name}-%{version}.tar.gz @@ -51,7 +51,6 @@ Requires: glib2 Requires: libadwaita >= %{req_adwaita} Requires: gstreamer1-plugins-bad-free Requires: gstreamer1-plugins-good -Requires: gstreamer1-plugins-ugly-free Requires: hicolor-icon-theme # For whatever reason, the Python dependency generator doesn't seem to work @@ -146,6 +145,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{rtld_name}.desktop %changelog +* Fri Dec 12 2025 Yaakov Selkowitz - 1.3.0-11 +- Drop gstreamer1-plugins-ugly-free dependency + * Fri Sep 19 2025 Python Maint - 1.3.0-10 - Rebuilt for Python 3.14.0rc3 bytecode