Accepting request 490526 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pim-data-exporter?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2017-05-08 16:59:33 +00:00 committed by Git OBS Bridge
commit 2ce5eebd02
4 changed files with 68 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc0f76be1e572aaf68736ffef17a4792dbfece5edda4ed488a83ed619f80bb93
size 103240

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cde114166a862ef88a9039db4316c75773676b38074392ac34f2cb06536e18c9
size 265952

View File

@ -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

View File

@ -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