Accepting request 832836 from X11:Pantheon:Apps
Update to 0.6.19 * Multiple author and readers are now separated in the library view * Increase maximum playback speed to 3x * Fix: playback speed was not saved correctly under some circumstances, thanks to magnickolas * Updated translations thanks to all of the translators! OBS-URL: https://build.opensuse.org/request/show/832836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cozy?expand=0&rev=14
This commit is contained in:
commit
105edfea9e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:17c0cb97bd9bb23ed0d1a1471b6f58f138a403cb13f85b23ce80a0231965588d
|
|
||||||
size 673994
|
|
3
cozy-0.6.19.tar.gz
Normal file
3
cozy-0.6.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c095646ba7a4ff8a19a167432826ffae96d1233fde3bf4f3ace47ad4e411f97
|
||||||
|
size 680505
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 7 17:23:41 UTC 2020 - Julian Geywitz <suse@geigi.de>
|
||||||
|
|
||||||
|
Update to 0.6.19
|
||||||
|
* Multiple author and readers are now separated in the library view
|
||||||
|
* Increase maximum playback speed to 3x
|
||||||
|
* Fix: playback speed was not saved correctly under some circumstances, thanks to magnickolas
|
||||||
|
* Updated translations thanks to all of the translators!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 16 18:32:49 UTC 2020 - Alexei Podvalsky <avvissu@yandex.by>
|
Thu Jul 16 18:32:49 UTC 2020 - Alexei Podvalsky <avvissu@yandex.by>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cozy
|
Name: cozy
|
||||||
Version: 0.6.18
|
Version: 0.6.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Audio Book Player
|
Summary: Audio Book Player
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -40,6 +40,7 @@ Requires: python3-gst
|
|||||||
Requires: python3-magic
|
Requires: python3-magic
|
||||||
Requires: python3-mutagen
|
Requires: python3-mutagen
|
||||||
Requires: python3-peewee >= 3.9.6
|
Requires: python3-peewee >= 3.9.6
|
||||||
|
Requires: python3-apsw
|
||||||
Requires: python3-pytaglib
|
Requires: python3-pytaglib
|
||||||
Requires: python3-pytz
|
Requires: python3-pytz
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
@ -58,6 +59,7 @@ BuildRequires: python3-mutagen
|
|||||||
BuildRequires: python3-peewee >= 3.9.6
|
BuildRequires: python3-peewee >= 3.9.6
|
||||||
BuildRequires: python3-pytaglib
|
BuildRequires: python3-pytaglib
|
||||||
BuildRequires: python3-distro
|
BuildRequires: python3-distro
|
||||||
|
BuildRequires: python3-apsw
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -81,7 +83,7 @@ Play and organize your audio book collection.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%license COPYING
|
%license LICENSE
|
||||||
%doc AUTHORS README.md
|
%doc AUTHORS README.md
|
||||||
%attr(0755,root,root) %{_bindir}/com.github.geigi.cozy
|
%attr(0755,root,root) %{_bindir}/com.github.geigi.cozy
|
||||||
%{_datadir}/applications/com.github.geigi.cozy.desktop
|
%{_datadir}/applications/com.github.geigi.cozy.desktop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user