From 8bb2cd2eb0b04f27f08c4bdc202859896e040dc4db5632ffc302aa1d7d93bc12 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 15 Sep 2016 17:10:46 +0000 Subject: [PATCH] Update to Plasma 5.7.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kactivitymanagerd?expand=0&rev=2 --- _service | 12 -- ...d-5.7.90git~20160914T092317~c7417d6.tar.xz | 3 - _service:set_version:kactivitymanagerd.spec | 106 ------------------ kactivitymanagerd-5.7.95.tar.xz | 3 + kactivitymanagerd.changes | 88 +++++++++++++++ kactivitymanagerd.spec | 4 +- 6 files changed, 93 insertions(+), 123 deletions(-) delete mode 100644 _service delete mode 100644 _service:recompress:tar_scm:kactivitymanagerd-5.7.90git~20160914T092317~c7417d6.tar.xz delete mode 100644 _service:set_version:kactivitymanagerd.spec create mode 100644 kactivitymanagerd-5.7.95.tar.xz diff --git a/_service b/_service deleted file mode 100644 index 3826bd5..0000000 --- a/_service +++ /dev/null @@ -1,12 +0,0 @@ - - - git://anongit.kde.org/kactivitymanagerd.git - git - 5.7.90git~%ci~%h - - - *.tar - xz - - - diff --git a/_service:recompress:tar_scm:kactivitymanagerd-5.7.90git~20160914T092317~c7417d6.tar.xz b/_service:recompress:tar_scm:kactivitymanagerd-5.7.90git~20160914T092317~c7417d6.tar.xz deleted file mode 100644 index bf7b9d6..0000000 --- a/_service:recompress:tar_scm:kactivitymanagerd-5.7.90git~20160914T092317~c7417d6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00bad04d1fa6173eca19cd4470b1286795a38713c7a5687d1ae9df12e48593e6 -size 71416 diff --git a/_service:set_version:kactivitymanagerd.spec b/_service:set_version:kactivitymanagerd.spec deleted file mode 100644 index 1369850..0000000 --- a/_service:set_version:kactivitymanagerd.spec +++ /dev/null @@ -1,106 +0,0 @@ -# -# spec file for package kactivities5 -# -# 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 -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -%bcond_without lang -Name: kactivitymanagerd -Version: 5.7.90git~20160914T092317~c7417d6 -Release: 0 -Summary: KDE Plasma Activities support -License: GPL-2.0+ -Group: System/GUI/KDE -Url: http://projects.kde.org/kactivitymanagerd -Source: kactivitymanagerd-%{version}.tar.xz -BuildRequires: boost-devel >= 1.49.0 -BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 5.18.0 -BuildRequires: fdupes -BuildRequires: kcmutils-devel >= 5.18.0 -BuildRequires: kconfig-devel >= 5.18.0 -BuildRequires: kcoreaddons-devel >= 5.18.0 -BuildRequires: kdbusaddons-devel >= 5.18.0 -BuildRequires: kdeclarative-devel >= 5.18.0 -BuildRequires: kf5-filesystem -BuildRequires: kglobalaccel-devel >= 5.18.0 -BuildRequires: ki18n-devel >= 5.18.0 -BuildRequires: kio-devel >= 5.18.0 -BuildRequires: kservice-devel >= 5.18.0 -BuildRequires: kwindowsystem-devel >= 5.18.0 -BuildRequires: kxmlgui-devel >= 5.18.0 -BuildRequires: xz -BuildRequires: cmake(Qt5Core) >= 5.3.0 -BuildRequires: cmake(Qt5DBus) >= 5.3.0 -BuildRequires: cmake(Qt5Gui) >= 5.3.0 -BuildRequires: cmake(Qt5Qml) >= 5.3.0 -BuildRequires: cmake(Qt5Quick) >= 5.3.0 -BuildRequires: cmake(Qt5Sql) >= 5.3.0 -BuildRequires: cmake(Qt5Test) >= 5.3.0 -BuildRequires: cmake(Qt5Widgets) >= 5.3.0 -Recommends: %{name}-imports = %{version} -# for kactivitymanagerd_plugin_sqlite.so -Recommends: libQt5Sql5-sqlite -Provides: kactivities4 = %{version} -Provides: kactivities5 = 5.20.0 -Obsoletes: kactivities4 < %{version} -Obsoletes: kactivities5 < 5.20.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%description -Kactivities provides an API for using and interacting with the Plasma Activities Manager. - -%package lang -Summary: KDE Plasma Activities support -Group: System/GUI/KDE -Requires: %{name} = %{version} -Provides: libKF5Activities5-lang = 5.20.0 -Obsoletes: libKF5Activities5-lang < 5.20.0 - -%description lang -Provides translations to the package %{name}. - -%prep -%setup -q -n kactivitymanagerd-%{version} - -%build - %cmake_kf5 -d build - %make_jobs - -%install - %kf5_makeinstall -C build - %fdupes %{buildroot} - -%if %{with lang} -%find_lang kactivities5 -%endif - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%if %{with lang} -%files -n %name-lang -f kactivities5.lang -%endif - -%files -%defattr(-,root,root) -%{_kf5_bindir}/kactivitymanagerd -%{_kf5_libdir}/libkactivitymanagerd_plugin.so -%{_kf5_plugindir}/ -%{_kf5_servicesdir}/ -%{_kf5_servicetypesdir}/ - -%changelog diff --git a/kactivitymanagerd-5.7.95.tar.xz b/kactivitymanagerd-5.7.95.tar.xz new file mode 100644 index 0000000..b189940 --- /dev/null +++ b/kactivitymanagerd-5.7.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a1c5371135d7a59d3083c6df0ababbf573d8323338b4c179a61c7e5d2490bb +size 81704 diff --git a/kactivitymanagerd.changes b/kactivitymanagerd.changes index 656adc4..e4ab003 100644 --- a/kactivitymanagerd.changes +++ b/kactivitymanagerd.changes @@ -1,3 +1,91 @@ +------------------------------------------------------------------- +Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.95 (Plasma 5.8 Beta) + * New LTS feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.95.php + +------------------------------------------------------------------- +Tue Sep 13 17:42:09 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.5 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.5.php + +------------------------------------------------------------------- +Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.4.php + +------------------------------------------------------------------- +Tue Aug 2 11:35:51 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.3 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.3.php + +------------------------------------------------------------------- +Wed Jul 20 08:54:16 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.2.php + +------------------------------------------------------------------- +Wed Jul 13 06:13:24 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.1.php + +------------------------------------------------------------------- +Thu Jun 30 12:02:18 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.0 + * New feature release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.0.php + +------------------------------------------------------------------- +Sun May 15 16:50:11 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.4.php + +------------------------------------------------------------------- +Tue Apr 19 20:45:29 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.3 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.3.php + +------------------------------------------------------------------- +Tue Apr 5 15:53:42 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.2 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.2.php + +------------------------------------------------------------------- +Tue Mar 29 16:20:36 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.1 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.6.1.php + ------------------------------------------------------------------- Sun Mar 20 09:19:47 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kactivitymanagerd.spec b/kactivitymanagerd.spec index 67f6475..4aee38f 100644 --- a/kactivitymanagerd.spec +++ b/kactivitymanagerd.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: kactivitymanagerd -Version: 5.6.0 +Version: 5.7.95 Release: 0 Summary: KDE Plasma Activities support License: GPL-2.0+ Group: System/GUI/KDE Url: http://projects.kde.org/kactivitymanagerd -Source: kactivitymanagerd-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz BuildRequires: boost-devel >= 1.49.0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= 5.18.0