Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
@ -1,65 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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) 2025 SUSE LLC
|
# Copyright (c) 2024 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.7.0
|
%define qt6_version 6.6.0
|
||||||
|
|
||||||
%define rname kpty
|
%define rname kpty
|
||||||
# Full KF6 version (e.g. 6.9.0)
|
# Full KF6 version (e.g. 6.5.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.10.0
|
Version: 6.5.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,6 +38,7 @@ 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}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1fccd92d67eac0bfeadac3badbb409dcd720ed224284ed056166ab5787f2d647
|
|
||||||
size 2407900
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gCFwAKCRAsjfWHptSq
|
|
||||||
wcxiAP91Ive/SttxDdbjv2bH5ZnexkfcP3hucXRU6PknD3w0TQEA+A2b0+a/UkLO
|
|
||||||
sMmHCZK4S/Vx4QAGLsSXAv4HVezPBgY=
|
|
||||||
=4L0C
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kpty-6.5.0.tar.xz
Normal file
3
kpty-6.5.0.tar.xz
Normal 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
7
kpty-6.5.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/yQAKCRAsjfWHptSq
|
||||||
|
wbb6AP97fPPPFDQG2aacZsX7VerDYl5kID3IYurRxroB12vTNgEAlZRZn0iSte3R
|
||||||
|
RdYIo8wVIlgzU2Y0EEN8JyOFba91ygg=
|
||||||
|
=0gub
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user