SHA256
1
0
forked from pool/kirigami2

Accepting request 945065 from KDE:Frameworks5

KDE Frameworks 5.90.0 (forwarded request 944778 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/945065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=62
This commit is contained in:
Dominique Leuenberger 2022-01-11 20:16:28 +00:00 committed by Git OBS Bridge
commit b9012b2331
6 changed files with 49 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:285d770f1444b3f364282fefd4018ad99a94017f6aa22302ba0c1e082960c5ca
size 342576

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwAQACgkQWNDuZIpI
s7v9rAf/fy94Ia4VsBDB/oAHdRYIEfcbBhKLZmUPBlEKN7YJ90hmA8QmNU2oIgj5
NCqhJlq1K2ryLDmt9LrjY1HvzZ9Il2d/l4y/nsdJpmn8qfwblX6JAw9BCtKpB9e8
pnhvztKbUOy+7t91SyGb/y/FSrJQhzMR3OferynFUClNJDGDQODssuvr4sb0zbHx
651fXZ04roZjhy2ONsAXtIW3xgub0wvrwqg06I1mV25DZlvXP7BzCUmAobBpmhIn
39BxaXnTB4E6Ghp7PJERL/LM0jPllSuDrGPqFjcoAiwkl2lfHg2i5OkGDKoV9vNr
PAdOBdsU/gfRWS9trIJ50V81Xs4NvQ==
=Xnoh
-----END PGP SIGNATURE-----

3
kirigami2-5.90.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b39c24cb553f7ad6b1fb8babc54a3055e51344b81c21b82d3d88f7d43b08864
size 349768

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV4MACgkQWNDuZIpI
s7sJgQgAndzMuHeEyUj8FtU97GOjSEPgfVLhMdO8DeWxjXpAS6tviHCJ5JxKH3ci
JlBJC39xJikdrjYGonf5edCN955qln/OkN1lAstqV9FjCXO1QEHXDGVZROyMlMP8
tnXwkozNKLGjD4x98OHvBmQzsR36zTbSetKXXx5St0rzB4SBHJfBlDqrTw5ggmZZ
j0NbKWMSIwOwVV3pRL86lCAQNzE1zaGl+iom3a7Sa/dHA1ugKMZR+okldcKCFTLG
DvWURx0FXSnOGVcoawpJiatRDgvVgLTUw5FpvTyLacI8H07OeXeiep2RkXNwf+TU
QMnqgsxvUd7Dt2FNdjtzL2EwczKZsw==
=9J/y
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:40 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Icon documentation: add note about Cuttlefish
* ContextDrawer: fix documentation for "footer"
* Fix type error introduced in 52ce01c
* Add licenses to example files
* WheelHandler: Improve consistency with scrolling in Qt Widgets, add more properties
* Fix navigation buttons on layers
* Fix typo in search field documentation
* FormLayout: Switch an instance of let to var
* Add missing include (qt6 build)
* ShadowedRectangle: Add renderType option
* Dialog: Remove warning
* AboutPage: show spinner feedback while loading remote icon
* AboutPage: Only mess with the URL when we are dealing with KDE products (kde#444554)
* AboutItem: don't multiply sizes by devicePixelRatio
* AboutItem: Fix incorrect usage of height: and width: inside layouts
* OverlaySheet: Modify anchors on tall headers imperatively
* globaltoolbar: Use strict === equality in JavaScript
* Add explicit restore mode to avoid warning
* PageRowGlobalToolBarUI: don't animate opacity, take two (kde#417636)
-------------------------------------------------------------------
Sat Dec 4 22:56:44 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,21 +17,21 @@
%define lname libKF5Kirigami2-5
%define _tar_path 5.89
%define _tar_path 5.90
# 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
%bcond_without released
Name: kirigami2
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: Set of QtQuick components
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -49,7 +49,7 @@ BuildRequires: cmake(Qt5Test) >= 5.15.0
Requires: libqt5-qtgraphicaleffects
Requires: libqt5-qtquickcontrols2
Recommends: %{name}-lang = %{version}
%if %{with lang}
%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
@ -87,7 +87,7 @@ Development files.
%install
%kf5_makeinstall -C build
%if %{with lang}
%if %{with released}
%find_lang libkirigami2plugin --with-qt --without-mo
%endif
@ -110,7 +110,7 @@ Development files.
%{_kf5_mkspecsdir}/qt_Kirigami2.pri
%{_libdir}/cmake/KF5Kirigami2/
%if %{with lang}
%if %{with released}
%files lang -f libkirigami2plugin.lang
%endif