KDE Frameworks 5.67
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=107
This commit is contained in:
parent
90bcda29c2
commit
65794b7556
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e4abfeaa5e997de52076786dd0d314f178bc883b1b48a8b2cf37dd5979ac41b
|
||||
size 159452
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxSsACgkQWNDuZIpI
|
||||
s7tHWggAs7KzAYQJyp6Y6s5b8njMKVVwCx0k+oKeNZ20zESyhCeHoD+LjWJMPm66
|
||||
yIwwgTYfD9MlwFe/yvRq4URq9Yrwy/WbC7ZuEMgXUw59wD0VO8wmv5YTneRadWgM
|
||||
A8B11wY8ZGZhQJsmQ3PW/WgP6zno+exa/XvvpjN5aCohfVtxSply0bqCiYp0KEOZ
|
||||
miGGlV5rAxRV2EBZjay7zwTfbIUYaL6T/SDoxsVtXhLd3rDKtTaxa9pEoNhImi7x
|
||||
r7HzNRgerKpTBZlrEj2zI/9F5u8+7Ors1a0Dli/1GmdBwqmpEypcAMvUKX9ziYgk
|
||||
34pF4sBEQz0V8VCjWQx9LEW4fGbM4g==
|
||||
=euhD
|
||||
-----END PGP SIGNATURE-----
|
3
kirigami2-5.67.0.tar.xz
Normal file
3
kirigami2-5.67.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:981d70554a36c062fee1c165ae2ced26f750ede4a5cee15574a04933bd2727e4
|
||||
size 160432
|
11
kirigami2-5.67.0.tar.xz.sig
Normal file
11
kirigami2-5.67.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420YUACgkQWNDuZIpI
|
||||
s7tuvwf+OUPxUMf3GBh3Zl/eGo5R9QFLm2O54Ud5UmPxoJgWC5gjBshiNoC6ygq5
|
||||
vMQdg5bakO2JBnrAOlpbLuA+RSzNcfcAOKftau5gRKgAuaNahH9XB1S2DA+mSl0D
|
||||
IgTw1b61dC14rVzmDlXdt+gvkN+mJC9uwzrrLW2lIUad33oHKa2MwdgQuWdv0Pe8
|
||||
SAZVPrMGO6T6ET2VxXmdRGi3yi6tc3OtApo4AW0YFiVR4qJl84dktTEagXONU08I
|
||||
NJrk2Hy2ZKjODuOS2sanw0SvhGTFSKlYWw58DgRf03MpEgRmArhBRiJqWsQ/sW5/
|
||||
8b7YJM97f0TmKlt4XJS4nWgvVAQYgg==
|
||||
=G+mv
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:07:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 14:32:49 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.67.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
|
||||
- Too many changes since 5.66.0, only listing bugfixes:
|
||||
* Clip the flickable parent item (kde#416877)
|
||||
* proper size hint for the gridlayout (kde#416860)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 09:02:13 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Kirigami2-5
|
||||
%define _tar_path 5.66
|
||||
%define _tar_path 5.67
|
||||
# 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.66.0
|
||||
Version: 5.67.0
|
||||
Release: 0
|
||||
Summary: Set of QtQuick components
|
||||
License: LGPL-2.1-or-later
|
||||
@ -80,7 +80,7 @@ Development files.
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
Loading…
Reference in New Issue
Block a user