From e8621a5be4bfa43ff80f234c4ee2646bcb50e11f143f3c8368ed6009263d8442 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Fri, 15 Sep 2017 03:22:13 +0000 Subject: [PATCH] Plasma 5.11 Beta - hopefully everything addressed now (if it builds fine) OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-cli-tools5?expand=0&rev=162 --- kde-cli-tools-5.10.5.tar.xz | 3 --- kde-cli-tools-5.10.95.tar.xz | 3 +++ kde-cli-tools5.changes | 12 ++++++++++++ kde-cli-tools5.spec | 12 +++++++----- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 kde-cli-tools-5.10.5.tar.xz create mode 100644 kde-cli-tools-5.10.95.tar.xz diff --git a/kde-cli-tools-5.10.5.tar.xz b/kde-cli-tools-5.10.5.tar.xz deleted file mode 100644 index e3d1065..0000000 --- a/kde-cli-tools-5.10.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:731f962e72a741bba5e3608fc4acca1deb896c670c140e82d814d3bffbca4ec4 -size 502000 diff --git a/kde-cli-tools-5.10.95.tar.xz b/kde-cli-tools-5.10.95.tar.xz new file mode 100644 index 0000000..625bc8c --- /dev/null +++ b/kde-cli-tools-5.10.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f86cf0f53368a667b518fdc4d2c2a174d07145377284dfd2d2c771e2bf8e53 +size 577884 diff --git a/kde-cli-tools5.changes b/kde-cli-tools5.changes index b89f1aa..d4dbf72 100644 --- a/kde-cli-tools5.changes +++ b/kde-cli-tools5.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Sep 14 14:29:04 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.10.95 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.10.95.php +- Changes since 5.10.5: + * always install kdesu docs, the translations are always installed so this has minimal effect + * update kcm statistics in kcmshell too + * Use Q_DECL_OVERRIDE + ------------------------------------------------------------------- Tue Aug 22 19:11:30 CEST 2017 - fabian@ritter-vogt.de diff --git a/kde-cli-tools5.spec b/kde-cli-tools5.spec index 097eb47..684faa2 100644 --- a/kde-cli-tools5.spec +++ b/kde-cli-tools5.spec @@ -18,18 +18,19 @@ %bcond_without lang Name: kde-cli-tools5 -Version: 5.10.5 +Version: 5.10.95 Release: 0 Summary: Additional CLI tools for KDE applications License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz +Source: http://download.kde.org/unstable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256 Patch0: kdesu-add-some-i18n-love.patch BuildRequires: extra-cmake-modules >= 1.3.0 BuildRequires: kf5-filesystem BuildRequires: xz +BuildRequires: cmake(KF5Activities) >= 5.16.0 BuildRequires: cmake(KF5Config) >= 5.16.0 BuildRequires: cmake(KF5DocTools) >= 5.16.0 BuildRequires: cmake(KF5I18n) >= 5.16.0 @@ -65,13 +66,14 @@ Additional CLI tools for KDE applications and workspaces. %patch0 -p1 %build - %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} + %cmake_kf5 -d build %make_jobs %install %kf5_makeinstall -C build %if %{with lang} - %kf5_find_lang + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs %endif # create a dummy target for /etc/alternatives/kdesu @@ -123,7 +125,7 @@ fi %ghost %{_sysconfdir}/alternatives/kdesu %{_kf5_plugindir}/ %ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man} -%doc %{_kf5_htmldir}/ +%doc %{_kf5_htmldir}/en %{_kf5_mandir}/man1/kdesu*.* %if %{with lang}