SHA256
1
0
forked from pool/purpose

KDE Frameworks 5.90.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=123
This commit is contained in:
2022-01-09 10:15:13 +00:00
committed by Git OBS Bridge
parent 723f47a688
commit 03e8a9faa0
6 changed files with 35 additions and 20 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwOAACgkQWNDuZIpI
s7vF+wf/a4X5+yo4K6GPLP9QLq2h61p0gin1gf5c6JFi7cfDWuOPSGHoLVXoENJA
LERL7uposWRzlIrEaIlaUTHmiUlSDYoXdIQKMH802aTkAq+6sAKLX0l0mpEWvO5z
38bOJrAPIhAzilZPZnWn2hueYreGDauB5WSFl6t04xd2zVqBFXLxynxdnZl/LB4m
83hcfgwoEkICRq+UWr7dDJZbYFFJwpJi2DhR4TiopeLvkypFWuzddFIpPusTd1dd
6Ndhi/JLfeRF3d/ewJ39mvHC/1KBJlkEQkQ6tgW2femm1tnzX9mrOnqQtsalxuBS
+Q8X4g+Snr697bse3Nk5c2TTwCEnWA==
=+gKo
-----END PGP SIGNATURE-----

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

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

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

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQWGEACgkQWNDuZIpI
s7tnYgf+IpummgCn4NRziDEZqg1fSB1jLjU+Yv8HLpNhw3TXlN6r0+qpnWCxilqT
xPUoc0TmgNHHRGdvpgVHyhlYc9m8xjhFo08lDXromsowaU+VVOuL4Q7XOmQJR0m8
MlPWHHOoBVfPvjJPfSKc3tWF2anr+6h4KhqalNjIguye5TOZiKAKw4TDXLyZyfDQ
ASS9JJMxJXGLGj9dxKmKjLKQxk1489aO8f1+hTWOqYVUC0/VvZjnyHokTITNZVI2
UHdXWdrkEP5lh9i9xGo8o29LDhmLRVDfluFgV9/zf8W+LP7DbcqrtU9Hp/sA+Bjw
ItTZp/IpZWXzMouWHIqIJiHpSQJP5w==
=Gys1
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 3 12:48:06 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* [imgur] Improve grammar of upload notification text
* [imgur] Show deletion url in notification (kde#394181)
* [imgur] Copy link to clipboard and show notification (kde#437347)
* Don't build bluetooth plugin on non-Linux
* Unbreak the Nextcloud plugin
* Add Twitter URL plugin
-------------------------------------------------------------------
Sat Dec 4 22:57:07 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@@ -20,21 +20,21 @@
%global __requires_exclude qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
%define lname libKF5Purpose5
%define _tar_path 5.89
%define _tar_path 5.90
# 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
%bcond_without released
Name: purpose
Version: 5.89.0
Version: 5.90.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: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@@ -123,7 +123,7 @@ This package contains development files needed to build applications which rely
%install
%kf5_makeinstall -C build
%if %{with lang}
%if %{with released}
%find_lang libpurpose_quick %{name}.lang
%find_lang libpurpose_widgets %{name}.lang
%find_lang purpose-fileitemaction %{name}.lang
@@ -149,7 +149,7 @@ This package contains development files needed to build applications which rely
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif