Hello community, here is the log from the commit of package akonadi-server for openSUSE:Factory checked in at 2018-12-19 13:31:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akonadi-server (Old) and /work/SRC/openSUSE:Factory/.akonadi-server.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akonadi-server" Wed Dec 19 13:31:05 2018 rev:51 rq:658317 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/akonadi-server/akonadi-server.changes 2018-11-12 09:24:53.230485013 +0100 +++ /work/SRC/openSUSE:Factory/.akonadi-server.new.28833/akonadi-server.changes 2018-12-19 13:31:08.248796617 +0100 @@ -1,0 +2,37 @@ +Fri Dec 14 06:08:43 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: + * Fix ModelSpy (and thus some model tests) + * Fix ItemStoreTest + * Fix creating new tags with null parent + +------------------------------------------------------------------- +Mon Dec 03 20:55:44 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: + * Akonadi: ignore remote ID if it's empty + +------------------------------------------------------------------- +Tue Nov 20 06:21:46 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:34 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: + * Too many changes to list here + +------------------------------------------------------------------- @@ -78 +115 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -141 +178 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -303 +340 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -407 +444 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php @@ -554 +591 @@ - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php @@ -731 +768 @@ - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php Old: ---- akonadi-18.08.3.tar.xz New: ---- akonadi-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akonadi-server.spec ++++++ --- /var/tmp/diff_new_pack.08qixx/_old 2018-12-19 13:31:08.964795684 +0100 +++ /var/tmp/diff_new_pack.08qixx/_new 2018-12-19 13:31:08.968795679 +0100 @@ -16,36 +16,20 @@ # -%bcond_without lang - %define rname akonadi -Name: akonadi-server -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: akonadi-server +Version: 18.12.0 +Release: 0 Summary: PIM Storage Service License: LGPL-2.1-or-later Group: System/GUI/KDE -Url: http://akonadi-project.org +URL: http://akonadi-project.org Source: %{rname}-%{version}.tar.xz Source99: akonadi-server-rpmlintrc -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_graph-devel -BuildRequires: libboost_headers-devel -%else -BuildRequires: boost-devel -%endif -# Needed for 42.3 -%if 0%{?suse_version} < 1330 -# It does not build with the default compiler (GCC 4.8) on Leap 42.x -%if 0%{?sle_version} < 120300 -BuildRequires: gcc6-c++ -%else -BuildRequires: gcc7-c++ -%endif -%endif BuildRequires: cmake >= 3.0.0 BuildRequires: extra-cmake-modules >= %{kf5_version} BuildRequires: kf5-filesystem @@ -55,6 +39,7 @@ BuildRequires: libxslt-devel BuildRequires: libxslt-tools BuildRequires: mariadb +BuildRequires: pkgconfig BuildRequires: postgresql-devel BuildRequires: shared-mime-info BuildRequires: sqlite3-devel @@ -89,10 +74,23 @@ # Needed for users of unstable repositories Obsoletes: akonadi < %{version} Obsoletes: akonadi-runtime < %{version} +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_graph-devel +BuildRequires: libboost_headers-devel +%else +BuildRequires: boost-devel +%endif +%if 0%{?suse_version} < 1330 +# It does not build with the default compiler (GCC 4.8) on Leap 42.x +%if 0%{?sle_version} < 120300 +BuildRequires: gcc6-c++ +%else +BuildRequires: gcc7-c++ +%endif +%endif %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains the data files of Akonadi, the KDE PIM storage @@ -151,11 +149,6 @@ Summary: Akonadi Framework: Build Environment Group: Development/Libraries/X11 Requires: %{name} = %{version} -%if 0%{?suse_version} > 1325 -Requires: libboost_headers-devel -%else -Requires: boost-devel -%endif Requires: kcompletion-devel Requires: kdelibs4support-devel Requires: kitemmodels-devel @@ -171,6 +164,11 @@ Obsoletes: akonadi-devel < %{version} Obsoletes: libKF5AkonadiPrivate-devel < %{version} Provides: libKF5AkonadiPrivate-devel = %{version} +%if 0%{?suse_version} > 1325 +Requires: libboost_headers-devel +%else +Requires: boost-devel +%endif %description devel This package contains development files of Akonadi, the KDE PIM storage @@ -223,8 +221,8 @@ %postun -n libKF5AkonadiXml5 -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING* AUTHORS +%license COPYING* +%doc AUTHORS %config %{_kf5_sysconfdir}/xdg/akonadi/mysql-global-mobile.conf %config %{_kf5_sysconfdir}/xdg/akonadi/mysql-global.conf %dir %{_kf5_configkcfgdir} @@ -249,38 +247,31 @@ %{_kf5_sysconfdir}/xdg/akonadi.*categories %files -n libKF5AkonadiAgentBase5 -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_libdir}/libKF5AkonadiAgentBase.so.* %files -n libKF5AkonadiCore5 -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_libdir}/libKF5AkonadiCore.so.* %files -n libKF5AkonadiWidgets5 -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_libdir}/libKF5AkonadiWidgets.so.* %files -n libKF5AkonadiPrivate5 -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_libdir}/libKF5AkonadiPrivate.so.* %files -n libKF5AkonadiXml5 -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_libdir}/libKF5AkonadiXml.so.* %files sqlite -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_plugindir}/sqldrivers/ %files devel -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_cmakedir} %{_kf5_bindir}/akonadi2xml %{_kf5_dbusinterfacesdir}/org.freedesktop.Akonadi.*.xml @@ -306,7 +297,7 @@ %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog ++++++ akonadi-18.08.3.tar.xz -> akonadi-18.12.0.tar.xz ++++++ ++++ 29232 lines of diff (skipped)
