another release bump

clean up test
Related: RHEL-64018
This commit is contained in:
Jakub Čajka 2024-12-02 09:55:55 +01:00
parent 7d8e67b593
commit 11128a732f
No known key found for this signature in database
GPG Key ID: 48DAAF91F61E4F5D
3 changed files with 8 additions and 3 deletions

View File

@ -5,4 +5,5 @@ test: ./test.sh
require:
- x3270
- xwayland-run
- mutter

View File

@ -1,3 +1,2 @@
#!/bin/sh -eux
echo -e 'Wait(3, seconds)\nQuit()' | xvfb-run -s '-screen 0 640x480x8 -extension RANDR' x3270 -script
echo -e 'Wait(3, seconds)\nQuit()' | xwfb-run -c mutter -- x3270 -script

View File

@ -4,7 +4,7 @@
Summary: An X Window System based IBM 3278/3279 terminal emulator
Name: x3270
Version: 4.3ga8
Release: 7%{?dist}
Release: 8%{?dist}
License: BSD-3-Clause AND MIT AND Apache-2.0
URL: https://x3270.miraheze.org/wiki/Main_Page
Source0: http://downloads.sourceforge.net/%{name}/suite3270-%{version}-src.tgz
@ -114,6 +114,11 @@ desktop-file-install \
%changelog
* Mon Dec 02 2024 Jakub Čajka <jcajka@redhat.com> 4.3ga8-8
- another release bump
- clean up test
- Related: RHEL-64018
* Fri Nov 29 2024 Jakub Čajka <jcajka@redhat.com> 4.3ga8-7
- yet one more release bump
- port test