Accepting request 855295 from KDE:Applications

KDE Applications 20.12.0

OBS-URL: https://build.opensuse.org/request/show/855295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pim-data-exporter?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2020-12-17 16:03:29 +00:00 committed by Git OBS Bridge
commit d8b8766ac9
6 changed files with 49 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl+gqkMACgkQ29LOiT4t
HIdyOAf/cE+2DUNCVFhDut8PsOiC+V3NZZj+E5HS5svSOGDY8+7e08bEPauutN0l
O8GICJhkg+8+c1vIrMl8+ItEXmOFwv8m7BPAzkRXNdfXx4Mcikq10b3qhJn28Vv4
Ld1QmzWEXPzXy4xjx7sw7/AGBeOZ/opOx02KgqTqHzWH5tFb6w+YDVt9C3qAr/0I
YAMZxzvrrPCC7BA7EisjX80sLRDtN786G9ojv8Wuhk7J75Ocz+vKD8CZGjfscp/3
NG1sKT0laZEWpfT0f71jZjYIvq08TwFKKSBlg1PqkZqBmEvtIyA+8TArfqLASI9d
JdAGURSFNYLkHIOAQkbEbL75yHVW/Q==
=QCDd
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/JhIwACgkQ29LOiT4t
HIfyawf/af4XiKGWpLDmoZ0flnmW5MEaw56PTmapNKMzYkzbfaPL2g18gq8R5yUy
UFUfQ7/FbNwii8bD00I00byZQ5x0XzzkTJliEQ5bOcO6CQ7IopKFtOrYA5Wgz5nS
u0F/v0TOyOfLdD8R3zVSu8G92H0KAGV7vCbvLrDOzh6KxyrNy+RJmLTO8CEK+i5A
GD5r9KkmG3T3rYHTC98lXKukngTQUCa23D7dy5YijJ8xRptOi24semU3zZsaqcRU
wr9su34S/Ee2KO6/PuoUxcjQocrLdOFBLopl/d3h1y1MztTzY7+hMCZH1TmUrdYU
0ykFP8y41ijhrSVtI1ZZohS5UIDktQ==
=jf2r
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Dec 5 23:18:00 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-12-apps-update
- No code change since 20.11.90
-------------------------------------------------------------------
Fri Nov 27 15:18:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.90
* New feature release
- No code change since 20.11.80
-------------------------------------------------------------------
Sat Nov 14 00:03:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80
* New feature release
- Changes since 20.08.3:
* not necessary to export it
* Fix compile on windows
* Modernize code
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* Remove not implmemented method
* Time to increase version
* Add missing lib when we moved KAddressbookGrantlee
* Convert license headers to SPDX format
-------------------------------------------------------------------
Thu Nov 5 22:47:59 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,12 +16,12 @@
#
%define kf5_version 5.66.0
%define kf5_version 5.75.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: 20.08.3
Version: 20.12.0
Release: 0
Summary: Data exporter for KDE PIM
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -89,7 +89,7 @@ This package contains utlities needed by KDE PIM to export data for backup and a
%postun -p /sbin/ldconfig
%files
%license COPYING*
%license LICENSES/*
%{_kf5_debugdir}/pimdataexporter.categories
%{_kf5_debugdir}/pimdataexporter.renamecategories
%doc %lang(en) %{_kf5_htmldir}/en/pimdataexporter/
@ -103,7 +103,7 @@ This package contains utlities needed by KDE PIM to export data for backup and a
%if %{with lang}
%files lang -f %{name}.lang
%license COPYING*
%license LICENSES/*
%endif
%changelog