From 92428103283f1e13bedd0ba3081847dd273c828386a326f164cf2a146c74c909 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Thu, 8 Jan 2015 19:11:29 +0000 Subject: [PATCH 1/4] 5.1.95 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=27 --- libksysguard-5.1.2.tar.xz | 3 --- libksysguard-5.1.95.tar.xz | 3 +++ libksysguard5.spec | 31 ++++++++++++++++++++----------- 3 files changed, 23 insertions(+), 14 deletions(-) delete mode 100644 libksysguard-5.1.2.tar.xz create mode 100644 libksysguard-5.1.95.tar.xz diff --git a/libksysguard-5.1.2.tar.xz b/libksysguard-5.1.2.tar.xz deleted file mode 100644 index 32503ad..0000000 --- a/libksysguard-5.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3f4d8b4a8d5c34edbbd35a638fe9101f292c4b4ff1088912b0f9c6820963218 -size 551332 diff --git a/libksysguard-5.1.95.tar.xz b/libksysguard-5.1.95.tar.xz new file mode 100644 index 0000000..619b361 --- /dev/null +++ b/libksysguard-5.1.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ff7ccdf57beb9b78aa0a5d35b6c99a256051bf8ac981981a0b0cf3054f8fd1 +size 551948 diff --git a/libksysguard5.spec b/libksysguard5.spec index c1d87c8..7937bcf 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -1,7 +1,7 @@ # # spec file for package libksysguard5 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libksysguard5 -Version: 5.1.2 +Version: 5.1.95 Release: 0 Summary: Task management and system monitoring library License: GPL-2.0+ @@ -28,17 +28,26 @@ Source1: baselibs.conf Source99: %{name}-rpmlintrc BuildRequires: extra-cmake-modules >= 0.0.9 BuildRequires: gcc-c++ +BuildRequires: kauth-devel +BuildRequires: kcompletion-devel BuildRequires: kconfig-devel -BuildRequires: kdelibs4support-devel +BuildRequires: kconfigwidgets-devel +BuildRequires: kcoreaddons-devel BuildRequires: kf5-filesystem BuildRequires: ki18n-devel +BuildRequires: kiconthemes-devel +BuildRequires: kservice-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: kwindowsystem-devel BuildRequires: plasma-framework-devel BuildRequires: xz -BuildRequires: pkgconfig(Qt5Script) >= 5.2.0 -BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 +BuildRequires: pkgconfig(Qt5DBus) >= 5.3.0 +BuildRequires: pkgconfig(Qt5Script) >= 5.3.0 +BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.3.0 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0 +BuildRequires: pkgconfig(Qt5X11Extras) >= 5.3.0 BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xres) BuildRequires: pkgconfig(zlib) Recommends: %{name}-lang #BuildRequires: update-desktop-files @@ -52,11 +61,11 @@ Summary: Task management and system monitoring library -- devel files Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: kconfig-devel -Requires: kdelibs4support-devel Requires: ki18n-devel -Requires: pkgconfig(Qt5Core) >= 5.2.0 -Requires: pkgconfig(Qt5Network) >= 5.2.0 -Requires: pkgconfig(Qt5Widgets) >= 5.2.0 +Requires: kiconthemes-devel +Requires: pkgconfig(Qt5Core) >= 5.3.0 +Requires: pkgconfig(Qt5Network) >= 5.3.0 +Requires: pkgconfig(Qt5Widgets) >= 5.3.0 Conflicts: kdebase4-workspace-devel %description devel From 383239ada8babe6aa645ed98f74aa0bc4530ce4a285c58596e05c946823cc50b Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 13 Jan 2015 20:37:22 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=28 --- libksysguard5.changes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/libksysguard5.changes b/libksysguard5.changes index bdde434..cc80b30 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Jan 13 16:35:07 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.2 Beta aka 5.1.95: + * Undo changes to Plasma desktop layout + * Smarter sorting of results in KRunner + * Breeze window decoration theme adds a new look to your + desktop and is now used by default + * New white mouse cursor theme for Breeze. + * New plasma widgets: 15 puzzle, web browser, show desktop + * Over 300 bugs fixed throughout Plasma modules. + * For more details please see: + https://www.kde.org/announcements/plasma-5.1.95.php +- Add kauth-devel, kcompletion-devel, kconfigwidgets-devel, + kcoreaddons-devel, kiconthemes-devel, kservice-devel, + kwidgetsaddons-devel, kwindowsystem-devel and pkgconfig(xres) + BuildRequires +- Bump required Qt version to 5.3.0 +- Drop kdelibs4support-devel BuildRequires + ------------------------------------------------------------------- Thu Dec 11 18:00:01 UTC 2014 - hrvoje.senjan@gmail.com From 9725d59656b7127d60996a99fae39d71d114dae1c4d2916d1b28a12f2e79ce57 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 24 Jan 2015 23:49:13 +0000 Subject: [PATCH 3/4] 5.2.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=29 --- libksysguard-5.1.95.tar.xz | 3 --- libksysguard-5.2.0.tar.xz | 3 +++ libksysguard5.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 libksysguard-5.1.95.tar.xz create mode 100644 libksysguard-5.2.0.tar.xz diff --git a/libksysguard-5.1.95.tar.xz b/libksysguard-5.1.95.tar.xz deleted file mode 100644 index 619b361..0000000 --- a/libksysguard-5.1.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1ff7ccdf57beb9b78aa0a5d35b6c99a256051bf8ac981981a0b0cf3054f8fd1 -size 551948 diff --git a/libksysguard-5.2.0.tar.xz b/libksysguard-5.2.0.tar.xz new file mode 100644 index 0000000..9518276 --- /dev/null +++ b/libksysguard-5.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977f9baea4bfdc993382476bde9669a74b9491258127ef8bef57aaf641f2de49 +size 549140 diff --git a/libksysguard5.spec b/libksysguard5.spec index 7937bcf..baac118 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -1,7 +1,7 @@ # # spec file for package libksysguard5 # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: libksysguard5 -Version: 5.1.95 +Version: 5.2.0 Release: 0 Summary: Task management and system monitoring library License: GPL-2.0+ From 745e85088732896a89a501eece04260a0a639cc44dd950407b3edf999371c9b3 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 26 Jan 2015 19:51:03 +0000 Subject: [PATCH 4/4] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=30 --- libksysguard5.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libksysguard5.changes b/libksysguard5.changes index cc80b30..2a1e2d4 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 26 19:49:26 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.2 Final: + * For more details please see: + https://www.kde.org/announcements/plasma-5.2.0.php + ------------------------------------------------------------------- Tue Jan 13 16:35:07 UTC 2015 - hrvoje.senjan@gmail.com