parent
8e2e716487
commit
017c96f4b5
12
dejagnu-1.6-runtest.patch
Normal file
12
dejagnu-1.6-runtest.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- dejagnu-1.6.1/runtest.exp.orig 2017-10-16 07:43:20.000000000 -0400
|
||||||
|
+++ dejagnu-1.6.1/runtest.exp 2021-08-11 10:54:51.172965763 -0400
|
||||||
|
@@ -1601,8 +1601,7 @@ proc runtest { test_file_name } {
|
||||||
|
global testdir
|
||||||
|
|
||||||
|
clone_output "Running $test_file_name ..."
|
||||||
|
- set prms_id 0
|
||||||
|
- set bug_id 0
|
||||||
|
+ reset_vars
|
||||||
|
set test_result ""
|
||||||
|
|
||||||
|
# set testdir so testsuite file -test has a starting point
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A front end for testing other programs
|
Summary: A front end for testing other programs
|
||||||
Name: dejagnu
|
Name: dejagnu
|
||||||
Version: 1.6.3
|
Version: 1.6.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Source: ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-%{version}.tar.gz
|
||||||
@ -13,6 +13,8 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: expect texinfo
|
BuildRequires: expect texinfo
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
|
Patch0: dejagnu-1.6-runtest.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
DejaGnu is an Expect/Tcl based framework for testing other programs.
|
DejaGnu is an Expect/Tcl based framework for testing other programs.
|
||||||
DejaGnu has several purposes: to make it easy to write tests for any
|
DejaGnu has several purposes: to make it easy to write tests for any
|
||||||
@ -23,6 +25,7 @@ into software development).
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .runtest~
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure -v
|
%configure -v
|
||||||
@ -58,6 +61,9 @@ install -D -m 644 doc/dejagnu.info $RPM_BUILD_ROOT/%{_infodir}/%{name}.info
|
|||||||
%{_infodir}/dejagnu*
|
%{_infodir}/dejagnu*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 19 2022 Marek Polacek <polacek@redhat.com> - 1:1.6.3-2
|
||||||
|
- re-re-apply dejagnu-1.6-runtest.patch (#2042478)
|
||||||
|
|
||||||
* Tue Jan 11 2022 Honza Horak <hhorak@redhat.com> - 1:1.6.3-1
|
* Tue Jan 11 2022 Honza Horak <hhorak@redhat.com> - 1:1.6.3-1
|
||||||
- Rebase to 1.6.3
|
- Rebase to 1.6.3
|
||||||
Resolves: #1954158
|
Resolves: #1954158
|
||||||
|
Loading…
Reference in New Issue
Block a user