diff --git a/kcoreaddons-5.100.0.tar.xz b/kcoreaddons-5.100.0.tar.xz deleted file mode 100644 index 37b8b5f..0000000 --- a/kcoreaddons-5.100.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfed68386f919bd214f07837a2a5356e61958237d845115b632e35349e5c1790 -size 2633608 diff --git a/kcoreaddons-5.100.0.tar.xz.sig b/kcoreaddons-5.100.0.tar.xz.sig deleted file mode 100644 index fa426c2..0000000 --- a/kcoreaddons-5.100.0.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/kcoreaddons-5.101.0.tar.xz b/kcoreaddons-5.101.0.tar.xz new file mode 100644 index 0000000..1b5c061 --- /dev/null +++ b/kcoreaddons-5.101.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b64fc17f7ebbbd53bbb3614b4c3c73a0a9b21607e96e6abb2823ef1972b72a +size 2634064 diff --git a/kcoreaddons-5.101.0.tar.xz.sig b/kcoreaddons-5.101.0.tar.xz.sig new file mode 100644 index 0000000..c1e6b23 --- /dev/null +++ b/kcoreaddons-5.101.0.tar.xz.sig @@ -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----- diff --git a/kcoreaddons.changes b/kcoreaddons.changes index 1a47cea..e7f2e11 100644 --- a/kcoreaddons.changes +++ b/kcoreaddons.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Dec 6 20:10:30 UTC 2022 - Christophe Marin + +- 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 diff --git a/kcoreaddons.spec b/kcoreaddons.spec index ffa8ae4..21ee104 100644 --- a/kcoreaddons.spec +++ b/kcoreaddons.spec @@ -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