Hrvoje Senjan 2015-02-08 19:09:25 +00:00 committed by Git OBS Bridge
parent bdcd79413b
commit d3141d01ab
4 changed files with 17 additions and 8 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
@ -18,7 +18,7 @@
%define lname libKF5Activities5
Name: kactivities5
Version: 5.6.0
Version: 5.7.0
Release: 0
%define kf5_version %{version}
Summary: KDE Plasma Activities support
@ -27,11 +27,11 @@ Group: System/GUI/KDE
Url: http://projects.kde.org/kactivities
Source: http://download.kde.org/stable/frameworks/5.6/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/1.7.02/ -- 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 +82,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