Hello community,

here is the log from the commit of package elisa for openSUSE:Factory checked 
in at 2018-09-17 14:27:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elisa (Old)
 and      /work/SRC/openSUSE:Factory/.elisa.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elisa"

Mon Sep 17 14:27:29 2018 rev:4 rq:635961 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/elisa/elisa.changes      2018-04-19 
15:30:24.676786370 +0200
+++ /work/SRC/openSUSE:Factory/.elisa.new/elisa.changes 2018-09-17 
14:28:05.899697018 +0200
@@ -1,0 +2,30 @@
+Sun Sep 16 13:18:31 UTC 2018 - [email protected]
+
+- Update to 0.2.1
+  * Fixed issues that could lead to wrong data shown for albums
+    with multiple discs
+  * The buttons in the header on top of the views are now aligned
+    with the top and bottom of the big icon
+- Update to 0.2.0
+  * All views are now sorted in ascending order by default
+  * New button to toggle between ascending and descending
+  * New view allows you to browse your home directory, only music
+    files and directories are shown
+  * New view allows you to browse by going from genres to artists,
+    their albums and its tracks
+  * Now has a proper icon
+  * The player bar is now featuring all playback controls, the look
+    of the playlist view and the views selector have been refreshed
+    and improved
+  * Now uses the new icons from Breeze to differentiate between
+    actions (play, pause, etc) and states (playing, paused, etc)
+  * To avoid scanning files for changes at the start, Elisa now
+    keeps the last modified time of files
+  * The browsing views are now only loaded when shown
+  * Elisa is now finding more cover images and most common cases
+    should work
+  * A few fixes to Mpris2 support
+  * Various fixes to the internal tracks database
+- Use macros for the minimum Qt5 and KF5 versions in the specfile
+
+-------------------------------------------------------------------

Old:
----
  elisa-0.1.1.tar.xz
  elisa-0.1.1.tar.xz.sig

New:
----
  elisa-0.2.1.tar.xz
  elisa-0.2.1.tar.xz.sig

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

Other differences:
------------------
++++++ elisa.spec ++++++
--- /var/tmp/diff_new_pack.pwunXy/_old  2018-09-17 14:28:06.711696323 +0200
+++ /var/tmp/diff_new_pack.pwunXy/_new  2018-09-17 14:28:06.711696323 +0200
@@ -17,8 +17,12 @@
 
 
 %bcond_without lang
+
+%define qt5_version 5.10.0
+%define kf5_version 5.45.0
+
 Name:           elisa
-Version:        0.1.1
+Version:        0.2.1
 Release:        0
 Summary:        Music player and collection organizer
 License:        LGPL-3.0-or-later
@@ -30,34 +34,36 @@
 BuildRequires:  cmake
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Baloo) >= 5.41.0
-BuildRequires:  cmake(KF5Config) >= 5.41.0
-BuildRequires:  cmake(KF5ConfigWidgets) >= 5.41.0
-BuildRequires:  cmake(KF5CoreAddons) >= 5.41.0
-BuildRequires:  cmake(KF5Crash) >= 5.41.0
-BuildRequires:  cmake(KF5DBusAddons) >= 5.41.0
-BuildRequires:  cmake(KF5Declarative) >= 5.41.0
-BuildRequires:  cmake(KF5DocTools) >= 5.41.0
-BuildRequires:  cmake(KF5FileMetaData) >= 5.41.0
-BuildRequires:  cmake(KF5I18n) >= 5.41.0
-BuildRequires:  cmake(KF5KCMUtils) >= 5.41.0
-BuildRequires:  cmake(KF5Package) >= 5.41.0
-BuildRequires:  cmake(KF5XmlGui) >= 5.41.0
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Core) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Qml) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Quick) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Svg) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.9.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.9.0
-Requires:       kdeclarative-components >= 5.41.0
-Requires:       libqt5-qtquickcontrols >= 5.9.0
-Requires:       libqt5-qtquickcontrols2 >= 5.9.0
+BuildRequires:  cmake(KF5Baloo) >= %{kf5_version}
+BuildRequires:  cmake(KF5Config) >= %{kf5_version}
+BuildRequires:  cmake(KF5ConfigWidgets) >= %{kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5Crash) >= %{kf5_version}
+BuildRequires:  cmake(KF5DBusAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5Declarative) >= %{kf5_version}
+BuildRequires:  cmake(KF5DocTools) >= %{kf5_version}
+BuildRequires:  cmake(KF5FileMetaData) >= %{kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
+BuildRequires:  cmake(KF5KCMUtils) >= %{kf5_version}
+BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
+BuildRequires:  cmake(KF5Package) >= %{kf5_version}
+BuildRequires:  cmake(KF5XmlGui) >= %{kf5_version}
+BuildRequires:  pkgconfig(Qt5Concurrent) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Core) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5DBus) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Gui) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Multimedia) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Network) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Qml) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5QuickControls2) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Quick) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Sql) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Svg) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Test) >= %{qt5_version}
+BuildRequires:  pkgconfig(Qt5Widgets) >= %{qt5_version}
+Requires:       kdeclarative-components >= %{kf5_version}
+Requires:       libqt5-qtquickcontrols >= %{qt5_version}
+Requires:       libqt5-qtquickcontrols2 >= %{qt5_version}
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
@@ -95,17 +101,16 @@
 %doc %lang(en) %{_kf5_htmldir}/en/elisa/
 %{_kf5_bindir}/elisa
 %{_kf5_applicationsdir}/org.kde.elisa.desktop
+%{_kf5_libdir}/libelisaLib.so*
 %dir %{_kf5_plugindir}/kcms
 %{_kf5_plugindir}/kcms/kcm_elisa_local_file.so
+%{_kf5_qmldir}/org/kde/elisa/
 %{_kf5_iconsdir}/hicolor/*/apps/elisa.*
 %{_kf5_appstreamdir}/org.kde.elisa.appdata.xml
 %dir %{_kf5_sharedir}/kpackage
 %dir %{_kf5_sharedir}/kpackage/kcms
 %dir %{_kf5_sharedir}/kpackage/kcms/kcm_elisa_local_file
-%dir %{_kf5_sharedir}/kpackage/kcms/kcm_elisa_local_file/contents
-%dir %{_kf5_sharedir}/kpackage/kcms/kcm_elisa_local_file/contents/ui
-%{_kf5_sharedir}/kpackage/kcms/kcm_elisa_local_file/contents/ui/main.qml
-%{_kf5_sharedir}/kpackage/kcms/kcm_elisa_local_file/metadata.desktop
+%{_kf5_sharedir}/kpackage/kcms/kcm_elisa_local_file/contents.rcc
 %{_kf5_sharedir}/kpackage/kcms/kcm_elisa_local_file/metadata.json
 %{_kf5_sharedir}/kservices5/kcm_elisa_local_file.desktop
 

++++++ elisa-0.1.1.tar.xz -> elisa-0.2.1.tar.xz ++++++
++++ 41341 lines of diff (skipped)



Reply via email to