Hello community,

here is the log from the commit of package elisa for openSUSE:Factory checked 
in at 2019-05-27 08:39:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elisa (Old)
 and      /work/SRC/openSUSE:Factory/.elisa.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elisa"

Mon May 27 08:39:21 2019 rev:6 rq:705392 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/elisa/elisa.changes      2018-10-09 
15:54:53.710230999 +0200
+++ /work/SRC/openSUSE:Factory/.elisa.new.5148/elisa.changes    2019-05-27 
08:39:33.911043379 +0200
@@ -1,0 +2,21 @@
+Tue May 21 12:51:03 UTC 2019 - wba...@tmo.at
+
+- Update to 0.4.0
+  * Support for progress bar on Plasma Desktop taskbar entries
+  * Improved party mode
+  * Undo Support when Playlist is Cleared
+  * New Browsing Views: most recently played tracks, most
+    frequently played tracks
+  * A new context view that is now able to show some of the
+    metadata from the currently playing track like the composer,
+    lyricist, play count, lyrics ...
+  * Optimizations And Reduced Memory Usage
+  * Support for Embedded Cover Images
+  * Easy Navigation to Album or Artist of the Currently Playing
+    Track
+  * Improved Grid Views Elements
+- Add kirigami2 dependency, which is used/required now also for the
+  desktop version
+- Run spec-cleaner
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ elisa.spec ++++++
--- /var/tmp/diff_new_pack.KWiuFA/_old  2019-05-27 08:39:34.575043120 +0200
+++ /var/tmp/diff_new_pack.KWiuFA/_new  2019-05-27 08:39:34.575043120 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package elisa
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without lang
-
 %define qt5_version 5.10.0
-%define kf5_version 5.45.0
-
+%define kf5_version 5.48.0
+%bcond_without lang
 Name:           elisa
-Version:        0.3.0
+Version:        0.4.0
 Release:        0
 Summary:        Music player and collection organizer
 License:        LGPL-3.0-or-later
 Group:          Productivity/Multimedia/Sound/Players
-Url:            https://community.kde.org/Elisa
+URL:            https://community.kde.org/Elisa
 Source0:        
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
 Source1:        
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig
 Source2:        %{name}.keyring
 BuildRequires:  cmake
-BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Baloo) >= %{kf5_version}
 BuildRequires:  cmake(KF5Config) >= %{kf5_version}
@@ -46,22 +43,24 @@
 BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
 BuildRequires:  cmake(KF5KCMUtils) >= %{kf5_version}
 BuildRequires:  cmake(KF5KIO) >= %{kf5_version}
+BuildRequires:  cmake(KF5Kirigami2) >= %{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}
+BuildRequires:  cmake(Qt5Concurrent) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
+BuildRequires:  cmake(Qt5DBus) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Gui) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Multimedia) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Network) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Qml) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Quick) >= %{qt5_version}
+BuildRequires:  cmake(Qt5QuickControls2) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Sql) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Svg) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Test) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Widgets) >= %{qt5_version}
 Requires:       kdeclarative-components >= %{kf5_version}
+Requires:       kirigami2 >= %{kf5_version}
 Requires:       libqt5-qtquickcontrols >= %{qt5_version}
 Requires:       libqt5-qtquickcontrols2 >= %{qt5_version}
 %if %{with lang}

++++++ elisa-0.3.0.tar.xz -> elisa-0.4.0.tar.xz ++++++
++++ 80899 lines of diff (skipped)



Reply via email to