Accepting request 834394 from KDE:Frameworks5
KDE Frameworks 5.74.0 OBS-URL: https://build.opensuse.org/request/show/834394 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=84
This commit is contained in:
commit
5f4e5912af
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:713ae2ea41e1bac8f6d47cffa376d62c7805eb3e4cc41c3168c1f1b2ca70a598
|
||||
size 179428
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lzpUACgkQWNDuZIpI
|
||||
s7uVBAgAhAQ8TxXsQtC0oAnj28VMfIUDk+FUq65fRlO1A7tAfU4tRkIKNhhR30kC
|
||||
utO+vrwvz95w7StOVNs8Sr1tQ4pREg4H+DAvMV41++tu6c85ZvUEaz2JqwmDAVyq
|
||||
P/ZNn6i7zyGJidFz7N7vR087MthIwcVOkukt6BF6Vc1eHbzpTK5b/BpmdxJos+oU
|
||||
r76HzjRd7Xz/Z08UyzaGQN0lqqC8bWZaN+8EBy7TPILHpUgci5+UrVFo1XdGuhJD
|
||||
rbgQzqxJ/cfmoMvnq0kpvJwqsTJAUbChKyrt7xM3aSrtTX52CDmLvPuoeBfkXhVF
|
||||
SskIzsaGJziFIvFjSBf8bf+qwcobGQ==
|
||||
=Iy1v
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.74.0.tar.xz
Normal file
3
kdeclarative-5.74.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:387c41626c145ddd1fc76d102b5ceaf37321cd02ca7395a10084cfd009bd0422
|
||||
size 190360
|
11
kdeclarative-5.74.0.tar.xz.sig
Normal file
11
kdeclarative-5.74.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyPEACgkQWNDuZIpI
|
||||
s7vr5wf9GX5sK/09xJjGcqpcKTdGCOt1OuYTIPeo1lMubT6b0vnxiYxfYqBLcNXk
|
||||
DH9y94G6zAuXt1K0y5N6ISkYvnhizkcCXF/M/DPlaSN6kVxeiOqgAvesgD/N346W
|
||||
WCeKtSCohBuQeHECRVpNmOZMFPITE1wpnDsKwz1zzzVp1QVaEslYBdgOMjHOphKx
|
||||
GZGcdOeIu6hGkASuFvqXBsV6bG2dtJJPWnt3L9Y/NORuWLRArK33JaN6h7rA5EtX
|
||||
y8qqkYvrrMthQ1Sr5EefwdAop7XuoQ8oTths87n+px9s3HztQR+a382FuGlkFcu4
|
||||
7iMJKwqHkJW1Gw476SAnGfAzHwi49g==
|
||||
=nUPy
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 12:49:04 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:
|
||||
* [KKeySequenceItem] Make Meta+Shift+num shortcuts work
|
||||
* Expose checkForConflictsAgainst property
|
||||
* Add a new AbstractKCM class
|
||||
* Using no deprecated enum Qt::MiddleButton
|
||||
* typo--
|
||||
* Remove obsolete COPYING files
|
||||
* Port KRunProxy away from KRun
|
||||
* Fix warning: zero as null pointer constant
|
||||
* KDeclarative: Convert copyright statements to SPDX expressions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 07:13:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%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)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kdeclarative
|
||||
Version: 5.73.0
|
||||
Version: 5.74.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -47,6 +47,7 @@ BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||
@ -147,27 +148,27 @@ Development files.
|
||||
%endif
|
||||
|
||||
%files -n %{lname}
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc README*
|
||||
%{_kf5_libdir}/libKF5Declarative.so.*
|
||||
|
||||
%files -n libKF5QuickAddons5
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc README*
|
||||
%{_kf5_libdir}/libKF5QuickAddons.so.*
|
||||
|
||||
%files -n libKF5CalendarEvents5
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc README*
|
||||
%{_kf5_libdir}/libKF5CalendarEvents.so.*
|
||||
|
||||
%files components
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc README*
|
||||
%{_kf5_libdir}/qt5/qml/
|
||||
|
||||
%files tools
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc README*
|
||||
%{_kf5_bindir}/kpackagelauncherqml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user