diff --git a/pim-data-exporter-16.12.3.tar.xz b/pim-data-exporter-16.12.3.tar.xz deleted file mode 100644 index dfbbe51..0000000 --- a/pim-data-exporter-16.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc0f76be1e572aaf68736ffef17a4792dbfece5edda4ed488a83ed619f80bb93 -size 103240 diff --git a/pim-data-exporter-17.04.0.tar.xz b/pim-data-exporter-17.04.0.tar.xz new file mode 100644 index 0000000..3b9f9bf --- /dev/null +++ b/pim-data-exporter-17.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde114166a862ef88a9039db4316c75773676b38074392ac34f2cb06536e18c9 +size 265952 diff --git a/pim-data-exporter.changes b/pim-data-exporter.changes index cbfc907..db95362 100644 --- a/pim-data-exporter.changes +++ b/pim-data-exporter.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Sun Apr 16 10:45:34 CEST 2017 - lbeltrame@kde.org + +- 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 - lbeltrame@kde.org + +- 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 - fabian@ritter-vogt.de + +- Build only for architectures compatible with Qt WebEngine + +------------------------------------------------------------------- +Sat Mar 25 23:10:54 CET 2017 - lbeltrame@kde.org + +- 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 + ------------------------------------------------------------------- Thu Mar 9 12:44:31 CET 2017 - lbeltrame@kde.org @@ -25,21 +67,21 @@ Tue Feb 7 11:07:19 UTC 2017 - adam.majer@suse.de Sat Jan 14 09:08:25 UTC 2017 - lbeltrame@kde.org - - Update to KDE Applications 16.12.1 - * KDE Applications 16.12.1 + * KDE Applications 16.12.1 * https://www.kde.org/announcements/announce-applications-16.12.1.php ------------------------------------------------------------------- Tue Dec 13 20:05:47 UTC 2016 - tittiatcoke@gmail.com - Update to KDE Applications 16.12.0 - * KDE Applications 16.12.0 + * KDE Applications 16.12.0 * https://www.kde.org/announcements/announce-applications-16.12.0.php ------------------------------------------------------------------- Mon Dec 12 09:17:58 UTC 2016 - lbeltrame@kde.org -- Improve description of the package +- Improve description of the package ------------------------------------------------------------------- Sat Dec 3 16:48:17 UTC 2016 - tittiatcoke@gmail.com diff --git a/pim-data-exporter.spec b/pim-data-exporter.spec index dcbcafb..a4e5a54 100644 --- a/pim-data-exporter.spec +++ b/pim-data-exporter.spec @@ -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(Qt5Test) >= 5.2.0 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 @@ This package contains utlities needed by KDE PIM to export data for backup and a %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 @@ This package contains utlities needed by KDE PIM to export data for backup and a %{_kf5_htmldir}/en/pimsettingexporter/ %{_datadir}/kconf_update/ +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog