Accepting request 336814 from KDE:Frameworks5

1

OBS-URL: https://build.opensuse.org/request/show/336814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-cli-tools5?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2015-10-19 20:20:55 +00:00 committed by Git OBS Bridge
commit de8d21bad7
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:815d316c1f75ee0f84d7ca083e7552087a15bc567693251508ba80df21e26609
size 485124

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:626474b9890c789a7bde44bdd40c4c5999a45161cb1fa62eee7873a8250b8c41
size 484304

View File

@ -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

View File

@ -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