Hello community,

here is the log from the commit of package cozy for openSUSE:Factory checked in 
at 2018-10-29 14:23:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cozy (Old)
 and      /work/SRC/openSUSE:Factory/.cozy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cozy"

Mon Oct 29 14:23:01 2018 rev:4 rq:645176 version:0.6.1b

Changes:
--------
--- /work/SRC/openSUSE:Factory/cozy/cozy.changes        2018-09-11 
17:18:33.519294051 +0200
+++ /work/SRC/openSUSE:Factory/.cozy.new/cozy.changes   2018-10-29 
14:59:00.742027518 +0100
@@ -1,0 +2,6 @@
+Mon Oct  8 09:00:42 UTC 2018 - [email protected]
+
+- Update to 0.6.1b:
+  * Fixed a bug which prevented cozy from automatically playing the next 
chapter
+
+-------------------------------------------------------------------

Old:
----
  cozy-0.6.1.tar.gz

New:
----
  cozy-0.6.1b.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cozy.spec ++++++
--- /var/tmp/diff_new_pack.8gtko7/_old  2018-10-29 14:59:01.138027983 +0100
+++ /var/tmp/diff_new_pack.8gtko7/_new  2018-10-29 14:59:01.142027988 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           cozy
-Version:        0.6.1
+Version:        0.6.1b
 Release:        0
 Summary:        Audio Book Player
 License:        GPL-3.0-only

