Hello community, here is the log from the commit of package pim-data-exporter for openSUSE:Factory checked in at 2017-05-08 18:59:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pim-data-exporter (Old) and /work/SRC/openSUSE:Factory/.pim-data-exporter.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pim-data-exporter" Mon May 8 18:59:33 2017 rev:6 rq:490526 version:17.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pim-data-exporter/pim-data-exporter.changes 2017-03-16 09:40:40.898004393 +0100 +++ /work/SRC/openSUSE:Factory/.pim-data-exporter.new/pim-data-exporter.changes 2017-05-08 18:59:36.137062108 +0200 @@ -1,0 +2,42 @@ +Sun Apr 16 10:45:34 CEST 2017 - [email protected] + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * Simplify creating folder + * Find more code where I need to use QFileInfo::exists() + * Remove duplicate message + * Don't try to export not existing directory + * Be sure that this file exists before storing it + * Make sure that file exists before backuping it + * USe static method QFileInfo::exists(...) optimization + * Use QFileInfo::exists(...) + fix check + +------------------------------------------------------------------- +Wed Apr 12 20:26:11 CEST 2017 - [email protected] + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * Fix dependencies, add missing, drop unused + +------------------------------------------------------------------- +Fri Mar 31 18:30:14 UTC 2017 - [email protected] + +- Build only for architectures compatible with Qt WebEngine + +------------------------------------------------------------------- +Sat Mar 25 23:10:54 CET 2017 - [email protected] + +- Update to 17.03.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.03.80.php +- Changes since 16.12.3: + * Too many changes to list here + +------------------------------------------------------------------- Old: ---- pim-data-exporter-16.12.3.tar.xz New: ---- pim-data-exporter-17.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pim-data-exporter.spec ++++++ --- /var/tmp/diff_new_pack.051VLu/_old 2017-05-08 18:59:36.824964932 +0200 +++ /var/tmp/diff_new_pack.051VLu/_new 2017-05-08 18:59:36.828964367 +0200 @@ -16,11 +16,13 @@ # +%bcond_without lang + Name: pim-data-exporter -Version: 16.12.3 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Data exporter for KDE PIM License: GPL-2.0+ and LGPL-2.1+ @@ -58,11 +60,18 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 Requires: kontact +Recommends: %{name}-lang 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 package contains utlities needed by KDE PIM to export data for backup and archival. +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -72,6 +81,10 @@ %install %kf5_makeinstall -C build +%if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs +%endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -89,4 +102,9 @@ %{_kf5_htmldir}/en/pimsettingexporter/ %{_datadir}/kconf_update/ +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog ++++++ pim-data-exporter-16.12.3.tar.xz -> pim-data-exporter-17.04.0.tar.xz ++++++ ++++ 53091 lines of diff (skipped)
