Hello community, here is the log from the commit of package kdepim-addons for openSUSE:Factory checked in at 2018-12-19 13:33:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdepim-addons (Old) and /work/SRC/openSUSE:Factory/.kdepim-addons.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdepim-addons" Wed Dec 19 13:33:41 2018 rev:35 rq:658379 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes 2018-11-12 09:27:32.458286387 +0100 +++ /work/SRC/openSUSE:Factory/.kdepim-addons.new.28833/kdepim-addons.changes 2018-12-19 13:33:45.792591615 +0100 @@ -1,0 +2,38 @@ +Fri Dec 14 06:09:06 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:54 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: + * Use encrypted network connections in KOrganizer plug-ins + * Fix crash when we close dialog but continue to keep in markdown support + +------------------------------------------------------------------- +Tue Nov 20 06:22:13 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:56 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 +- Refreshed patches: + * 0001-Enable-the-expert-plugin-by-default.patch + +------------------------------------------------------------------- @@ -60 +98 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -116 +154 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -263 +301 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -353 +391 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php @@ -445 +483 @@ - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php Old: ---- kdepim-addons-18.08.3.tar.xz New: ---- kdepim-addons-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepim-addons.spec ++++++ --- /var/tmp/diff_new_pack.Ga3SxH/_old 2018-12-19 13:33:46.316590934 +0100 +++ /var/tmp/diff_new_pack.Ga3SxH/_new 2018-12-19 13:33:46.316590934 +0100 @@ -16,18 +16,17 @@ # -%bcond_without lang - -Name: kdepim-addons -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: kdepim-addons +Version: 18.12.0 +Release: 0 Summary: Addons for KDEPIM applications License: GPL-2.0-only Group: Productivity/Graphics/Other -Url: http://www.kde.org +URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE Patch0: 0001-Enable-the-expert-plugin-by-default.patch @@ -62,6 +61,7 @@ BuildRequires: mailimporter-devel BuildRequires: messagelib-devel BuildRequires: pimcommon-devel +BuildRequires: pkgconfig BuildRequires: prison-qt5-devel BuildRequires: update-desktop-files BuildRequires: cmake(KF5LibKSieve) @@ -75,17 +75,16 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.6.0 BuildRequires: pkgconfig(Qt5XmlPatterns) >= 5.6.0 +Requires(post): shared-mime-info +Requires(postun): shared-mime-info +Recommends: %{name}-lang +# 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 BuildRequires: boost-devel %endif -Recommends: %{name}-lang -Requires(post): shared-mime-info -Requires(postun): shared-mime-info -# It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Addons for KDE PIM applications, such as extensions for KMail, additional @@ -98,7 +97,7 @@ %autopatch -p1 %build -%cmake_kf5 -d build -- -DKDEPIMADDONS_BUILD_EXAMPLES=FALSE +%cmake_kf5 -d build -- -DKDEPIMADDONS_BUILD_EXAMPLES=FALSE -DQTCREATOR_TEMPLATE_INSTALL_DIR=%{_kf5_sharedir}/qtcreator/templates %make_jobs %install @@ -107,14 +106,10 @@ %find_lang %{name} --with-man --all-name %endif -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files -%defattr(-,root,root) %config %{_kf5_configdir}/kdepim-addons.categories %config %{_kf5_configdir}/kdepim-addons.renamecategories %config %{_kf5_configdir}/kmail.antispamrc @@ -157,10 +152,26 @@ %{_kf5_sharedir}/contacteditor/ %{_kf5_sharedir}/kconf_update/webengineurlinterceptoradblock.upd %{_kf5_sharedir}/kmail2/ +%dir %{_kf5_sharedir}/qtcreator +%dir %{_kf5_sharedir}/qtcreator/templates/ +%dir %{_kf5_sharedir}/qtcreator/templates/kmaileditorplugins/ +%dir %{_kf5_sharedir}/qtcreator/templates/kmaileditorconvertertextplugins/ +%{_kf5_sharedir}/qtcreator/templates/kmaileditorplugins/CMakeLists.txt +%{_kf5_sharedir}/qtcreator/templates/kmaileditorplugins/plugineditor.* +%{_kf5_sharedir}/qtcreator/templates/kmaileditorplugins/plugineditorinterface.* +%{_kf5_sharedir}/qtcreator/templates/kmaileditorplugins/*.json +%{_kf5_sharedir}/qtcreator/templates/kmaileditorplugins/plugin.json.impl +%{_kf5_sharedir}/qtcreator/templates/kmaileditorconvertertextplugins/CMakeLists.txt +%{_kf5_sharedir}/qtcreator/templates/kmaileditorconvertertextplugins/plugin.json.impl +%{_kf5_sharedir}/qtcreator/templates/kmaileditorconvertertextplugins/plugineditor.cpp +%{_kf5_sharedir}/qtcreator/templates/kmaileditorconvertertextplugins/plugineditor.h +%{_kf5_sharedir}/qtcreator/templates/kmaileditorconvertertextplugins/plugineditorinterface.cpp +%{_kf5_sharedir}/qtcreator/templates/kmaileditorconvertertextplugins/plugineditorinterface.h +%{_kf5_sharedir}/qtcreator/templates/kmaileditorconvertertextplugins/wizard.json %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog ++++++ 0001-Enable-the-expert-plugin-by-default.patch ++++++ --- /var/tmp/diff_new_pack.Ga3SxH/_old 2018-12-19 13:33:46.336590909 +0100 +++ /var/tmp/diff_new_pack.Ga3SxH/_new 2018-12-19 13:33:46.336590909 +0100 @@ -8,11 +8,11 @@ kmail/plugins/expertplugin/kmail_expertplugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: kdepim-addons-18.08.3/kmail/plugins/expertplugin/kmail_expertplugin.json -=================================================================== ---- kdepim-addons-18.08.3.orig/kmail/plugins/expertplugin/kmail_expertplugin.json 2018-11-08 23:53:59.053179460 +0100 -+++ kdepim-addons-18.08.3/kmail/plugins/expertplugin/kmail_expertplugin.json 2018-11-08 23:54:17.117279011 +0100 -@@ -25,7 +25,7 @@ +diff --git a/kmail/plugins/expertplugin/kmail_expertplugin.json b/kmail/plugins/expertplugin/kmail_expertplugin.json +index 00c30484..17ed0772 100644 +--- a/kmail/plugins/expertplugin/kmail_expertplugin.json ++++ b/kmail/plugins/expertplugin/kmail_expertplugin.json +@@ -24,7 +24,7 @@ "Description[uk]": "За допомогою цього додатка можна увімкнути деякі дії для досвідчених користувачів.", "Description[x-test]": "xxThis plugin activates some expert actions.xx", "Description[zh_CN]": "此插件激活一些专家操作。", @@ -21,3 +21,6 @@ "Id": "kmailexpert", "Name": "Expert Plugin", "Name[ar]": "ملحقة الخبراء", +-- +2.19.1 + ++++++ kdepim-addons-18.08.3.tar.xz -> kdepim-addons-18.12.0.tar.xz ++++++ ++++ 68292 lines of diff (skipped)
