1
0
forked from pool/mbox-importer
Christophe Giboudeaux 2020-11-21 12:58:51 +00:00 committed by Git OBS Bridge
parent 7c19f94a5b
commit fb2a6abe21
6 changed files with 38 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl+gqkIACgkQ29LOiT4t
HIcdYgf+K/J3Fy/KokYxZDG5oKKswfSmmuxXgDudCw1JB3RHsJ9eQJS1bi7au81F
SQbvIJW+XRIZx9ciy19+c442/fr5dyQ8Bt0Led8Wps255WDrKIKLkNwPdrKMngFm
0JsYzLbHXQFEMrDr9I+dO73WRnr1p0jbtrhfoxfsJmcwOLqZ+k1zGTLxnQeMA47B
XL2H+mOpUH1zps4MzKzZ2+pPY9nVsB0PyytBHPS7lrzki60L021rTtgoDmpkvWpZ
hMDcaeilBqzv37rE21YutVQbZ5xbVCdfkaj9ngQln0Zdf1l5HbcZqMTZMlZoSsSV
YJsjm6/AftZ5YdK5rBVz7l5sO8tWwQ==
=y5SC
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl+uooYACgkQOmpNuDnq
ptcixRAAqDK8hmi5hJjv7yEFqcSHSMWCDFVm7GTBiQIy/Epu4S6ckJ//1jf7qXSP
z+F0xP/Ob/e25iZ+8RHyoO1HT/GMSrSiBM3VE+gZM0Osdi1V0GQrGHXJUAanJZw0
v6zKg8O6/Ya8jocOVozZrsnWUjVSeGPrT1q3qgfwu3d49C24t74ZKVR4laAjPfUo
dtaFuWda62OmEucgjJtk2y5O6WNHRQMEpDcBYQufBqSlfbX6dDiDvhI893SlzWyN
2enM6pYNcfwWUW5PAx17KplVLxqP4G2ZCsaxq4FewL757uDeHOU1e3fA98+hLu1c
hyA+omKMhl3s894I8nFrSaj3WvOufbnl4rIk0hvBVZNbHIzJfCwDUuahm0T7xjzp
ZY/o517Wb5YAU53LTsHrHVv6mwVgMi6zR0bAnilUfWCerM5wMFjscvd/jbZbKibb
3vGdtAYGZPV5TL6OZpXVwa7xZLgtq4C/WXLlb2jwDQ2Si7HuABzRXn4pfFmTUol8
/mqfNTzyDihrYKcpvJ8easoa3tVGcNKFhfnPuBzF1D+yH8GqulFpSa/c0TVicPAh
QWXBePv+sT76sJIOnea45EGZsqTbFc1va3sHSnxcVaNwn6FzE/bRLvyXIDDjW0g2
gBb+UjF7oN6luDwPe30cxBYLbqBkgc5lI/abrHDp3t183Ex3ouo=
=I1K1
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Nov 14 00:03:07 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.11.80
* New feature release
- Changes since 20.08.3:
* Modernize code (using auto)
* Time to increase version
* Add missing lib when we moved KAddressbookGrantlee
* Modernize code
* Convert license headers to SPDX format
* Drop COPYING.DOC. This repository has no documentation
-------------------------------------------------------------------
Thu Nov 5 22:47:53 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,18 +16,18 @@
#
%define kf5_version 5.60.0
%define kf5_version 5.75.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: mbox-importer
Version: 20.08.3
Version: 20.11.80
Release: 0
Summary: Tool for importing mbox archives into akonadi
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
BuildRequires: cmake(KF5Akonadi)
BuildRequires: cmake(KF5Config)
@ -43,7 +43,7 @@ Recommends: %{name}-lang
# 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
@ -67,13 +67,13 @@ into akonadi.
%endif
%files
%license COPYING*
%license LICENSES/*
%{_kf5_applicationsdir}/org.kde.mboximporter.desktop
%{_kf5_bindir}/mboximporter
%if %{with lang}
%files lang -f %{name}.lang
%license COPYING*
%license LICENSES/*
%endif
%changelog