Compare commits

..

22 commits

Author SHA1 Message Date
Fedora Release Engineering
5ca94e532a Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:39:02 +00:00
Fedora Release Engineering
6f908bc7b6 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:04:45 +00:00
Thomas E. Dickey
498c2a07af
vttest: update to 20251205 2025-12-31 07:54:15 -05:00
Fedora Release Engineering
3fce362582 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:14:58 +00:00
Fedora Release Engineering
b92fc2936d Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:39:58 +00:00
Thomas E. Dickey
526a92b9e3
vttest: update to 20241204 2024-12-08 05:46:20 -05:00
Thomas E. Dickey
b55652dde1
vttest: update to 20241031 2024-10-31 19:17:34 -04:00
Thomas E. Dickey
3da4843862
remove obsolete BUGS file from docs 2024-10-27 16:20:40 -04:00
Thomas E. Dickey
bae16ac04e
vttest: update to 20241024 2024-10-27 16:11:20 -04:00
Fedora Release Engineering
5cfd1aa4f0 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:03:03 +00:00
Thomas E. Dickey
c46d5bc201
vttest: update to 20240708 2024-07-10 14:58:21 -04:00
Thomas E. Dickey
f2948d1163
vttest: update to 20240218 2024-02-25 17:01:40 -05:00
Fedora Release Engineering
14ec6a25db Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 08:16:09 +00:00
Thomas E. Dickey
5d44751477
Update to vttest-2.7.20231230
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
2023-12-31 04:58:07 -05:00
Thomas E. Dickey
8d33644497
Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/vttest into rawhide 2023-12-31 04:56:30 -05:00
Thomas E. Dickey
3b698c82b1
Sources for vttest-2.7.20231230 2023-12-31 04:53:05 -05:00
Fedora Release Engineering
d099a20a96 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 17:54:27 +00:00
Thomas E. Dickey
c82e0ac66e
actually change the version... 2023-02-05 17:31:49 -05:00
Thomas E. Dickey
d813421dfd
Update to vttest-2.7.20230201 2023-02-05 17:21:56 -05:00
Fedora Release Engineering
dd8d6c2840 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 06:32:12 +00:00
Thomas E. Dickey
078177c1b9
Update to vttest-2.7.20221229 2023-01-02 17:44:35 -05:00
Florian Weimer
6f439c2a93 Fix glitch in configure script in FIONREAD detection (#2151353)
Related to:

  <https://fedoraproject.org/wiki/Changes/PortingToModernC>
  <https://fedoraproject.org/wiki/Toolchain/PortingToModernC>
2022-12-06 21:23:12 +01:00
3 changed files with 70 additions and 6 deletions

10
.gitignore vendored
View file

@ -8,3 +8,13 @@ vttest-20071216.tgz
/vttest-20210210.tgz
/vttest-20220215.tgz
/vttest-20220827.tgz
/vttest-20221111.tgz
/vttest-20221229.tgz
/vttest-20230201.tgz
/vttest-20231230.tgz
/vttest-20240218.tgz
/vttest-20240708.tgz
/vttest-20241024.tgz
/vttest-20241031.tgz
/vttest-20241204.tgz
/vttest-20251205.tgz

View file

@ -1 +1 @@
SHA512 (vttest-20220827.tgz) = 2c3be50ebb1ebc1b6660128636be6cdd21e7d3a8f8eeaaf627b50ff3e5e7e1a28c08fdd4c12d022b936a9da32302440024f8c95d000ad164cd5bfde765ac707d
SHA512 (vttest-20251205.tgz) = d216d34b3e63cdc52e01ee79cffc90cc33501df8c64c073c42993650d1daa4ad7c11629c3b9c440aa54b220dffa6ba78c39fd6c12cf03e948d7ff732cad22c08

View file

@ -1,13 +1,13 @@
Summary: test VT100-type terminal
%define AppPatched 20220827
%define AppPatched 20251205
Name: vttest
Version: 2.7.%{AppPatched}
Release: 1%{?dist}
Release: 10%{?dist}
License: MIT
URL: https://invisible-island.net/%{name}/
Source0: https://invisible-mirror.net/archives/%{name}/%{name}-%{AppPatched}.tgz
Source0: https://invisible-island.net/archives/%{name}/%{name}-%{AppPatched}.tgz
BuildRequires: gcc
BuildRequires: make
@ -23,7 +23,7 @@ can run all menu-items (for a given level) by entering an asterisk, i.e,
%prep
%setup -q -n %{name}-%{AppPatched}
%autosetup -p1 -n %{name}-%{AppPatched}
%build
@ -37,10 +37,64 @@ can run all menu-items (for a given level) by entering an asterisk, i.e,
%files
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%doc BUGS CHANGES MANIFEST README
%doc CHANGES MANIFEST README
%license COPYING
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20251205-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20251205-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Wed Dec 31 2025 Thomas E. Dickey <dickey@his.com> - 2.7.20251205-1
- update to 2.7.20251205 (RHBZ #2419648)
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20241204-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20241204-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sun Dec 08 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20241204-1
- update to 2.7.20241204 (RHBZ #2321688)
* Thu Oct 31 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20241031-1
- update to 2.7.20241031 (RHBZ #2321688)
* Sun Oct 27 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20241024-1
- update to 2.7.20241024 (RHBZ #2321688)
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20240708-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jul 10 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20240708-1
- update to 2.7.20240708 (RHBZ #2296534)
* Sun Feb 25 2024 Thomas E. Dickey <dickey@his.com> - 2.7.20240218-1
- update to 2.7.20240218 (RHBZ #2264796)
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20231230-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Dec 31 2023 Thomas E. Dickey <dickey@his.com> - 2.7.20230201-1
- update to 2.7.20231230 (RHBZ #2240499)
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20230201-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Feb 05 2023 Thomas E. Dickey <dickey@his.com> - 2.7.20230201-1
- update to 2.7.20230201 (RHBZ #2167192)
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.20221229-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Jan 02 2023 Thomas E. Dickey <dickey@his.com> - 2.7.20221229-1
- update to 2.7.20221229 (RHBZ #2143489)
* Tue Dec 6 2022 Florian Weimer <fweimer@redhat.com> - 2.7.20220827-2
- Fix glitch in configure script in FIONREAD detection (#2151353)
* Sun Aug 28 2022 Thomas E. Dickey <dickey@his.com> - 2.7.20220827-1
- update to 2.7.20220827 (RHBZ #2055158)