Accepting request 356088 from KDE:Applications
Resolve boo#963602 OBS-URL: https://build.opensuse.org/request/show/356088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-server?expand=0&rev=7
This commit is contained in:
commit
bd6ce74382
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 16:00:35 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Obsolete the old akonadi-runtime for Factory/TW due to the
|
||||
switch to kdepim5 as default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 9 18:08:35 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -51,7 +51,11 @@ Requires: libKF5AkonadiPrivate5 = %{version}
|
||||
Requires: libqt5-sql-mysql
|
||||
Requires: mysql
|
||||
Suggests: mariadb
|
||||
%if 0%{?suse_version} > 1320
|
||||
Obsoletes: akonadi-runtime < %{version}
|
||||
%else
|
||||
Conflicts: akonadi-runtime
|
||||
%endif
|
||||
|
||||
%description
|
||||
This package contains the data files of Akonadi, the KDE PIM storage
|
||||
@ -62,7 +66,11 @@ Summary: PIM Storage Service: Build Environment
|
||||
Group: Development/Libraries/X11
|
||||
Requires: libKF5AkonadiPrivate5 = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
%if 0%{?suse_version} > 1320
|
||||
Obsoletes: libakonadiprotocolinternals-devel < %{version}
|
||||
%else
|
||||
Conflicts: libakonadiprotocolinternals-devel
|
||||
%endif
|
||||
|
||||
%description -n libKF5AkonadiPrivate-devel
|
||||
This package contains development files of Akonadi, the KDE PIM storage
|
||||
|
Loading…
Reference in New Issue
Block a user