Plasma 5.17 Beta, fourth try

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivitymanagerd?expand=0&rev=99
This commit is contained in:
2019-09-20 11:01:12 +00:00
committed by Git OBS Bridge
parent 66f810b6b7
commit 5ce24a22a6
6 changed files with 47 additions and 29 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl1ubesACgkQ7JTRj38F
mX6+Rgf/cYXGIDyaGpZfKsGxQrzAOPZMLLsTs//cxvls71h2tg1S2/wpmMXpABEO
/qeWbzRVzWoYyu9cpJnZoazuST/LBjTR9oqmQH9yvnB4iiNz7TqjH91ohMaSzkBs
BoLMuE60cnShUhRX7KXmBnjp2AIltJukL2gXeMAXY5BBCH+Ei5AjrHp7FyO86kJ/
ZNR9S0HMM/395OH+hPpiduUyrSSOpGtu/b96bhXt6zR87IXM6P2TUzZK2Vvsnq4o
Lz8P2O0lIlmIop9ppF/DP4dOaCs3qTE4eoo2Gjn7h0OV34cf2Hjgl/UeZu+vp9s9
m0m5Q4db0Iha9fAhaHVSt5qRUhCFAg==
=YKVM
-----END PGP SIGNATURE-----

View File

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl2DWtUACgkQ7JTRj38F
mX5yPgf+PhP+ZXTgB8NulyhzHERuXccBC/dzTaNvz0N1Of4T3+umBF+8UhSb44FL
eqrQKKYew5pvQjkr91KKojaraCan1+IecLTl+5KAEtEEXmcKXONmPSLzDYPPehJL
budFJ0sy92UVZmeHEt2+sfZrjJRR5YxjRGc7zoK8XnhISWb1XH8w+RDWfcu4wQRI
k9LrfO04GmRCXCl+Zmjn8d1P0cmdl7uyAnPkT6CHbBD5f+Sidr7874qQ5Dqhhrpv
6fRz4GUl0dImEaTWYcNr24QmUof8W5WrJDVD8yPLBRyIc6k3djTPfbg7qcDdsuy1
58aDMBPPObTsuRrbwiexsMdRL4PNGQ==
=Ht3h
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Sep 19 12:32:34 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.16.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.16.90.php
- Changes since 5.16.5:
* update to latest kf5 dependency
* Extract mimetype from recentlyused.xbel
* Fix compile warning
* Add a event Spy for GtkFileChooser recent files
* Set a parent for the dir watcher
* Fix bug found by Andreas Scholta reported on github
* Fix typo in CREATE_GETTER_AND_SETTER
* Install in new logging directory when we use kf5 5.59.0
* Fix forward declaration
-------------------------------------------------------------------
Tue Sep 3 12:44:11 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@@ -20,15 +20,15 @@
%bcond_without lang
Name: kactivitymanagerd
Version: 5.16.5
Version: 5.16.90
Release: 0
Summary: KDE Plasma Activities support
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://projects.kde.org/kactivitymanagerd
Source: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
Source: kactivitymanagerd-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz.sig
Source1: kactivitymanagerd-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
%if 0%{?suse_version} > 1325
@@ -39,19 +39,19 @@ BuildRequires: boost-devel >= 1.49.0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= %{kf5_version}
BuildRequires: fdupes
BuildRequires: kcmutils-devel >= %{kf5_version}
BuildRequires: kconfig-devel >= %{kf5_version}
BuildRequires: kcoreaddons-devel >= %{kf5_version}
BuildRequires: kdbusaddons-devel >= %{kf5_version}
BuildRequires: kdeclarative-devel >= %{kf5_version}
BuildRequires: kcrash-devel >= %{kf5_version}
BuildRequires: cmake(KF5KCMUtils) >= %{kf5_version}
BuildRequires: cmake(KF5Config) >= %{kf5_version}
BuildRequires: cmake(KF5CoreAddons) >= %{kf5_version}
BuildRequires: cmake(KF5DBusAddons) >= %{kf5_version}
BuildRequires: cmake(KF5Declarative) >= %{kf5_version}
BuildRequires: cmake(KF5Crash) >= %{kf5_version}
BuildRequires: kf5-filesystem
BuildRequires: kglobalaccel-devel >= %{kf5_version}
BuildRequires: ki18n-devel >= %{kf5_version}
BuildRequires: kio-devel >= %{kf5_version}
BuildRequires: kservice-devel >= %{kf5_version}
BuildRequires: kwindowsystem-devel >= %{kf5_version}
BuildRequires: kxmlgui-devel >= %{kf5_version}
BuildRequires: cmake(KF5GlobalAccel) >= %{kf5_version}
BuildRequires: cmake(KF5I18n) >= %{kf5_version}
BuildRequires: cmake(KF5KIO) >= %{kf5_version}
BuildRequires: cmake(KF5Service) >= %{kf5_version}
BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version}
BuildRequires: cmake(KF5XmlGui) >= %{kf5_version}
BuildRequires: xz
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}