Accepting request 640288 from KDE:Frameworks5
Plasma 5.14.0 final (attempt 2) (forwarded request 640244 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/640288 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kactivitymanagerd?expand=0&rev=50
This commit is contained in:
commit
389d72de92
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58f234c0f20b379c92f13e145045841add6aa3b11c517004d51b9103fbf5db7d
|
|
||||||
size 85412
|
|
3
kactivitymanagerd-5.14.0.tar.xz
Normal file
3
kactivitymanagerd-5.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31fa8730e2c772edd4fdaf121bcb9619be4454466ceae9e1ad1cc05789db5d0e
|
||||||
|
size 85320
|
11
kactivitymanagerd-5.14.0.tar.xz.sig
Normal file
11
kactivitymanagerd-5.14.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAlu3kj4ACgkQEZaMRJKM
|
||||||
|
rvz/DAgAk03QBAqTepeD+IgTdQhpwQ9FL2aGidTzk1gTwQIwJzvn+HLEtvWZ/b1v
|
||||||
|
Q/W1SMgst+6PbD+xqpSJIqPOW07VRnkiNqOFevk0Be5nesHO9LuPPoIaWnJdkoWh
|
||||||
|
dMBPGUPXSAkDkGUEmVE0/AODxN1NT7wLg2vMkZbzqUaGMUS2OfQmByusgVLoNmN9
|
||||||
|
30K+OMqED00P1klEPEtgXhRh5GWTsjqmNhMUTiKiHldoM+OYgogEIwJBIHAMfThw
|
||||||
|
enVi4zzTzZcncjIQAPRKlgedCliWWP7UiyjaZZVwRbMzYlvD5IKarALj9t+7B1Cr
|
||||||
|
PIysSe09esm0Z5s6UfO+2WmUkAUh+A==
|
||||||
|
=t53Y
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 5 10:01:09 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.14.0
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.14.0.php
|
||||||
|
- No code changes since 5.13.90
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 15 16:25:26 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Add tarball signature and keyring containing keys of release managers
|
||||||
|
Jonathan Riddell and Bhushan Shah
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 13 17:24:59 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.13.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.13.90.php
|
||||||
|
- Changes since 5.13.5:
|
||||||
|
* QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency.
|
||||||
|
* Enabled the global shortcuts plugin by default
|
||||||
|
* Remove unused KAMD_DATA_DIR variables
|
||||||
|
* Use (non-deprecated) KDEInstallDirs variables
|
||||||
|
* Use KDE_INSTALL_FULL_BINDIR instead of hardcoding bin/ subdir
|
||||||
|
* Remove unneeded include_directories
|
||||||
|
* No need to set CMAKE_INCLUDE_CURRENT_DIR, done by KDECMakeSettings
|
||||||
|
* Add some QT_ definitions to enforce current strict state
|
||||||
|
* Use override
|
||||||
|
* Use nullptr
|
||||||
|
* Fix typo in assert messages
|
||||||
|
* Use more explicit
|
||||||
|
* No need to set CMAKE_AUTOMOC ourselves, done by KDECMakeSettings
|
||||||
|
* Use ecm_setup_qtplugin_macro_names for KAMD_EXPORT_PLUGIN
|
||||||
|
* No need to add explicitly ECM_KDE_MODULE_DIR, part of ECM_MODULE_PATH
|
||||||
|
* Use KF5_MIN_VERSION also for ECM, now that it's part of KF
|
||||||
|
* Remove unneeded cmake macro includes
|
||||||
|
* Require KDE Frameworks 5.42 and Qt 5.9
|
||||||
|
* Bump min cmake version to 3.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de
|
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -15,18 +15,22 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
%global kf5_version 5.45.0
|
%global kf5_version 5.50.0
|
||||||
%global qt5_version 5.10.0
|
%global qt5_version 5.11.0
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kactivitymanagerd
|
Name: kactivitymanagerd
|
||||||
Version: 5.13.5
|
Version: 5.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Plasma Activities support
|
Summary: KDE Plasma Activities support
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://projects.kde.org/kactivitymanagerd
|
Url: http://projects.kde.org/kactivitymanagerd
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
|
Source: kactivitymanagerd-%{version}.tar.xz
|
||||||
|
%if %{with lang}
|
||||||
|
Source1: kactivitymanagerd-%{version}.tar.xz.sig
|
||||||
|
Source2: plasma.keyring
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} > 1325
|
%if 0%{?suse_version} > 1325
|
||||||
BuildRequires: libboost_headers-devel
|
BuildRequires: libboost_headers-devel
|
||||||
%else
|
%else
|
||||||
|
BIN
plasma.keyring
Normal file
BIN
plasma.keyring
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user