KDE Frameworks 6.7.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kpty?expand=0&rev=17
This commit is contained in:
Christophe Marin 2024-10-11 12:55:50 +00:00 committed by Git OBS Bridge
commit 0176d7d7a6
15 changed files with 275 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
frameworks.keyring Normal file

Binary file not shown.

96
kf6-kpty.changes Normal file
View File

@ -0,0 +1,96 @@
-------------------------------------------------------------------
Mon Oct 7 10:00:15 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.7.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.7.0
- Changes since 6.6.0:
* Update dependency version to 6.7.0
* Update version to 6.7.0
-------------------------------------------------------------------
Sat Sep 7 09:03:26 UTC 2024 - Christophe Marin <christophe@krop.fr>
- 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
-------------------------------------------------------------------
Mon Aug 5 10:47:51 UTC 2024 - Christophe Marin <christophe@krop.fr>
- 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:54 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.4.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.4.0
- Changes since 6.3.0:
* Apply 2 suggestion(s) to 1 file(s)
* Fix "Connecting from COMPAT signal" warning
-------------------------------------------------------------------
Wed Jun 5 10:11:52 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.3.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.3.0/
- No code changes since 6.2.0
-------------------------------------------------------------------
Mon May 6 12:22:50 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.2.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/6.2.0/
- No code change since 6.1.0
-------------------------------------------------------------------
Fri Apr 5 12:52:54 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.1.0
* New feature release
- Changes since 6.0.0:
* update version for new release
-------------------------------------------------------------------
Wed Feb 21 19:28:07 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.0
* New bugfix release
* Release announcement not available yet
- Changes since 5.249.0:
* update version for new release
-------------------------------------------------------------------
Wed Jan 31 17:50:45 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- 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:30 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.248.0 (6.0 RC 1)
* For more details please see:
https://kde.org/announcements/megarelease/6/rc1/
-------------------------------------------------------------------
Sat May 27 11:18:27 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kf6-kpty

105
kf6-kpty.spec Normal file
View File

@ -0,0 +1,105 @@
#
# spec file for package kf6-kpty
#
# 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.7.0
%define rname kpty
# Full KF6 version (e.g. 6.7.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-kpty
Version: 6.7.0
Release: 0
Summary: Primitives to interface with pseudo terminal devices
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: fdupes
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
BuildRequires: utempter-devel
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
%description
This library provides primitives to interface with pseudo terminal devices
as well as a KProcess derived class for running child processes and
communicating with them using a pty.
%package -n libKF6Pty6
Summary: Interfacing with pseudo terminal devices
Requires: kf6-kpty >= %{version}
%description -n libKF6Pty6
This library provides primitives to interface with pseudo terminal devices
as well as a KProcess derived class for running child processes and
communicating with them using a pty.
%package devel
Summary: Development files for kpty, a pseudo terminal device interface
Requires: libKF6Pty6 = %{version}
Requires: cmake(Qt6Core) >= %{qt6_version}
%description devel
This library provides primitives to interface with pseudo terminal devices
as well as a KProcess derived class for running child processes and
communicating with them using a pty.
%lang_package -n libKF6Pty6
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
%kf6_build
%install
%kf6_install
%fdupes %{buildroot}
%find_lang kpty6
%ldconfig_scriptlets -n libKF6Pty6
%files
%{_kf6_debugdir}/kpty.categories
%files -n libKF6Pty6
%license LICENSES/*
%{_kf6_libdir}/libKF6Pty.so.*
%files devel
%doc %{_kf6_qchdir}/KF6Pty.*
%{_kf6_includedir}/KPty/
%{_kf6_cmakedir}/KF6Pty/
%{_kf6_libdir}/libKF6Pty.so
%files -n libKF6Pty6-lang -f kpty6.lang
%changelog

3
kpty-6.3.0.tar.xz Normal file
View File

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

7
kpty-6.3.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQZgAKCRAsjfWHptSq
wRLZAQDp1txeAkurD0vd4TJNjNsniJU17yFOZcePd0U0jojWvgEA6Mn4JGV+dbuy
zDyIXkiDXaiPLoi+JZMVqa6wvV47nw8=
=/KFe
-----END PGP SIGNATURE-----

3
kpty-6.4.0.tar.xz Normal file
View File

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

7
kpty-6.4.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohSzgAKCRAsjfWHptSq
wfXvAP0QwklGMi27+mC55jYbnH8jwGcWWVBSG+N5YILYzOySlAD/WTrpi5EwrgVW
SE8x2QU+ElW4k+QSFVgQBeZj9er4aAk=
=cDdT
-----END PGP SIGNATURE-----

3
kpty-6.5.0.tar.xz Normal file
View File

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

7
kpty-6.5.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/yQAKCRAsjfWHptSq
wbb6AP97fPPPFDQG2aacZsX7VerDYl5kID3IYurRxroB12vTNgEAlZRZn0iSte3R
RdYIo8wVIlgzU2Y0EEN8JyOFba91ygg=
=0gub
-----END PGP SIGNATURE-----

3
kpty-6.6.0.tar.xz Normal file
View File

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

7
kpty-6.6.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqDQAKCRAsjfWHptSq
wcA7AP42M6RA3UeK1dfxkTQt6/y/U/J91HOYlcS++7GxZ6/UjwD+OnnbGHXNWl6g
+nMAF2NxLC7fqkZXK/C1SHQ9OTjKDAA=
=hzBp
-----END PGP SIGNATURE-----

3
kpty-6.7.0.tar.xz Normal file
View File

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

7
kpty-6.7.0.tar.xz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAFIwAKCRAsjfWHptSq
wbCuAP9jngN3LUjpVM0j4qcCXf74AmG8t+JFpbP6WG7neC+FqAEAzhc3T3Rt1PjB
XJ6V9hAna+eVc/GMzq6ltub00Xy6Hgs=
=qpa7
-----END PGP SIGNATURE-----