From 981e752392b429d5dc8dddb0cf6813bda90ae8f2d3297ef7c8b42d0fd3a651c3 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sat, 14 Nov 2020 11:55:57 +0000 Subject: [PATCH 1/3] Update to version 0.7.3. OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=46 --- cozy-0.7.2.tar.gz | 3 --- cozy-0.7.3.tar.gz | 3 +++ cozy.changes | 10 ++++++++++ cozy.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 cozy-0.7.2.tar.gz create mode 100644 cozy-0.7.3.tar.gz diff --git a/cozy-0.7.2.tar.gz b/cozy-0.7.2.tar.gz deleted file mode 100644 index 5917695..0000000 --- a/cozy-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:984508506c9907c765f75f8042249ff3a95db7e6407e7a66338fd52384ac797f -size 704433 diff --git a/cozy-0.7.3.tar.gz b/cozy-0.7.3.tar.gz new file mode 100644 index 0000000..74c0697 --- /dev/null +++ b/cozy-0.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9dcfe15c4ef05b3db8c3dfcc865ea7a18d852fec159226413c5e9ed87cfee6 +size 706622 diff --git a/cozy.changes b/cozy.changes index 9bf6b06..af267a2 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Nov 14 11:54:42 UTC 2020 - Julian Geywitz + +Update to 0.7.3 + * Increase maximum playback speed to 3.5x + * Fix: audio files with uppercase extensions where not detected (thanks to leuc) + * Fix: removing a book from the library was sometimes not possible + * Fix: sometimes Cozy's database ran into a locking issue, which could lead to unexpected behaviour of Cozy + * As always, updated translations thanks to all of the translators! + ------------------------------------------------------------------- Mon Sep 28 16:37:25 UTC 2020 - Julian Geywitz diff --git a/cozy.spec b/cozy.spec index a60de05..f960d01 100644 --- a/cozy.spec +++ b/cozy.spec @@ -17,7 +17,7 @@ Name: cozy -Version: 0.7.2 +Version: 0.7.3 Release: 0 Summary: Audio Book Player License: GPL-3.0-only From 2492f0eb26fcafbd65251825c471e76b7517b0c6287e692dea017f521da81581 Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sat, 14 Nov 2020 12:09:11 +0000 Subject: [PATCH 2/3] Update to version 0.7.3. OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=47 --- cozy-0.7.3.tar.gz | 4 ++-- cozy.changes | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cozy-0.7.3.tar.gz b/cozy-0.7.3.tar.gz index 74c0697..fd062e3 100644 --- a/cozy-0.7.3.tar.gz +++ b/cozy-0.7.3.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf9dcfe15c4ef05b3db8c3dfcc865ea7a18d852fec159226413c5e9ed87cfee6 -size 706622 +oid sha256:843ac5fe54f87ec5a24f5847d9f3c9fe1ce21cebf54dbd8b4192f4d9ee604be4 +size 706642 diff --git a/cozy.changes b/cozy.changes index af267a2..b0e9b6f 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Sat Nov 14 11:54:42 UTC 2020 - Julian Geywitz +Sat Nov 14 12:08:47 UTC 2020 - Julian Geywitz Update to 0.7.3 * Increase maximum playback speed to 3.5x From b1c2f7875aba81284d7ffcf7d735de0868f1f68580b694e8156ece5cbf08dc6c Mon Sep 17 00:00:00 2001 From: Julian Geywitz Date: Sat, 14 Nov 2020 19:12:15 +0000 Subject: [PATCH 3/3] Update to version 0.7.5. OBS-URL: https://build.opensuse.org/package/show/X11:Pantheon:Apps/cozy?expand=0&rev=48 --- cozy-0.7.3.tar.gz | 3 --- cozy-0.7.5.tar.gz | 3 +++ cozy.changes | 11 +++++++++++ cozy.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 cozy-0.7.3.tar.gz create mode 100644 cozy-0.7.5.tar.gz diff --git a/cozy-0.7.3.tar.gz b/cozy-0.7.3.tar.gz deleted file mode 100644 index fd062e3..0000000 --- a/cozy-0.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:843ac5fe54f87ec5a24f5847d9f3c9fe1ce21cebf54dbd8b4192f4d9ee604be4 -size 706642 diff --git a/cozy-0.7.5.tar.gz b/cozy-0.7.5.tar.gz new file mode 100644 index 0000000..249494d --- /dev/null +++ b/cozy-0.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb43d3f277c643cc082cfd30769e17287f6f642f6710d6ab776089418276ad9c +size 708726 diff --git a/cozy.changes b/cozy.changes index b0e9b6f..f10c756 100644 --- a/cozy.changes +++ b/cozy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 14 19:11:36 UTC 2020 - Julian Geywitz + +Update to 0.7.5 + * Increase maximum playback speed to 3.5x + * Fix: audio files with uppercase extensions where not detected (thanks to leuc) + * Fix: when using drag and drop some files where not copied and imported correctly + * Fix: removing a book from the library was sometimes not possible + * Fix: sometimes Cozy's database ran into a locking issue, which could lead to unexpected behaviour of Cozy + * As always, updated translations thanks to all of the translators! + ------------------------------------------------------------------- Sat Nov 14 12:08:47 UTC 2020 - Julian Geywitz diff --git a/cozy.spec b/cozy.spec index f960d01..a58d332 100644 --- a/cozy.spec +++ b/cozy.spec @@ -17,7 +17,7 @@ Name: cozy -Version: 0.7.3 +Version: 0.7.5 Release: 0 Summary: Audio Book Player License: GPL-3.0-only