forked from pool/kcoreaddons
KDE Frameworks 5.101.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=282
This commit is contained in:
committed by
Git OBS Bridge
parent
caf2be7023
commit
ae533b7d76
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfed68386f919bd214f07837a2a5356e61958237d845115b632e35349e5c1790
|
||||
size 2633608
|
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmXcACgkQWNDuZIpI
|
||||
s7vMqwf/ZrnbrZ3v0Ik70iBV1Hy6y01ovUT0eohp+ZU6bl//XlaXbO5tclaEb0BY
|
||||
QLMspTY3Kkw9W3fSf/3gm1PNF4AaURLSO89UnNAgxkMaD5Hn0F6GkPDllbJLmAxA
|
||||
oNaijo1e5oC1f9BMf0JSXTuvQdf+YcZQs+ZzX5p7BQLnQw9EnxQB+nqK396KBMSx
|
||||
h4tQNWndSAwbIBKJtzj1G5UFg3JuJLPft1Lrr4RhpwX2N567VZ0Sz+u+8dQP1wKJ
|
||||
xX+zAxsEe28mQBTiIzP7VSAiAW2/aWKqHwNrbncrrBQhKRJJwoFMCRMlnGCEbNiu
|
||||
Be35NS7wQ9FARhn3raSdxnaowTIXig==
|
||||
=y+8u
|
||||
-----END PGP SIGNATURE-----
|
3
kcoreaddons-5.101.0.tar.xz
Normal file
3
kcoreaddons-5.101.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77b64fc17f7ebbbd53bbb3614b4c3c73a0a9b21607e96e6abb2823ef1972b72a
|
||||
size 2634064
|
11
kcoreaddons-5.101.0.tar.xz.sig
Normal file
11
kcoreaddons-5.101.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLMQACgkQWNDuZIpI
|
||||
s7vqtAf/dMQN7/8s9O2cWnUWoKYbg1PfsxRpmtm2/c2xEbqBeUcNJc7lCXTyw2zs
|
||||
ta/ZiJ+N6trpoJYmNbiKBDjzuhON0kGnMTTVZu85AB5AhKkZum1BHXt2mWQEQgFM
|
||||
ADIBkK3jxEsKoTzmn2hp54QRvvzmCWGf3487i/hbE/Asp0YeA6xwWVz976xb2AOc
|
||||
i+gz3wQA15OYP7NSruMto3TETl7SCc2DBh3C82zQQRpintIAqa6PGv1XhnHyBO/s
|
||||
PV/uwJqo6CaJD+1Z6AlZqvsb5XuZ0ZSPc4g6BgxI+RhXfBMl5Pftvq9xqzSPxlg6
|
||||
m04Cs9Qr7jSNs8dmqXcCMZpN5woSCg==
|
||||
=6hpc
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:10:30 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.101.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.101.0
|
||||
- Changes since 5.100.0:
|
||||
* [KJobTrackerInterface] qRegisterMetatype KJob::Unit
|
||||
* Remove unused variable
|
||||
* Perform initialization in initialization list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 08:34:58 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@@ -17,18 +17,17 @@
|
||||
|
||||
|
||||
%define lname libKF5CoreAddons5
|
||||
%define _tar_path 5.100
|
||||
%define _tar_path 5.101
|
||||
# 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: kcoreaddons
|
||||
Version: 5.100.0
|
||||
Version: 5.101.0
|
||||
Release: 0
|
||||
Summary: Utilities for core application functionality and accessing the OS
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
@@ -51,7 +50,6 @@ replacement, accessing user information and many more.
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: Utilities for core application functionality and accessing the OS
|
||||
Group: System/GUI/KDE
|
||||
%requires_ge libQt5Core5
|
||||
Recommends: %{name} = %{version}
|
||||
|
||||
@@ -63,7 +61,6 @@ replacement, accessing user information and many more.
|
||||
|
||||
%package devel
|
||||
Summary: Utilities for core application functionality and accessing the OS
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
|
Reference in New Issue
Block a user