Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 12f9d0fdb3 | |||
| a6fd84b822 | |||
| ad50bde25c | |||
|
|
b2a7a293b8 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:300d8cef4b0b32b0ec30d7bf4d3721a5d180e22607f9467a95ab7b6d9652ca9b
|
|
||||||
size 603483
|
|
||||||
3
ttyd-1.7.7.tar.gz
Normal file
3
ttyd-1.7.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:039dd995229377caee919898b7bd54484accec3bba49c118e2d5cd6ec51e3650
|
||||||
|
size 621347
|
||||||
24
ttyd.changes
24
ttyd.changes
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 5 13:49:11 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.7.7:
|
||||||
|
* This release fixes version detection when not building from git repo
|
||||||
|
|
||||||
|
- Update to version 1.7.6:
|
||||||
|
* This release fixes that 1.7.5 reports incorrect version
|
||||||
|
|
||||||
|
- Update to version 1.7.5:
|
||||||
|
* html: allow overriding client options with URL query (dea883a)
|
||||||
|
* server: add --exit-no-conn option (#1029) (116ce8f)
|
||||||
|
* html: add safari mobile full screen support (#946) (f79304f)
|
||||||
|
* html: Add Unicode 11 xterm.js addon (#1310) (61a985e)
|
||||||
|
* html: upgrade to xterm 5.4.0 (#1303) (09e7fd8)
|
||||||
|
* add trzszDragInitTimeout option (#1238) (272f2f8)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 22 00:56:37 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
|
||||||
|
- Add %check section
|
||||||
|
- Remove Group: Declarations, no longer used
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 31 09:33:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Tue Oct 31 09:33:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
|||||||
12
ttyd.spec
12
ttyd.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ttyd
|
# spec file for package ttyd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2017-2021, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2017-2021, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -18,15 +18,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ttyd
|
Name: ttyd
|
||||||
Version: 1.7.4
|
Version: 1.7.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Share your terminal over the web
|
Summary: Share your terminal over the web
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Monitoring
|
|
||||||
URL: https://tsl0922.github.io/ttyd/
|
URL: https://tsl0922.github.io/ttyd/
|
||||||
#Git-Clone: https://github.com/tsl0922/ttyd.git
|
#Git-Clone: https://github.com/tsl0922/ttyd.git
|
||||||
Source: https://github.com/tsl0922/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/tsl0922/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake >= 3.5
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
# required vim for xxd
|
# required vim for xxd
|
||||||
@@ -53,12 +52,15 @@ Features include:
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||||
make VERBOSE=1 %{?_smp_mflags}
|
make VERBOSE=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%ctest
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user