SHA256
1
0
forked from pool/kbookmarks

Accepting request 730908 from KDE:Frameworks5

Update to 5.62

OBS-URL: https://build.opensuse.org/request/show/730908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbookmarks?expand=0&rev=70
This commit is contained in:
Dominique Leuenberger 2019-09-23 10:21:13 +00:00 committed by Git OBS Bridge
commit f692e98965
6 changed files with 33 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24f87ff1acc5f0c257518f67af277b454566e607f82eb09e75b4a6ed02403377
size 120104

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAHkACgkQWNDuZIpI
s7sVjggAqBKI1mICtdt9mSLoRCFr1Y6uCe/cXuOTOsfGAXq1jvT9uKcNA9h+6M15
8xuQjtVLcgUoUdGgLM5emSIoqazI42B6KDLTGqEMhyFLdlwf4fj5wLQflNFdiLau
PbB5mBbIuBLbp75m/xYbMaxKdDe0Xl2v1DGVO1TRW7aqtZtZh2Y5KGytSfIsxiuB
W1JnDmoltR+xnCYfAiYKq3t8xDDjtGRIP573Ws13sx8WlpQs0Xkuu+ce6k23ct12
1AS0tm38OJJUKFTm8rstngwsvrjkzOaAsjtLnHG+6+MHAf250m+BJgbwRnm30w01
/t880iwZGKxL1VeqMG3IKYFWdsvcRQ==
=gcTd
-----END PGP SIGNATURE-----

3
kbookmarks-5.62.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69318784fa5feaee3e60bb159fb6c827475a8ce28a74bedf5939ad592c29ea4f
size 120124

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz1QACgkQWNDuZIpI
s7umDQf/QNjfN/Yyemk2a6l1tc3pkIKKm00reiAmcwpMHaDFsYycqMBZUpZIx+2o
uQfEyENY3DiHxg8M+esl79rr3Kwwm7W647oE13PqQlJpClV2DSg9WQhnJlX3/TRr
y2rAVT1L9JvOKNCiWzRuf/BUE54kDKjxdoNiOWi/kOqsRhV8uV4/GypKD5iKzkCw
ApND8WKE+Q5DJI2GPtJK7WjUwGKOOIQvkw0qaQk3khJg986YiDis05gb9KwEQNB8
hGbukf43OaXBB6so4wC7/Vhuo6v2nBn+e8+yXx4l6RxGXxIyYSNz/j1RJoLVBocv
QeJOEH9huNSgIeOPe9exUB6HKZCRBw==
=pb47
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Sep 7 20:36:31 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.62.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
- No code change since 5.61.0
- Replace foo-devel with cmake(KF5Foo) in build requirements
-------------------------------------------------------------------
Wed Aug 7 17:51:09 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Bookmarks5
%define _tar_path 5.61
%define _tar_path 5.62
# 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.61.0
Version: 5.62.0
Release: 0
Summary: Framework for manipulating bookmarks in XBEL format
License: LGPL-2.1-or-later
@ -39,13 +39,13 @@ Source99: baselibs.conf
BuildRequires: cmake >= 3.5
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kcodecs-devel >= %{_kf5_bugfix_version}
BuildRequires: kconfig-devel >= %{_kf5_bugfix_version}
BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Codecs) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5DBus) >= 5.9.0
Requires: cmake(Qt5Widgets) >= 5.9.0
Requires: cmake(Qt5Xml) >= 5.9.0
@ -71,7 +71,7 @@ Summary: Development files for kbookmarks, a XBEL format bookmark manipul
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
Requires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Widgets) >= 5.9.0
Requires: cmake(Qt5Xml) >= 5.9.0