From 1fa848f7f16f2ca1222c14969137e8286dbf716b7bc428c9994e2b55bd04878f Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sun, 22 Nov 2020 14:59:19 +0000 Subject: [PATCH 1/5] Add libhandy dependency OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=50 --- cozy.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cozy.spec b/cozy.spec index a58d332..9631abe 100644 --- a/cozy.spec +++ b/cozy.spec @@ -42,6 +42,7 @@ Requires: python3-mutagen Requires: python3-peewee >= 3.9.6 Requires: python3-apsw Requires: python3-pytaglib +Requires: libhandy Requires: python3-pytz Requires: python3-requests Requires: python3-packaging @@ -62,6 +63,7 @@ BuildRequires: python3-pytaglib BuildRequires: python3-distro BuildRequires: python3-apsw BuildRequires: python3-packaging +BuildRequires: libhandy # /SECTION %description From 357c239f24747ed3bc8ba823fac26f970e47a7b79f24483d1496ad3ab0c92750 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sun, 22 Nov 2020 15:00:18 +0000 Subject: [PATCH 2/5] Change libhandy dependency to version 1 OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=51 --- cozy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cozy.spec b/cozy.spec index 9631abe..b3d56ec 100644 --- a/cozy.spec +++ b/cozy.spec @@ -42,7 +42,7 @@ Requires: python3-mutagen Requires: python3-peewee >= 3.9.6 Requires: python3-apsw Requires: python3-pytaglib -Requires: libhandy +Requires: libhandy-1-0 Requires: python3-pytz Requires: python3-requests Requires: python3-packaging @@ -63,7 +63,7 @@ BuildRequires: python3-pytaglib BuildRequires: python3-distro BuildRequires: python3-apsw BuildRequires: python3-packaging -BuildRequires: libhandy +BuildRequires: libhandy-1-0 # /SECTION %description From 42f49f586e6bbde74171bd0e8316a3fb80ed7ea64a19ec218753d1886e128f0a Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sun, 22 Nov 2020 20:32:01 +0000 Subject: [PATCH 3/5] Update to version 0.7.6. OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=52 --- cozy-0.7.5.tar.gz | 3 --- cozy-0.7.6.tar.gz | 3 +++ cozy.changes | 8 ++++++++ cozy.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 cozy-0.7.5.tar.gz create mode 100644 cozy-0.7.6.tar.gz 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 b3d56ec..9f6dd6c 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 From 5e513d63430b0c376503aa6ff9a592363238b08bdbc748dc481aa6fafcb92a94 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sun, 22 Nov 2020 20:36:38 +0000 Subject: [PATCH 4/5] Fix build dependencies OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=53 --- cozy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cozy.spec b/cozy.spec index 9f6dd6c..b421f26 100644 --- a/cozy.spec +++ b/cozy.spec @@ -63,7 +63,7 @@ BuildRequires: python3-pytaglib BuildRequires: python3-distro BuildRequires: python3-apsw BuildRequires: python3-packaging -BuildRequires: libhandy-1-0 +BuildRequires: libhandy-devel # /SECTION %description From ae7e4f5d517d678e76775e8d32de27efbfef936ae465dda2861a96182bc16133 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sun, 22 Nov 2020 20:39:10 +0000 Subject: [PATCH 5/5] Fix dependencies OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=54 --- cozy.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cozy.spec b/cozy.spec index b421f26..7bcaa19 100644 --- a/cozy.spec +++ b/cozy.spec @@ -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 @@ -63,7 +64,7 @@ BuildRequires: python3-pytaglib BuildRequires: python3-distro BuildRequires: python3-apsw BuildRequires: python3-packaging -BuildRequires: libhandy-devel +BuildRequires: libhandy-1-0 # /SECTION %description