From 96f85d5c73dbfc70e58b894452c398c93e6b99a7b9c8336a8a6e874998d8567c Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sat, 5 Sep 2020 15:49:05 +0000 Subject: [PATCH] - 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