Accepting request 771576 from KDE:Applications

KDE Applications 19.12.2

OBS-URL: https://build.opensuse.org/request/show/771576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-server?expand=0&rev=67
This commit is contained in:
Dominique Leuenberger 2020-02-10 20:47:31 +00:00 committed by Git OBS Bridge
commit 8d6684854a
6 changed files with 52 additions and 29 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl4T8VwACgkQ29LOiT4t
HIdj8wgAlZE2uy55Gvl+yOzR2ynYnLulZ4n0z4MC3COooPtvkQPh6tIesYater2f
Oa6Dz0grB645p4c8QI+KSpK1ZoDAEmtGFhsAqe3rcbak4lxhXrkWFqB8gKEx1p0F
7MQaoZOgH83voIUurCb7KX23MyjlPzQ2Mibs0VqQolm1L2SGl3QIK42i8CxCM0hf
h76f4PNaraNpm36G/WN5ooO9BxmDYvoFc8Y4ouDaZwHJcXYjCJKy8l8lZw95GAjk
bnw8uhmd8Qle8p8zKXDQiQonUCdjw9odXh8kIEdFTKhiMz0EAGW3Kb1C6SmgsbtM
3t8lXyb+8k/VEUnzRGBpojQo9CuvWQ==
=63JM
-----END PGP SIGNATURE-----

3
akonadi-19.12.2.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl45NCAACgkQ29LOiT4t
HIcqSQgAg+FczTkr5cfeLL8coUTbNyCZtuaelgO3Oyb117xW+lAyqFpZhmV8r63s
N616kCwaZqWW0gRBY11I6AwZX1/0KfrqWlnkuAMF7L23Og/FCPPoHc9dOz/3ssNN
x6WuzzmIDdjSbGK6xdtsSlW5ybfFVPsTr4tIgApC3rUu4B5i2ohAPotXNA/xKmfQ
+KRmd+lMcTA5TAq7NNqW5JM+UtPrQYxPJzKFf+Al+4qTg1EVz13VhzsZQoGIwz7w
WtSCH25IDz4kuc9tRoIeuhY9fABP8Yegd27JDZA/HZXqPJ7O5R6ptLyd9PpD1IyA
NlPJqdWq+/NArCEHW8w4CYqzQjFG1A==
=P7D1
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Feb 7 08:36:48 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Wed Feb 5 06:28:36 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.2
- No code change since 19.12.1
-------------------------------------------------------------------
Tue Feb 4 18:31:03 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Align build dependencies with the ones from CMakeLists.txt,
same for -devel and KF5AkonadiConfig.cmake.
- Remove libxslt-devel, only xstlproc (libxml2-tools) is required.
- No longer recommend -lang: supplements are in use
-------------------------------------------------------------------
Tue Jan 7 10:08:48 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,12 +17,12 @@
%define rname akonadi
%define kf5_version 5.60.0
%define kf5_version 5.63.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-server
Version: 19.12.1
Version: 19.12.2
Release: 0
Summary: PIM Storage Service
License: LGPL-2.1-or-later
@ -34,15 +34,13 @@ Source1: https://download.kde.org/stable/release-service/%{version}/src/%
Source2: applications.keyring
%endif
Source99: akonadi-server-rpmlintrc
BuildRequires: cmake >= 3.0.0
BuildRequires: cmake >= 3.5.0
BuildRequires: extra-cmake-modules >= %{kf5_version}
BuildRequires: kf5-filesystem
BuildRequires: libQt5Sql-private-headers-devel
BuildRequires: libboost_graph-devel
BuildRequires: libboost_headers-devel
BuildRequires: libxml2
BuildRequires: libxslt
BuildRequires: libxslt-devel
BuildRequires: libxml2-tools
BuildRequires: libxslt-tools
BuildRequires: mariadb
BuildRequires: postgresql-devel
@ -51,20 +49,21 @@ BuildRequires: sqlite3-devel
BuildRequires: cmake(KAccounts)
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DesignerPlugin)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5ItemModels)
BuildRequires: cmake(KF5ItemViews)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Designer)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Sql)
BuildRequires: cmake(Qt5Test)
@ -80,7 +79,6 @@ Provides: akonadi5 = %{version}
# Needed for users of unstable repositories
Obsoletes: akonadi < %{version}
Obsoletes: akonadi-runtime < %{version}
Recommends: %{name}-lang
# FIXME: Check if it's worth it
Recommends: kaccounts-integration
Recommends: kaccounts-providers
@ -147,13 +145,16 @@ Requires: libKF5AkonadiCore5 = %{version}
Requires: libKF5AkonadiWidgets5 = %{version}
Requires: libboost_headers-devel
Requires: cmake(KF5Completion)
Requires: cmake(KF5Config)
Requires: cmake(KF5ConfigWidgets)
Requires: cmake(KF5CoreAddons)
Requires: cmake(KF5ItemModels)
Requires: cmake(KF5JobWidgets)
Requires: cmake(KF5KDELibs4Support)
Requires: cmake(KF5Service)
Requires: cmake(KF5Solid)
Requires: cmake(KF5XmlGui)
Requires: cmake(Qt5Core)
Requires: cmake(Qt5DBus)
Requires: cmake(Qt5Network)
Requires: cmake(Qt5Widgets)
Requires: cmake(Qt5Xml)
Conflicts: libakonadiprotocolinternals-devel
Obsoletes: akonadi-devel < %{version}
Obsoletes: libKF5AkonadiPrivate-devel < %{version}
@ -170,7 +171,7 @@ service.
%build
%cmake_kf5 -d build -- -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE -DQT_PLUGINS_DIR=%{_kf5_plugindir} -DINSTALL_APPARMOR=FALSE
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build