From efa0293f2edd1fd1bacc20eebf59c3c82ff008df4d175d5ccfb9518f46b26ab5 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 25 Nov 2015 18:34:12 +0000 Subject: [PATCH 1/6] start with 5.5 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=61 --- libksysguard-5.4.3.tar.xz | 3 --- libksysguard-5.4.95.tar.xz | 3 +++ libksysguard5.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 libksysguard-5.4.3.tar.xz create mode 100644 libksysguard-5.4.95.tar.xz diff --git a/libksysguard-5.4.3.tar.xz b/libksysguard-5.4.3.tar.xz deleted file mode 100644 index 350a47c..0000000 --- a/libksysguard-5.4.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1d858b60d83ab6acce176647a35dde98cac483f02ebdce3ca7cfd25e46cd6a1 -size 561892 diff --git a/libksysguard-5.4.95.tar.xz b/libksysguard-5.4.95.tar.xz new file mode 100644 index 0000000..8cfbb17 --- /dev/null +++ b/libksysguard-5.4.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13f2ba7667454d7e0af61e00df3eff7a530404e01310b8fa0614e256fa09d4d +size 567564 diff --git a/libksysguard5.spec b/libksysguard5.spec index 18993c7..0632755 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: libksysguard5 -Version: 5.4.3 +Version: 5.4.95 Release: 0 Summary: Task management and system monitoring library License: GPL-2.0+ From 9d55f9c30c015d6dc552c539eff2deefae8011c721f84233c223d253cd275a1f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 1 Dec 2015 13:56:37 +0000 Subject: [PATCH 2/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=62 --- libksysguard5.spec | 48 +++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/libksysguard5.spec b/libksysguard5.spec index 0632755..4c1151f 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -27,26 +27,26 @@ Url: http://www.kde.org Source: libksysguard-%{version}.tar.xz 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: kconfigwidgets-devel -BuildRequires: kcoreaddons-devel +BuildRequires: extra-cmake-modules >= 1.2.0 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(Qt5DBus) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Script) >= 5.4.0 -BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 -BuildRequires: pkgconfig(Qt5X11Extras) >= 5.4.0 +BuildRequires: cmake(KF5Auth) +BuildRequires: cmake(KF5Completion) +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5Plasma) +BuildRequires: cmake(KF5Service) +BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(Qt5DBus) >= 5.4.0 +BuildRequires: cmake(Qt5Network) >= 5.4.0 +BuildRequires: cmake(Qt5Qt5WebKitWidgets) >= 5.4.0 +BuildRequires: cmake(Qt5Script) >= 5.4.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xres) BuildRequires: pkgconfig(zlib) @@ -63,12 +63,12 @@ Task management and system monitoring library. Summary: Task management and system monitoring library -- devel files Group: Development/Libraries/C and C++ Requires: %{name} = %{version} -Requires: kconfig-devel -Requires: ki18n-devel -Requires: kiconthemes-devel -Requires: pkgconfig(Qt5Core) >= 5.4.0 -Requires: pkgconfig(Qt5Network) >= 5.4.0 -Requires: pkgconfig(Qt5Widgets) >= 5.4.0 +Requires: cmake(KF5Config) +Requires: cmake(KF5I18n) +Requires: cmake(KF5IconThemes) +Requires: cmake(Qt5Core) >= 5.4.0 +Requires: cmake(Qt5Network) >= 5.4.0 +Requires: cmake(Qt5Widgets) >= 5.4.0 Conflicts: kdebase4-workspace-devel %description devel From e99d4d3a1b976c5b4cb8c6a9be2e07c73881970b636c416e183b5e3104c743fc Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 1 Dec 2015 14:19:22 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=63 --- libksysguard5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libksysguard5.spec b/libksysguard5.spec index 4c1151f..652c872 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -43,8 +43,8 @@ BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(Qt5DBus) >= 5.4.0 BuildRequires: cmake(Qt5Network) >= 5.4.0 -BuildRequires: cmake(Qt5Qt5WebKitWidgets) >= 5.4.0 BuildRequires: cmake(Qt5Script) >= 5.4.0 +BuildRequires: cmake(Qt5WebKitWidgets) >= 5.4.0 BuildRequires: cmake(Qt5Widgets) >= 5.4.0 BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 BuildRequires: pkgconfig(x11) From 2e406a9fedf91079f1b3ea4eb0504f4a8da92af5557a2ca43c07fbdf557a439f Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Thu, 3 Dec 2015 15:06:07 +0000 Subject: [PATCH 4/6] start with 5.5 finak OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=64 --- libksysguard-5.4.95.tar.xz | 3 --- libksysguard-5.5.0.tar.xz | 3 +++ libksysguard5.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 libksysguard-5.4.95.tar.xz create mode 100644 libksysguard-5.5.0.tar.xz diff --git a/libksysguard-5.4.95.tar.xz b/libksysguard-5.4.95.tar.xz deleted file mode 100644 index 8cfbb17..0000000 --- a/libksysguard-5.4.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f13f2ba7667454d7e0af61e00df3eff7a530404e01310b8fa0614e256fa09d4d -size 567564 diff --git a/libksysguard-5.5.0.tar.xz b/libksysguard-5.5.0.tar.xz new file mode 100644 index 0000000..ff352d4 --- /dev/null +++ b/libksysguard-5.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2826e8c2f68a8c28a9100d566ac2aa5eb5b00ece664e1b35711271cb938356dc +size 568012 diff --git a/libksysguard5.spec b/libksysguard5.spec index 652c872..98d8a2f 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: libksysguard5 -Version: 5.4.95 +Version: 5.5.0 Release: 0 Summary: Task management and system monitoring library License: GPL-2.0+ From 5996b36c1d3a39813b64d495f4e3f8aaf40b8a69fdb7ba708a93e965d5f6908e Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 12 Dec 2015 17:32:13 +0000 Subject: [PATCH 5/6] changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=65 --- libksysguard5.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libksysguard5.changes b/libksysguard5.changes index 284be6c..632c51c 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 12 17:32:11 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.5.0: + * For more details please see: + https://dot.kde.org/2015/12/08/plasma-55-beautiful-new-artwork +- Move to cmake(...) BuildRequires where possible + ------------------------------------------------------------------- Sun Nov 8 18:38:58 UTC 2015 - hrvoje.senjan@gmail.com From 6e721ea78cec4b898c569c89263ae489c918b546b00702c10cd1d8e482e2fb46 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Tue, 15 Dec 2015 18:02:09 +0000 Subject: [PATCH 6/6] 5.5.1 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=66 --- libksysguard-5.5.0.tar.xz | 3 --- libksysguard-5.5.1.tar.xz | 3 +++ libksysguard5.changes | 8 ++++++++ libksysguard5.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 libksysguard-5.5.0.tar.xz create mode 100644 libksysguard-5.5.1.tar.xz diff --git a/libksysguard-5.5.0.tar.xz b/libksysguard-5.5.0.tar.xz deleted file mode 100644 index ff352d4..0000000 --- a/libksysguard-5.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2826e8c2f68a8c28a9100d566ac2aa5eb5b00ece664e1b35711271cb938356dc -size 568012 diff --git a/libksysguard-5.5.1.tar.xz b/libksysguard-5.5.1.tar.xz new file mode 100644 index 0000000..29ce39d --- /dev/null +++ b/libksysguard-5.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd95020baf65e779ee649af9d9743d699dd51679a055466ced558158f3eefbfd +size 568288 diff --git a/libksysguard5.changes b/libksysguard5.changes index 632c51c..6fc13af 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 15 17:49:57 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.5.1: + * Bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.5.1.php + ------------------------------------------------------------------- Sat Dec 12 17:32:11 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/libksysguard5.spec b/libksysguard5.spec index 98d8a2f..3622712 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: libksysguard5 -Version: 5.5.0 +Version: 5.5.1 Release: 0 Summary: Task management and system monitoring library License: GPL-2.0+