12
0

Accepting request 1285565 from KDE:Frameworks

KDE Frameworks 6.15 (forwarded request 1285029 from krop)

OBS-URL: https://build.opensuse.org/request/show/1285565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-kcompletion?expand=0&rev=16
This commit is contained in:
2025-06-18 13:55:00 +00:00
committed by Git OBS Bridge
6 changed files with 36 additions and 22 deletions

View File

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

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaBTTpgAKCRAsjfWHptSq
wdhoAP4rkiG6ezN885SQ3y8ovVqvk9QhOiDTBg3fbVI4Hgs2HgEAtBof0Kyk+i/v
TuL5jJ8wchJZ//doIbtuQAW52FtucAY=
=NVN5
-----END PGP SIGNATURE-----

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:938cad318dcaa2fca8b8b8d4853fa3f7abd833dcf03b51e19a174e6195ccc27d
size 2300344

View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaELtNgAKCRAsjfWHptSq
wdYwAP4qSYIekdAhrHQgbJ5blyd1PrCmMcYZS9qkC4Vq5w2CnAD/ddxXkYK0DurE
ohuuTDS3nWfH02zeZVACskdY6vVmUwE=
=Jz6I
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jun 9 20:29:33 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
* It compiles fine without kf 6.14 deprecated methods
* Add tags file to documentation
* Add missing qhp project
* 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:17 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@@ -16,16 +16,14 @@
#
%define qt6_version 6.7.0
%define qt6_version 6.8.0
%define rname kcompletion
# 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-kcompletion
Version: 6.14.0
Version: 6.15.0
Release: 0
Summary: Widgets with advanced completion support
License: LGPL-2.1-or-later
@@ -35,12 +33,11 @@ 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(KF6Codecs) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_bugfix_version}
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_version}
BuildRequires: cmake(KF6Codecs) >= %{_kf6_version}
BuildRequires: cmake(KF6Config) >= %{_kf6_version}
BuildRequires: cmake(KF6WidgetsAddons) >= %{_kf6_version}
BuildRequires: cmake(Qt6LinguistTools) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: cmake(Qt6UiPlugin) >= %{qt6_version}
@@ -74,7 +71,7 @@ can be used with own widgets.
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
%cmake_kf6
%kf6_build
@@ -96,7 +93,6 @@ can be used with own widgets.
%{_kf6_libdir}/libKF6Completion.so.*
%files devel
%doc %{_kf6_qchdir}/KF6Completion.*
%{_kf6_cmakedir}/KF6Completion/
%{_kf6_includedir}/KCompletion/
%{_kf6_libdir}/libKF6Completion.so