Hello community,

here is the log from the commit of package strawberry for openSUSE:Leap:15.2 
checked in at 2020-04-25 19:08:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/strawberry (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.strawberry.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "strawberry"

Sat Apr 25 19:08:13 2020 rev:10 rq:797229 version:0.6.9

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/strawberry/strawberry.changes  2020-01-15 
16:04:18.687953796 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.strawberry.new.2738/strawberry.changes        
2020-04-25 19:08:15.128004297 +0200
@@ -1,0 +2,38 @@
+Thu Apr  9 00:53:27 UTC 2020 - Jonas Kvinge <jo...@jkvinge.net>
+
+- Update to version 0.6.9
+ * BugFixes:
+ + Fixed playlist metadata updating interfering with manual tag editing.
+ + Fixed order of tabs in all windows.
+ + Fixed playlist right click using wrong songs for determining menu options 
when playlist was filtered.
+ + Fixed possible crashes on playlist right click.
+ + Fixed possible null pointer crash in OSD pretty.
+ + Fixed track and title in playlist not being movable.
+ + Fixed Subsonic support to handle numeric Json values like track and disc 
both as strings and integers.
+ + Fixed Subsonic compatibility with LMS (Lightweight Music Server).
+ + Disabled "open Audio CD" from menu on Windows where CD support is currently 
not supported.
+ + Fixed files containing "MAC" being detected as Monkey's Audio.
+ * Enhancements:
+ + Improved support for High DPI displays.
+ + Added CMake check for backtrace() to fix compilation with musl libc.
+ + Made album cover in context adjust to width.
+ + Made settings, cover manager, organise dialog and transcode music dialog 
center on the same display where the mainwindow is located.
+ + Removing empty directories when organizing music.
+ + Made file selection work in "Show file in browser" for Dolphin and Nautilus.
+ + Implemented disk caching of album thumbnails in collection tree.
+ + Use a shorter playlist name when songs are added from file view.
+ + Disabled optical drives in copy to device menu.
+ + Added better error handling for CDDA loading.
+ + Added Polish, Hungarian and Korean translations.
+ * Removed features:
+ + Chartlyrics support (Unstable API).
+ + Tidal support (No agreement).
+ + QObuz support (No agreement).
+
+
+-------------------------------------------------------------------
+Thu Feb 20 12:40:19 UTC 2020 - Markus S <kamika...@opensuse.org>
+
+- Clean up strawberry.spec file by removing conditions for EOL Leap 42.x.
+
+-------------------------------------------------------------------

Old:
----
  strawberry-0.6.8.tar.xz

New:
----
  strawberry-0.6.9.tar.xz

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

Other differences:
------------------
++++++ strawberry.spec ++++++
--- /var/tmp/diff_new_pack.GAT78i/_old  2020-04-25 19:08:15.576005260 +0200
+++ /var/tmp/diff_new_pack.GAT78i/_new  2020-04-25 19:08:15.580005269 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           strawberry
-Version:        0.6.8
+Version:        0.6.9
 Release:        0
 Summary:        A music player and music collection organizer
 License:        GPL-3.0-or-later
@@ -65,19 +65,11 @@
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libudf)
-%if 0%{?suse_version} >= 1500
 BuildRequires:  pkgconfig(libvlc)
-%endif
 BuildRequires:  pkgconfig(libxine)
 BuildRequires:  pkgconfig(protobuf)
 BuildRequires:  pkgconfig(sqlite3) >= 3.9
 BuildRequires:  pkgconfig(taglib) >= 1.11.1
-%if 0%{?suse_version} < 1500
-Requires(post): update-desktop-files
-Requires(post): gtk3-tools
-Requires(postun): update-desktop-files
-Requires(postun): gtk3-tools
-%endif
 
 Requires:       libQt5Sql5-sqlite
 
@@ -95,14 +87,14 @@
   - Advanced audio output and device options
   - Edit tags on music files
   - Fetch tags from MusicBrainz
-  - Album cover art from Last.fm, Musicbrainz, Discogs, Deezer and Tidal
+  - Album cover art from Last.fm, Musicbrainz, Discogs and Deezer
   - Song lyrics from AudD, lyrics.ovh and lololyrics.com
   - Support for multiple backends
   - Audio analyzer
   - Equalizer
   - Transfer music to iPod, iPhone, MTP or mass-storage USB player
-  - Streaming support for Tidal, Qobuz and Subsonic
   - Scrobbler with support for Last.fm, Libre.fm and ListenBrainz
+  - Subsonic streaming support
 
 %prep
 %setup -q
@@ -116,27 +108,11 @@
 %install
 %cmake_install
 
-%if 0%{?suse_version} < 1500
-rm -f 
%{buildroot}%{_datadir}/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml
-%endif
-
 %suse_update_desktop_file org.strawberrymusicplayer.strawberry Qt AudioVideo 
Audio Player
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%endif
-
 %check
 desktop-file-validate 
%{buildroot}%{_datadir}/applications/org.strawberrymusicplayer.strawberry.desktop
-%if 0%{?suse_version} >= 1500
 appstream-util validate-relax --nonet 
%{buildroot}%{_datadir}/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml
-%endif
 
 %files
 %doc README.md Changelog
@@ -144,9 +120,7 @@
 %{_bindir}/strawberry*
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/apps/strawberry.*
-%if 0%{?suse_version} >= 1500
 %{_datadir}/metainfo/*.appdata.xml
-%endif
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_mandir}/man1/%{name}-tagreader.1%{?ext_man}
 

++++++ strawberry-0.6.8.tar.xz -> strawberry-0.6.9.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/strawberry/strawberry-0.6.8.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.strawberry.new.2738/strawberry-0.6.9.tar.xz 
differ: char 26, line 1


Reply via email to