commit ff0f9688c68564d0b965a2c28600d305164b26f419280a372db9a78821249d1d Author: Christophe Marin Date: Sat Sep 14 08:27:38 2024 +0000 KDE Frameworks 6.6.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-ktexttemplate?expand=0&rev=16 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/frameworks.keyring b/frameworks.keyring new file mode 100644 index 0000000..0805969 Binary files /dev/null and b/frameworks.keyring differ diff --git a/kf6-ktexttemplate.changes b/kf6-ktexttemplate.changes new file mode 100644 index 0000000..32210ee --- /dev/null +++ b/kf6-ktexttemplate.changes @@ -0,0 +1,88 @@ +------------------------------------------------------------------- +Sat Sep 7 09:03:30 UTC 2024 - Christophe Marin + +- Update to 6.6.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.6.0 +- Changes since 6.5.0: + * Update version to 6.6.0 + * ci: add Alpine/musl job + +------------------------------------------------------------------- +Mon Aug 5 10:47:55 UTC 2024 - Christophe Marin + +- Update to 6.5.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.5.0 +- Changes since 6.4.0: + * Update dependency version to 6.5.0 + * Update version to 6.5.0 + +------------------------------------------------------------------- +Tue Jul 9 09:41:58 UTC 2024 - Christophe Marin + +- Update to 6.4.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.4.0 +- No code change since 6.3.0 + +------------------------------------------------------------------- +Wed Jun 5 10:11:58 UTC 2024 - Christophe Marin + +- Update to 6.3.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.3.0/ +- Changes since 6.2.0: + * Remove explicit maintainer from metainfo + +------------------------------------------------------------------- +Mon May 6 12:22:56 UTC 2024 - Christophe Marin + +- Update to 6.2.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/6.2.0/ +- Changes since 6.1.0: + * Enforce passing tests on all platforms + +------------------------------------------------------------------- +Fri Apr 5 12:52:59 UTC 2024 - Christophe Marin + +- Update to 6.1.0 + * New feature release +- Changes since 6.0.0: + * update version for new release + +------------------------------------------------------------------- +Wed Feb 21 19:28:10 UTC 2024 - Fabian Vogt + +- Update to 6.0.0 + * New bugfix release + * Release announcement not available yet +- Changes since 5.249.0: + * update version for new release + * Fix typo in API docs + * update version for new release + +------------------------------------------------------------------- +Wed Jan 31 17:50:55 UTC 2024 - Fabian Vogt + +- Update to 5.249.0 (6.0 RC 2): + * New bugfix release + * For more details see https://kde.org/announcements/megarelease/6/rc2/ + +------------------------------------------------------------------- +Mon Jan 15 20:01:41 UTC 2024 - Fabian Vogt + +- Update to 5.248.0 (6.0 RC 1) + * For more details please see: + https://kde.org/announcements/megarelease/6/rc1/ + +------------------------------------------------------------------- +Wed May 31 09:07:33 UTC 2023 - Christophe Marin + +- Init kf6-ktexttemplate diff --git a/kf6-ktexttemplate.spec b/kf6-ktexttemplate.spec new file mode 100644 index 0000000..ca9ce2c --- /dev/null +++ b/kf6-ktexttemplate.spec @@ -0,0 +1,95 @@ +# +# spec file for package kf6-ktexttemplate +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define qt6_version 6.6.0 + +%define rname ktexttemplate +# Full KF6 version (e.g. 6.6.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-ktexttemplate +Version: 6.6.0 +Release: 0 +Summary: String template library +License: LGPL-2.1-or-later +URL: https://www.kde.org +Source: %{rname}-%{version}.tar.xz +%if %{with released} +Source1: %{rname}-%{version}.tar.xz.sig +Source2: frameworks.keyring +%endif +BuildRequires: doxygen +BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version} +BuildRequires: cmake(Qt6Core) >= %{qt6_version} +BuildRequires: cmake(Qt6Qml) >= %{qt6_version} +BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version} + +%description +The goal of KTextTemplate is to make it easier for application developers to +separate the structure of documents from the data they contain, opening the door +for theming and advanced generation of other text such as code. + +%package -n libKF6TextTemplate6 +Summary: Core library for ktexttemplate +Requires: kf6-ktexttemplate >= %{version} + +%description -n libKF6TextTemplate6 +Library to allow application developers to separate the structure of documents +from the data they contain. + +%package devel +Summary: Development package for ktexttemplate +Requires: libKF6TextTemplate6 = %{version} + +%description devel +Library to allow application developers to separate the structure of documents +from the data they contain. + +Development files. + +%prep +%autosetup -p1 -n %{rname}-%{version} + +%build +%cmake_kf6 -DBUILD_QCH:BOOL=TRUE + +%kf6_build + +%install +%kf6_install + +%ldconfig_scriptlets -n libKF6TextTemplate6 + +%files +%{_kf6_debugdir}/ktexttemplate.categories +%{_kf6_plugindir}/kf6/ktexttemplate/ + +%files -n libKF6TextTemplate6 +%license LICENSES/* +%doc README.md +%{_kf6_libdir}/libKF6TextTemplate.so.* + +%files devel +%doc %{_kf6_qchdir}/KF6TextTemplate.* +%{_kf6_cmakedir}/KF6TextTemplate/ +%{_kf6_includedir}/KTextTemplate/ +%{_kf6_libdir}/libKF6TextTemplate.so + +%changelog diff --git a/ktexttemplate-6.3.0.tar.xz b/ktexttemplate-6.3.0.tar.xz new file mode 100644 index 0000000..fc6d986 --- /dev/null +++ b/ktexttemplate-6.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9351889c589fb2fa7f33fa6f0d748edbef44863fe79eb49b12d1fa5ab349ae9d +size 846044 diff --git a/ktexttemplate-6.3.0.tar.xz.sig b/ktexttemplate-6.3.0.tar.xz.sig new file mode 100644 index 0000000..6440b42 --- /dev/null +++ b/ktexttemplate-6.3.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQfwAKCRAsjfWHptSq +wZDaAPsHh55F5kHH1keqKy0ExT4q9W0EFg1UXx4rh+3nNt0xtAEAgToO7O4atK0N +udSkpR+9mj8yWnBD6wfjBCft298tNg0= +=s9Ja +-----END PGP SIGNATURE----- diff --git a/ktexttemplate-6.4.0.tar.xz b/ktexttemplate-6.4.0.tar.xz new file mode 100644 index 0000000..eb8c319 --- /dev/null +++ b/ktexttemplate-6.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74300fe80fd7d0e8724b381d8f885345d91f47ae341003d4655e82b0dab6bf90 +size 846020 diff --git a/ktexttemplate-6.4.0.tar.xz.sig b/ktexttemplate-6.4.0.tar.xz.sig new file mode 100644 index 0000000..19e371b --- /dev/null +++ b/ktexttemplate-6.4.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohS6QAKCRAsjfWHptSq +wdMZAQDxyFFy7a3Gkdwt9lbVHbJNkuYPbmg0ZERMoW9iUu/Z8wEAm2pbZXaRMgDw +zD9bKM2owlA3GJgOitUc35l/K6lfwww= +=bj3N +-----END PGP SIGNATURE----- diff --git a/ktexttemplate-6.5.0.tar.xz b/ktexttemplate-6.5.0.tar.xz new file mode 100644 index 0000000..041e17f --- /dev/null +++ b/ktexttemplate-6.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295a3f87ff08af17f83496fd66b3f634917bcac6466c79be1f4cb6786ecb04c6 +size 845956 diff --git a/ktexttemplate-6.5.0.tar.xz.sig b/ktexttemplate-6.5.0.tar.xz.sig new file mode 100644 index 0000000..3d60230 --- /dev/null +++ b/ktexttemplate-6.5.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/5QAKCRAsjfWHptSq +wWDeAQCUfr/XBBwHNj0MFjK/h7+FMgvDgqSk0JUK8JhaEQXwxQEAzB8qDerS08vp +JpTnZMzbIFi2JiqYedaNCNh8JuUCkQI= +=fPu2 +-----END PGP SIGNATURE----- diff --git a/ktexttemplate-6.6.0.tar.xz b/ktexttemplate-6.6.0.tar.xz new file mode 100644 index 0000000..5d8e94c --- /dev/null +++ b/ktexttemplate-6.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23611a7724d9ccb534cba22dc88885748cf2ec9037d3dccad5cc54a3d4bdb954 +size 846044 diff --git a/ktexttemplate-6.6.0.tar.xz.sig b/ktexttemplate-6.6.0.tar.xz.sig new file mode 100644 index 0000000..a4db092 --- /dev/null +++ b/ktexttemplate-6.6.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqKgAKCRAsjfWHptSq +wW/3AP42xd+H0UwpPXB1zphpOcBNTbOKBXG27Zbs7Iu5dVuGQwD/ahcUb8s7i/G2 +5TyO7LcSaU75SPO0zIAwk63c+WV2UgM= +=06iz +-----END PGP SIGNATURE-----