KDE Frameworks 5.74. Release next saturday
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=240
This commit is contained in:
parent
35b7060340
commit
61fe4c1532
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21ef7f1a6d48f9fb14ccac9bc37e803c92cf83c9e235a5ca8bd7eb08fd0a6fb3
|
||||
size 1754424
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzmkACgkQWNDuZIpI
|
||||
s7u1cgf8D5XQ0TOG54VSGT/DM/+tM6lsxSJKh8ECs1nXjmoYoEpbOg3a45/1xp8x
|
||||
O/3GNXpJ3gjrA6ufv6HpI+tmTnhU8AJxMcVienGP8IW+jhTLr7W6P8U/pwIzwG3h
|
||||
v3M6vAo5ngFjQfQ+aP5SjlIbgrhmc/cSNT20/LnIjbBvssN85rYykrClEeLknH+/
|
||||
k0dYomPXtHFTfmRsiMca4FsX++RuA/It93WXwnkLWoCCGDa7kNhB3E3URExcDK63
|
||||
WUIXrBxtSrIy0aQTAwogVDMd6cmNfHT3Ovv6M3UAIN91skqCP2XuopBVYQLLdjvU
|
||||
Kj+6Ca66lxukvFH5vIlBOGIRC85/cA==
|
||||
=AYdL
|
||||
-----END PGP SIGNATURE-----
|
3
frameworkintegration-5.74.0.tar.xz
Normal file
3
frameworkintegration-5.74.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70afc459048776b0e74ed549687833fefe78db5e4c93189639a223ba43a90ba5
|
||||
size 1754176
|
11
frameworkintegration-5.74.0.tar.xz.sig
Normal file
11
frameworkintegration-5.74.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyMQACgkQWNDuZIpI
|
||||
s7ux9QgAp1oA/DCGLBtB8+2e29J8QjpsZCaK6ESGJEzSNC0ZhDJthuzglbcBiFKK
|
||||
6Bim1ZJO6fQGD98ex08xz3L9Mlei4sgyTWA7p+9MZYm9AbREmCfHkTZceHoJWSJX
|
||||
3dvffcAOQMjZYvzLNRO1JrJMO1piQLaE62s2us3xibLSSZviiO6gJV0V5uU7TME7
|
||||
sfKmKdYQd5g6bsOTbeJnKxuMETuZaBm3lF1C9CVjQ3OMrHtY0FckyOBlIKwbt+fU
|
||||
rl78MHP0RsnqLNM69pEKuNlpALFqw9mKu3cCWG/JQw6bHDyK85zPtr1Fmbc3/yC+
|
||||
/uLKm4ogpD2iLviV86GYmcxYagKybg==
|
||||
=y+gG
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 12:48:26 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.74.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.74.0
|
||||
- Changes since 5.73.0:
|
||||
* Remove obsolete COPYING files
|
||||
* Clarify license statement according to KDElibs History
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 07:13:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Style5
|
||||
%define _tar_path 5.73
|
||||
%define _tar_path 5.74
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -25,7 +25,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: frameworkintegration
|
||||
Version: 5.73.0
|
||||
Version: 5.74.0
|
||||
Release: 0
|
||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||
License: LGPL-2.1-or-later
|
||||
@ -116,12 +116,12 @@ Applications do not need to link to this directly. Development files
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc README*
|
||||
%{_kf5_libdir}/libKF5Style.so.*
|
||||
|
||||
%files plugin
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc README*
|
||||
%{_kf5_datadir}/infopage/
|
||||
%{_kf5_plugindir}/
|
||||
@ -129,7 +129,7 @@ Applications do not need to link to this directly. Development files
|
||||
%{_kf5_notifydir}/
|
||||
|
||||
%files devel
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%{_kf5_libdir}/libKF5Style.so
|
||||
%{_kf5_libdir}/cmake/KF5FrameworkIntegration/
|
||||
%dir %{_kf5_includedir}/KStyle/
|
||||
|
Loading…
Reference in New Issue
Block a user