Accepting request 756138 from KDE:Applications
KDE Applications 19.12.0 OBS-URL: https://build.opensuse.org/request/show/756138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-contact?expand=0&rev=43
This commit is contained in:
commit
aad2c9dbe2
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 06:38:01 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 19.12.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/releases/19.12.0
|
||||
- No code change since 19.11.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 30 09:11:23 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 19.11.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/releases/19.12-rc
|
||||
- No code change since 19.11.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 15:53:13 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Update to 19.11.80
|
||||
* New feature release
|
||||
- Too many changes to list here.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 23:12:28 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package akonadi-contact
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,39 +18,38 @@
|
||||
|
||||
%define rname akonadi-contacts
|
||||
%define sonum 5
|
||||
%define kf5_version 5.26.0
|
||||
%define kf5_version 5.60.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: akonadi-contact
|
||||
Version: 19.08.3
|
||||
Version: 19.12.0
|
||||
Release: 0
|
||||
Summary: KDE PIM Libraries for Akonadi Contacts
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: akonadi-mime-devel
|
||||
BuildRequires: akonadi-server-devel >= %{_kapp_version}
|
||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||
BuildRequires: grantlee5-devel
|
||||
BuildRequires: kcalcore-devel
|
||||
BuildRequires: kcodecs-devel >= %{kf5_version}
|
||||
BuildRequires: kcompletion-devel >= %{kf5_version}
|
||||
BuildRequires: kcontacts-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kio-devel >= %{kf5_version}
|
||||
BuildRequires: kmime-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Grantlee5)
|
||||
BuildRequires: cmake(KF5Akonadi)
|
||||
BuildRequires: cmake(KF5AkonadiMime)
|
||||
BuildRequires: cmake(KF5CalendarCore)
|
||||
BuildRequires: cmake(KF5Codecs) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5Completion) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5Contacts)
|
||||
BuildRequires: cmake(KF5KIO) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5Mime)
|
||||
BuildRequires: cmake(KF5Prison)
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.6.0
|
||||
BuildRequires: pkgconfig(Qt5WebEngine) >= 5.6.0
|
||||
BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5WebEngine) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5WebEngineWidgets) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
|
||||
Requires: libKF5AkonadiContact5 = %{version}
|
||||
Requires: libKF5ContactEditor5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
@ -95,10 +94,10 @@ This package provides plugins required by PIM applications to read and write con
|
||||
Summary: KDE PIM Libraries: Build Environment
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: akonadi-contact = %{version}
|
||||
Requires: akonadi-server-devel
|
||||
Requires: kcontacts-devel
|
||||
Requires: libKF5AkonadiContact5 = %{version}
|
||||
Requires: libKF5ContactEditor5 = %{version}
|
||||
Requires: cmake(KF5Akonadi)
|
||||
Requires: cmake(KF5Contacts)
|
||||
Obsoletes: akonadi-contacts-devel < %{version}
|
||||
Provides: akonadi-contacts-devel = %{version}
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a95ff2621e198e2685b7cd591e39437e68b5670cd710ce06088bd16618d281df
|
||||
size 385320
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/N4ACgkQ29LOiT4t
|
||||
HIcOAQf8C/ojsctWog8Eqnd36jw+SgyKwJSpFxog17QuKedVPiYZYNKesPma2w+N
|
||||
viyQoeOq+2TKeNOENcTj4Y7qMwehlhXYqNCuzYYDBpzM0lmSxmA7oGKlCFyA9kwF
|
||||
RTjHJlzD5hDVDm2Ah28bIexba56Q8YVMvXclwGuebxvFz9odSCUbm2zhfd4/RGIv
|
||||
526V2CnNGlLpYNpubXYfykahUyFVDIaKqrvfxUFDFvdS+eZ1fCQOBLAb8jeKFyBc
|
||||
Ax0kacUH5g2SG/Rg6JrLawySa6SRr9m92OZ9D2LyfMLcX3I20LLIuO7zA05VE9jJ
|
||||
ftDT86I9OTaa3SA7Qmyl2j6hoRm89A==
|
||||
=XUlt
|
||||
-----END PGP SIGNATURE-----
|
3
akonadi-contacts-19.12.0.tar.xz
Normal file
3
akonadi-contacts-19.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a7ee314df38fc22d119ee2411a8bb1f9631bd036242589695e32cbf1914f469
|
||||
size 393264
|
11
akonadi-contacts-19.12.0.tar.xz.sig
Normal file
11
akonadi-contacts-19.12.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puFMACgkQ29LOiT4t
|
||||
HIdz6wf9GlWe1cbsHxS9mn1ce/0ImkpJNJSNKcOmMvil5dRWmy5tpG3bbNZj0MbU
|
||||
E/3eHU7/E25dWYSK8tIuEdK41DMUruOJPKc0puVyTkHDShpDRR4ZPMCITzQyR0Y+
|
||||
WsTl+NphliI3o6nmVrslGynj677iNIioxS7/NPJZIgrKJ7Hyq1IObWLwxAt8Tn9S
|
||||
ZaDnafOGuGw3oI09AcvYYNZtVP2hkMVUPKKOJGO2limMvjh0oeT43fGhqFwqN26d
|
||||
tK2OtE36+4BtLofTtE8vTaFUI/raUNOfzkFNX5c3FF17y1P09TrWZXwz5RQR5fZ1
|
||||
+IZR9L5/6OQshX0Qx6SNkgvVEAvvrw==
|
||||
=2cBv
|
||||
-----END PGP SIGNATURE-----
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user