Accepting request 355213 from KDE:Applications

1

OBS-URL: https://build.opensuse.org/request/show/355213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kgpg?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2016-01-23 00:13:57 +00:00 committed by Git OBS Bridge
commit 248866e228
4 changed files with 22 additions and 5 deletions

View File

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

3
kgpg-15.12.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8312254100321a2f57d50948625a0bd6541cc61ed698989c1a199f2140d196fa
size 810384

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jan 20 20:49:50 UTC 2016 - wbauer@tmo.at
- Fix ServiceMenus symlinks for KF5/Plasma5, they were pointing to
nowhere (boo#959490)
-------------------------------------------------------------------
Sat Jan 9 18:19:52 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 15.12.1
* KDE Applications 15.12.1
* https://www.kde.org/announcements/announce-applications-15.12.1.php
* boo#961265
-------------------------------------------------------------------
Thu Dec 17 10:13:41 UTC 2015 - tchvatal@suse.com

View File

@ -17,7 +17,7 @@
Name: kgpg
Version: 15.12.0
Version: 15.12.1
Release: 0
Summary: Encryption Tool
License: GPL-2.0+
@ -53,7 +53,9 @@ Kgpg is a simple GUI for gpg
%if 0%{?suse_version} > 1310
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
pushd %{buildroot}%{_kde4_servicesdir}/ServiceMenus/ > /dev/null
ln -s *.desktop %{buildroot}/%{_kf5_servicesdir}/ServiceMenus/
for i in *.desktop; do
ln -s %{_kde4_servicesdir}/ServiceMenus/$i %{buildroot}/%{_kf5_servicesdir}/ServiceMenus/
done
popd > /dev/null
%endif
%kde_post_install