Accepting request 796840 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-server?expand=0&rev=69
This commit is contained in:
Dominique Leuenberger 2020-04-25 18:20:55 +00:00 committed by Git OBS Bridge
commit a1f119e4f0
6 changed files with 54 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drSAACgkQ29LOiT4t
HIdU1ggAiROzM05u33OrJTIVgMDlbOAMatGDjIkIvXdlcX+8eICdPRdJJbkGXzok
tdyOdriMOmiXCKq5IwtiWy5vvLLpv+0w6JSQNU0zlErR7wsoz2bIit153ww3ksq4
iYab8PuG20GptAkb2NPv4w+9pbWcqtW0HrUfGCwo1ghZUFBUiqNAMGia4xUMiHKF
tdLSdHl6Tu2xYwKcxNaecHv+WmRDnkXWreJ7FjN/lap9EOfl0zZqDKGrCtOa9vSA
tTVh7QqUj3cmNTXbv++6fdTtdiRVzDNBHMC4oCZZVmqMloupL7Bdq7ssv43WmP4R
G6R0gGaZvTeAK5YSs3gz21ssWAs49w==
=RRJo
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6gJ+kACgkQ29LOiT4t
HIfpXwf/QvsyHEUidxOdxSl6xM7CL8QYOvDmRprFyf32AB9lNhHts14vpRu7CCOT
cvrIHZRzVZEPW84tsS1l4e8DGQ9omQixV0dvTK7hvT1R/5tubbbXaNxcY3S9nrcx
YR2N99zf+/ZJN6CjtqiNDRpmDWorCMMaht3qXABvdR00E9dANpfNcukxMhAtnxO/
p/NjJUyTXLVFm+2n8lghWMLachqECD+aLpWA1RtNcGRw9kOTff9xp3JjHnS+7sKy
ZzmGsWfnwts5FAyuNX1WWYCYExp36g/SgI4IQwkUvJ1AVGdbOKwKuddvw59IMm75
uqX34l6iFoWI/vrTr3lCJWPoh5Sffg==
=9T3H
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Apr 23 12:21:43 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- Changes since 20.03.90:
* Try to fix compile against qt5.15
* Akonadi server should not expect specific mysql server process name
* Fix emit signal before class will be deleted
* Add signal when all settings was saved
-------------------------------------------------------------------
Sun Apr 5 20:29:31 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
Sun Mar 22 09:16:26 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:35:34 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -22,17 +22,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: akonadi-server
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: PIM Storage Service
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://akonadi-project.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
Source99: akonadi-server-rpmlintrc
BuildRequires: cmake >= 3.5.0
BuildRequires: extra-cmake-modules >= %{kf5_version}
@ -73,15 +69,19 @@ Requires: libqt5-sql-mysql
Requires: mysql
Requires(post): shared-mime-info
Requires(postun): shared-mime-info
# FIXME: Check if it's worth it
Recommends: kaccounts-integration
Recommends: kaccounts-providers
Suggests: mariadb
Obsoletes: akonadi5 < %{version}
Provides: akonadi5 = %{version}
# Needed for users of unstable repositories
Obsoletes: akonadi < %{version}
Obsoletes: akonadi-runtime < %{version}
# FIXME: Check if it's worth it
Recommends: kaccounts-integration
Recommends: kaccounts-providers
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%description
This package contains the data files of Akonadi, the KDE PIM storage
@ -131,7 +131,7 @@ This package includes the Akonadi Xml library for Akonadi, the KDE PIM storage s
Summary: akonadi server's SQlite plugin
Group: System/GUI/KDE
Requires: %{name} = %{version}
Supplements: packageand(%{name}:sqlite3)
Supplements: (%{name} and sqlite3)
%description sqlite
Akonadi server's SQlite plugin.