Raymond Wooninck 2016-02-13 11:27:06 +00:00 committed by Git OBS Bridge
parent 368909c2ff
commit a728beb122
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ Sat Feb 13 07:59:56 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 15.12.2
* KDE Applications 15.12.2
* https://www.kde.org/announcements/announce-applications-15.12.2.php
* boo#961265
* boo#966605
-------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
#
# spec file for package akonadi-server
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -28,14 +28,14 @@ Source: %{rname}-%{version}.tar.xz
Source99: akonadi-server-rpmlintrc
BuildRequires: boost-devel
BuildRequires: cmake >= 2.8.9
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: libxml2
BuildRequires: libxslt
BuildRequires: mariadb
BuildRequires: postgresql-devel
BuildRequires: shared-mime-info
BuildRequires: sqlite3-devel
BuildRequires: postgresql-devel
BuildRequires: extra-cmake-modules
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
@ -64,8 +64,8 @@ service.
%package -n libKF5AkonadiPrivate-devel
Summary: PIM Storage Service: Build Environment
Group: Development/Libraries/X11
Requires: libKF5AkonadiPrivate5 = %{version}
Requires: %{name} = %{version}
Requires: libKF5AkonadiPrivate5 = %{version}
%if 0%{?suse_version} > 1320
Obsoletes: libakonadiprotocolinternals-devel < %{version}
%else