From 3b0fd845da872c46354016c753e47fc927a14476155824e71ea28d1feaa53fc2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Wed, 6 Jul 2016 16:38:21 +0000 Subject: [PATCH 1/3] osc copypac from project:home:wolfi323:test package:plasma5-addons revision:12 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-addons?expand=0&rev=99 --- plasma5-addons-rpmlintrc | 2 -- plasma5-addons.changes | 7 +++++++ plasma5-addons.spec | 10 +++++----- 3 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 plasma5-addons-rpmlintrc diff --git a/plasma5-addons-rpmlintrc b/plasma5-addons-rpmlintrc deleted file mode 100644 index cc4ae51..0000000 --- a/plasma5-addons-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/plasma5-addons.changes b/plasma5-addons.changes index a864fa8..688131c 100644 --- a/plasma5-addons.changes +++ b/plasma5-addons.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 5 11:50:24 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:29 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/plasma5-addons.spec b/plasma5-addons.spec index 925de6c..9bf43ef 100644 --- a/plasma5-addons.spec +++ b/plasma5-addons.spec @@ -25,7 +25,6 @@ License: LGPL-2.1 and GPL-2.0+ and GPL-3.0 Group: System/GUI/KDE Url: http://www.kde.org/ Source: kdeplasma-addons-%{version}.tar.xz -Source99: %{name}-rpmlintrc BuildRequires: kf5-filesystem BuildRequires: cmake(KF5Activities) >= 5.8.0 BuildRequires: cmake(KF5Config) >= 5.8.0 @@ -77,11 +76,14 @@ Additional plasmoids from upstream for use on the Plasma workspace. %setup -q -n kdeplasma-addons-%{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 @@ -102,10 +104,8 @@ Additional plasmoids from upstream for use on the Plasma workspace. %{_kf5_iconsdir}/hicolor/*/*/*.* %if %{with lang} -%files lang -%defattr(-,root,root) +%files lang -f %{name}.lang %doc COPYING* -%{_kf5_localedir}/ %endif %changelog From e64f6f13eb834aada91503109439266321463bfa7b57a5e2183b6239f1ccdc95 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 13 Jul 2016 06:25:46 +0000 Subject: [PATCH 2/3] start with 5.7.1 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-addons?expand=0&rev=100 --- kdeplasma-addons-5.7.0.tar.xz | 3 --- kdeplasma-addons-5.7.1.tar.xz | 3 +++ plasma5-addons.changes | 8 ++++++++ plasma5-addons.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kdeplasma-addons-5.7.0.tar.xz create mode 100644 kdeplasma-addons-5.7.1.tar.xz diff --git a/kdeplasma-addons-5.7.0.tar.xz b/kdeplasma-addons-5.7.0.tar.xz deleted file mode 100644 index a2b36b8..0000000 --- a/kdeplasma-addons-5.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b5cc259b411ab26db5f6fa20beb5d5b3f1300bf265881f26c77cdd8bd60604f -size 2072592 diff --git a/kdeplasma-addons-5.7.1.tar.xz b/kdeplasma-addons-5.7.1.tar.xz new file mode 100644 index 0000000..80fca92 --- /dev/null +++ b/kdeplasma-addons-5.7.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f775f8610139d1960ab92f80d4232b3b8f09580bdad258ca56e8da446900af8e +size 2075636 diff --git a/plasma5-addons.changes b/plasma5-addons.changes index 688131c..a2cae02 100644 --- a/plasma5-addons.changes +++ b/plasma5-addons.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 13 06:13:33 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:50:24 UTC 2016 - wbauer@tmo.at diff --git a/plasma5-addons.spec b/plasma5-addons.spec index 9bf43ef..f19cd35 100644 --- a/plasma5-addons.spec +++ b/plasma5-addons.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: plasma5-addons -Version: 5.7.0 +Version: 5.7.1 Release: 0 Summary: Additional Plasma5 Widgets License: LGPL-2.1 and GPL-2.0+ and GPL-3.0 From 6fd9858ae73d49e38350ace4a05e15acc8a828a936678db9a1dee6f5fee23fb4 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 20 Jul 2016 09:09:08 +0000 Subject: [PATCH 3/3] start with 5.7.2 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-addons?expand=0&rev=102 --- kdeplasma-addons-5.7.1.tar.xz | 3 --- kdeplasma-addons-5.7.2.tar.xz | 3 +++ plasma5-addons.changes | 8 ++++++++ plasma5-addons.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 kdeplasma-addons-5.7.1.tar.xz create mode 100644 kdeplasma-addons-5.7.2.tar.xz diff --git a/kdeplasma-addons-5.7.1.tar.xz b/kdeplasma-addons-5.7.1.tar.xz deleted file mode 100644 index 80fca92..0000000 --- a/kdeplasma-addons-5.7.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f775f8610139d1960ab92f80d4232b3b8f09580bdad258ca56e8da446900af8e -size 2075636 diff --git a/kdeplasma-addons-5.7.2.tar.xz b/kdeplasma-addons-5.7.2.tar.xz new file mode 100644 index 0000000..f1cf682 --- /dev/null +++ b/kdeplasma-addons-5.7.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e756722aaf7a6ccb98f910ab7457d385acbda0541207cbac971ebf739f1b99e2 +size 2075712 diff --git a/plasma5-addons.changes b/plasma5-addons.changes index a2cae02..a9dd426 100644 --- a/plasma5-addons.changes +++ b/plasma5-addons.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 20 08:54:36 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:33 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/plasma5-addons.spec b/plasma5-addons.spec index f19cd35..11ee86d 100644 --- a/plasma5-addons.spec +++ b/plasma5-addons.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: plasma5-addons -Version: 5.7.1 +Version: 5.7.2 Release: 0 Summary: Additional Plasma5 Widgets License: LGPL-2.1 and GPL-2.0+ and GPL-3.0