forked from pool/kbookmarks
Accepting request 878784 from KDE:Frameworks5
KDE Frameworks 5.80 (forwarded request 878671 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/878784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbookmarks?expand=0&rev=89
This commit is contained in:
commit
3e4027d730
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0dcfdf8b2f1d6cebdf830adc338d07a10cf2ddca815c21365cf5ec8e67943981
|
|
||||||
size 126356
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmAe6sgACgkQWNDuZIpI
|
|
||||||
s7ujFggAnHpoELkUK1D0zs0mxTWW3L1B5J3sM4Ogl8LSwQ2S/mijlNSJhhgSt1ZY
|
|
||||||
wZQK/z9rWZN9w0rIAmQzKiNlLRcSfFWk49kwpeK2ncDKlfFOm4mLZk5QPm977aPS
|
|
||||||
k6r6+6cE2jYZuG21afblu7byn2V84JgWJZRO4zJuX1/C6wp7FXTNmMlSnkeGIy7x
|
|
||||||
KkBNty9EfBWEPpOEKyLmZAoVWX57D09G9JlNcTc89k6VlJxxr8TeP22jiioUr87Q
|
|
||||||
S1sPHYEf5oZoacMBToPWtgDjkKqYNZx+FSKYuWGhh+eADmI9xEW10YtNbjx5ufu+
|
|
||||||
+dFgoXJ0gS62G4m+usHRD9acVnCETA==
|
|
||||||
=2pXd
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kbookmarks-5.80.0.tar.xz
Normal file
3
kbookmarks-5.80.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5880324922e465b66384acbdd4f6db2f26c533c2e27c1cb121ec0e0e37f53586
|
||||||
|
size 126264
|
11
kbookmarks-5.80.0.tar.xz.sig
Normal file
11
kbookmarks-5.80.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1dIACgkQWNDuZIpI
|
||||||
|
s7tvlgf+PxfEwUqyen3SMuZZ34x/BaR5kRrxJuIfJgkOKq7ClIztcYUu3M8w66tj
|
||||||
|
/6HTUUJCxbflfsdMCN7dwP2Z2EUKgjeDaXF61PCnUD2rkxhqxX3NH5wDS/FGCLlE
|
||||||
|
XZVPwvwTfi0lWLz6hARja1qyBZakDSphq+85KroR6TAG2gVyZG+bH119LJ8my/p9
|
||||||
|
jy4YvxCgs1+AzHUMXDyF1mNZgAVag1BlG4C7b93LXU1aav10S7GXu/EQrFKa5YWH
|
||||||
|
z8z+LLgJuowmEkNUPB7DJQSlJx1A2AYH021l7r0VKe8aH9DtU9uhj+8r2OY9V16C
|
||||||
|
6YwGWCzslW9KfuGZgzCRByqNlrXyMQ==
|
||||||
|
=AV95
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 7 09:26:34 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.80.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.80.0
|
||||||
|
- Changes since 5.79.0:
|
||||||
|
* Add missing forward decl
|
||||||
|
* Group includes
|
||||||
|
* Run clang-format
|
||||||
|
* Add clang-format configuration
|
||||||
|
* Remove unused include
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 8 08:46:01 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Feb 8 08:46:01 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Bookmarks5
|
%define lname libKF5Bookmarks5
|
||||||
%define _tar_path 5.79
|
%define _tar_path 5.80
|
||||||
# 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.79.0
|
Version: 5.80.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