forked from pool/kbookmarks
KDE Frameworks 5.98.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=250
This commit is contained in:
parent
e16e760840
commit
336ae17e43
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:776dac6741d15dd02593891ad1b5d9ca3598df5edb3d431ed9e8c1386ae16b6a
|
|
||||||
size 130024
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLvxqwACgkQWNDuZIpI
|
|
||||||
s7tH1Af+PoKb1q12eQwcBphHBhFQ8udPFTCKQENAjoLJrmLExlqCScxjcAGhjkN0
|
|
||||||
VE5lgRZBh2LMuDPZ4vrJzgJlHBrEa8aNANczbBeLDxOa9KhuMMzuLQpwk1HcmGRb
|
|
||||||
fo5no8WDlJaSRhDro56wNloNjEVfWc74oXxQLFexPA/SauxcEbZ50IAunFFgKIu0
|
|
||||||
rZ6fAYAsXC2ll7TSVKRYU+ztbEplz1C4oaWPGLuN0ByiwlvaSUCgagAXGLuZqflN
|
|
||||||
aHuETODb0zCucJtueH8yiGT6y//fyAyFBEzUg+kyzwAGLtGIt42KcI+FIvKE8zo3
|
|
||||||
mCYs86VEX7+l5x7AFeOYJz8m0rvA9Q==
|
|
||||||
=e8Vd
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kbookmarks-5.98.0.tar.xz
Normal file
3
kbookmarks-5.98.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71e3ec3b5523656b0aa0089a8e8837e9823517654dde31c5e5625ddbc5c7f2e6
|
||||||
|
size 130080
|
11
kbookmarks-5.98.0.tar.xz.sig
Normal file
11
kbookmarks-5.98.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9O0ACgkQWNDuZIpI
|
||||||
|
s7tK0wgAluM7uzoyUICEz7+1ljIy2hZlIwI/2+RA7eH0Q4DZQPnu6Z3L/CMhdKs9
|
||||||
|
jSBPbm8jzd0ehdhZcNtSlEu+ag/d6WO4ssg4ndhk1pKNyzAJxsdfTD9pVAOGzZi7
|
||||||
|
detl9I0lxpCBrdk2J8NRgrNH1Xf9ZbVEQaUIUdXaQq+MXbS0IWNxIwDAlaZcSCrP
|
||||||
|
4sZGB51ZNf3WrP32ccEuFU3lUnEfBATxrLzL3N2KeoBhwCHgCPhisi9wDwsrlkGr
|
||||||
|
KXmB/80nx6XPtKQ+ORxNY9npF+4oHWgeCZvt5deqD1a8Bn3gzR0VQfJyyoheMyZG
|
||||||
|
Oz6ToqnA4yFr84+XhWeBvdVN9/3f2g==
|
||||||
|
=SJnC
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 07:16:44 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.98.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.98.0
|
||||||
|
- Changes since 5.97.0:
|
||||||
|
* Add FreeBSD Qt6 CI support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 7 22:27:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Aug 7 22:27:11 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Bookmarks5
|
%define lname libKF5Bookmarks5
|
||||||
%define _tar_path 5.97
|
%define _tar_path 5.98
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: kbookmarks
|
Name: kbookmarks
|
||||||
Version: 5.97.0
|
Version: 5.98.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