Accepting request 773249 from KDE:Frameworks5

KDE Frameworks 5.67

OBS-URL: https://build.opensuse.org/request/show/773249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=77
This commit is contained in:
Oliver Kurz 2020-02-14 15:32:01 +00:00 committed by Git OBS Bridge
commit fe33e95219
6 changed files with 41 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxOYACgkQWNDuZIpI
s7uQPggAu2pPh9Y7SsyCdqCPLT1Ag1LbwfmTfUk0AxgHVkIxaEdUWfJejThl4YEN
KmiEczZb8MrKt4Tq5Rk8CR3iuJsx6F02S7pWEfTlEcssytWhTZMj3TpwlSUpuf+O
fe2LG5im4xA1RojK/wpmxW6MPFrS80IRnkNzhDUn92g/mVouoqgdeTBT26KwTpjy
TU9z+EFzr4ptzxGr7atJrqr0sWKld0F+WckQAxWAGt2XsxyGS+9YbydeqbMdM2uU
kufe8GfL3jzgOAL739APatqOYs5sdpm2Y+2/Xnt2PEg6OhVj2RpxoiEAfCr1EcnS
dSLO/Xa9efUsQGe05QFO/OmQu871GA==
=hCC1
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420TYACgkQWNDuZIpI
s7vYOAgAvujh1TXlazP8aGvqb4IXA2Pdh80tQSdaWRVRp1e2bIR7+KyC3DxDGEXZ
A1YYDw1xHyR2AppqCbF5NewlGdAt7c9u4QOcZ2rrUqbhu/V468Muq4jnr+CWLPGL
E4yioKnOkHu/dlD+Ge3z+VFe1PA/vVmbhGhmGbBvNTGcRIOab51mkriYV1p148Bq
oK1bJDd+P+lxy0tWmKP3zP4IZr+fv56As20gW5d7YKyEdqRpRbaUFmnJDSYSvZqq
n8s9sBtfOOjFJRyo2/BRko5UuBszRxXH7udk9/x+qMOIGRvNFGJmaIe/XlEaxy+3
tCVX529IMH70DQv9kCCnzfa8P1H6eg==
=llQS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Feb 2 18:06:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:37 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
- Changes since 5.66.0:
* typo--
* Correctly compute bottom margin for grid delegates with subtitles
* Port away from deprecated IconSize() method
* [ConfigModule] Say which package is invalid
-------------------------------------------------------------------
Sun Jan 5 09:02:05 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Declarative5
%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: kdeclarative
Version: 5.66.0
Version: 5.67.0
Release: 0
Summary: Integration of QML and KDE workspaces
License: LGPL-2.1-or-later
@ -51,11 +51,11 @@ BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5Gui) >= 5.11.0
BuildRequires: cmake(Qt5Qml) >= 5.11.0
BuildRequires: cmake(Qt5Quick) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Qml) >= 5.12.0
BuildRequires: cmake(Qt5Quick) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
%description
KDeclarative provides integration of QML and KDE workspaces.
@ -113,7 +113,7 @@ Requires: libKF5QuickAddons5 = %{version}
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
Requires: cmake(KF5Package) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Qml) >= 5.11.0
Requires: cmake(Qt5Qml) >= 5.12.0
%description devel
KDeclarative provides integration of QML and KDE workspaces.
@ -126,7 +126,7 @@ Development files.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build