Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Yaakov Selkowitz
f3eec8b9f6 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.
2025-12-11 23:48:52 -05:00
Python Maint
d4895992c4 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:12:30 +02:00
Python Maint
55e1a90fe8 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 12:43:07 +02:00
Fedora Release Engineering
61c3d2002d Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 18:44:15 +00:00
Python Maint
d84606a2b7 Rebuilt for Python 3.14 2025-06-17 21:48:51 +02:00
Gwyn Ciesla
c52ed82d02 gstreamer1-plugins-bad-free rebuild 2025-03-12 10:03:25 -05:00
Benjamin A. Beasley
4ae24022e1 Remove spurious BuildRequires on python-pytest-runner 2025-02-12 15:39:52 -05:00
Fedora Release Engineering
29fb9b34e4 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 14:40:22 +00:00
Fedora Release Engineering
7721fa40ea Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 20:03:41 +00:00
Python Maint
59985656cf Rebuilt for Python 3.13 2024-06-08 11:35:14 +02:00

View file

@ -5,7 +5,7 @@ Summary: Modern audiobook player
License: GPL-3.0-or-later
Version: 1.3.0
Release: 1%{?dist}
Release: 11%{?dist}
URL: https://cozy.geigi.de
Source0: https://github.com/geigi/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
@ -41,7 +41,6 @@ BuildRequires: python3dist(inject) >= %{req_py_inject}
BuildRequires: python3dist(mutagen)
BuildRequires: python3dist(peewee) >= %{req_py_peewee}
BuildRequires: python3dist(pygobject)
BuildRequires: python3dist(pytest-runner)
BuildRequires: python3dist(pytest-mock)
BuildRequires: python3dist(pytz)
BuildRequires: python3dist(requests)
@ -52,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
@ -147,6 +145,36 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{rtld_name}.desktop
%changelog
* Fri Dec 12 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 1.3.0-11
- Drop gstreamer1-plugins-ugly-free dependency
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.3.0-10
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.3.0-9
- Rebuilt for Python 3.14.0rc2 bytecode
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 17 2025 Python Maint <python-maint@redhat.com> - 1.3.0-7
- Rebuilt for Python 3.14
* Wed Mar 12 2025 Gwyn Ciesla <gwync@protonmail.com> - 1.3.0-6
- gstreamer1-plugins-bad-free rebuild
* Wed Feb 12 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1.3.0-5
- Remove spurious BuildRequires on python-pytest-runner
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.3.0-2
- Rebuilt for Python 3.13
* Sun Mar 03 2024 Artur Frenszek-Iwicki <fedora@svgames.pl> - 1.3.0-1
- Update to v1.3.0
- Drop Patch2 (fix crash at startup - merged upstream)