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:
commit
de8d21bad7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:815d316c1f75ee0f84d7ca083e7552087a15bc567693251508ba80df21e26609
|
||||
size 485124
|
3
kde-cli-tools-5.4.2.tar.xz
Normal file
3
kde-cli-tools-5.4.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:626474b9890c789a7bde44bdd40c4c5999a45161cb1fa62eee7873a8250b8c41
|
||||
size 484304
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user