forked from pool/pim-data-exporter
20.12 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=143
This commit is contained in:
parent
c89343bec5
commit
d9c7f9db16
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9ef495b13b940346ad9abadd02aeb89125678ca94e7a5db72609cd14c600838
|
||||
size 399520
|
@ -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-----
|
3
pim-data-exporter-20.11.80.tar.xz
Normal file
3
pim-data-exporter-20.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a519745a18dcf9e01996f5eb11940b9555ba352618a0cc7515e1ca8d0d9c9479
|
||||
size 398784
|
16
pim-data-exporter-20.11.80.tar.xz.sig
Normal file
16
pim-data-exporter-20.11.80.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl+uoogACgkQOmpNuDnq
|
||||
ptdNfQ//V8dFrwN9BcCn/0c61XHNEyZoJWf4rKQ9xDpU3sB1X5CBYkf+Im2M7L+K
|
||||
LaBCJ3OffRYWZeLnI96GNOOai9gGujJurIZ+xvSHQrR3n+9GSTIShgGKb/RsUPlh
|
||||
8p6Y0z8tsiW440aqVO9ViXb/66KxzwOujpKXu96qqmOeoxrzQjelO2xpcH919uoB
|
||||
eiqk1PVKQ0ZcOQ1KUZr3wI6g2zM1yjZa7wS1QwyqtJYrA/B1ihPwLFaMXE4Lqi19
|
||||
3WS+5PyfLBHB2KKTF9fviSeNltPugsCUPZIkwFvd2nY/Qvz2PjxEqy4FS8LjxnLc
|
||||
DdTsOh8yIwENoimZ8ihTYg2aWaJJd5gw8ncwckmRkyHN7U3VTylD7pwKC7jADOLu
|
||||
JmYUJDtTeXEu7g9+nz9WB2KRCQmLIugS9FLjwL54IhpEvbI5s9gLyb4CcgspOaKC
|
||||
eUKTqT4QLycx23JcxtQGZTfxLOy8jZuZHJ8xAt+XJDOmFOeAi2kpbYNWw0jzpnZN
|
||||
Kv0sUTi3BEEFehplinDKdhmqQ0PQ3h/E3DbvqPVuXwgtbmwsA+bnn2NJEWF9BAAE
|
||||
/M22GcqaMKllgxqmNFylRecFU1AuT4CgyJ+7JE6Nc4NkgTxPuYZFUXF8w27Mo3M2
|
||||
J3ij6Wdy8vLtXg/A2K7T9HJio0gy09qLvUGjTx3/0BYmzUwYxWo=
|
||||
=+YCA
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -16,18 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%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.11.80
|
||||
Release: 0
|
||||
Summary: Data exporter for KDE PIM
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
# Only required for the icon
|
||||
BuildRequires: kontact
|
||||
@ -61,7 +61,7 @@ Requires: kontact
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
Recommends: %{name}-lang
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user