forked from pool/kbookmarks
KDE Frameworks 5.69.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=197
This commit is contained in:
parent
63953e5398
commit
3baf5a26ae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80dc06188a5e1d960d46f527bd82d9b79df75a785164fa29a088a7b705abbf84
|
|
||||||
size 120796
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jlv0ACgkQWNDuZIpI
|
|
||||||
s7vgxwgAt9L9g2ciV8TJAu5bsde48XjRYeVza6NgiWq6Olv+zuU7XF6SFnKg4lAW
|
|
||||||
0ueRz+BQRtUgOFZFNr1PS54yU3sces/T/ME6JiXdrDQk0lwoWty7hmqYE45apVEt
|
|
||||||
e54O1ufymP5DPsbLXBFFZJ5D3IH+5mP1AP77rF84aX4u8z5Go/h0EyXhECKGGi8o
|
|
||||||
QrFZa/mhB8cHqP0bjNLOOam+CwRT14bdBa6hzCOJjK0e5nJ62pmnaNTLA4pJoPFP
|
|
||||||
4yfPblzHe3NQ21cK4MiqphyMjx/BXmNlZ5FAWCJZXH6eGLvm7NBqUtDwHZjB9xV3
|
|
||||||
o0HPvjlB/3/hCsh6SMm84j8IVw0Spw==
|
|
||||||
=JVQN
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kbookmarks-5.69.0.tar.xz
Normal file
3
kbookmarks-5.69.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9bd8c3226cde3fa307cc72875fe3f2b768949c16ef3b198e01a49a39b1624ea4
|
||||||
|
size 121596
|
11
kbookmarks-5.69.0.tar.xz.sig
Normal file
11
kbookmarks-5.69.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6JFJcACgkQWNDuZIpI
|
||||||
|
s7sJRggAn8DX/dMkGe9FPLTOBVytjIefrN/YL3bawR8ugQqZLN3KwuJ0uqFyajBG
|
||||||
|
3pLHUpS35yXVclMKchm1ceVhcrpdYfrgGjA9uW6xpPBv1A/pUauXeEJoZMvjeRcI
|
||||||
|
242cKaGJmiGqzapBxuowfVKWHwL+aSQLoZOO7THLoOb2uOUIcWYZR/jCJ8E9IgfN
|
||||||
|
s6tDFaulYon4TOOq/6qqtrZq7uLCakGPQcQOKy5J6EtzBDpStME6++0e6PVPvTlO
|
||||||
|
J/Htt3qsAj3X78vrhQZTsUTpk7D9+23Hbg6j2xp+W04F8hOqYyKnqKwyfaWu/zUA
|
||||||
|
7Wvk53zIlsVRjKb973zhnVIsf48+ZQ==
|
||||||
|
=48Z6
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 5 19:45:20 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.69.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.69.0
|
||||||
|
- Changes since 5.68.0:
|
||||||
|
* Decouple KBookmarksMenu from KActionCollection
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 8 09:17:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Mar 8 09:17:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Bookmarks5
|
%define lname libKF5Bookmarks5
|
||||||
%define _tar_path 5.68
|
%define _tar_path 5.69
|
||||||
# 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: kbookmarks
|
Name: kbookmarks
|
||||||
Version: 5.68.0
|
Version: 5.69.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Framework for manipulating bookmarks in XBEL format
|
Summary: Framework for manipulating bookmarks in XBEL format
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user