From 12e231fbdc384f137f4cbac584613506bb88571879d66a089d9057d06f06d321 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Wed, 6 Jul 2016 16:38:09 +0000 Subject: [PATCH 1/3] osc copypac from project:home:wolfi323:test package:libksysguard5 revision:13 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=92 --- libksysguard5-rpmlintrc | 2 -- libksysguard5.changes | 7 +++++++ libksysguard5.spec | 10 +++++----- 3 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 libksysguard5-rpmlintrc diff --git a/libksysguard5-rpmlintrc b/libksysguard5-rpmlintrc deleted file mode 100644 index cc4ae51..0000000 --- a/libksysguard5-rpmlintrc +++ /dev/null @@ -1,2 +0,0 @@ -# we don't use find_lang macro as it doesn't searches in subdirectories -addFilter("file-not-in-%lang .*") \ No newline at end of file diff --git a/libksysguard5.changes b/libksysguard5.changes index acc808d..09a4548 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 5 11:42:21 UTC 2016 - wbauer@tmo.at + +- Use the new %kf5_find_lang macro to create the file list for the + lang package +- Remove rpmlintrc file, it is not needed any more now + ------------------------------------------------------------------- Thu Jun 30 12:02:27 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/libksysguard5.spec b/libksysguard5.spec index 3a53196..0ddbb72 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -26,7 +26,6 @@ Group: Development/Libraries/C and C++ Url: http://www.kde.org Source: libksysguard-%{version}.tar.xz Source1: baselibs.conf -Source99: %{name}-rpmlintrc BuildRequires: extra-cmake-modules >= 1.2.0 BuildRequires: kf5-filesystem BuildRequires: xz @@ -89,11 +88,14 @@ for actions that require elevated privileges. %setup -q -n libksysguard-%{version} %build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 + %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} %make_jobs %install %kf5_makeinstall -C build +%if %{with lang} + %kf5_find_lang +%endif %post -p /sbin/ldconfig @@ -129,9 +131,7 @@ for actions that require elevated privileges. %{_kf5_libdir}/libprocessui.so %if %{with lang} -%files lang -%defattr(-,root,root) -%{_kf5_localedir}/ +%files lang -f %{name}.lang %endif %changelog From ff8b4108c96f040748cbfc26f47251931c0fe0b8731ca22f040150ad342799c1 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 13 Jul 2016 06:24:25 +0000 Subject: [PATCH 2/3] start with 5.7.1 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=93 --- libksysguard-5.7.0.tar.xz | 3 --- libksysguard-5.7.1.tar.xz | 3 +++ libksysguard5.changes | 8 ++++++++ libksysguard5.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 libksysguard-5.7.0.tar.xz create mode 100644 libksysguard-5.7.1.tar.xz diff --git a/libksysguard-5.7.0.tar.xz b/libksysguard-5.7.0.tar.xz deleted file mode 100644 index 99d16a1..0000000 --- a/libksysguard-5.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a6fc225f8e55660d49b5407d30c538bb4c04fe133baa56fa13a3c6739a27ac4 -size 568576 diff --git a/libksysguard-5.7.1.tar.xz b/libksysguard-5.7.1.tar.xz new file mode 100644 index 0000000..661402f --- /dev/null +++ b/libksysguard-5.7.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12127a90535b0190763a448804e65f13cee3799f4cfcc4584bcb1bef5e678908 +size 571392 diff --git a/libksysguard5.changes b/libksysguard5.changes index 09a4548..ccd4318 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 13 06:13:32 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 + ------------------------------------------------------------------- Tue Jul 5 11:42:21 UTC 2016 - wbauer@tmo.at diff --git a/libksysguard5.spec b/libksysguard5.spec index 0ddbb72..c8dfef8 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: libksysguard5 -Version: 5.7.0 +Version: 5.7.1 Release: 0 Summary: Task management and system monitoring library License: GPL-2.0+ From 3d117ae5629774a855b79c4e359c949f30b8778f100924bb8598e5eb16c299b2 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 20 Jul 2016 09:07:23 +0000 Subject: [PATCH 3/3] start with 5.7.2 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=95 --- libksysguard-5.7.1.tar.xz | 3 --- libksysguard-5.7.2.tar.xz | 3 +++ libksysguard5.changes | 8 ++++++++ libksysguard5.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 libksysguard-5.7.1.tar.xz create mode 100644 libksysguard-5.7.2.tar.xz diff --git a/libksysguard-5.7.1.tar.xz b/libksysguard-5.7.1.tar.xz deleted file mode 100644 index 661402f..0000000 --- a/libksysguard-5.7.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12127a90535b0190763a448804e65f13cee3799f4cfcc4584bcb1bef5e678908 -size 571392 diff --git a/libksysguard-5.7.2.tar.xz b/libksysguard-5.7.2.tar.xz new file mode 100644 index 0000000..80a42f3 --- /dev/null +++ b/libksysguard-5.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a5300fc982ec4c0b71987b28a86e03e219b2cad20382d42275399814236162 +size 571312 diff --git a/libksysguard5.changes b/libksysguard5.changes index ccd4318..495b6ac 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 20 08:54:33 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:32 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/libksysguard5.spec b/libksysguard5.spec index c8dfef8..85e1d94 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: libksysguard5 -Version: 5.7.1 +Version: 5.7.2 Release: 0 Summary: Task management and system monitoring library License: GPL-2.0+