From 96f85d5c73dbfc70e58b894452c398c93e6b99a7b9c8336a8a6e874998d8567c Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sat, 5 Sep 2020 15:49:05 +0000 Subject: [PATCH 1/4] - Add new dependency python3-apsw OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=36 --- cozy.changes | 24 ++++++++++++------------ cozy.spec | 2 ++ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/cozy.changes b/cozy.changes index 888a966..aa0843a 100644 --- a/cozy.changes +++ b/cozy.changes @@ -44,42 +44,42 @@ Thu Jul 16 18:32:49 UTC 2020 - Alexei Podvalsky Tue Mar 17 10:29:54 UTC 2020 - suse@geigi.de - Update to 0.6.15 - * Fix: Files with missing tags failed to import + * Fix: Files with missing tags failed to import * Updated translations ------------------------------------------------------------------- Sun Mar 1 16:39:55 UTC 2020 - suse@geigi.de - Update to 0.6.14 - * A warning is displayed in the titlebar if network/external drives are not connected - * MPRIS desktop integration is more stable - * Fix: Last book was loaded on startup even when the storage medium was offline - * Fix: Bugs in audiobook location settings window - * Fix: Bug which sometimes could prevent playback of an audiobook - * Fix: Crash which could occur on startup - * Fix: Jumping in titlebar while dragging the position slider with long audio files + * A warning is displayed in the titlebar if network/external drives are not connected + * MPRIS desktop integration is more stable + * Fix: Last book was loaded on startup even when the storage medium was offline + * Fix: Bugs in audiobook location settings window + * Fix: Bug which sometimes could prevent playback of an audiobook + * Fix: Crash which could occur on startup + * Fix: Jumping in titlebar while dragging the position slider with long audio files * Updated translations ------------------------------------------------------------------- Thu Feb 27 17:37:13 UTC 2020 - Julian Geywitz - Update to 0.6.13 - * Sleep timer: Automatic system power control + * Sleep timer: Automatic system power control * Updated translations ------------------------------------------------------------------- Thu Feb 27 16:27:36 UTC 2020 - Julian Geywitz - Update to 0.6.13 - * Sleep timer: Automatic system power control + * Sleep timer: Automatic system power control * Updated translations ------------------------------------------------------------------- Wed Jan 15 21:02:38 UTC 2020 - suse@geigi.de - Update to 0.6.12 - * Support for opus files - * Support for diverse ogg cover art + * Support for opus files + * Support for diverse ogg cover art * Swedish translation ------------------------------------------------------------------- diff --git a/cozy.spec b/cozy.spec index b3dd8fa..67861c6 100644 --- a/cozy.spec +++ b/cozy.spec @@ -40,6 +40,7 @@ Requires: python3-gst Requires: python3-magic Requires: python3-mutagen Requires: python3-peewee >= 3.9.6 +Requires: python3-apsw Requires: python3-pytaglib Requires: python3-pytz Requires: python3-requests @@ -58,6 +59,7 @@ BuildRequires: python3-mutagen BuildRequires: python3-peewee >= 3.9.6 BuildRequires: python3-pytaglib BuildRequires: python3-distro +BuildRequires: python3-apsw # /SECTION %description From 4ad3aeb94557eff707303261c2143ee5ddabb76da135f18da2e9ba35de8e3148 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Mon, 7 Sep 2020 17:24:28 +0000 Subject: [PATCH 2/4] Update to version 0.6.19. OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=37 --- cozy-0.6.18.tar.gz | 3 --- cozy-0.6.19.tar.gz | 3 +++ cozy.changes | 9 +++++++++ cozy.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 cozy-0.6.18.tar.gz create mode 100644 cozy-0.6.19.tar.gz diff --git a/cozy-0.6.18.tar.gz b/cozy-0.6.18.tar.gz deleted file mode 100644 index 8639750..0000000 --- a/cozy-0.6.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17c0cb97bd9bb23ed0d1a1471b6f58f138a403cb13f85b23ce80a0231965588d -size 673994 diff --git a/cozy-0.6.19.tar.gz b/cozy-0.6.19.tar.gz new file mode 100644 index 0000000..fa12725 --- /dev/null +++ b/cozy-0.6.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c095646ba7a4ff8a19a167432826ffae96d1233fde3bf4f3ace47ad4e411f97 +size 680505 diff --git a/cozy.changes b/cozy.changes index aa0843a..b0e21fb 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 7 17:23:41 UTC 2020 - Julian Geywitz + +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 diff --git a/cozy.spec b/cozy.spec index 67861c6..c3eb0f2 100644 --- a/cozy.spec +++ b/cozy.spec @@ -17,7 +17,7 @@ Name: cozy -Version: 0.6.18 +Version: 0.6.19 Release: 0 Summary: Audio Book Player License: GPL-3.0-only From 16fe3514a4b1be88f7d89275cda23d9c5430f643b5bb319e65c6847503521284 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Mon, 7 Sep 2020 17:28:02 +0000 Subject: [PATCH 3/4] Licence is now in a different file OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=38 --- cozy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cozy.spec b/cozy.spec index c3eb0f2..005a3a5 100644 --- a/cozy.spec +++ b/cozy.spec @@ -83,7 +83,7 @@ Play and organize your audio book collection. %files %defattr(0644,root,root,0755) -%license COPYING +%license LICENCE %doc AUTHORS README.md %attr(0755,root,root) %{_bindir}/com.github.geigi.cozy %{_datadir}/applications/com.github.geigi.cozy.desktop From c4509b7954ff2084267d1181e3ea3f6146740033ac256ce24e826a20947a27dc Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Mon, 7 Sep 2020 17:32:51 +0000 Subject: [PATCH 4/4] Fix typo OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=39 --- cozy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cozy.spec b/cozy.spec index 005a3a5..181ce52 100644 --- a/cozy.spec +++ b/cozy.spec @@ -83,7 +83,7 @@ Play and organize your audio book collection. %files %defattr(0644,root,root,0755) -%license LICENCE +%license LICENSE %doc AUTHORS README.md %attr(0755,root,root) %{_bindir}/com.github.geigi.cozy %{_datadir}/applications/com.github.geigi.cozy.desktop