forked from pool/kbookmarks
Frameworks 5.65 with respins
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kbookmarks?expand=0&rev=188
This commit is contained in:
parent
4727cec8a7
commit
01e2103755
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51343a57b50032d60ffae123f426cdd67cd290ce306ae494c1956d0b899d4ff2
|
||||
size 120112
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yfMACgkQWNDuZIpI
|
||||
s7tr4Af8COkbXI+DXeBoY/yYjDZC+E2TaCnRwuJ2pTd2BIrI4wNdDntpWf5LEkRj
|
||||
dmNktItAk6hE77vEe8dNa5v1g7gZJZpY13wQxOyYzGnILVXqu8H5R0+UCycukf8N
|
||||
VNPNp5t/btTkmXP78C1XVmzLzKwJkojliJXvhFBuBYb01hWFPIwHADE2e+SNexXY
|
||||
9ozPiegYESP3ZOV0papLyfgU6IDg14TPQS7Unasuk4TuB7rEVjtTlfAd+I4FmyiZ
|
||||
2nDYjxgSNpLBV6Fgqg8lbYXMao6T+v5eZmlji7/j9Id+g20Z6IBqDIvfiL/zqZZ0
|
||||
ygwauQ8sH2RDv2c9BIX0fynulyWViw==
|
||||
=bvpm
|
||||
-----END PGP SIGNATURE-----
|
3
kbookmarks-5.65.0.tar.xz
Normal file
3
kbookmarks-5.65.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c00a04d77ce2b4744feb5ae43f50f8ae5c18b752eae52a8f4d9db47046daf18a
|
||||
size 120960
|
11
kbookmarks-5.65.0.tar.xz.sig
Normal file
11
kbookmarks-5.65.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQTQACgkQWNDuZIpI
|
||||
s7t5nAf7BvhkHX0xbAAfIgfjxFr9gl3e0b3NubZJxLhYFVQ5LPOIgELL4Ud2aUNH
|
||||
EuTCIPtNHR+4LHK8y2mCCF01YvneP/5vN3aO70glCVq3Vkeuwt/qiFzQiOMRLKrU
|
||||
OpArUItMLoGyhU3IOyGgdB6hdo4tspYZqVBIAbCPNtgVdcdy07OrS26TipdFfYsk
|
||||
p7tXratmXOZqHRGz1NqpDtdKW9j30e8UDNvXFVsiWH4CNE78HzBcqDhvHID5uVwn
|
||||
hMgge+/wY/Ht2F0W1t6Sx4kke0PM8ofHEluv0rlsIhC2cMkrtPrp5EnNaEe38Aq9
|
||||
auxQjhyLT+Buh47TR+MnBf70nPEt2A==
|
||||
=2pEO
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 11:18:21 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
Update to 5.65.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
|
||||
- Changes since 5.64.0:
|
||||
* Simplify null check
|
||||
* Clean up includes
|
||||
* Remove unneeded moc include
|
||||
* Remove superflous private
|
||||
* Deprecate KonqBookmarkMenu and KonqBookmarkContextMenu
|
||||
* Move classes only used by KonqBookmarkMenu together with it.
|
||||
* Coding style fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 15:46:49 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kbookmarks
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Bookmarks5
|
||||
%define _tar_path 5.64
|
||||
%define _tar_path 5.65
|
||||
# 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.64.0
|
||||
Version: 5.65.0
|
||||
Release: 0
|
||||
Summary: Framework for manipulating bookmarks in XBEL format
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user