SHA256
1
0
forked from pool/purpose

Accepting request 931127 from KDE:Frameworks5

KDE Frameworks 5.88 (forwarded request 930745 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/931127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=54
This commit is contained in:
Dominique Leuenberger 2021-11-15 14:25:53 +00:00 committed by Git OBS Bridge
commit 44d0b05daa
6 changed files with 39 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYl/UACgkQWNDuZIpI
s7ua6Qf/ZKH99NwMuT/kq1/5icEM64mmVqmpojXN2N3w/5/E/AmGEQ0iXwcQMPFu
D/axWRvMHi91kfxtjZTbdC1gaej+/gbJo40yb+qNVMLFW86MtdLCJ0q/FUb1dVrv
DY8PT94/1jsCNG9HwSHsmH1rQjAPPG79Ohb5xNdY6i6U2DoRhi0yQtHnqFhyOJwo
xVZbwtSgQNZggF4J0a0okMq4H4lyCQCnCWndO8laJ8kqQLAr+oqeiBF2V77W1mRx
i3uRzN6LNG8ii8c18V82hib/eOi4Jnj/Y/IQOLzTnYoGbfI0MbTH2YI/nHbZ/FuG
FZfCHShFBQyAQ50fU12QwLQ3mQbFdw==
=nmmh
-----END PGP SIGNATURE-----

3
purpose-5.88.0.tar.xz Normal file
View File

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

11
purpose-5.88.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjzMACgkQWNDuZIpI
s7sujgf/T/pzjlAx60Mjzmb7EwR/ObN2a3JGUi6DpTpj5/VK3s3ZPGJuw0kAuF0a
KDe65sIsC3wWq6Oypim7YLqaUc4H5mh3RetQgvVdaqOKFu3b5XtlydefC2LGnTZt
yAckAnUqNLOzOoSXQ6CwqpptmLMm5Gm6oY4xA8N7jXwpE6jlCRg+MJgMeNz21cdI
7ckWxiMqeaMIa35XS19r6CTB9t4iVeifjjpS9kcwXOLYVr6I9YfAaDufBDOUCBhP
XBa4GfevXov9tzOP10uSGG0MGUH0zBXyyN1htgcl/09dDGm1i+XKx7Uuac3nT4uF
Cn3vbGIzr+2//bzyr+y/J1CPLK49/g==
=pdFl
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Nov 7 09:13:42 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Strip 'Source' URL for faster submissions
-------------------------------------------------------------------
Sun Nov 7 09:08:29 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.88.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.88.0
- Changes since 5.87.0:
* cmake: Use custom command instead of custom target for copy
* Set a title for JobDialog (kde#444205)
* Improve job window buttons (kde#444145)
* Fix whitespace punctuation in a warning
* email: Ensure we don't crash when there's no mailto preferredService (kde#443788)
* Make sharing via Telegram work again
* Add FreeBSD CI
-------------------------------------------------------------------
Sun Oct 3 20:34:06 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -20,22 +20,22 @@
%global __requires_exclude qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
%define lname libKF5Purpose5
%define _tar_path 5.87
%define _tar_path 5.88
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: purpose
Version: 5.87.0
Version: 5.88.0
Release: 0
Summary: Framework to integrate services and actions in applications
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source: %{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}