SHA256
1
0
forked from pool/purpose

Accepting request 1133345 from KDE:Frameworks5

KDE Frameworks 5.113.0 (forwarded request 1131014 from krop)

OBS-URL: https://build.opensuse.org/request/show/1133345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=79
This commit is contained in:
2023-12-17 20:30:47 +00:00
committed by Git OBS Bridge
6 changed files with 41 additions and 34 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGHLsACgkQWNDuZIpI
s7u0ewf8Dv+j4CIGGvttuChXC2IODxba/wJ7TgEsN66/0Lh/PtH96NDqcuHZyb0P
Hx5s6B6PgrytRmHxX15ctIjvzGhKQQOrs9j4Ra74XeLZ3C8O2wl0PGh6d33lBH0V
LM2PhVSdP43iN9ZEUS0mWrWmYu6UMk8VOkLIPd6vGs3Aly01l01hYOZ23xOA/C5b
rFCJv6LUDCzSmF0wwhk3O5oIUgC7pTs6xtQqE2qCd5GfuhyeSc1yUxr9jwnBzxS9
dpxoImALN9glcXSl6BlW+f1ParmoMy1r1+ohv93Zmfda3tRFwD+TkqhLVg1I+fri
Kf+LXV5pxnkyHwmJw503fBu/cVliYQ==
=UsMf
-----END PGP SIGNATURE-----

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

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

View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrA+4ACgkQWNDuZIpI
s7tmaAgAhAlYfwSBFLKjWgjR1vmPS+VBnEkTt+Fjz94pCl7WTzaqwRwF/qZPnrGi
O2HBXyFzq8goPOEhnkHont7FwbWIEsdCjY9tcTOY+gnmc8Q9w9F06LcXyQrktBbP
9V6sAIJSZ9xCtV7zCGRMKoMBTP+J09QOhxGAgB7oO3yr04pa1hXQQAxQOxSvAOz3
2D041YgRp+lXE45AjOYzaSDyJvatXXU02fmF9Nfckern3Hen1DZz78nfNby3U18N
moECNjQDPjSk9q0W5/lO8jBKBrYMN9Xq+DsPbl6Z7ddjBCjPSg3gxRyQ8pDa2DgY
BKuGxXntBzd0BSQan4ev4+6lifCvGg==
=+Aqe
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 5 11:18:05 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
-------------------------------------------------------------------
Mon Nov 6 09:14:14 UTC 2023 - Christophe Marin <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.103
# 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}')}
%define qt5_version 5.15.2
%bcond_without released
Name: purpose
Version: 5.112.0
Version: 5.113.0
Release: 0
Summary: Framework to integrate services and actions in applications
License: LGPL-2.1-or-later
@@ -37,28 +37,27 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: intltool
BuildRequires: kf5-filesystem
BuildRequires: libaccounts-glib-devel
BuildRequires: libsignon-qt5-devel
BuildRequires: pkgconfig
BuildRequires: cmake(AccountsQt5)
BuildRequires: cmake(KAccounts)
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5Gui) >= 5.15.0
BuildRequires: cmake(Qt5Network) >= 5.15.0
BuildRequires: cmake(Qt5Qml) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
Requires: kdeclarative-components >= %{_kf5_bugfix_version}
Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_version}
BuildRequires: cmake(KF5Notifications) >= %{_kf5_version}
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
BuildRequires: cmake(Qt5Network) >= %{qt5_version}
BuildRequires: cmake(Qt5Qml) >= %{qt5_version}
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
Requires: kdeclarative-components >= %{_kf5_version}
Requires: libKF5QuickAddons5 >= %{_kf5_version}
Requires: libqt5-qtquickcontrols2
Suggests: kdeconnect-kde
@@ -99,9 +98,8 @@ This package contains the library files of the package needed to use GUI widgets
Summary: Framework to integrate services and actions - Build Environment
Requires: %{lname} = %{version}
Requires: %{name} = %{version}
Requires: extra-cmake-modules
Requires: libKF5PurposeWidgets5 = %{version}
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
Requires: cmake(KF5CoreAddons) >= %{_kf5_version}
%description devel
This package contains development files needed to build applications which rely on the purpose framework.