Hello community, here is the log from the commit of package eventviews for openSUSE:Factory checked in at 2018-12-19 13:31:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eventviews (Old) and /work/SRC/openSUSE:Factory/.eventviews.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eventviews" Wed Dec 19 13:31:51 2018 rev:34 rq:658332 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/eventviews/eventviews.changes 2018-11-12 09:26:09.714389526 +0100 +++ /work/SRC/openSUSE:Factory/.eventviews.new.28833/eventviews.changes 2018-12-19 13:31:53.824737255 +0100 @@ -1,0 +2,45 @@ +Fri Dec 14 06:08:52 UTC 2018 - [email protected] + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + +------------------------------------------------------------------- +Mon Dec 03 20:55:47 UTC 2018 - [email protected] + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * Fix mem leak found by asan + * Fix mem leak. Found by asan + +------------------------------------------------------------------- +Tue Nov 20 06:21:53 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:39 UTC 2018 - [email protected] + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-beta.php +- Changes since 18.08.3: + * Remove virtual keyword + * Improve contrast in header from agendaitem + * Replace old connect with QT5 style in eventsview (Part 1) + * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51 + * Fix a bug created in D16377 + * Using the system palette for drawing the month- and agendaitem. + * Rewrite the painting of an month item + * Rewrite the painting part of agendaitem + * use new syntax + * Port deprecated method + +------------------------------------------------------------------- @@ -50 +95 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -113 +158 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -228 +273 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -287 +332 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php @@ -390 +435 @@ - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php Old: ---- eventviews-18.08.3.tar.xz New: ---- eventviews-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eventviews.spec ++++++ --- /var/tmp/diff_new_pack.U5YAJZ/_old 2018-12-19 13:31:54.276736666 +0100 +++ /var/tmp/diff_new_pack.U5YAJZ/_new 2018-12-19 13:31:54.280736661 +0100 @@ -16,18 +16,17 @@ # -%bcond_without lang - -Name: eventviews -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.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: 18.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: http://www.kde.org +URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: akonadi-calendar-devel >= %{_kapp_version} BuildRequires: akonadi-server-devel @@ -45,6 +44,8 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 BuildRequires: pkgconfig(Qt5UiTools) >= 5.4.0 BuildRequires: pkgconfig(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 BuildRequires: libboost_headers-devel %else @@ -53,9 +54,6 @@ %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -# It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 %description This internal library implements a GUI framework for viewing various @@ -107,15 +105,13 @@ The development package for the eventviews libraries %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %config %{_kf5_configdir}/eventviews.categories %config %{_kf5_configdir}/eventviews.renamecategories %{_kf5_servicetypesdir}/calendardecoration.desktop %files devel -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_cmakedir}/KF5EventViews/ %{_kf5_includedir}/EventViews/ %{_kf5_includedir}/eventviews/ @@ -124,12 +120,11 @@ %{_kf5_mkspecsdir}/qt_EventViews.pri %files -n libKF5EventViews5 -%defattr(-,root,root) %{_kf5_libdir}/libKF5EventViews.so.* %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog ++++++ eventviews-18.08.3.tar.xz -> eventviews-18.12.0.tar.xz ++++++ ++++ 18939 lines of diff (skipped)
