Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d4de5cd835 | |||
| 736d5fd100 | |||
| b2117c1038 | |||
| 9bf7990984 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f16ca828bf73f56c05ed4e1797a23861aa7cf3a98fe3fcc8c992d8646906fe51
|
||||
size 56787
|
||||
3
ttyplot-1.7.4.tar.gz
Normal file
3
ttyplot-1.7.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4a690cb4ca6d52885ebfdc6230bfb550eecf4b8edb9b54453829a77f63ea7b9
|
||||
size 60181
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 06:31:21 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.7.4
|
||||
* fix negative dual line issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 19:57:21 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.7.1
|
||||
* add more colors for different elements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 18:04:47 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package ttyplot
|
||||
#
|
||||
# Copyright (c) 2023-2024, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2023-2025, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +18,7 @@
|
||||
|
||||
|
||||
Name: ttyplot
|
||||
Version: 1.7.0
|
||||
Version: 1.7.4
|
||||
Release: 0
|
||||
Summary: Realtime plotting utility for terminals
|
||||
License: Apache-2.0
|
||||
@@ -33,7 +34,7 @@ It supports rate calculation for counters, and up to two plots on a single
|
||||
display using reverse video for the second line.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%make_build CFLAGS="%{optflags} $(pkg-config --cflags --libs ncursesw)"
|
||||
|
||||
Reference in New Issue
Block a user