Hello community, here is the log from the commit of package pim-data-exporter for openSUSE:Factory checked in at 2019-01-08 12:23:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old) and /work/SRC/openSUSE:Factory/.pim-data-exporter.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-data-exporter" Tue Jan 8 12:23:22 2019 rev:26 rq:658502 version:18.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes 2018-11-13 17:35:36.708787826 +0100 +++ /work/SRC/openSUSE:Factory/.pim-data-exporter.new.28833/pim-data-exporter.changes 2019-01-08 12:25:20.200478615 +0100 @@ -1,0 +2,35 @@ +Fri Dec 14 06:09:23 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:56:27 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 SelectionTypeTreeWidgetTest + +------------------------------------------------------------------- +Tue Nov 20 06:23:05 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:36 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 + +------------------------------------------------------------------- @@ -51 +86 @@ - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php @@ -101 +136 @@ - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php @@ -231 +266 @@ - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php @@ -302 +337 @@ - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php Old: ---- pim-data-exporter-18.08.3.tar.xz New: ---- pim-data-exporter-18.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pim-data-exporter.spec ++++++ --- /var/tmp/diff_new_pack.zoSspM/_old 2019-01-08 12:25:20.648478124 +0100 +++ /var/tmp/diff_new_pack.zoSspM/_new 2019-01-08 12:25:20.652478119 +0100 @@ -16,26 +16,25 @@ # -%bcond_without lang - -Name: pim-data-exporter -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: pim-data-exporter +Version: 18.12.0 +Release: 0 Summary: Data exporter for KDE PIM License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/KDE -Url: http://www.kde.org +URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz -%if 0%{?suse_version} > 1325 -BuildRequires: libboost_headers-devel -%else -BuildRequires: boost-devel -%endif BuildRequires: extra-cmake-modules BuildRequires: gettext-devel +# Only required for the icon +BuildRequires: kontact +BuildRequires: pkgconfig +BuildRequires: python-devel +BuildRequires: update-desktop-files BuildRequires: cmake(KF5Akonadi) BuildRequires: cmake(KF5AkonadiContact) BuildRequires: cmake(KF5AkonadiMime) @@ -50,22 +49,21 @@ BuildRequires: cmake(KF5MailCommon) BuildRequires: cmake(KF5MailTransport) BuildRequires: cmake(KF5PimTextEdit) -# Only required for the icon -BuildRequires: kontact -BuildRequires: pkgconfig -BuildRequires: python-devel -BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 Requires: kontact +# 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 %if %{with lang} Recommends: %{name}-lang %endif -# 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 This package contains utlities needed by KDE PIM to export data for backup and archival. @@ -85,15 +83,14 @@ %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %config %{_kf5_configdir}/pimsettingexporter.categories %config %{_kf5_configdir}/pimsettingexporter.renamecategories %doc %lang(en) %{_kf5_htmldir}/en/pimsettingexporter/ @@ -103,10 +100,11 @@ %{_kf5_configkcfgdir}/pimsettingexporterglobalconfig.kcfg %{_kf5_libdir}/libpimsettingexporterprivate.so.* %{_kf5_sharedir}/kconf_update/ +%{_kf5_appstreamdir}/org.kde.pimsettingexporter.appdata.xml %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog ++++++ pim-data-exporter-18.08.3.tar.xz -> pim-data-exporter-18.12.0.tar.xz ++++++ ++++ 11370 lines of diff (skipped)
