2 Commits

Author SHA256 Message Date
6ebc998e15 Accepting request 1255637 from X11:terminals
- Update to version 1.1.2:
  - compatibility with libcosmos version 0.4.0
  - Fix occassional crashes upon closing the terminal.

OBS-URL: https://build.opensuse.org/request/show/1255637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nst?expand=0&rev=5
2025-03-25 21:10:26 +00:00
c5a170d14a - Update to version 1.1.2:
- compatibility with libcosmos version 0.4.0
  - Fix occassional crashes upon closing the terminal.

OBS-URL: https://build.opensuse.org/package/show/X11:terminals/nst?expand=0&rev=10
2025-03-24 13:24:16 +00:00
4 changed files with 13 additions and 6 deletions

3
nst-v1.1.2.tar.xz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 24 13:23:08 UTC 2025 - Matthias Gerstner <matthias.gerstner@suse.com>
- Update to version 1.1.2:
- compatibility with libcosmos version 0.4.0
- Fix occassional crashes upon closing the terminal.
-------------------------------------------------------------------
Wed Aug 14 08:57:58 UTC 2024 - Matthias Gerstner <matthias.gerstner@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package nst
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
%define version 1.1
%define version 1.1.2
Name: nst
Version: %{version}
@@ -25,7 +25,7 @@ Summary: C++ port of suckless.org st (simple-terminal) emulator
License: MIT
Group: System/X11/Terminals
URL: https://github.com/gerstner-hub/nst
Source0: nst-v1.1.tar.xz
Source0: nst-v%{version}.tar.xz
Source1: nst_config.cxx
Source2: nst_config.hxx
Patch0: usr_etc_lookup.patch