diff --git a/cozy-0.7.2.tar.gz b/cozy-0.7.2.tar.gz new file mode 100644 index 0000000..5917695 --- /dev/null +++ b/cozy-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984508506c9907c765f75f8042249ff3a95db7e6407e7a66338fd52384ac797f +size 704433 diff --git a/cozy-0.7.tar.gz b/cozy-0.7.tar.gz deleted file mode 100644 index 21c655d..0000000 --- a/cozy-0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ff2c47ea10b53dc5914f7974fdc8ddb3d72ca976b268d77cb20fe88c45be783 -size 701299 diff --git a/cozy.changes b/cozy.changes index d59a87a..9bf6b06 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 28 16:37:25 UTC 2020 - Julian Geywitz + +Update to 0.7.2 + * Basic support for m4b audio books (chapters are not supported yet) + * Fixed multiple bugs when using drag and drop to import files + ------------------------------------------------------------------- Thu Sep 24 19:00:55 UTC 2020 - Julian Geywitz diff --git a/cozy.spec b/cozy.spec index e285980..a60de05 100644 --- a/cozy.spec +++ b/cozy.spec @@ -17,7 +17,7 @@ Name: cozy -Version: 0.7 +Version: 0.7.2 Release: 0 Summary: Audio Book Player License: GPL-3.0-only @@ -44,6 +44,7 @@ Requires: python3-apsw Requires: python3-pytaglib Requires: python3-pytz Requires: python3-requests +Requires: python3-packaging Recommends: %{name}-lang Recommends: gstreamer-plugins-base Recommends: gstreamer-plugins-good @@ -60,6 +61,7 @@ BuildRequires: python3-peewee >= 3.9.6 BuildRequires: python3-pytaglib BuildRequires: python3-distro BuildRequires: python3-apsw +BuildRequires: python3-packaging # /SECTION %description