diff --git a/cozy-0.7.5.tar.gz b/cozy-0.7.5.tar.gz deleted file mode 100644 index 249494d..0000000 --- a/cozy-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb43d3f277c643cc082cfd30769e17287f6f642f6710d6ab776089418276ad9c -size 708726 diff --git a/cozy-0.7.6.tar.gz b/cozy-0.7.6.tar.gz new file mode 100644 index 0000000..1f09bdc --- /dev/null +++ b/cozy-0.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c64f82eb45ebd43460d903dc9eeb4bf466c368ef74cc21c13cd798007392e01 +size 711565 diff --git a/cozy.changes b/cozy.changes index f10c756..f4cb6ca 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Nov 22 20:31:41 UTC 2020 - Julian Geywitz + +Update to 0.7.6 + * Fix: If an audiobook directory contained a lot of non audio files, Cozy could skip all other files on import (thanks foliva!) + * Fix: When copying files via Drag and Drop sometimes the progress bar reported an incorrect progress + * As always, updated translations thanks to all of the translators! + ------------------------------------------------------------------- Sat Nov 14 19:11:36 UTC 2020 - Julian Geywitz diff --git a/cozy.spec b/cozy.spec index a58d332..7bcaa19 100644 --- a/cozy.spec +++ b/cozy.spec @@ -17,7 +17,7 @@ Name: cozy -Version: 0.7.5 +Version: 0.7.6 Release: 0 Summary: Audio Book Player License: GPL-3.0-only @@ -34,6 +34,7 @@ BuildRequires: python3-gobject BuildRequires: python3-setuptools BuildRequires: update-desktop-files BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: libhandy-devel Requires: python3-cairo Requires: python3-distro Requires: python3-gst @@ -42,6 +43,7 @@ Requires: python3-mutagen Requires: python3-peewee >= 3.9.6 Requires: python3-apsw Requires: python3-pytaglib +Requires: libhandy-1-0 Requires: python3-pytz Requires: python3-requests Requires: python3-packaging @@ -62,6 +64,7 @@ BuildRequires: python3-pytaglib BuildRequires: python3-distro BuildRequires: python3-apsw BuildRequires: python3-packaging +BuildRequires: libhandy-1-0 # /SECTION %description