Accepting request 352842 from KDE:Frameworks5
Update to 5.18.0 OBS-URL: https://build.opensuse.org/request/show/352842 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kactivities5?expand=0&rev=24
This commit is contained in:
commit
0d7c1642da
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a7580770349f005972ab5cf27f2f67ce643c1b3cfffdf56c03729fbd61cdd52
|
||||
size 185028
|
3
kactivities-5.18.0.tar.xz
Normal file
3
kactivities-5.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b95e76570963a9f8797f103e32ddf58382c104e935fc27de3f48eea3db300a5b
|
||||
size 181888
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 2 17:41:39 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.18.0
|
||||
* Streamlined the QML loading for KCM (kde#356832)
|
||||
* Work-around for the Qt SQL bug that does not clean up
|
||||
connections properly (kde#348194)
|
||||
* Merged a plugin that executes applications on
|
||||
activity state change
|
||||
* Port from KService to KPluginLoader
|
||||
* Port plugins to use kcoreaddons_desktop_to_json()
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.18.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 23:02:45 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kactivities5
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX 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
|
||||
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5Activities5
|
||||
%define _tar_path 5.17
|
||||
%define _tar_path 5.18
|
||||
Name: kactivities5
|
||||
Version: 5.17.0
|
||||
Version: 5.18.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
Summary: KDE Plasma Activities support
|
||||
@ -117,6 +117,10 @@ Development files.
|
||||
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%if %{with lang}
|
||||
%files -n %lname-lang -f %{name}.lang
|
||||
%endif
|
||||
@ -124,6 +128,7 @@ Development files.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_bindir}/kactivitymanagerd
|
||||
%{_kf5_libdir}/libkactivitymanagerd_plugin.so
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_servicetypesdir}/
|
||||
|
Loading…
x
Reference in New Issue
Block a user