Hello community,

here is the log from the commit of package cantata for openSUSE:Factory checked 
in at 2018-06-22 13:32:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cantata (Old)
 and      /work/SRC/openSUSE:Factory/.cantata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cantata"

Fri Jun 22 13:32:07 2018 rev:9 rq:617450 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cantata/cantata.changes  2018-04-30 
22:59:15.535759985 +0200
+++ /work/SRC/openSUSE:Factory/.cantata.new/cantata.changes     2018-06-22 
13:32:19.405436908 +0200
@@ -1,0 +2,90 @@
+Mon Jun 18 08:11:01 UTC 2018 - corne...@solcon.nl
+
+- Updated comment why we build without remote devices (boo#1091824)
+
+-------------------------------------------------------------------
+Wed Jun 06 09:22:41 UTC 2018 - enzok...@kabelmail.de
+
+- Update to 2.3.1:
+  * Update some translations.
+  * Set Smart rules 'files added in the last days' limit to 10*365.
+  * Only sort playlists in folders view, and place these after
+    tracks.
+  * Reduce width of statusbar spacer.
+  * Move scrobling 'love' button into toolbar. Use unfilled heart
+    before loved, and filled when loved.
+  * Better control of playqueue status bar buttons when
+    contracting/expanding.
+  * For windows, when adding local files (served via internal HTTP
+    server) add the real file path as a query item.
+  * Use smaller text for help text in Tweaks section of
+    preferences dialog.
+  * Fix playback of local non-MPD files under Windows.
+  * Stretching albums covers not working under Windows, so just
+    remove option.
+  * Don't enable AA_EnableHighDpiScaling for windows builds,
+    seems to interfere with fractional scaling.
+  * When playing, only poll MPD every 5 seconds.
+  * When updating play seekbar from MPDStatus, only upate if more
+    than 1 second from calculated position.
+  * Slightly reduce height of toolbar.
+  * Add a slight border to context view.
+  * Update suru icon - was a little too small.
+  * Don't attempt to align main menu for Windows < 10, as Qt seems
+    to add some menu animation that just looks weird when menu is
+    moved.
+  * When searching on 'any', do a second search on 'file' and
+    combine results.
+    Looks as if MPD does not search filenames/paths when using
+    'any.'
+  * Fix UTF8 file saving under Windows.
+  * Fix preference dialog size under windows.
+  * Fix enabling of add/replace play queue actions for
+    Jamendo/Magnatune.
+  * Use JSON to encode song details when adding online tracks.
+  * Don't allow slashes, asterisks, or question marks in collection
+    name.
+  * Don't overwrite genre with file type for Jamendo.
+  * Allow adding Jamendo/Magnatune tracks to stored playlists.
+  * Add "--collection" commandline option to control the initial
+    collection to use.
+  * Fix crash if try to expand dirble and --no-network passed to
+    Cantata.
+  * Modify name of supplied font-awesome font to
+    Cantata-FontAwesome, so as to avoid conflicts with any system
+    installed font.
+  * Remove custom icon theme, and just use FontAwesome.
+  * Show technical info to the left of ratings.
+  * Embed FontAwesome into Cantata.
+  * Remove "New York Times" podcast directory - not available?
+  * Fix loading of FLAC images with older TagLib.
+  * Fix saving of 'Fadeout on stop' duration.
+  * Fix covers settings from wizard not being saved.
+  * Don't report errors when listing playlists, as MPD reports
+    error if user has disabled these.
+  * Add genius.com to list of lyrics providers.
+  * Cache lyrics using 'basic' artist name - e.g. X ft. Y => X.
+  * When looking for lyrics, remove "ft. X", "featuring X", etc,
+    from song title as well as artist.
+  * Fix adding streams from provider dialog.
+  * Reduce number of confirmation dialogs.
+  * Remove group warning from initial wizard.
+  * Fix saving stream settings.
+  * Fix usage of podcast cover in title widget.
+  * Fix playback of downloaded podcasts.
+  * Simplify whitespace of podcast name and episode names.
+  * Fix saving of podcast images to JPG.
+  * Remove qt5ct work-around.
+  * When saving podcasts, remove queries from filename.
+  * Limit SoundCloud results to 200 matches.
+  * Fix loading of MPD playlists the very first time Cantata is
+    started.
+  * Add file max-age to dynamic playlist rules.
+- Removed fix-no-return-in-nonvoid-function.diff, fixed upstream.
+
+-------------------------------------------------------------------
+Thu May  3 12:07:26 UTC 2018 - corne...@solcon.nl
+
+- Enable remote device support.
+
+-------------------------------------------------------------------

Old:
----
  cantata-2.3.0.tar.gz
  fix-no-return-in-nonvoid-function.diff

New:
----
  cantata-2.3.1.tar.gz

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

Other differences:
------------------
++++++ cantata.spec ++++++
--- /var/tmp/diff_new_pack.JHF8gY/_old  2018-06-22 13:32:20.593392997 +0200
+++ /var/tmp/diff_new_pack.JHF8gY/_new  2018-06-22 13:32:20.597392849 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cantata
-Version:        2.3.0
+Version:        2.3.1
 Release:        0
 Summary:        Client for the Music Player Daemon (MPD)
 License:        GPL-3.0-only
@@ -27,8 +27,6 @@
 # PATCH-FIX-OPENSUSE  fix-translations-with-qt5.diff  -- Make sure that it 
finds the right lrelease and lconvert binaries with Qt5
 Patch1:         fix-translations-with-qt5.diff
 Patch2:         install-libsolidlite.diff
-# PATCH-FIX-UPSTREAM
-Patch3:         fix-no-return-in-nonvoid-function.diff
 #Source0:           
https://github.com/CDrummond/cantata/archive/v%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  media-player-info
@@ -101,11 +99,10 @@
 %setup -q
 %patch1 -p0
 %patch2 -p0
-%patch3 -p1
 
 %build
-# TODO: an dbus service is used to access remote device through sshfs or sambar
-# This needs an audit 
(https://en.opensuse.org/openSUSE:Package_security_guidelines#DBus_Services)
+# Disable remote devices, as the maintainer himself suggested.
+# Code is probably going to be removed. See boo#1091824
 %cmake -DENABLE_REMOTE_DEVICES=OFF
 %make_jobs
 
@@ -128,11 +125,13 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/%{name}
+#%config(noreplace) %{_sysconfdir}/dbus-1/system.d/mpd.cantata.mounter.conf
 %{_libexecdir}/%{name}/
 %{_libdir}/libsolidlite.so
 %{_datadir}/%{name}
 %exclude %{_datadir}/%{name}/translations/
 %{_datadir}/applications/%{name}.desktop
+#%{_datadir}/dbus-1/system-services/mpd.cantata.mounter.service
 %{_datadir}/icons/hicolor/
 %doc AUTHORS ChangeLog README README.md TODO
 %if 0%{?suse_version} < 1500

++++++ cantata-2.3.0.tar.gz -> cantata-2.3.1.tar.gz ++++++
++++ 26745 lines of diff (skipped)


Reply via email to