Accepting request 820354 from KDE:Frameworks5
KDE Frameworks 5.72 OBS-URL: https://build.opensuse.org/request/show/820354 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=82
This commit is contained in:
commit
8fda139de8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ace0e52f561a9cfba1de4b77144a0a68037a1229530fb39070dc837da80ac8f8
|
|
||||||
size 176832
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOikACgkQWNDuZIpI
|
|
||||||
s7tIUAf/YR7o5wHEnGfXw8WzjSZLo2IPXvHD7twdzgFflGP1Go6pX4ebjDIPmIJ4
|
|
||||||
+rDXVw6OXplMjqTcMHwrKv3139XARIxPvY7365bpQbo0ZXXZr92K8L4bEByxtQuK
|
|
||||||
Ac2J5vkI+S6IEPMu/85mkw6PmBY9VNH34JyB28910qWGCWP9z6nZKRb4Zv0HDoyq
|
|
||||||
OsT6Ol/H3hE/R8JcpdGnBkaOdEKkhWUrNKalIBQZKEY4vMYJc61lMgNqSLbgOiwm
|
|
||||||
mPvQLauErgPRVwdEHa4XqYZ3QRCJGJ4tSthzZ7aBqz9EeimQoicbe+BbWA+j01z6
|
|
||||||
mjv5kcBa43kqciPhbOY/rQuRD8R5uw==
|
|
||||||
=q372
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kdeclarative-5.72.0.tar.xz
Normal file
3
kdeclarative-5.72.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8600b66a6419889e54de5ea487e4bf42495e3252c7cea228d7ac419f79e3281
|
||||||
|
size 176852
|
11
kdeclarative-5.72.0.tar.xz.sig
Normal file
11
kdeclarative-5.72.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AulEACgkQWNDuZIpI
|
||||||
|
s7uRlwf/VL4iGbYBQAzG0WRAiAzBTP6/Yxyq2JlvrNdkxqhP4XFW1zT4TwkF9+fi
|
||||||
|
wZh5mGF3BFcnabZFgT/YbLZhJXOJyOKF06x9viAHk/0vJgMuzj9lLNXnJANQ9lS5
|
||||||
|
G92UakbyEoHWix0iMvmlJ4iisOjTgN48C8nK1ETwEmruyPsossVviTc6g+s5vky0
|
||||||
|
K+3oCFzal8o67MfPlrMTrmofJAY/6uoNoMXmR2vD+rCDm/ZgsvSAZ8a5/UNldpJB
|
||||||
|
i82314YnZfIrzhYkPJMjkrsiCXIvPogJPBt8vx+rFgb2TPMtELzubvLv0NMMP0bn
|
||||||
|
gKSXkyjMmG/fcQZwHSZp0svWDwgKQA==
|
||||||
|
=lKcP
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 5 07:55:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.72.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.72.0
|
||||||
|
- Changes since 5.71.0:
|
||||||
|
* Port to CommandLauncherJob
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 7 08:06:29 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Jun 7 08:06:29 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.71
|
%define _tar_path 5.72
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: 5.71.0
|
Version: 5.72.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Integration of QML and KDE workspaces
|
Summary: Integration of QML and KDE workspaces
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -36,7 +36,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
|||||||
Source2: frameworks.keyring
|
Source2: frameworks.keyring
|
||||||
%endif
|
%endif
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: cmake >= 3.0
|
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
|
Loading…
Reference in New Issue
Block a user