Accepting request 286077 from KDE:Frameworks5

Update to 5.7.0.

OBS-URL: https://build.opensuse.org/request/show/286077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kactivities5?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2015-02-16 14:05:16 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 9 deletions

View File

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

3
kactivities-5.7.0.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 8 18:15:18 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.7.0
* Fixed starting and stopping activities
* Fixed activity preview showing wrong wallpaper occasionally
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
-------------------------------------------------------------------
Sat Jan 3 18:03:20 UTC 2015 - hrvoje.senjan@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package kactivities5
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@@ -17,21 +17,22 @@
%define lname libKF5Activities5
%define _tar_path 5.7
Name: kactivities5
Version: 5.6.0
Version: %{_tar_path}.0
Release: 0
%define kf5_version %{version}
Summary: KDE Plasma Activities support
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://projects.kde.org/kactivities
Source: http://download.kde.org/stable/frameworks/5.6/kactivities-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
Source1: baselibs.conf
# PATCH-FIX-UPSTREAM kamd-rename.patch -- https://git.reviewboard.kde.org/r/1.6.02/ -- rename kactivitymanagerd binary so it can co-exist with kactivities4
# PATCH-FIX-UPSTREAM kamd-rename.patch -- https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so it can co-exist with kactivities4
Patch0: kamd-rename.patch
BuildRequires: boost-devel >= 1.49.0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.6.0
BuildRequires: extra-cmake-modules >= 1.7.0
BuildRequires: fdupes
BuildRequires: kcmutils-devel >= %{kf5_version}
BuildRequires: kconfig-devel >= %{kf5_version}
@@ -82,7 +83,7 @@ QML imports.
Summary: KDE Plasma Activities support
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: extra-cmake-modules >= 1.6.0
Requires: extra-cmake-modules >= 1.7.0
Requires: pkgconfig(Qt5Core) >= 5.2.0
%description devel