4 Commits

6 changed files with 23 additions and 12 deletions

Binary file not shown.

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQp3STmpc/8ezIJ3iP/kNS7VS7igUCaD00OAAKCRCP/kNS7VS7
iqiwAP4sP9Prcd8/yZkFGOLrDPMCNpzpx8vSOoKteGXzV/N8WwEAqxL8vRE15OvZ
LiYwCF0MA0ZbGgoGwdejDV/k1yaFDwY=
=bKN1
-----END PGP SIGNATURE-----

3
ktextaddons-1.8.0.tar.xz Normal file
View File

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

View File

@@ -0,0 +1,8 @@
-----BEGIN PGP SIGNATURE-----
iJEEABYKADkWIQSQp3STmpc/8ezIJ3iP/kNS7VS7igUCaOa81xsUgAAAAAAEAA5t
YW51MiwyLjUrMS4xMSwyLDIACgkQj/5DUu1Uu4oDzgEAzJDLDg8BX/md5XIgTJpw
4YlAK5NwT50V/IRiVlvuu34A/RqX3iRoeeFrisOhAVru8T7mWMGCXW0Hw6fG7cFc
RQ8J
=GOPV
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 25 13:38:07 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 1.8.0. No changelog
-------------------------------------------------------------------
Thu Jun 12 12:01:17 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ktextaddons
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%bcond_without released
Name: ktextaddons
Version: 1.6.0
Version: 1.8.0
Release: 0
Summary: Various text handling addons
License: LGPL-2.1-or-later
@@ -39,6 +39,7 @@ BuildRequires: cmake(KF6Archive) >= %{kf6_version}
BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6IconThemes) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(KF6Sonnet) >= %{kf6_version}
BuildRequires: cmake(KF6SyntaxHighlighting) >= %{kf6_version}
@@ -105,6 +106,8 @@ This package provides development files to use ktextaddons in other applications
%{_kf6_plugindir}/kf6/speechtotext/
%{_kf6_plugindir}/kf6/textautogeneratetext/
%{_kf6_libdir}/libtextautogenerateollama.so.*
%{_kf6_libdir}/libtextautogenerategenericnetwork.so.*
%{_kf6_libdir}/libtextautogenerate-cmark-rc-copy.so.*
%files lang -f %{name}.lang
@@ -137,6 +140,7 @@ This package provides development files to use ktextaddons in other applications
%{_kf6_cmakedir}/KF6TextSpeechToText/
%{_kf6_cmakedir}/KF6TextTranslator/
%{_kf6_cmakedir}/KF6TextUtils/
%{_kf6_cmakedir}/textautogenerate-cmark-rc-copy/
%{_kf6_includedir}/TextAddonsWidgets/
%{_kf6_includedir}/TextAutoCorrectionCore/
%{_kf6_includedir}/TextAutoCorrectionWidgets/
@@ -163,5 +167,6 @@ This package provides development files to use ktextaddons in other applications
%{_kf6_libdir}/libKF6TextUtils.so
%{_kf6_plugindir}/designer/textcustomeditor.so
%{_kf6_plugindir}/designer/texttranslatorwidgets6.so
%{_kf6_libdir}/libtextautogenerate-cmark-rc-copy.so
%changelog