Accepting request 771571 from KDE:Applications
KDE Applications 19.12.2 OBS-URL: https://build.opensuse.org/request/show/771571 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-contact?expand=0&rev=46
This commit is contained in:
commit
52f6c14b8a
@ -1,8 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 08:36:45 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 06:28:38 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
|
||||
- Update build requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 18:54:35 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Remove no longer needed BuildRequires: KF5AkonadiMime (18.04),
|
||||
Qt5WebEngineWidgets/Qt5WebEngine (17.12) and Grantlee (17.12).
|
||||
Qt5WebEngineWidgets/Qt5WebEngine (17.12) and Grantlee (17.12).
|
||||
Add some previously implicit KF5 dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -23,7 +23,7 @@
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: akonadi-contact
|
||||
Version: 19.12.1
|
||||
Version: 19.12.2
|
||||
Release: 0
|
||||
Summary: KDE PIM Libraries for Akonadi Contacts
|
||||
License: LGPL-2.1-or-later
|
||||
@ -43,13 +43,17 @@ BuildRequires: cmake(KF5Completion) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5Contacts)
|
||||
BuildRequires: cmake(KF5DBusAddons) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5IconThemes) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5Mime)
|
||||
BuildRequires: cmake(KF5Prison)
|
||||
BuildRequires: cmake(Qt5Test) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
|
||||
BuildRequires: cmake(KF5Prison) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5Service) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5TextWidgets) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{kf5_version}
|
||||
BuildRequires: cmake(KF5XmlGui) >= %{kf5_version}
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
|
||||
Requires: libKF5AkonadiContact5 = %{version}
|
||||
Requires: libKF5ContactEditor5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
@ -96,6 +100,7 @@ Requires: libKF5AkonadiContact5 = %{version}
|
||||
Requires: libKF5ContactEditor5 = %{version}
|
||||
Requires: cmake(KF5Akonadi)
|
||||
Requires: cmake(KF5Contacts)
|
||||
Requires: cmake(Qt5Widgets) >= 5.12.0
|
||||
Obsoletes: akonadi-contacts-devel < %{version}
|
||||
Provides: akonadi-contacts-devel = %{version}
|
||||
|
||||
@ -110,7 +115,7 @@ to develop KDE PIM applications.
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fbca91b3251d57291629e441ecf5cdd9b71a56f74f05f6c55a428402d3b4c91
|
||||
size 394300
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl4T8WkACgkQ29LOiT4t
|
||||
HIfPrQf+KLh5xa6SlgrUNDnQQEn/E0Kq6ZXH/mJzviefkhhbmWCAG+wJCE+SU2x/
|
||||
G3XS3eHozES3u2LmJMzTN2xbwXR7QnVOhliNV6lTMaP9OX6hD1x16OMWS4PYgUh3
|
||||
031nHV+Esq5jEFEq0V4Eme4FqOj9XZXKrtGtcPAUJxCgYAlReGKeDqZ1WYXoxQ1a
|
||||
X6dblSnnhlw7nG5bodyd3kztfrLR66r1qJA6dPI9J5eW1voLaykBLriK2VQpCe/v
|
||||
PS7aTaC3Hx56NQRDZQgSuQU0DPe1o/bbVHESDkI69rDPmYeJUqkMASf+5tlGnyJ/
|
||||
JHXE2nLhPNWvokli70+YIerswOX0kg==
|
||||
=/+g4
|
||||
-----END PGP SIGNATURE-----
|
3
akonadi-contacts-19.12.2.tar.xz
Normal file
3
akonadi-contacts-19.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ffb88875661756476939c2145af731274b13f986f6c66a7fd3eafcd05eb4f8b
|
||||
size 392752
|
11
akonadi-contacts-19.12.2.tar.xz.sig
Normal file
11
akonadi-contacts-19.12.2.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl45NC0ACgkQ29LOiT4t
|
||||
HIfBlwf/aHcuxN3O7xbOG+xdXTUQM45Zoz9hLoVdZwvqF9IqaWhR35SKiqZQWVYa
|
||||
5Tp08VIH3dqEFoGfg3vkC3Ldlzq7QfhLlIEVh5q+8avTHJfSlOvEsn/PVzZnu9hl
|
||||
Zit8kI8GbiOKwDt/akTyjVdLdhl5HCmqGZBoSwjpYcNyNuR90czV8G3T/JTRRrm6
|
||||
Dr9ku/NSfNAMdf2jH1hEMTaoZCJ0DV+YN3TNsTe7OYlDwq2ITBonveTuyxtoZQ6K
|
||||
OdsjOfGoXJziHHbRX5+O5OCHR7wKQQqpawZI/tO1ZI+4AEypF+N78VVWB9SKyWeS
|
||||
ymQglcCeNDb/dk+v7sBA9mx3wmuaaQ==
|
||||
=8Z/u
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user