SHA256
1
0
forked from pool/kirigami2

KDE frameworks 5.77.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=132
This commit is contained in:
Wolfgang Bauer 2020-12-12 12:34:20 +00:00 committed by Git OBS Bridge
parent 2e65fa6b1e
commit f023b001bf
6 changed files with 37 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5LcACgkQWNDuZIpI
s7s3/Qf+OMDzqXvi1TLvVvtc2gDgWLYAOQAAz3a4I/jjNdsPCk52Kzfhyj0hj1Tr
Wb4V5geJ7WFiFp6T+gJyyha7bbIS0i6/kpZ8JIyVRiyNiYzn+sLCW1h1HhBfLA/J
CV81LZvkXEa4Ica0w6rUBA5jcVtyaUs5C+FOoMxKvrZOtqOTSuIKRwDTbnSBNrnR
p15HwbAYBqr/Yt/OjQh66zAxq+LCttBDcWH2KmYuBeurkpon3mKuCTqT/UyuijeB
NAsOlc3/jRf1fyqnUIMQE0Wn377RTj1HXTNeUSv4ITwaAX4O4bwX9assrvAiUJZI
E27JM5oRjzcxqtDOIrXDe+Gspn3Lng==
=KIzy
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln44ACgkQWNDuZIpI
s7uJJwf+JBus5v2BEdXBEmDVbh5tV3JCHx+rPzme5JxM7frhXfSa3yTm1SlCWaRR
1ojCqMB20W5g4Fqy/ITa8FLiB1qZ7fz5fMXFpIaql1qBVUX4AWEjPvYpBtoPa89u
gx1CA7PUtiF+AVRZbry6PkcaRLCmF4MF0hhF9oORTMSh7YD9yu8yS26uv5XTQQ+T
hJbGnf0o+n2yti1laVDFIxBDlZ+gmPAqE5Gjd2M6eLrceM0r6nqnljcZd44K2veC
GAeiPa9xdCYoiVo+3n6ZPuqFoBUcaInljbl8+/f962C0Z++qovrBD3atqkifguDk
4hl33Mfrv4vUxvctrriRfEHlksFvSw==
=2Zuu
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Dec 5 18:56:41 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- Too many changes since 5.76.0, only listing bugfixes:
* Refine list separator appearance (kde#428739)
* Fix rendering borders the proper size with software fallback (kde#427556)
* Use fwidth() for smoothing in low power mode (kde#427553)
-------------------------------------------------------------------
Sat Nov 7 21:34:56 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Kirigami2-5
%define _tar_path 5.76
%define _tar_path 5.77
# 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: kirigami2
Version: 5.76.0
Version: 5.77.0
Release: 0
Summary: Set of QtQuick components
License: LGPL-2.1-or-later
@ -39,19 +39,19 @@ Source2: frameworks.keyring
Patch: 0001-Revert-Watch-for-language-change-events-and-forward-.patch
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem
BuildRequires: cmake(Qt5Concurrent) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Quick) >= 5.12.0
BuildRequires: cmake(Qt5QuickControls2) >= 5.12.0
BuildRequires: cmake(Qt5Svg) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5Concurrent) >= 5.13.0
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Gui) >= 5.13.0
BuildRequires: cmake(Qt5Quick) >= 5.13.0
BuildRequires: cmake(Qt5QuickControls2) >= 5.13.0
BuildRequires: cmake(Qt5Svg) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
Requires: libqt5-qtgraphicaleffects
Requires: libqt5-qtquickcontrols2
Recommends: %{name}-lang = %{version}
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
%endif
%description