diff --git a/kde-cli-tools-5.4.1.tar.xz b/kde-cli-tools-5.4.1.tar.xz deleted file mode 100644 index 04850c4..0000000 --- a/kde-cli-tools-5.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:815d316c1f75ee0f84d7ca083e7552087a15bc567693251508ba80df21e26609 -size 485124 diff --git a/kde-cli-tools-5.4.2.tar.xz b/kde-cli-tools-5.4.2.tar.xz new file mode 100644 index 0000000..a2e8f8b --- /dev/null +++ b/kde-cli-tools-5.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:626474b9890c789a7bde44bdd40c4c5999a45161cb1fa62eee7873a8250b8c41 +size 484304 diff --git a/kde-cli-tools5.changes b/kde-cli-tools5.changes index cf7b40f..548e14b 100644 --- a/kde-cli-tools5.changes +++ b/kde-cli-tools5.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 6 16:47:44 UTC 2015 - wbauer@tmo.at + +- Raise priority for update-alternatives on Tumbleweed and Leap, to + make the KF5 version of kdesu the default one + +------------------------------------------------------------------- +Sun Oct 4 10:43:13 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.4.2: + * For more details please see: + https://www.kde.org/announcements/plasma-5.4.2.php + ------------------------------------------------------------------- Thu Sep 10 17:16:03 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/kde-cli-tools5.spec b/kde-cli-tools5.spec index 8936910..d1ffd6b 100644 --- a/kde-cli-tools5.spec +++ b/kde-cli-tools5.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kde-cli-tools5 -Version: 5.4.1 +Version: 5.4.2 Release: 0 Summary: Additional CLI tools for KDE applications License: GPL-2.0+ @@ -78,9 +78,15 @@ Additional CLI tools for KDE applications and workspaces. %post /sbin/ldconfig +%if 0%{?suse_version} > 1320 || 0%{?is_opensuse} +%{_sbindir}/update-alternatives \ + --install %{_kf5_bindir}/kdesu kdesu %{_kf5_libexecdir}/kdesu 25 \ + --slave %{_kf5_mandir}/man1/kdesu.1.gz kdesu.1%{?ext_man} %{_kf5_mandir}/man1/kdesu-5.1%{?ext_man} +%else %{_sbindir}/update-alternatives \ --install %{_kf5_bindir}/kdesu kdesu %{_kf5_libexecdir}/kdesu 15 \ --slave %{_kf5_mandir}/man1/kdesu.1.gz kdesu.1%{?ext_man} %{_kf5_mandir}/man1/kdesu-5.1%{?ext_man} +%endif %postun /sbin/ldconfig