forked from pool/kf6-kpty
Compare commits
13 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
7362437dc0 | ||
|
46ec559ffb | ||
|
d015a67460 | ||
|
5e59fe6b2b | ||
|
84e5e7becf | ||
|
f706593f5e | ||
|
85f8dc9eb1 | ||
|
a2d3db581f | ||
|
a95a405d0d | ||
|
000de06523 | ||
|
0176d7d7a6 | ||
|
e09fe2ecbe | ||
|
d43a7c62fc |
@ -1,3 +1,65 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 10:52:28 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Remove libutempter, it doesn't work anymore with the switch
|
||||||
|
from utmp to systemd-logind
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 9 17:12:36 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.10.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/6/6.10.0
|
||||||
|
- Changes since 6.9.0:
|
||||||
|
* Update dependency version to 6.10.0
|
||||||
|
* Update version to 6.10.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 8 10:09:25 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.9.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/6/6.9.0
|
||||||
|
- Changes since 6.8.0:
|
||||||
|
* Update dependency version to 6.9.0
|
||||||
|
* Bump KF and QT versions in ecm_set_disabled_deprecation_versions
|
||||||
|
* ci: add Alpine/musl job
|
||||||
|
* Update version to 6.9.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 4 11:18:15 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/6/6.8.0
|
||||||
|
- Changes since 6.7.0:
|
||||||
|
* Update dependency version to 6.8.0
|
||||||
|
* Update version to 6.8.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Aug 5 10:47:51 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kf6-kpty
|
# spec file for package kf6-kpty
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define qt6_version 6.6.0
|
%define qt6_version 6.7.0
|
||||||
|
|
||||||
%define rname kpty
|
%define rname kpty
|
||||||
# Full KF6 version (e.g. 6.5.0)
|
# Full KF6 version (e.g. 6.9.0)
|
||||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||||
# Last major and minor KF6 version (e.g. 6.0)
|
# 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}')}
|
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kf6-kpty
|
Name: kf6-kpty
|
||||||
Version: 6.5.0
|
Version: 6.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Primitives to interface with pseudo terminal devices
|
Summary: Primitives to interface with pseudo terminal devices
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -38,7 +38,6 @@ Source2: frameworks.keyring
|
|||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
|
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
|
||||||
BuildRequires: utempter-devel
|
|
||||||
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_bugfix_version}
|
||||||
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
|
BuildRequires: cmake(KF6I18n) >= %{_kf6_bugfix_version}
|
||||||
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||||
|
3
kpty-6.10.0.tar.xz
Normal file
3
kpty-6.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1fccd92d67eac0bfeadac3badbb409dcd720ed224284ed056166ab5787f2d647
|
||||||
|
size 2407900
|
7
kpty-6.10.0.tar.xz.sig
Normal file
7
kpty-6.10.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gCFwAKCRAsjfWHptSq
|
||||||
|
wcxiAP91Ive/SttxDdbjv2bH5ZnexkfcP3hucXRU6PknD3w0TQEA+A2b0+a/UkLO
|
||||||
|
sMmHCZK4S/Vx4QAGLsSXAv4HVezPBgY=
|
||||||
|
=4L0C
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc9365ba4a83b948a8326f2f75d46d4dea8327bc06b5ee2190306cbf8fdf5241
|
|
||||||
size 2407388
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/yQAKCRAsjfWHptSq
|
|
||||||
wbb6AP97fPPPFDQG2aacZsX7VerDYl5kID3IYurRxroB12vTNgEAlZRZn0iSte3R
|
|
||||||
RdYIo8wVIlgzU2Y0EEN8JyOFba91ygg=
|
|
||||||
=0gub
|
|
||||||
-----END PGP SIGNATURE-----
|
|
Loading…
x
Reference in New Issue
Block a user