Accepting request 1285560 from KDE:Frameworks
KDE Frameworks 6.15 (forwarded request 1285029 from krop) OBS-URL: https://build.opensuse.org/request/show/1285560 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-kbookmarks?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3f0a61fcfcca6509f1d7d21289e32776616e7caddec07cb9e1ca81e2f78ea43
|
||||
size 1109584
|
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaBTTZgAKCRAsjfWHptSq
|
||||
wTwDAP4iGSTnVOaEVAtY/LpHgXcYgwpFHL9MCjxWiyMiRl9CowD/dtk3OsAbahgY
|
||||
D3DJZ+X9ZhHIoqvxgsCXI1kxTiTO7Aw=
|
||||
=W0yC
|
||||
-----END PGP SIGNATURE-----
|
3
kbookmarks-6.15.0.tar.xz
Normal file
3
kbookmarks-6.15.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06ca8c619d52af7bc27b89d0b3ac99cbd10820756b299413e82f9164fe5fb863
|
||||
size 1093268
|
7
kbookmarks-6.15.0.tar.xz.sig
Normal file
7
kbookmarks-6.15.0.tar.xz.sig
Normal file
@@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaELtGgAKCRAsjfWHptSq
|
||||
wYlGAPoDQ/vV4T///n64qeglc+5zedBz/AUg5GXUOUX3mz9E5QD/QJ+yGkH57srB
|
||||
Tkd0aKym2qDBTUqv8bIZi5rRw+Ha+Qg=
|
||||
=mAH9
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 20:29:31 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.15.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.15.0
|
||||
- Changes since 6.14.0:
|
||||
* Update dependency version to 6.15.0
|
||||
* Add tags file to documentation
|
||||
* Add landing page for QDoc
|
||||
* It compiles fine without kf_6_13 deprecated methods
|
||||
* Port API documentation to QDoc syntax
|
||||
* Update version to 6.15.0
|
||||
- Replace _kf6_bugfix_version usage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 4 19:05:15 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@@ -16,16 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define qt6_version 6.7.0
|
||||
%define qt6_version 6.8.0
|
||||
|
||||
%define rname kbookmarks
|
||||
# Full KF6 version (e.g. 6.14.0)
|
||||
# Full KF6 version (e.g. 6.15.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
# Last major and minor KF6 version (e.g. 6.0)
|
||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kf6-kbookmarks
|
||||
Version: 6.14.0
|
||||
Version: 6.15.0
|
||||
Release: 0
|
||||
Summary: Framework for manipulating bookmarks in XBEL format
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -35,13 +33,12 @@ Source: %{rname}-%{version}.tar.xz
|
||||
Source1: %{rname}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
|
||||
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
|
||||
BuildRequires: cmake(KF6ConfigWidgets) >= %{_kf6_bugfix_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
|
||||
BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version}
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_version}
|
||||
BuildRequires: cmake(KF6Config) >= %{_kf6_version}
|
||||
BuildRequires: cmake(KF6ConfigWidgets) >= %{_kf6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_version}
|
||||
BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_version}
|
||||
BuildRequires: cmake(Qt6LinguistTools) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||
@@ -71,7 +68,7 @@ the XBEL format.
|
||||
Summary: Development files for kbookmarks, a XBEL format bookmark manipulation framework
|
||||
Requires: libKF6Bookmarks6 = %{version}
|
||||
Requires: libKF6BookmarksWidgets6 = %{version}
|
||||
Requires: cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version}
|
||||
Requires: cmake(KF6WidgetsAddons) >= %{_kf6_version}
|
||||
Requires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||
Requires: cmake(Qt6Xml) >= %{qt6_version}
|
||||
|
||||
@@ -85,7 +82,7 @@ manipulating bookmarks using the XBEL format
|
||||
%autosetup -p1 -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
@@ -113,8 +110,6 @@ manipulating bookmarks using the XBEL format
|
||||
%{_kf6_libdir}/libKF6BookmarksWidgets.so.*
|
||||
|
||||
%files devel
|
||||
%doc %{_kf6_qchdir}/KF6Bookmarks.*
|
||||
%doc %{_kf6_qchdir}/KF6BookmarksWidgets.*
|
||||
%{_kf6_libdir}/libKF6Bookmarks.so
|
||||
%{_kf6_libdir}/libKF6BookmarksWidgets.so
|
||||
%{_kf6_cmakedir}/KF6Bookmarks/
|
||||
|
Reference in New Issue
Block a user