SHA256
1
0
forked from pool/kirigami2

Accepting request 961255 from KDE:Frameworks5

KDE Frameworks 5.92 (forwarded request 961114 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/961255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kirigami2?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2022-03-14 18:34:34 +00:00 committed by Git OBS Bridge
commit c13f75a54f
6 changed files with 51 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cd3675c5ba2c656648a7e54b6ad4d89f1dbc0d0ff36e59acd2252681497d445
size 354188

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmII1QMACgkQWNDuZIpI
s7scPAf/Q8dLqO1GoqZeCdRkOIkxxEhS6FWDsOevL3fPuZBDGOLm6gxBGEOtF2ud
JvHehvjdfQuIgh48sE3ekzPs/di9HXwtQxdDJloLCNIcAzTzpaLg4S9tqu1gHOpv
ZCu2YIXck9iUUgXLyZxBAlq7y9EcApZPeDM0wevsmr9I8cqAMa8eBTWN4FsvAERz
R+esfdvBQuf565/ni7puk+2rtgyo6g3BUAkwcdv6Z8IG9wm6M5tP4DFxxxyXjEEy
8qTM++B8t1bpu2bS3e7tExf4JpeqxN/BKxBYSKHiouwIL1OYp/fDQyqYMi+TnhUx
Om+7D2ceF7bKL5z8IBswIh0T3oSyWA==
=zmsR
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwpgACgkQWNDuZIpI
s7trXAgAvDkCQ/t6pz8Fp2IXvtrhd2y4yTnDShRS47DfZMzinbx93a1MZNcy11QY
cZxPMyDMiv9zEcf+APGPds/fCtVjduQ68K8+h5SKhqvjZnHKImOROoQV8jkRUkIA
DlPDITi4MPiQgfAUxuqR+6cj9YVy8oq/Se/Cr2gdGOshIp54n67YI9Rf30ZIT/Rz
G/4EmQNgTa5FECBIQbCfYRTPhEiO/HOMeO5qjoYlyjGPeU9qrnrpBHJEezfc4CFt
ibwHRza9Rhl3tBquhUtAfszzL44IyrqbNW45t2E2nzNmuf/E6gNIWNZaZcvv3Ru6
vhzo6PlANPT2ZJDLjyHOyzGNAlAflQ==
=2dG0
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Mar 7 09:27:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.92.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.92.0
- Changes since 5.91.0:
* Dialog: Accommodate vertical scrollbars widths properly
* Dialog: Fix implicitWidth binding loop when absolute maximum size used
* consider visibility when calculating page content positions
* Add Qt6 Android CI
* update commandlink url to a working one
* Dialog: Fix wrong import version in documentation
* Documentation: Add Dialog and NavigationTabBar to homepage
* Dialog: Fix padding
* FormLayout: make section headings slightly smaller but bolder
* NavigationTabBar: check checkedButton state before updating currentIndex
* Drawer should not eat mouse events at edges (kde#438017)
* Add a CI job to build and test the static build
* Use extra spacing to distinguish narrow-mode form labels and UI controls
* Revert "Bold labels for narrow FormLayout" (kde#450105)
* fix autotests/wheelhandler/tst_scrolling.qml after commit de215e19
* Units: add mediumSpacing property
* Use a nested toolbutton instead
* Ensure OverlayDrawer handles is keyboard navigable
* CheckableListItem: Reset list item's checked property when checking box
* CheckableListItem: Only conditionally trigger action when checked
* comment over the class
* PageRow: properly handle back button
* WheelHandler: Round contentX/contentY positions (kde#449884)
* Fix some more installation paths
* Allow compiling against Qt configured with -no-opengl
* Fix install path of settings and swipe navigator components
-------------------------------------------------------------------
Sun Feb 6 10:17:04 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Kirigami2-5
%define _tar_path 5.91
%define _tar_path 5.92
# 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: kirigami2
Version: 5.91.0
Version: 5.92.0
Release: 0
Summary: Set of QtQuick components
License: LGPL-2.1-or-later
@ -48,7 +48,6 @@ BuildRequires: cmake(Qt5Svg) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
Requires: libqt5-qtgraphicaleffects
Requires: libqt5-qtquickcontrols2
Recommends: %{name}-lang = %{version}
%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif