From 83d28a18f6c6bb76f946fca0dd7e8db384e4a26553eabbf4db55a731400da99f Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Mon, 6 Jan 2020 22:27:03 +0000 Subject: [PATCH] - Update to 0.6.11: * Fix: some valid media files were not detected * Support for python 3.8. Cheers to emmaliddell * Updated translations * Fixes in the titlebar * Fix: show navigation bar when searching from book overview * Other small fixes OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=21 --- cozy-0.6.11.tar.gz | 3 +++ cozy-0.6.9.tar.gz | 3 --- cozy.changes | 11 +++++++++++ cozy.spec | 4 +++- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 cozy-0.6.11.tar.gz delete mode 100644 cozy-0.6.9.tar.gz diff --git a/cozy-0.6.11.tar.gz b/cozy-0.6.11.tar.gz new file mode 100644 index 0000000..abcc926 --- /dev/null +++ b/cozy-0.6.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c8ef89e80e6cc8dd384b10a2310a4ea7a15be92b74825f6e2cf4daeba3747c +size 636162 diff --git a/cozy-0.6.9.tar.gz b/cozy-0.6.9.tar.gz deleted file mode 100644 index 1c69310..0000000 --- a/cozy-0.6.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e0f9cfe07f8ff41df4bda6e6bc447e2eca87b657ae0197afe0d67bb6a498a68 -size 642797 diff --git a/cozy.changes b/cozy.changes index 96cefb0..05455d2 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 6 23:23:34 UTC 2019 - Julian Geywitz + +- Update to 0.6.11: + * Fix: some valid media files were not detected + * Support for python 3.8. Cheers to emmaliddell + * Updated translations + * Fixes in the titlebar + * Fix: show navigation bar when searching from book overview + * Other small fixes + ------------------------------------------------------------------- Mon Nov 4 14:36:34 UTC 2019 - Alexei Podvalsky diff --git a/cozy.spec b/cozy.spec index fba5612..a89ef71 100644 --- a/cozy.spec +++ b/cozy.spec @@ -17,7 +17,7 @@ Name: cozy -Version: 0.6.9 +Version: 0.6.11 Release: 0 Summary: Audio Book Player License: GPL-3.0-only @@ -35,6 +35,7 @@ BuildRequires: python3-setuptools BuildRequires: update-desktop-files BuildRequires: pkgconfig(gtk+-3.0) Requires: python3-cairo +Requires: python3-distro Requires: python3-gst Requires: python3-magic Requires: python3-mutagen @@ -54,6 +55,7 @@ BuildRequires: python3-magic BuildRequires: python3-mutagen BuildRequires: python3-peewee BuildRequires: python3-pytaglib +BuildRequires: python3-distro # /SECTION %description