forked from pool/kbookmarks
Accepting request 834382 from KDE:Frameworks5
KDE Frameworks 5.74.0 OBS-URL: https://build.opensuse.org/request/show/834382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbookmarks?expand=0&rev=83
This commit is contained in:
commit
01a98e7b84
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b925ec1b8a1b4a2b7f2526fdbc7761de065b3c9573e41ac274773ed1b576aa51
|
||||
size 128808
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lznYACgkQWNDuZIpI
|
||||
s7vzuAgAoWpLj5kFTsQ7xb1Brk+xTxF5mTnz0QXBXz0kgn2J1AxuncypyNEgzLOi
|
||||
xfAbQzGQRXqdq9Kwbts10Z0hSJU/iwAFMHqxrKgRT2AGUHZIhkScN3I1dG4xbi1q
|
||||
L6117+Qqb0GGBTRC0+jnxjhsGkIGd4Xkxu8v/+Ny3iYiNv4vd9kNSjFYOqtx51Qx
|
||||
ONfpTuRk7Y1TSomR+qaVsR2Fe2LkfXJb40jz0WNbRDHZNS/6NmV2QnkR6TQPHPNx
|
||||
8lvhrlokEtrs9KMzwydSakA65+qXKtTqveGqBsITLaSK+ZJJdViOUr/m2hfXWtmC
|
||||
zF09jl2qpxmyXmwX36jc1JJQuc0oGw==
|
||||
=aBZO
|
||||
-----END PGP SIGNATURE-----
|
3
kbookmarks-5.74.0.tar.xz
Normal file
3
kbookmarks-5.74.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d72d6ea4c97757dd940353c2b70ef1b8645ae1a9659bfaf1236dc90df3a3eac2
|
||||
size 126504
|
11
kbookmarks-5.74.0.tar.xz.sig
Normal file
11
kbookmarks-5.74.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyNEACgkQWNDuZIpI
|
||||
s7tRkwf/f8DSNu/0oNd/DR9Mk6lo6ZcnNSAFO81CwnuRyQGy+PncRwJiQqJKvATf
|
||||
5MkPnR9JEF++vquvFVxJ/iqEoV592WEv6Vn3rNCPfV4B4N2bzw8/g/SdiM1MKlVz
|
||||
XU41VBZNKofUF1mGJtGJXpwIcwQ05ZB67wTuysP6kiNUP97B6JO7JBG4sJhmrIgL
|
||||
+ZAlrgSH07IG4GZ9rqB4myRlw/EINpPzz5aUgmwOY+ctZe4DAxjuX72xwYSXlVVu
|
||||
wc4CZa9uT2p/pIPR9sN4PoyyIU4mOXzdmxxFpYR6HRpUKJFlSE7XfwrYFFJs3+0M
|
||||
zV9aq0WmTq9XM5EhYQmewGL40xyI8w==
|
||||
=Mi0B
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 12:48:38 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.74.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.74.0
|
||||
- Changes since 5.73.0:
|
||||
* Remove unused includes
|
||||
* Clean forward declaration
|
||||
* Remove obsolete COPYING files
|
||||
* API dox: document CamelCase includes
|
||||
* KBookmarkManager: clear memory tree when the file is deleted
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 07:13:05 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Bookmarks5
|
||||
%define _tar_path 5.73
|
||||
%define _tar_path 5.74
|
||||
# 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.73.0
|
||||
Version: 5.74.0
|
||||
Release: 0
|
||||
Summary: Framework for manipulating bookmarks in XBEL format
|
||||
License: LGPL-2.1-or-later
|
||||
@ -103,7 +103,7 @@ manipulating bookmarks using the XBEL format
|
||||
%endif
|
||||
|
||||
%files -n %{lname}
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%doc README*
|
||||
%{_kf5_libdir}/libKF5Bookmarks.so.*
|
||||
%{_kf5_debugdir}/*.categories
|
||||
|
Loading…
Reference in New Issue
Block a user