Hello community, here is the log from the commit of package eventviews for openSUSE:Factory checked in at 2019-12-13 12:01:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eventviews (Old) and /work/SRC/openSUSE:Factory/.eventviews.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eventviews" Fri Dec 13 12:01:55 2019 rev:48 rq:756159 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/eventviews/eventviews.changes 2019-11-12 11:34:29.814030848 +0100 +++ /work/SRC/openSUSE:Factory/.eventviews.new.4691/eventviews.changes 2019-12-13 12:02:20.333448320 +0100 @@ -1,0 +2,35 @@ +Tue Dec 10 06:38:09 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.0 +- Changes since 19.11.90: + * Don't use nullptr for flags + +------------------------------------------------------------------- +Sat Nov 30 09:11:31 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/19.12-rc +- Changes since 19.11.80: + * Month View: background color computation for dark mode theme + +------------------------------------------------------------------- +Sun Nov 24 13:29:02 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Changes since 19.08.3: + * month/monthitem.cpp - fix chronological sorting in day block (kde#232162) + * agenda/agenda.cpp - grid colors when not using system settings (kde#411608) + * src/month/monthscene.cpp - use QDate stringification + * month/monthscene.cpp - remove comma in year (in the title) (kde#412833) + * Prefer icon over pixmap, and QIcon::fromTheme over KIconLoader + * Use QLatin1String overload for QString::operator ==/!= + * Warning-- + * Add metainfo.yaml to trigger API docs generation + +------------------------------------------------------------------- Old: ---- eventviews-19.08.3.tar.xz eventviews-19.08.3.tar.xz.sig New: ---- eventviews-19.12.0.tar.xz eventviews-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eventviews.spec ++++++ --- /var/tmp/diff_new_pack.NyxHvB/_old 2019-12-13 12:02:21.017448062 +0100 +++ /var/tmp/diff_new_pack.NyxHvB/_new 2019-12-13 12:02:21.021448060 +0100 @@ -1,7 +1,7 @@ # # spec file for package eventviews # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,38 +16,37 @@ # -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: eventviews -Version: 19.08.3 +Version: 19.12.0 Release: 0 Summary: Eventviews Library License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://www.kde.org -Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif -BuildRequires: akonadi-calendar-devel >= %{_kapp_version} -BuildRequires: akonadi-server-devel -BuildRequires: calendarsupport-devel BuildRequires: extra-cmake-modules >= 5.19.0 -BuildRequires: kcalcore-devel -BuildRequires: kcalutils-devel -BuildRequires: kcodecs-devel -BuildRequires: kdiagram-devel -BuildRequires: kholidays-devel -BuildRequires: ki18n-devel -BuildRequires: kmime-devel -BuildRequires: libkdepim-devel >= %{_kapp_version} -BuildRequires: pkgconfig -BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 -BuildRequires: pkgconfig(Qt5UiTools) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(KChart) +BuildRequires: cmake(KF5Akonadi) +BuildRequires: cmake(KF5AkonadiCalendar) +BuildRequires: cmake(KF5CalendarCore) +BuildRequires: cmake(KF5CalendarSupport) +BuildRequires: cmake(KF5CalendarUtils) +BuildRequires: cmake(KF5Codecs) +BuildRequires: cmake(KF5Holidays) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5Libkdepim) +BuildRequires: cmake(KF5Mime) +BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5UiTools) >= 5.4.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 # It can only build on the same platforms as Qt Webengine ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 %if 0%{?suse_version} > 1325 @@ -68,7 +67,7 @@ %endif %prep -%autosetup -p1 +%setup -q %build %cmake_kf5 -d build @@ -98,12 +97,12 @@ Summary: Library for messages License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Requires: akonadi-calendar-devel -Requires: akonadi-server-devel -Requires: calendarsupport-devel -Requires: kcalcore-devel -Requires: kcalutils-devel Requires: libKF5EventViews5 = %{version} +Requires: cmake(KF5Akonadi) +Requires: cmake(KF5AkonadiCalendar) +Requires: cmake(KF5CalendarCore) +Requires: cmake(KF5CalendarSupport) +Requires: cmake(KF5CalendarUtils) %description devel The development package for the eventviews libraries ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.NyxHvB/_old and /var/tmp/diff_new_pack.NyxHvB/_new differ ++++++ eventviews-19.08.3.tar.xz -> eventviews-19.12.0.tar.xz ++++++ ++++ 10955 lines of diff (skipped)
