forked from pool/kcoreaddons
5.72
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=228
This commit is contained in:
parent
f616976e94
commit
cd6e38c7cb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e95008b032e299cf47f596739d9236701e2f55e507734f33b8ea497882fd130b
|
|
||||||
size 406760
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOiIACgkQWNDuZIpI
|
|
||||||
s7tfwgf/Z0t3yzfahsgj1Za7gfS2SRZhGpTxn96h5gn/oD9tUfHTYQHAcG0bt7uT
|
|
||||||
mHz3RZpD9IwvLa0zMZCBYs4PrYRuU3RHI5zqdf7F8javHp8ttOlkPI42FYqNCf4B
|
|
||||||
l5C1r/i1At06T7FbwBuph0hrJW00Blz3TpIZJK/3oIUbC3/QU9rfWGB3GwsEPWBn
|
|
||||||
QJjikq5L/gtEqyLmLrE2A6DK4I40dc3p3Qz+NkngmLBF36BCBrI/rpi4YnhPepFD
|
|
||||||
ikAtQHbRrUSyMyThnxfK+0WKJcy0JFVFSXOzVjB1s6zQnerLxT9J+U/OAB8bCmFK
|
|
||||||
waxQT2Z+F34st2qzPJCSCvjIizCmAw==
|
|
||||||
=hwJ0
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcoreaddons-5.72.0.tar.xz
Normal file
3
kcoreaddons-5.72.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b404433ae2310b91475598e801a8cecc048d9cfd85f664e02feb7a166f877bb9
|
||||||
|
size 406360
|
11
kcoreaddons-5.72.0.tar.xz.sig
Normal file
11
kcoreaddons-5.72.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AukoACgkQWNDuZIpI
|
||||||
|
s7tirgf6A4gNAVWBozFs/6+Ei3WwJlnPywOd9RAtiggHfitLXlWAgQ4udHFegGps
|
||||||
|
dHeKdtrISoe07lYmtm4vHokemci9ob30DhHf604hJsIKH7qGJ2ZsVNbe8KWVXWeJ
|
||||||
|
rPKtrBIvxM80F9CqUWaKioWQTtbOjVhvOqpt4xy2/3Wxvzr1+Kz8WjFkVzfDCqkN
|
||||||
|
fIPP0Q6VhBdeJ23BcvdHJJ3jKMkwTnsbuTjbmwVEH6NdY9ka8/N7ZGmjQnF3QhTM
|
||||||
|
OCfXVr7ZXsV0MLekV1hCOsOAjcSiEbXbDQUXBK/9T6JE+2nyAlS7WHaaFZ5Vi6Jk
|
||||||
|
bDppkKfYUCFbOwSVNF2knPakgn5RDw==
|
||||||
|
=Dl2D
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 5 07:55:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.72.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.72.0
|
||||||
|
- Changes since 5.71.0:
|
||||||
|
* autotests: try harder making kdirwatch_unittest more robust
|
||||||
|
* Tweak KRandom::random deprecation notice
|
||||||
|
* KRandom::random -> QRandomGenerator::global()
|
||||||
|
* Deprecate KRandom::random
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 7 08:06:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Jun 7 08:06:27 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5CoreAddons5
|
%define lname libKF5CoreAddons5
|
||||||
%define _tar_path 5.71
|
%define _tar_path 5.72
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kcoreaddons
|
Name: kcoreaddons
|
||||||
Version: 5.71.0
|
Version: 5.72.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for core application functionality and accessing the OS
|
Summary: Utilities for core application functionality and accessing the OS
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -36,7 +36,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
|||||||
Source2: frameworks.keyring
|
Source2: frameworks.keyring
|
||||||
%endif
|
%endif
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: cmake >= 3.5
|
|
||||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
@ -110,22 +109,23 @@ replacement, accessing user information and many more. Development files.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING*
|
%license LICENSES/*
|
||||||
%doc README*
|
%doc README*
|
||||||
%{_kf5_appsdir}/mime/packages/kde5.xml
|
%{_kf5_appsdir}/mime/packages/kde5.xml
|
||||||
%{_kf5_datadir}/
|
%{_kf5_datadir}/
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%license COPYING*
|
%license LICENSES/*
|
||||||
%doc README*
|
%doc README*
|
||||||
%{_kf5_libdir}/libKF5CoreAddons.so.*
|
|
||||||
%{_kf5_debugdir}/kcoreaddons.categories
|
%{_kf5_debugdir}/kcoreaddons.categories
|
||||||
|
%{_kf5_libdir}/libKF5CoreAddons.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%license LICENSES/*
|
||||||
%{_kf5_bindir}/desktoptojson
|
%{_kf5_bindir}/desktoptojson
|
||||||
%{_kf5_libdir}/libKF5CoreAddons.so
|
|
||||||
%{_kf5_libdir}/cmake/KF5CoreAddons/
|
|
||||||
%{_kf5_includedir}/
|
%{_kf5_includedir}/
|
||||||
|
%{_kf5_libdir}/cmake/KF5CoreAddons/
|
||||||
|
%{_kf5_libdir}/libKF5CoreAddons.so
|
||||||
%{_kf5_mkspecsdir}/qt_KCoreAddons.pri
|
%{_kf5_mkspecsdir}/qt_KCoreAddons.pri
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user