Accepting request 1285601 from KDE:Frameworks

KDE Frameworks 6.15 (forwarded request 1285029 from krop)

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jun 9 20:29:44 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:
* Use correct qdoc include
* Update dependency version to 6.15.0
* Add tags file to documentation
* Add missing qhp projects
* Remove leftover doxygen file
* kbuildsycoca: show error if `fchown()` fails
* kmemfile: avoid using memset, use regular init
* Add landing page for QDoc
* KService: add actions() precision
* 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:29 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 kservice
# 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-kservice
Version: 6.14.0
Version: 6.15.0
Release: 0
Summary: Plugin framework for desktop services
License: LGPL-2.1-or-later
@@ -36,17 +34,16 @@ Source1: %{rname}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: bison
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: flex
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6Config) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6DocTools) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_version}
BuildRequires: cmake(KF6Config) >= %{_kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_version}
BuildRequires: cmake(KF6DocTools) >= %{_kf6_version}
BuildRequires: cmake(KF6I18n) >= %{_kf6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}
Recommends: kded6 >= %{_kf6_bugfix_version}
Recommends: kded6 >= %{_kf6_version}
%description
Provides a plugin framework for handling desktop services. Services can
@@ -65,8 +62,8 @@ application specific code.
%package devel
Summary: Plugin framework for desktop services: Build Environment
Requires: libKF6Service6 = %{version}
Requires: cmake(KF6Config) >= %{_kf6_bugfix_version}
Requires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
Requires: cmake(KF6Config) >= %{_kf6_version}
Requires: cmake(KF6CoreAddons) >= %{_kf6_version}
%description devel
Provides a plugin framework for handling desktop services. Services can
@@ -79,7 +76,7 @@ application specific code. Development files
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
%cmake_kf6
%kf6_build
@@ -103,7 +100,6 @@ application specific code. Development files
%{_kf6_libdir}/libKF6Service.so.*
%files devel
%doc %{_kf6_qchdir}/KF6Service.*
%{_kf6_cmakedir}/KF6Service/
%{_kf6_includedir}/KService/
%{_kf6_libdir}/libKF6Service.so

View File

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

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaBTVowAKCRAsjfWHptSq
wUltAQC/1X9sYGzMgUH3XIiyL2X5De/KswAAt1Am86KV5mQz+AD/X/kYiZS4Govp
TH0aeA1UGgR6vfXAwO+cHyfosTMh9gc=
=Pt6s
-----END PGP SIGNATURE-----

3
kservice-6.15.0.tar.xz Normal file
View File

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

View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaEvw6gAKCRAsjfWHptSq
wStnAP9et91PEXbYH6Q2azkwZNxf1mcFh3Efq/N9VNV6GpLmRAEA/7HYhjDu1Xps
AFav+gyrfFcpsZVIxFjzT8xoOAy0oAA=
=C9f1
-----END PGP SIGNATURE-----