- 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
This commit is contained in:
Julian Geywitz 2020-01-06 22:27:03 +00:00 committed by Git OBS Bridge
parent 21101e2879
commit 83d28a18f6
4 changed files with 17 additions and 4 deletions

3
cozy-0.6.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02c8ef89e80e6cc8dd384b10a2310a4ea7a15be92b74825f6e2cf4daeba3747c
size 636162

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e0f9cfe07f8ff41df4bda6e6bc447e2eca87b657ae0197afe0d67bb6a498a68
size 642797

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 6 23:23:34 UTC 2019 - Julian Geywitz <suse@geigi.de>
- 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 <avvissu@yandex.by>

View File

@ -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