forked from pool/mbox-importer
20.07.80
Remaining issues were fixed (except one kdenlive change) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mbox-importer?expand=0&rev=133
This commit is contained in:
parent
3c44ac133b
commit
793dde7718
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ce208091272052a909521cda31a74b2f4c8e8fabcb2937c24639673d1f43981d
|
|
||||||
size 33708
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8DzSIACgkQ29LOiT4t
|
|
||||||
HIcRRgf/Y3yN84XE3tbTsFNidEw88oCjTyRzATlFm4vp29leuvTrAO81DTH0M3PH
|
|
||||||
O6jOJ9oRWz3jAKxJFcPVqXbPNzdkYR2y3ttgc/WKiSpudGWNe4h8CXdIv8ggzMny
|
|
||||||
69ng/X4PIQuasczRjZQkbqMJu/1EvoR6shmdnlfzF5sLlyfy7xvWzqRWDRUeUiAu
|
|
||||||
AaBERWLx/6eBYdSkAh7fU39Cn2slcnd5MSgoGi9B1enqrJJf8o6h5be2gLgFhoDD
|
|
||||||
X6WzDrhqamxFIzaypnEB37VgQoeD8C3PgZTODPFQeiDAgOGwjEA9FnNZhXMlmSwK
|
|
||||||
XdtAPd7uq4IARC3IIQewwUYoVOQoBQ==
|
|
||||||
=oS5P
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
mbox-importer-20.07.80.tar.xz
Normal file
3
mbox-importer-20.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7710ce725a9db10e2b786c072ed319cfe992aa6241eba404b4b3735cb8d7bfa
|
||||||
|
size 34464
|
16
mbox-importer-20.07.80.tar.xz.sig
Normal file
16
mbox-importer-20.07.80.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl8RtS0ACgkQOmpNuDnq
|
||||||
|
ptfLmBAApDOUNvKRPtDDrOWk1RsGv6wb8VbOOaCpsjq751jSYPi2PSrxMk4Rtd13
|
||||||
|
ECf5YMuD95dqvIEjO4HOYWFCBy7aYC4+lNhUHxguUy7o2++42sY2tqUHmLMyvMqq
|
||||||
|
3pmFvaBTknG9+4wxZsJ40cRKlSuJoWee2zLv0AKciBpQr4fx0hC8i20PfzyihUk8
|
||||||
|
zXnHNwypy2GaHkGzeNVDT6PwaAyqjs5S0mP+tal8gRPA0iu4Ax8N2dGg5fcrZFQz
|
||||||
|
akTphQqlAxBHbOme5ldt95fvWXqyStJ57gACksguac3Zd44thKZ0qrVH2cjWjgpD
|
||||||
|
smxwStbrDC9OO6bud3tiZb6Uhj62p6RudGnjAxMGtlNhAUqYqfuhlrhruvfHWGpM
|
||||||
|
7gJiv9GpTVL3QfUNPSotKtDJbErMUhv8+8f1W5+vcC+XIiZFG72vOzbrMw2fN6bR
|
||||||
|
pAVnLjTZj60wWW8kUIDJdk77KOCjeo5TikK+VbUeoruB2cgrLLfuWouJ0DTfldJU
|
||||||
|
v51R76B4G6imncWBsO4NEw8JFoOn+c1TabqP2cqIFel/eyDJgnNR1NgJH1S8rFhZ
|
||||||
|
H5ozSAYnFaHPpUYtsB2jWMnCb5NoAWrUbqhgPAipy4aq4qWbGYCxZF0g6bmMaWvn
|
||||||
|
nGN/dr4ssi/Z1xRs0wusADiScrtLcLcZzlDEHyPaUC2qTsH4GbM=
|
||||||
|
=vHtW
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 19 10:06:08 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 20.07.80
|
||||||
|
* New feature release
|
||||||
|
- Changes since 20.04.3:
|
||||||
|
* Fix includes. Use uppercase includes
|
||||||
|
* Fix includes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 9 20:11:03 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Thu Jul 9 20:11:03 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: mbox-importer
|
Name: mbox-importer
|
||||||
Version: 20.04.3
|
Version: 20.07.80
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for importing mbox archives into akonadi
|
Summary: Tool for importing mbox archives into akonadi
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
URL: https://www.kde.org
|
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: extra-cmake-modules
|
||||||
BuildRequires: cmake(KF5Akonadi)
|
BuildRequires: cmake(KF5Akonadi)
|
||||||
BuildRequires: cmake(KF5Config)
|
BuildRequires: cmake(KF5Config)
|
||||||
@ -43,7 +43,7 @@ Recommends: %{name}-lang
|
|||||||
# It can only build on the same platforms as Qt Webengine
|
# It can only build on the same platforms as Qt Webengine
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
%if %{with lang}
|
%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
|
Source2: applications.keyring
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user