forked from pool/kbookmarks
KDE frameworks 5.77.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=215
This commit is contained in:
parent
2693f25062
commit
6e88a799e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac5416f1ac21cb9e9fdf72a95de855a9891cea0ed7e1436a93c019b6c45af2af
|
||||
size 126340
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5EgACgkQWNDuZIpI
|
||||
s7u+Vwf/aC81We/JMLhgvMIHETo5mqclJ/7KlAhvUgQfrPSw6iXHUaHQbe1DqkOe
|
||||
X328gT2nsK1yHMBNxpOu3k7ppniHybHdF7C25bpMb/gwLc7CGN9i1xn73QI9Xw9E
|
||||
ciDVhDsvWmzq5xnEGw19zoKnReT4AvMRMmcJ+JkD7Q2t4PE8lI7xrhQfFcNuZdUe
|
||||
ENjqQ6dcbvMm8bhVM+n6GdwGo9dJtvhCI29mamXQE3hxGMk4nN7cxF/GT0JsPk+v
|
||||
iQowfGYfx7y5SOsPKvyZK0eSm6JOlvfdK50VGTT7RNrixrQywQlBmjGlEN/j43oZ
|
||||
sPxY34VgpA+KMNDZvsNwKRet9gf+6w==
|
||||
=kFo6
|
||||
-----END PGP SIGNATURE-----
|
3
kbookmarks-5.77.0.tar.xz
Normal file
3
kbookmarks-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20d1afd298227f4d45685a17816d7a41ef97e97a99ef816a7939226f92327923
|
||||
size 126444
|
11
kbookmarks-5.77.0.tar.xz.sig
Normal file
11
kbookmarks-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Lny8ACgkQWNDuZIpI
|
||||
s7thkAf/QwIZ4cXnClHhoDH5UyRKYQwiYyk5TMRLPrlZKnmRRwfXM2yvogNEFhfN
|
||||
DIeviSA1HxvZAgwhtzHwB/ZF7FmCoVS5aFwfAIcp9btx6LOwFB2DHD+l064lijwd
|
||||
/6O+eXADDRVvnzTIhFh1ovLxUxV6c08fjV1dCv+BguWdFWJNnsluI5OfBQhHTgT/
|
||||
oh5LuQDEZ2xv/FbSso2PnoMQFeLBL8etP2IqHErMszpY6yXlOcak3QamteyFw+g1
|
||||
Sgi3XeMLqtZKHcrjpVW4cPBI0oKJV4uy7E1wFXaeSuKQq76edZJHamJ951eXfVkp
|
||||
rPYhs+AtMO7j3cpIaK7HlQ6FRrswQA==
|
||||
=4dZ0
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:15 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
|
||||
- Changes since 5.76.0:
|
||||
* Pass parent to Q*Layout ctor instead of calling setLayout()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Bookmarks5
|
||||
%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: kbookmarks
|
||||
Version: 5.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Framework for manipulating bookmarks in XBEL format
|
||||
License: LGPL-2.1-or-later
|
||||
@ -45,11 +45,11 @@ BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5DBus) >= 5.12.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.12.0
|
||||
Requires: cmake(Qt5Xml) >= 5.12.0
|
||||
Requires: cmake(Qt5DBus) >= 5.13.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.13.0
|
||||
Requires: cmake(Qt5Xml) >= 5.13.0
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -71,8 +71,8 @@ Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5Widgets) >= 5.12.0
|
||||
Requires: cmake(Qt5Xml) >= 5.12.0
|
||||
Requires: cmake(Qt5Widgets) >= 5.13.0
|
||||
Requires: cmake(Qt5Xml) >= 5.13.0
|
||||
|
||||
%description devel
|
||||
Development files for kbookmarks, a framework for accessing and
|
||||
|
Loading…
Reference in New Issue
Block a user