From 805c8ff5c739f235eab5a6415c23a7b3859ef8dd9be4be8010a12f4f1f84b868 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sat, 7 Aug 2021 07:37:32 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=84 --- cozy.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cozy.spec b/cozy.spec index 9c2d678..7926775 100644 --- a/cozy.spec +++ b/cozy.spec @@ -45,6 +45,7 @@ Requires: python3-peewee >= 3.9.6 Requires: python3-apsw Requires: python3-pytaglib Requires: libhandy-1-0 +Requires: libdazzle-1.0 Requires: granite Requires: python3-pytz Requires: python3-requests @@ -67,6 +68,7 @@ BuildRequires: python3-distro BuildRequires: python3-apsw BuildRequires: python3-packaging BuildRequires: libhandy-1-0 +BuildRequires: libdazzle-1.0 # /SECTION %description From 97be0f3ca230f84a60f759a4e4cd324752c54851e0f1e909af582cbea39ec267 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sat, 7 Aug 2021 07:38:34 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=85 --- cozy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cozy.spec b/cozy.spec index 7926775..37c9d23 100644 --- a/cozy.spec +++ b/cozy.spec @@ -45,7 +45,7 @@ Requires: python3-peewee >= 3.9.6 Requires: python3-apsw Requires: python3-pytaglib Requires: libhandy-1-0 -Requires: libdazzle-1.0 +Requires: pkgconfig(libdazzle-1.0) Requires: granite Requires: python3-pytz Requires: python3-requests @@ -68,7 +68,7 @@ BuildRequires: python3-distro BuildRequires: python3-apsw BuildRequires: python3-packaging BuildRequires: libhandy-1-0 -BuildRequires: libdazzle-1.0 +BuildRequires: pkgconfig(libdazzle-1.0) # /SECTION %description From a5d1a14186f4fdb532e0706655dbdc6448232be2276c1f0a40d7bd8eb5b12afc Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sat, 7 Aug 2021 08:08:27 +0000 Subject: [PATCH 3/3] Update to version 1.1.0. OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=86 --- cozy-1.0.4.tar.gz | 3 --- cozy-1.1.0.tar.gz | 3 +++ cozy.changes | 13 +++++++++++++ cozy.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 cozy-1.0.4.tar.gz create mode 100644 cozy-1.1.0.tar.gz diff --git a/cozy-1.0.4.tar.gz b/cozy-1.0.4.tar.gz deleted file mode 100644 index 690a07c..0000000 --- a/cozy-1.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d32b76e0a1506ab72d0b45bb0f5711c490a3105fce1019f173536f19716a07f2 -size 837642 diff --git a/cozy-1.1.0.tar.gz b/cozy-1.1.0.tar.gz new file mode 100644 index 0000000..188e2f5 --- /dev/null +++ b/cozy-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f89c2801e31341426a133125f5f8367a49c98db121ad46bc4724761a086a38 +size 816539 diff --git a/cozy.changes b/cozy.changes index eda88cc..cdfeb33 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Aug 7 08:08:20 UTC 2021 - Julian Geywitz + +- Update to 1.1.0 + * Redesigned library + * Redesigned start screen + * Redesigned book detail screen + * Responsive design for the main window + * Introducing a welcome screen for new installations + * Fix: a rare bug where Cozy's volume was muted at first start + * Fix: long book names or author names will be truncated properly + * As always, updated translations thanks to all of the translators! + ------------------------------------------------------------------- Wed Jul 28 16:30:21 UTC 2021 - Julian Geywitz diff --git a/cozy.spec b/cozy.spec index 37c9d23..2944dfe 100644 --- a/cozy.spec +++ b/cozy.spec @@ -17,7 +17,7 @@ Name: cozy -Version: 1.0.4 +Version: 1.1.0 Release: 0 Summary: Audio Book Player License: GPL-3.0-only