From 21d536c5c9311f1073cdbc0ea374b13ef3fd40a3 Mon Sep 17 00:00:00 2001 From: Martin Kyral Date: Fri, 25 May 2018 09:19:44 +0200 Subject: [PATCH 1/7] 5.12.90 --- .gitignore | 1 + libksysguard.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e35604f..3731554 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /libksysguard-5.12.3.tar.xz /libksysguard-5.12.4.tar.xz /libksysguard-5.12.5.tar.xz +/libksysguard-5.12.90.tar.xz diff --git a/libksysguard.spec b/libksysguard.spec index 1d11d73..5d2c308 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -1,6 +1,6 @@ Name: libksysguard Summary: Library for managing processes running on the system -Version: 5.12.5 +Version: 5.12.90 Release: 1%{?dist} License: GPLv2+ @@ -89,6 +89,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_libdir}/libksignalplotter.so.* %{_kf5_libdir}/libksgrd.so.* %{_kf5_datadir}/ksysguard +%{_sysconfdir}/xdg/libksysguard.categories %files common %{_kf5_libexecdir}/kauth/ksysguardprocesslist_helper @@ -107,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri May 18 2018 Martin Kyral - 5.12.90-1 +- 5.12.90 + * Tue May 01 2018 Rex Dieter - 5.12.5-1 - 5.12.5 diff --git a/sources b/sources index c12bde1..0e8f946 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libksysguard-5.12.5.tar.xz) = 61d3d42d5cebc06f775bd2737a4195ea790392906d007e2f08ed3455f63526bdb9fbfb40add63e97b107ece7aabfed056e56bb3f4dfee34e3514a391428633f7 +SHA512 (libksysguard-5.12.90.tar.xz) = 0ba98424cf27167d92767ccd03acde6a7ecba070c1384420f34a4e3c6e4cf44d71190e7d44d20d26db73a64ff944e56b8dbac8c1d85feed8c9b3f47337644043 From b2ff0511b0bc6a6aa8f89606c247f265852269e2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 9 Jun 2018 09:15:22 -0500 Subject: [PATCH 2/7] 5.13.0 --- .gitignore | 1 + libksysguard.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3731554..c53ba3a 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /libksysguard-5.12.4.tar.xz /libksysguard-5.12.5.tar.xz /libksysguard-5.12.90.tar.xz +/libksysguard-5.13.0.tar.xz diff --git a/libksysguard.spec b/libksysguard.spec index 5d2c308..8c95ffb 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -1,6 +1,6 @@ Name: libksysguard Summary: Library for managing processes running on the system -Version: 5.12.90 +Version: 5.13.0 Release: 1%{?dist} License: GPLv2+ @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jun 09 2018 Rex Dieter - 5.13.0-1 +- 5.13.0 + * Fri May 18 2018 Martin Kyral - 5.12.90-1 - 5.12.90 diff --git a/sources b/sources index 0e8f946..5760b69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libksysguard-5.12.90.tar.xz) = 0ba98424cf27167d92767ccd03acde6a7ecba070c1384420f34a4e3c6e4cf44d71190e7d44d20d26db73a64ff944e56b8dbac8c1d85feed8c9b3f47337644043 +SHA512 (libksysguard-5.13.0.tar.xz) = c199bb291be6072bca6033da3b966ff553441cf5520302122d28baa9874aa9fba86d622d1eebdcaad75d905b525518a37184a9a99d0261f9935513b2d5068310 From 72aae5b61d5619ea2881aaf9acbe77a630a33d4c Mon Sep 17 00:00:00 2001 From: Martin Kyral Date: Tue, 19 Jun 2018 14:54:09 +0200 Subject: [PATCH 3/7] 5.13.1 --- .gitignore | 1 + libksysguard.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c53ba3a..ab9c4c7 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /libksysguard-5.12.5.tar.xz /libksysguard-5.12.90.tar.xz /libksysguard-5.13.0.tar.xz +/libksysguard-5.13.1.tar.xz diff --git a/libksysguard.spec b/libksysguard.spec index 8c95ffb..c6675e6 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -1,6 +1,6 @@ Name: libksysguard Summary: Library for managing processes running on the system -Version: 5.13.0 +Version: 5.13.1 Release: 1%{?dist} License: GPLv2+ @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 19 2018 Martin Kyral - 5.13.1-1 +- 5.13.1 + * Sat Jun 09 2018 Rex Dieter - 5.13.0-1 - 5.13.0 diff --git a/sources b/sources index 5760b69..c1eda6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libksysguard-5.13.0.tar.xz) = c199bb291be6072bca6033da3b966ff553441cf5520302122d28baa9874aa9fba86d622d1eebdcaad75d905b525518a37184a9a99d0261f9935513b2d5068310 +SHA512 (libksysguard-5.13.1.tar.xz) = f83bc0344b7fb894aae3e4bee151f63783d4f4223f498dd30e0badf972310f261f6a1eb7ff470894de11f914fdab0140f76a17e1e5ea72c7bdea4b387f4f5a7b From 16d8719dccf4e3180fd733bbffd3bc5dd7d27ebe Mon Sep 17 00:00:00 2001 From: Martin Kyral Date: Mon, 9 Jul 2018 22:23:17 +0200 Subject: [PATCH 4/7] 5.13.2 --- .gitignore | 1 + libksysguard.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ab9c4c7..c98b506 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /libksysguard-5.12.90.tar.xz /libksysguard-5.13.0.tar.xz /libksysguard-5.13.1.tar.xz +/libksysguard-5.13.2.tar.xz diff --git a/libksysguard.spec b/libksysguard.spec index c6675e6..f6570a9 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -1,6 +1,6 @@ Name: libksysguard Summary: Library for managing processes running on the system -Version: 5.13.1 +Version: 5.13.2 Release: 1%{?dist} License: GPLv2+ @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jul 9 2018 Martin Kyral - 5.13.2-1 +- 5.13.2 + * Tue Jun 19 2018 Martin Kyral - 5.13.1-1 - 5.13.1 diff --git a/sources b/sources index c1eda6f..8425b02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libksysguard-5.13.1.tar.xz) = f83bc0344b7fb894aae3e4bee151f63783d4f4223f498dd30e0badf972310f261f6a1eb7ff470894de11f914fdab0140f76a17e1e5ea72c7bdea4b387f4f5a7b +SHA512 (libksysguard-5.13.2.tar.xz) = b15a5275c26bf8507e708df18a1ffac546a263532d83c1a97ce6207ce31e09dccf4898a018a6e7f3334f74f72eb8a2aed6de5e452deec8160a561392942a7803 From f79e8f0f4f360e960d29415bd79c6c65c1763124 Mon Sep 17 00:00:00 2001 From: Martin Kyral Date: Mon, 9 Jul 2018 22:32:28 +0200 Subject: [PATCH 5/7] 5.13.2 - fixed date format in changelog --- libksysguard.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libksysguard.spec b/libksysguard.spec index f6570a9..70b5227 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -108,7 +108,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog -* Mon Jul 9 2018 Martin Kyral - 5.13.2-1 +* Mon Jul 09 2018 Martin Kyral - 5.13.2-1 - 5.13.2 * Tue Jun 19 2018 Martin Kyral - 5.13.1-1 From e172bf7797e7708b88fb15c30872a64753c50376 Mon Sep 17 00:00:00 2001 From: Martin Kyral Date: Wed, 11 Jul 2018 19:30:21 +0200 Subject: [PATCH 6/7] 5.13.3 --- .gitignore | 1 + libksysguard.spec | 5 ++++- sources | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c98b506..3cdbd32 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /libksysguard-5.13.0.tar.xz /libksysguard-5.13.1.tar.xz /libksysguard-5.13.2.tar.xz +/libksysguard-5.13.3.tar.xz diff --git a/libksysguard.spec b/libksysguard.spec index 70b5227..0a9cbe0 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -1,6 +1,6 @@ Name: libksysguard Summary: Library for managing processes running on the system -Version: 5.13.2 +Version: 5.13.3 Release: 1%{?dist} License: GPLv2+ @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 11 2018 Martin Kyral - 5.13.3-1 +- 5.13.3 + * Mon Jul 09 2018 Martin Kyral - 5.13.2-1 - 5.13.2 diff --git a/sources b/sources index 8425b02..1f9cd97 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (libksysguard-5.13.2.tar.xz) = b15a5275c26bf8507e708df18a1ffac546a263532d83c1a97ce6207ce31e09dccf4898a018a6e7f3334f74f72eb8a2aed6de5e452deec8160a561392942a7803 +SHA512 (libksysguard-5.13.0.tar.xz) = c199bb291be6072bca6033da3b966ff553441cf5520302122d28baa9874aa9fba86d622d1eebdcaad75d905b525518a37184a9a99d0261f9935513b2d5068310 +SHA512 (libksysguard-5.13.3.tar.xz) = 2565fb5a66fa6722c1d40aa0ad619f24276df0c45c923f9ebae1ede75fd6349ff4dfff653e2d13bc406b4278c0e2f30c9dba4caa6112c3b4220130ed0a14494e From 15165df7d9dd67850b6e324c4ce29bdc53ca9e86 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 08:21:02 +0000 Subject: [PATCH 7/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libksysguard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libksysguard.spec b/libksysguard.spec index 0a9cbe0..42d07c5 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -1,7 +1,7 @@ Name: libksysguard Summary: Library for managing processes running on the system Version: 5.13.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{name}.git @@ -108,6 +108,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.13.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Jul 11 2018 Martin Kyral - 5.13.3-1 - 5.13.3