forked from pool/kbookmarks
Accepting request 785300 from KDE:Frameworks5
KDE Frameworks 5.68 OBS-URL: https://build.opensuse.org/request/show/785300 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbookmarks?expand=0&rev=76
This commit is contained in:
commit
140026b15e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c6853f7d3d10fb3997393e8347bf790d98cb1c2ceb1a6a292fa27302a3a005e
|
|
||||||
size 120776
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420RcACgkQWNDuZIpI
|
|
||||||
s7sV0wf9GQGOeYfPRk/jOZO2TMIZfuvUYd1ovDViIegpaYYu27DOCw+DLjOhvllE
|
|
||||||
uF66uKfSOXMevV+IDZ7BQHHMC+B0SEIkhKzRbOLewZzdCb2gfPs+kfJFBmXrF2UJ
|
|
||||||
cTVmij3f0ddduvFYO9iMaAIUv95geyJPUdlhkoKzwOlmkmIkB4Y5gR1kXrIZKtA9
|
|
||||||
V/KpEmoJeS24CUzyjwjtCEP/IKuVVUJNGELBCBmJyV4BsoRD46GYg0gb0Qp9tAUm
|
|
||||||
QUKSWPsLsxYTvQJswtO4Y1y2nW0cplPYA2zZ45OvY96aon3muKDVr70l7K/E+LHk
|
|
||||||
vmxRM+GrbxyRKnwaPwNvfyiv2eFPlA==
|
|
||||||
=DzWK
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kbookmarks-5.68.0.tar.xz
Normal file
3
kbookmarks-5.68.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80dc06188a5e1d960d46f527bd82d9b79df75a785164fa29a088a7b705abbf84
|
||||||
|
size 120796
|
11
kbookmarks-5.68.0.tar.xz.sig
Normal file
11
kbookmarks-5.68.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----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-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 09:17:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.68.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
|
||||||
|
- Changes since 5.67.0:
|
||||||
|
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
|
||||||
|
* Rename actions to be consistent
|
||||||
|
* Use ecm_qt_install_logging_categories over manual categories file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 2 18:06:44 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Feb 2 18:06:44 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Bookmarks5
|
%define lname libKF5Bookmarks5
|
||||||
%define _tar_path 5.67
|
%define _tar_path 5.68
|
||||||
# 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.67.0
|
Version: 5.68.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