++++++ cozy-0.6.1.tar.gz -> cozy-0.6.1b.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/README.md new/cozy-0.6.1b/README.md
--- old/cozy-0.6.1/README.md    2018-09-07 16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/README.md   2018-10-10 23:29:43.000000000 +0200
@@ -85,6 +85,14 @@
 ```
 
 ## Q&A
+### I have imported wrong files and cannot get rid of them:
+Delete the following folders to reset cozy (this will loose all saved 
progress):
+```
+~/.local/share/cozy
+~/.cache/cozy
+```
+
+
 ### I can't uninstall the Flatpak:
 
 Try
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/cozy/book_overview.py 
new/cozy-0.6.1b/cozy/book_overview.py
--- old/cozy-0.6.1/cozy/book_overview.py        2018-09-07 16:15:46.000000000 
+0200
+++ new/cozy-0.6.1b/cozy/book_overview.py       2018-10-10 23:29:43.000000000 
+0200
@@ -194,10 +194,11 @@
             return
 
         if curr_track:
+            track_box_children = [e for e in self.track_box.get_children() if 
isinstance(e, TrackElement)]
             self.current_track_element = next(
                 filter(
                     lambda x: x.track.id == curr_track.id,
-                    self.track_box.get_children()), None)
+                    track_box_children), None)
 
         if self.current_track_element is None:
             self.current_track_element = self.track_box.get_children()[0]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/data/com.github.geigi.cozy.appdata.xml 
new/cozy-0.6.1b/data/com.github.geigi.cozy.appdata.xml
--- old/cozy-0.6.1/data/com.github.geigi.cozy.appdata.xml       2018-09-07 
16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/data/com.github.geigi.cozy.appdata.xml      2018-10-10 
23:29:43.000000000 +0200
@@ -53,6 +53,13 @@
   <url type="donation">https://www.patreon.com/geigi</url>
   <update_contact>[email protected]</update_contact>
   <releases>
+    <release version="0.6.1b" timestamp="1539206841">
+      <description>
+        <ul>
+          <li>Fixed a bug which prevented cozy from automatically playing the 
next chapter</li>
+        </ul>
+      </description>
+    </release>
     <release version="0.6.1" timestamp="1536329525">
       <description>
         <ul>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/debian/changelog 
new/cozy-0.6.1b/debian/changelog
--- old/cozy-0.6.1/debian/changelog     2018-09-07 16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/debian/changelog    1970-01-01 01:00:00.000000000 +0100
@@ -1,304 +0,0 @@
-com.github.geigi.cozy (0.6.1) UNSTABLE; urgency=low
-
-  * Improved artwork image quality
-  * The book overview now supports multiple disks in audiobooks
-  * The file not found window will only open when the file is on the internal 
drive
-  * Fixed a typo
-  * Support for elementaryOS 5.0
-  * Updated translations
-
- -- Julian Geywitz <[email protected]>  Wed, 07 Sep 2018 16:00:14 +0200
-
-com.github.geigi.cozy (0.6.0) UNSTABLE; urgency=low
-
-  * Offline Mode! If your audiobooks are on an external or network drive, you 
can switch the download button to keep a local cached copy of the book to 
listen to on the go. To enable this feature you have to set your storage 
location to external in the settings.
-  * Detect online/offline storage devices
-  * Option to hide unavailable books
-  * Support for wav files
-  * Support for audio files that have no tags at all
-  * You can mark books as read using the right click menu
-  * New setting: Prefer cover image file over embedded covers
-  * Redesigned Sleep Timer
-  * More Sleep Timer: You can now stop the playback after the current chapter
-  * And even more: Fadeout on timer end (in settings)
-  * Redesigned hello screen and settings
-  * Fixed bug where cozy would not start on GTK < 3.22
-  * If no author field is present, the reader field will be used as author. 
This requires a force reimport (settings) on already imported books.
-  * Optimizations under the hood
-
- -- Julian Geywitz <[email protected]>  Wed, 12 Jun 2018 10:03:14 +0200
-
-com.github.geigi.cozy (0.5.5) UNSTABLE; urgency=low
-
-  * Import process is now a lot more robust
-  * Importing should also be quite a bit faster now
-  * You can now remove books from your library (using right click menu)
-  * Blacklist for files that will not be displayed in the library
-  * Cozy now prevents your system from suspend during playback
-  * New app menu
-  * Multiple bug fixes (30 second replay, last played text, ...)
-  * UI fixes
-
- -- Julian Geywitz <[email protected]>  Wed, 29 Mar 2018 23:33:14 +0200
-
-com.github.geigi.cozy (0.5.4) UNSTABLE; urgency=low
-
-  * One of cozys coolest releases yet
-  * New book overview!
-  * Lots of UI tweaks
-  * HiDPI support
-  * Dark mode can be enabled in settings
-  * Fixed desktop integration (mpris)
-
- -- Julian Geywitz <[email protected]>  Wed, 09 Mar 2018 13:55:14 +0200
-
-com.github.geigi.cozy (0.5.3) UNSTABLE; urgency=low
-
-  * Bugfix release
-  * Changelog from 0.5.2:
-  * Choose between displaying the current chapter or the whole book in the 
titlebar
-  * Remember playback speed for each book
-  * Press space to play and pause
-  * Support for multiple storage locations!
-  * Lots of work behind the scenes and small bug fixes
-
- -- Julian Geywitz <[email protected]>  Wed, 28 Feb 2018 10:13:14 +0200
-
-com.github.geigi.cozy (0.5.2) UNSTABLE; urgency=low
-
-  * Choose between displaying the current chapter or the whole book in the 
titlebar
-  * Remember playback speed for each book
-  * Press space to play and pause
-  * Support for multiple storage locations!
-  * Lots of work behind the scenes and small bug fixes
-
- -- Julian Geywitz <[email protected]>  Wed, 27 Feb 2018 18:29:14 +0200
-
-com.github.geigi.cozy (0.5.1) UNSTABLE; urgency=low
-
-  * Display the progress and remaining time of your books
-  * Try clicking on the remaining time ;)
-  * Support for album art in image files (thanks to oleg-krv)
-  * Faster startup! (introducing album art cache)
-  * Fixed mp3 disk number on imports
-  * Other bugfixes
-  * Some UI tweaks (thanks to jnbr)
-  * Support for peewee3 (tanks to jnbr)
-  * Chinese translation
-
- -- Julian Geywitz <[email protected]>  Wed, 12 Feb 2018 18:35:14 +0200
-
-com.github.geigi.cozy (0.5.0) UNSTABLE; urgency=low
-
-  * Display the progress and remaining time of your books
-  * Try clicking on the remaining time ;)
-  * Support for album art in image files (thanks to oleg-krv)
-  * Faster startup! (introducing album art cache)
-  * Fixed mp3 disk number on imports
-  * Other bugfixes
-  * Some UI tweaks (thanks to jnbr)
-  * Support for peewee3 (tanks to jnbr)
-  * Chinese translation
-
- -- Julian Geywitz <[email protected]>  Wed, 12 Feb 2018 18:35:14 +0200
-
-com.github.geigi.cozy (0.4.9) UNSTABLE; urgency=low
-
-  * Display the progress and remaining time of your books
-  * Try clicking on the remaining time ;)
-  * Support for album art in image files (thanks to oleg-krv)
-  * Faster startup! (introducing album art cache)
-  * Fixed mp3 disk number on imports
-  * Other bugfixes
-  * Some UI tweaks (thanks to jnbr)
-  * Support for peewee3 (tanks to jnbr)
-  * Chinese translation
-
- -- Julian Geywitz <[email protected]>  Wed, 12 Feb 2018 18:35:14 +0200
-
-com.github.geigi.cozy (0.4.8) UNSTABLE; urgency=low
-
-  * Display the progress and remaining time of your books
-  * Try clicking on the remaining time ;)
-  * Support for album art in image files (thanks to oleg-krv)
-  * Faster startup! (introducing album art cache)
-  * Fixed mp3 disk number on imports
-  * Other bugfixes
-  * Some UI tweaks (thanks to jnbr)
-  * Support for peewee3 (tanks to jnbr)
-  * Chinese translation
-
- -- Julian Geywitz <[email protected]>  Wed, 12 Feb 2018 18:35:14 +0200
-
-com.github.geigi.cozy (0.4.7) UNSTABLE; urgency=low
-
-  * Thanks to the translators for the new languages: Danish, Spanish, Finnish, 
Italian, Malay, Polish, Portuguese!
-  * Faster startup! Especially with a lot of books cozy starts now way faster 
then before.
-  * Fixed ogg tag reading. Please re-import your oggs!
-  * Fixed a bug that could cause crashing cozy with modified playback speed
-  * Fixed crackling when changing the playback speed
-  * Fixed a bug where UI buttons would not get unlocked after a rescan
-  * Fixed a bug where cozy would not stop playing on closing via menu
-  * Fixed more bugs after a database rescan
-  * Fixed a bug where track position was not updated after it finished playing
-  * Fixed some minor UI bugs
-
- -- Julian Geywitz <[email protected]>  Wed, 09 Jan 2018 19:11:14 +0200
-
-com.github.geigi.cozy (0.4.6) UNSTABLE; urgency=low
-
-  * Playback speed control!
-  * New icons
-  * Added French, Danish & Turkish translations! (Thanks to Vistaus, Distil62, 
karaagac)
-
- -- Julian Geywitz <[email protected]>  Wed, 12 Dec 2017 19:25:14 +0200
-
-com.github.geigi.cozy (0.4.4) UNSTABLE; urgency=low
-
-  * Cozy now looks a lot nicer!
-  * Lots of bug fixes
-
- -- Julian Geywitz <[email protected]>  Wed, 08 Dec 2017 01:05:14 +0200
-
-com.github.geigi.cozy (0.4.3) UNSTABLE; urgency=low
-
-  * Updated russian translation
-  * Fixed bug where cozy could crash on startup when a album cover is not 
supported
-  * Track progressbar can now be controlled by the keyboard and supports 
incremental changes
-  * Fixed a bug where the position of the track was not resetted after the 
playback finished
-  * Probably faster import
-  * Refactoring
-
- -- Julian Geywitz <[email protected]>  Wed, 04 Dec 2017 18:45:14 +0200
-
-com.github.geigi.cozy (0.4.2) UNSTABLE; urgency=low
-
-  * Russian translation
-  * Search your library!
-  * More robust importer - notifies you about files that could not be imported
-  * UI tweaks
-  * Fixed a bug where the importer could crash
-  * Added lots of tooltips
-  * Started implementing orca screen reader support
-  * Removed hello window
-  * Lots of behind the scenes changes
-
- -- Julian Geywitz <[email protected]>  Wed, 26 Nov 2017 19:59:14 +0200
-
-com.github.geigi.cozy (0.4.1) UNSTABLE; urgency=low
-
-  * Russian translation
-  * Search your library!
-  * More robust importer - notifies you about files that could not be imported
-  * UI tweaks
-  * Fixed a bug where the importer could crash
-  * Lots of behind the scenes changes
-
- -- Julian Geywitz <[email protected]>  Wed, 24 Nov 2017 19:14:14 +0200
-
-com.github.geigi.cozy (0.4.0) UNSTABLE; urgency=low
-
-  * The sleep timer has landed!
-  * m4a/mp4 support!
-  * Lots of UI improvements
-  * More reliable playback
-  * Fixed bug where tracks would appear twice in older GTK versions
-  * More robust importing
-  * New dialog when a file could not be found
-  * Homepage URL is now corrected
-
- -- Julian Geywitz <[email protected]>  Wed, 10 Nov 2017 11:57:14 +0200
-
-com.github.geigi.cozy (0.3.5) UNSTABLE; urgency=low
-
-  * Fixed peewee dependency install location
-
- -- Julian Geywitz <[email protected]>  Wed, 02 Nov 2017 00:40:14 +0200
-
-com.github.geigi.cozy (0.3.4) UNSTABLE; urgency=low
-
-  * Dependency fixes
-
- -- Julian Geywitz <[email protected]>  Wed, 01 Nov 2017 16:32:14 +0200
-
-com.github.geigi.cozy (0.3.3) UNSTABLE; urgency=low
-
-  * App Center build fix
-
- -- Julian Geywitz <[email protected]>  Wed, 01 Nov 2017 16:32:14 +0200
-
-com.github.geigi.cozy (0.3.2) UNSTABLE; urgency=low
-
-  * App Center build fix
-
- -- Julian Geywitz <[email protected]>  Wed, 01 Nov 2017 16:01:14 +0200
-
-com.github.geigi.cozy (0.3.1) UNSTABLE; urgency=low
-
-  * App Center build fix
-
- -- Julian Geywitz <[email protected]>  Wed, 01 Nov 2017 15:52:14 +0200
-
-com.github.geigi.cozy (0.3.0) UNSTABLE; urgency=low
-
-  * App Center build fix
-
- -- Julian Geywitz <[email protected]>  Wed, 01 Nov 2017 15:26:14 +0200
-
-com.github.geigi.cozy (0.2.9) UNSTABLE; urgency=low
-
-  * Fixed debian build?
-
- -- Julian Geywitz <[email protected]>  Wed, 01 Nov 2017 15:26:14 +0200
-
-com.github.geigi.cozy (0.2.8) UNSTABLE; urgency=low
-
-  * Fixed debian build
-
- -- Julian Geywitz <[email protected]>  Mon, 30 Oct 2017 20:28:14 +0200
-
-com.github.geigi.cozy (0.2.7) UNSTABLE; urgency=low
-
-  * Fixed debian runtime dependencies
-
- -- Julian Geywitz <[email protected]>  Mon, 30 Oct 2017 17:08:14 +0200
-
-com.github.geigi.cozy (0.2.6) UNSTABLE; urgency=low
-
-  * UI fixes in hello screen
-  * Small bug fixes
-  * New screenshots for app center
-  * Contributors and patrons will now be added to the about window
-
- -- Julian Geywitz <[email protected]>  Mon, 30 Oct 2017 13:08:14 +0200
-
-com.github.geigi.cozy (0.2.5) UNSTABLE; urgency=low
-
-  * Do not use default_width and default_height properties
-  * Smaller HeaderBar height
-  * Use open-menu-symbolic for preferences button
-  * Instructions if there are no files in library
-  * About dialog now quitable
-  * Optional auto-rescan the directory on startup
-  * Bugfixes & ui tweaks
-
- -- Julian Geywitz <[email protected]>  Sat, 28 Oct 2017 00:04:14 +0200
-
-com.github.geigi.cozy (0.2.3) UNSTABLE; urgency=low
-
-  * Some UI changes
-  * New playback hover icon
-
- -- Julian Geywitz <[email protected]>  Thu, 23 Oct 2017 16:03:14 +0200
-
-com.github.geigi.cozy (0.2.2) UNSTABLE; urgency=low
-
-  * Fixed missing tracklist in ui
-
- -- Julian Geywitz <[email protected]>  Thu, 22 Oct 2017 16:19:14 +0200
-
-com.github.geigi.cozy (0.2.0) UNSTABLE; urgency=low
-
-  * Getting the App Center integration running
-
- -- Julian Geywitz <[email protected]>  Thu, 22 Oct 2017 13:45:14 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/debian/compat 
new/cozy-0.6.1b/debian/compat
--- old/cozy-0.6.1/debian/compat        2018-09-07 16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/debian/compat       1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/debian/control 
new/cozy-0.6.1b/debian/control
--- old/cozy-0.6.1/debian/control       2018-09-07 16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/debian/control      1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-Source: com.github.geigi.cozy
-Section: multimedia
-Priority: optional
-Maintainer: Julian Geywitz <[email protected]>
-Build-Depends: debhelper (>= 9),
-               meson (>=0.40.0),
-               libgtk-3-dev,
-               python3,
-               python3-pip,
-               python3-setuptools,
-               sed
-
-Standards-Version: 3.9.6
-Package: com.github.geigi.cozy
-Architecture: any
-Depends: 
${misc:Depends},${shlibs:Depends},python3,python3-mutagen,python3-cairo,python3-gst-1.0,file,libgstreamer1.0-0,libgstreamer-plugins-base1.0-0,gstreamer1.0-plugins-good
-Pre-Depends: dpkg (>= 1.15.6)
-Description: Cozy
- A modern audiobook player
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/debian/copyright 
new/cozy-0.6.1b/debian/copyright
--- old/cozy-0.6.1/debian/copyright     2018-09-07 16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/debian/copyright    1970-01-01 01:00:00.000000000 +0100
@@ -1,32 +0,0 @@
-Upstream Author(s):
-
-    Julian Geywitz <[email protected]>
-
-
-Copyright:
-
-    Copyright (C) 2017 Julian Geywitz
-
-License:
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This package is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-On Debian systems, the complete text of the GNU General
-Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-
-The Debian packaging is:
-
-    Copyright (C) 2014 Cody Garver <[email protected]>
-
-and is licensed under the GPL version 3, see above.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/debian/rules new/cozy-0.6.1b/debian/rules
--- old/cozy-0.6.1/debian/rules 2018-09-07 16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/debian/rules        1970-01-01 01:00:00.000000000 +0100
@@ -1,42 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# Enable additional explot mitigation
-# (PIE and *full* RELRO at the time of this writing)
-#export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-
-%:
-       dh $@ 
-
-
-override_dh_auto_clean:
-       rm -rf debian/build
-
-override_dh_auto_configure:
-       mkdir -p debian/build
-       mkdir -p peewee
-       PYTHONUSERBASE=${CURDIR}/peewee pip3 install --user peewee
-       cd debian/build && meson --prefix=/usr ../..
-
-DIRS = .
-FILES = $(shell find -type f -name '*.*')
-
-override_dh_auto_build:
-       # Fix for meson 0.44.0
-       #ls -al
-       #sed -i -e 's%/data/ui/data/ui%/data/ui%g' $(FILES)
-       #sed -i -e 's%/data/img/data/img%/data/img%g' $(FILES)
-       cd debian/build && ninja -v
-
-override_dh_auto_install:
-       cd debian/build && DESTDIR=${CURDIR}/debian/com.github.geigi.cozy ninja 
install
-       
-override_dh_usrlocal:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/debian/source/format 
new/cozy-0.6.1b/debian/source/format
--- old/cozy-0.6.1/debian/source/format 2018-09-07 16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/debian/source/format        1970-01-01 01:00:00.000000000 
+0100
@@ -1 +0,0 @@
-3.0 (native)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/docs/README.md 
new/cozy-0.6.1b/docs/README.md
--- old/cozy-0.6.1/docs/README.md       2018-09-07 16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/docs/README.md      2018-10-10 23:29:43.000000000 +0200
@@ -67,6 +67,13 @@
 
 
 # Q&A
+## I have imported wrong files and cannot get rid of them:
+Delete the following folders to reset cozy (this will loose all saved 
progress):
+```
+~/.local/share/cozy
+~/.cache/cozy
+```
+
 ## I can't uninstall the Flatpak:
 
 Try
@@ -110,4 +117,4 @@
 - mardojai
 - trampover
 
-To nedrichards for the Flatpak.
\ No newline at end of file
+To nedrichards for the Flatpak.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cozy-0.6.1/meson.build new/cozy-0.6.1b/meson.build
--- old/cozy-0.6.1/meson.build  2018-09-07 16:15:46.000000000 +0200
+++ new/cozy-0.6.1b/meson.build 2018-10-10 23:29:43.000000000 +0200
@@ -1,5 +1,5 @@
 project('cozy',
-  version: '0.6.1',
+  version: '0.6.1b',
   meson_version: '>= 0.40.0')
 
 project_name = 'cozy'


Reply via email to