Christophe Giboudeaux 2020-03-28 13:58:38 +00:00 committed by Git OBS Bridge
parent 9fca4f7915
commit 57256cfeb5
6 changed files with 36 additions and 28 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drZ0ACgkQ29LOiT4t
HIejsAf/U3LrIQE1VjB1AdprPl1u0V/EbCfbesafhLPHGBh9cenrsrW2to7FtS7G
Osu6e9RX3qKWR7N60mmOeARZiHiBsVR2S5wa80BD6boNAA4XSLUkY9FAahep4tkm
GudRpi5A+9kC/qAV/JzXgBVlde2MVvoWE9PU0tOtOyYMSjpfb2jz30VJq2ctrRuV
CqmYHzPXFheVVU56WhizMESASV7hhvUEjqjeCTscC3n5dD8CSt8QWO/7UaaWkcPr
ltSOwqh4qNHreMBg2WsKtYu18/hvP7s3g7rClVRGbr89DV3u66ZKUdSn7tuiipT8
qg82DcCbgJ75tTCmhqwrpy7Cz7AH7w==
=Ykpe
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl50vCcACgkQOmpNuDnq
ptfbhg//b9UZMmR6fFWGvgP07nnqjO9QsHpTdBjDDUChhUJsgB4WDn7u8PFLcz3s
rZNR1XSkUJeazty0TOkXQV/4IZqOxMcXCMclMolaSywCJW3g/unb92ijzjo02TAF
MtXDNrG+YFps0t7J1Dsf9iSiV8ftv0/5QRhaUkKg3TwDgPiX2MFag4SiXhKumZGj
4XM2OY97t5Vv4/rS5kgYTEDmr6AIe3SuQbFQyF83BK0DVganDvEKqceuoc378lRs
lyxL4t4w8RR4hFep/wA2Yy2Xn9iyOhZhIdLaohBBfZhEAuPaWjjaWo9IsjUjZQEE
VfIlalb+Fk2fubbLJ8Hp/UwthA8UhNLVWRdaKjUMEtfTA058mEywOgwUofJJ8+7H
WPusq378B4rEThkc2HtMJE38l6CYP+PxuROXWPXsHbIaD0DwiR4HP+/P2ojK7D/i
PgsddI2g3gq5Q1pcgUK9UjVPJhz/WcbKBGhvM5ajZDcwGLrKPf8jeQ+zvbyG8FIf
GGAuvU+u9eCiQcVyoOMtwjiwa7kHcMfT6LZ5lpzopeS+PFXpHtvKMa9/AKdAvf/K
3keb3Uy/FB15hg/7zuoDRD/7yImVfDlVplfcI0U5xtPw6VbXfW7LvYnvjvt1JstO
BXZjni/1tlQbDlktps7zbMSS1LmijwoEkRyaO/bm7epS0r+bCc4=
=uuSz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 22 09:17:44 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Too many changes to list here.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 5 20:36:50 UTC 2020 - Luca Beltrame <lbeltrame@kde.org> Thu Mar 5 20:36:50 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,35 +16,29 @@
# #
%define kf5_version 5.60.0 %define kf5_version 5.66.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) # 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}')} %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: pim-data-exporter Name: pim-data-exporter
Version: 19.12.3 Version: 20.03.80
Release: 0 Release: 0
Summary: Data exporter for KDE PIM Summary: Data exporter for KDE PIM
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
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: gettext-devel
# Only required for the icon # Only required for the icon
BuildRequires: kontact BuildRequires: kontact
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Akonadi) BuildRequires: cmake(KF5Akonadi)
BuildRequires: cmake(KF5AkonadiNotes) BuildRequires: cmake(KF5AkonadiNotes)
BuildRequires: cmake(KF5Archive) BuildRequires: cmake(KF5Archive)
BuildRequires: cmake(KF5CalendarCore) BuildRequires: cmake(KF5CalendarCore)
BuildRequires: cmake(KF5CalendarSupport)
BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5Contacts) BuildRequires: cmake(KF5Contacts)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons) BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5DocTools)
@ -60,22 +54,22 @@ BuildRequires: cmake(KF5PimCommonAkonadi)
BuildRequires: cmake(KF5PimTextEdit) BuildRequires: cmake(KF5PimTextEdit)
BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KUserFeedback)
BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
Requires: kontact Requires: kontact
# 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}
Recommends: %{name}-lang Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif %endif
Recommends: %{name}-lang
%description %description
This package contains utlities needed by KDE PIM to export data for backup and archival. This package contains utlities needed by KDE PIM to export data for backup and archival.
%if %{with lang}
%lang_package %lang_package
%endif
%prep %prep
%setup -q %setup -q