diff --git a/kactivitymanagerd-5.13.5.tar.xz b/kactivitymanagerd-5.13.5.tar.xz deleted file mode 100644 index 4e608c4..0000000 --- a/kactivitymanagerd-5.13.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58f234c0f20b379c92f13e145045841add6aa3b11c517004d51b9103fbf5db7d -size 85412 diff --git a/kactivitymanagerd-5.13.90.tar.xz b/kactivitymanagerd-5.13.90.tar.xz new file mode 100644 index 0000000..bc42abf --- /dev/null +++ b/kactivitymanagerd-5.13.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c336e0589c2a15467642f6411079aeb3b9a9618e0c4d49d4c2d1b521ecb1262d +size 86272 diff --git a/kactivitymanagerd.changes b/kactivitymanagerd.changes index e2e03cb..696bc05 100644 --- a/kactivitymanagerd.changes +++ b/kactivitymanagerd.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +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 diff --git a/kactivitymanagerd.spec b/kactivitymanagerd.spec index 30040e2..b2314e4 100644 --- a/kactivitymanagerd.spec +++ b/kactivitymanagerd.spec @@ -15,18 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%global kf5_version 5.45.0 -%global qt5_version 5.10.0 +%global kf5_version 5.50.0 +%global qt5_version 5.11.0 %bcond_without lang Name: kactivitymanagerd -Version: 5.13.5 +Version: 5.13.90 Release: 0 Summary: KDE Plasma Activities support License: GPL-2.0+ Group: System/GUI/KDE Url: http://projects.kde.org/kactivitymanagerd -Source: http://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel %else