SHA256
1
0
forked from pool/purpose

Accepting request 1009038 from KDE:Frameworks5

KDE Frameworks 5.99 (forwarded request 1008960 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/1009038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=65
This commit is contained in:
2022-10-11 16:00:38 +00:00
committed by Git OBS Bridge
6 changed files with 42 additions and 35 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9hsACgkQWNDuZIpI
s7vW0QgArx6YJrVfdYDa83d4cwHYyNPnCU/U0BbBmNZAGKZ8KzT1tM3o1/u96yvs
+2dEjHp16tUJf3niFmnsQJIFJzK70VUmnjbW3J+a4Nq204cX7jf1g+Cj61qc7RSh
HGazh99Cyb5G4sx1ugT4kbBJH17wNtNMGHaAR0bDgf7amXhSUagugoL/PTt2xlCC
VyIOtLOL2sTWqNVrDYlwJuMfKuvZLJ2Ozx0xo/bM27nnt2kvHEjlzl0k2Pm2obYX
JUC3/P5l8FAZxWnbagaSA89QGyMGgrUlmOlGwqKMY90yMlNfh7aF+kn8YBUJSc8k
JTLHN/9bEmD4IEpyiECBXljRn/8CyA==
=tFjE
-----END PGP SIGNATURE-----

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

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

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

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4Vm8ACgkQWNDuZIpI
s7vzswf/SrO0s4ggDeXNZT1/JMmNUWx4GlWziBOfJh1yevj23G/ZOCG4s4BKLFSA
9Gh6O571DLuCtQmZWGsNX/jGT3QlnT/8j4pUrNGy7QsE4S5oDhcfRKBmcTSKz8fV
dRmmamN23ysTnXUCsSsUaKu0PBKx4nAqXuopMKXKOsnirQGItLR7HHty03skny2k
fpg/v5ADi22/eE6EOZki+qpjR5u56r54jj6MqpCEiKEyBwc3Ib7MLpAXtXhOJtvr
/RiMcTIAczOLPM7ROTuREJKHOhiulL0XInXnoKx8FAeSAYQGeYjdkq5ehhMEczks
/8uYUnfsyEUyKptccn2ndVYc+VhIYg==
=kD4q
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Oct 1 15:56:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
* Fix QML warning, properly refer to the view
* Remove unneeded EXPORT_SHARE_VERSION usages
-------------------------------------------------------------------
Tue Sep 6 07:17:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@@ -20,14 +20,14 @@
%global __requires_exclude qmlimport\\((Ubuntu\\.OnlineAccounts|org\\.kde\\.kdeconnect).*
%define lname libKF5Purpose5
%define _tar_path 5.98
%define _tar_path 5.99
# 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 released
Name: purpose
Version: 5.98.0
Version: 5.99.0
Release: 0
Summary: Framework to integrate services and actions in applications
License: LGPL-2.1-or-later
@@ -122,23 +122,21 @@ This package contains development files needed to build applications which rely
%install
%kf5_makeinstall -C build
%if %{with released}
%find_lang libpurpose_quick %{name}.lang
%find_lang libpurpose_widgets %{name}.lang
%find_lang purpose-fileitemaction %{name}.lang
%find_lang purpose_barcode %{name}.lang
%find_lang purpose_bluetooth %{name}.lang
%find_lang purpose_imgur %{name}.lang
%find_lang purpose_kdeconnect %{name}.lang
%find_lang purpose_kdeconnectsms %{name}.lang
%find_lang purpose_ktp-sendfile %{name}.lang
%find_lang purpose_nextcloud %{name}.lang
%find_lang purpose_pastebin %{name}.lang
%find_lang purpose_phabricator %{name}.lang
%find_lang purpose_reviewboard %{name}.lang
%find_lang purpose_saveas %{name}.lang
%find_lang purpose_youtube %{name}.lang
%endif
%find_lang libpurpose_quick %{name}.lang
%find_lang libpurpose_widgets %{name}.lang
%find_lang purpose-fileitemaction %{name}.lang
%find_lang purpose_barcode %{name}.lang
%find_lang purpose_bluetooth %{name}.lang
%find_lang purpose_imgur %{name}.lang
%find_lang purpose_kdeconnect %{name}.lang
%find_lang purpose_kdeconnectsms %{name}.lang
%find_lang purpose_ktp-sendfile %{name}.lang
%find_lang purpose_nextcloud %{name}.lang
%find_lang purpose_pastebin %{name}.lang
%find_lang purpose_phabricator %{name}.lang
%find_lang purpose_reviewboard %{name}.lang
%find_lang purpose_saveas %{name}.lang
%find_lang purpose_youtube %{name}.lang
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
@@ -147,9 +145,7 @@ This package contains development files needed to build applications which rely
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%if %{with released}
%files lang -f %{name}.lang
%endif
%files -n %{lname}
%license LICENSES/*