Hello community, here is the log from the commit of package juk for openSUSE:Leap:15.2 checked in at 2020-05-13 03:53:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/juk (Old) and /work/SRC/openSUSE:Leap:15.2/.juk.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "juk" Wed May 13 03:53:47 2020 rev:43 rq:799437 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/juk/juk.changes 2020-03-15 13:36:35.002846015 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.juk.new.2738/juk.changes 2020-05-13 03:53:52.176455682 +0200 @@ -1,0 +2,33 @@ +Fri May 1 07:59:18 UTC 2020 - Wolfgang Bauer <[email protected]> + +- Add cmake(KF5ItemModels) BuildRequires on Leap 15 to fix build + (needed when building with Qt < 5.13.0) + +------------------------------------------------------------------- +Thu Apr 23 12:21:58 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-04-apps-update +- No code change since 20.03.90 + +------------------------------------------------------------------- +Sun Apr 5 20:29:43 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-rc +- No code change since 20.03.80 + +------------------------------------------------------------------- +Sun Mar 22 09:16:39 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/20.04-beta +- Too many changes to list here. + +------------------------------------------------------------------- Old: ---- juk-19.12.3.tar.xz juk-19.12.3.tar.xz.sig New: ---- juk-20.04.0.tar.xz juk-20.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ juk.spec ++++++ --- /var/tmp/diff_new_pack.fTqpSG/_old 2020-05-13 03:53:52.716456814 +0200 +++ /var/tmp/diff_new_pack.fTqpSG/_new 2020-05-13 03:53:52.720456822 +0200 @@ -1,7 +1,7 @@ # # spec file for package juk # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,17 +21,16 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: juk -Version: 19.12.3 +Version: 20.04.0 Release: 0 Summary: Jukebox License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Players URL: https://www.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif +BuildRequires: extra-cmake-modules +BuildRequires: libtag-devel +BuildRequires: update-desktop-files BuildRequires: cmake(KF5Completion) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5CoreAddons) @@ -41,6 +40,10 @@ BuildRequires: cmake(KF5GlobalAccel) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) +%if 0%{?suse_version} == 1500 +# Needed when building with Qt < 5.13.0 +BuildRequires: cmake(KF5ItemModels) +%endif BuildRequires: cmake(KF5JobWidgets) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5Notifications) @@ -49,16 +52,17 @@ BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5XmlGui) +BuildRequires: cmake(Phonon4Qt5) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) -BuildRequires: extra-cmake-modules -BuildRequires: libtag-devel -BuildRequires: cmake(Phonon4Qt5) -BuildRequires: update-desktop-files Recommends: %{name}-lang +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif %description Jukebox and music manager by KDE ++++++ juk-19.12.3.tar.xz -> juk-20.04.0.tar.xz ++++++ ++++ 30159 lines of diff (skipped)
