From 20e9cbb96d0bb966d4ab45eeeb244c0a5761af720b892804695e617d18e76170 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 26 Mar 2017 07:26:21 +0000 Subject: [PATCH 1/7] KDE Applications 17.08.80 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=15 --- pim-data-exporter-16.12.3.tar.xz | 3 --- pim-data-exporter-17.03.80.tar.xz | 3 +++ pim-data-exporter.changes | 16 +++++++++++++--- pim-data-exporter.spec | 4 ++-- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 pim-data-exporter-16.12.3.tar.xz create mode 100644 pim-data-exporter-17.03.80.tar.xz 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.03.80.tar.xz b/pim-data-exporter-17.03.80.tar.xz new file mode 100644 index 0000000..a59fe57 --- /dev/null +++ b/pim-data-exporter-17.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b8b0281a9d58b1bc61dba0d7d880ba00ba8c4fa82c75ea4c59a8c19c79fcbe +size 105380 diff --git a/pim-data-exporter.changes b/pim-data-exporter.changes index cbfc907..c57a859 100644 --- a/pim-data-exporter.changes +++ b/pim-data-exporter.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 +35,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..51035da 100644 --- a/pim-data-exporter.spec +++ b/pim-data-exporter.spec @@ -17,10 +17,10 @@ Name: pim-data-exporter -Version: 16.12.3 +Version: 17.03.80 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+ From 7ab6af1f055e667beceb3779995cacee9a7f382f6900b9b7c22816f041553943 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 31 Mar 2017 18:30:19 +0000 Subject: [PATCH 2/7] - Build only for architectures compatible with Qt WebEngine OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=16 --- pim-data-exporter.changes | 5 +++++ pim-data-exporter.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/pim-data-exporter.changes b/pim-data-exporter.changes index c57a859..86a2127 100644 --- a/pim-data-exporter.changes +++ b/pim-data-exporter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/pim-data-exporter.spec b/pim-data-exporter.spec index 51035da..5ea1681 100644 --- a/pim-data-exporter.spec +++ b/pim-data-exporter.spec @@ -59,6 +59,8 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0 Requires: kontact 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. From 46e4a34ff0cd04bb7ce0dd3331589f063f13b08d1776de110164f760d377cdc7 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 12 Apr 2017 14:56:16 +0000 Subject: [PATCH 3/7] RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=17 --- pim-data-exporter-17.03.80.tar.xz | 3 --- pim-data-exporter-17.03.90.tar.xz | 3 +++ pim-data-exporter.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 pim-data-exporter-17.03.80.tar.xz create mode 100644 pim-data-exporter-17.03.90.tar.xz diff --git a/pim-data-exporter-17.03.80.tar.xz b/pim-data-exporter-17.03.80.tar.xz deleted file mode 100644 index a59fe57..0000000 --- a/pim-data-exporter-17.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81b8b0281a9d58b1bc61dba0d7d880ba00ba8c4fa82c75ea4c59a8c19c79fcbe -size 105380 diff --git a/pim-data-exporter-17.03.90.tar.xz b/pim-data-exporter-17.03.90.tar.xz new file mode 100644 index 0000000..e940fb8 --- /dev/null +++ b/pim-data-exporter-17.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd92dc47e7ed103131e52439796b425be6c24066fcc739022c76eec113da23d +size 265804 diff --git a/pim-data-exporter.spec b/pim-data-exporter.spec index 5ea1681..842cb41 100644 --- a/pim-data-exporter.spec +++ b/pim-data-exporter.spec @@ -1,7 +1,7 @@ # # spec file for package pim-data-exporter # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: pim-data-exporter -Version: 17.03.80 +Version: 17.03.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From 4efd08d617c629677a456be39cf9e5c33c08f6b31cd6325164a8254a41c83d75 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 12 Apr 2017 18:49:20 +0000 Subject: [PATCH 4/7] Update changes file - Automated commit, please verify contents OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=18 --- pim-data-exporter.changes | 10 ++++++++++ pim-data-exporter.spec | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pim-data-exporter.changes b/pim-data-exporter.changes index 86a2127..591495d 100644 --- a/pim-data-exporter.changes +++ b/pim-data-exporter.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/pim-data-exporter.spec b/pim-data-exporter.spec index 842cb41..1da1560 100644 --- a/pim-data-exporter.spec +++ b/pim-data-exporter.spec @@ -1,7 +1,7 @@ # # spec file for package pim-data-exporter # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 48b9f5a72fbac227307ed909dd1080741f4aaaf10d4426fce78cef403ae851c9 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 15 Apr 2017 13:29:08 +0000 Subject: [PATCH 5/7] Make a merry car great again OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=19 --- pim-data-exporter.spec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pim-data-exporter.spec b/pim-data-exporter.spec index 1da1560..fbe01da 100644 --- a/pim-data-exporter.spec +++ b/pim-data-exporter.spec @@ -16,6 +16,8 @@ # +%bcond_without lang + Name: pim-data-exporter Version: 17.03.90 Release: 0 @@ -65,6 +67,10 @@ 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 @@ -74,6 +80,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 @@ -91,4 +101,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 From d13ea49a2c579d32b8c90ccf57ecf9acdebbdfc0bb30895635953b3fa1644480 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 16 Apr 2017 14:06:47 +0000 Subject: [PATCH 6/7] KDE Applications 17.04 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=20 --- pim-data-exporter-17.03.90.tar.xz | 3 --- pim-data-exporter-17.04.0.tar.xz | 3 +++ pim-data-exporter.changes | 17 +++++++++++++++++ pim-data-exporter.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 pim-data-exporter-17.03.90.tar.xz create mode 100644 pim-data-exporter-17.04.0.tar.xz diff --git a/pim-data-exporter-17.03.90.tar.xz b/pim-data-exporter-17.03.90.tar.xz deleted file mode 100644 index e940fb8..0000000 --- a/pim-data-exporter-17.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcd92dc47e7ed103131e52439796b425be6c24066fcc739022c76eec113da23d -size 265804 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 591495d..db95362 100644 --- a/pim-data-exporter.changes +++ b/pim-data-exporter.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 diff --git a/pim-data-exporter.spec b/pim-data-exporter.spec index fbe01da..b626474 100644 --- a/pim-data-exporter.spec +++ b/pim-data-exporter.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: pim-data-exporter -Version: 17.03.90 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From 581d19df4045b3725191f5a80656b4ae42c78cbf7d43939e69bbb44628e60787 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 20 Apr 2017 08:47:49 +0000 Subject: [PATCH 7/7] Add Recommends: %{name}-lang OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=21 --- pim-data-exporter.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pim-data-exporter.spec b/pim-data-exporter.spec index b626474..a4e5a54 100644 --- a/pim-data-exporter.spec +++ b/pim-data-exporter.spec @@ -60,6 +60,7 @@ 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