4 Commits

Author SHA256 Message Date
12f9d0fdb3 Accepting request 1267696 from utilities
OBS-URL: https://build.opensuse.org/request/show/1267696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ttyd?expand=0&rev=4
2025-04-07 16:41:45 +00:00
a6fd84b822 - 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)

OBS-URL: https://build.opensuse.org/package/show/utilities/ttyd?expand=0&rev=17
2025-04-07 14:13:35 +00:00
ad50bde25c Accepting request 1255178 from utilities
OBS-URL: https://build.opensuse.org/request/show/1255178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ttyd?expand=0&rev=3
2025-03-24 12:29:23 +00:00
Soc Virnyl Estela
b2a7a293b8 - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section
- Remove Group: Declarations, no longer used

OBS-URL: https://build.opensuse.org/package/show/utilities/ttyd?expand=0&rev=15
2025-03-22 01:42:49 +00:00
4 changed files with 34 additions and 8 deletions

View File

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

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

View File

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

View File

@@ -1,7 +1,7 @@
#
# spec file for package ttyd
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2017-2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -18,15 +18,14 @@
Name: ttyd
Version: 1.7.4
Version: 1.7.7
Release: 0
Summary: Share your terminal over the web
License: MIT
Group: System/Monitoring
URL: https://tsl0922.github.io/ttyd/
#Git-Clone: https://github.com/tsl0922/ttyd.git
Source: https://github.com/tsl0922/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: cmake >= 3.5
BuildRequires: gcc-c++
BuildRequires: openssl-devel
# required vim for xxd
@@ -53,12 +52,15 @@ Features include:
%setup -q
%build
%cmake
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
make VERBOSE=1 %{?_smp_mflags}
%install
%cmake_install
%check
%ctest
%files
%license LICENSE
%doc README.md