rpms/dejagnu/F-9 dejagnu-1.4.4-runtest.patch, NONE, 1.1 dejagnu.spec, 1.9, 1.10

Jiří Moskovčák jmoskovc at fedoraproject.org
Mon Sep 1 14:42:59 UTC 2008


Author: jmoskovc

Update of /cvs/extras/rpms/dejagnu/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28326

Modified Files:
	dejagnu.spec 
Added Files:
	dejagnu-1.4.4-runtest.patch 
Log Message:
Fixed rhbz#460153
CVS ----------------------------------------------------------------------


dejagnu-1.4.4-runtest.patch:

--- NEW FILE dejagnu-1.4.4-runtest.patch ---
--- dejagnu-1.4.4/runtest.exp.old	2003-10-15 15:22:52.000000000 +0200
+++ dejagnu-1.4.4/runtest.exp	2008-08-27 16:22:18.000000000 +0200
@@ -1443,8 +1443,7 @@
     global tool
 
     clone_output "Running $test_file_name ..."
-    set prms_id	0
-    set bug_id	0
+    reset_vars
     set test_result ""
 
     if [file exists $test_file_name] {


Index: dejagnu.spec
===================================================================
RCS file: /cvs/extras/rpms/dejagnu/F-9/dejagnu.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- dejagnu.spec	7 Apr 2008 13:27:22 -0000	1.9
+++ dejagnu.spec	1 Sep 2008 14:42:29 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: A front end for testing other programs
 Name: dejagnu
 Version: 1.4.4
-Release: 11%{?dist}
+Release: 12%{?dist}
 Epoch: 1
 License: GPLv2+
 Source: ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-%{version}.tar.gz
@@ -14,6 +14,7 @@
 BuildRequires: expect screen texinfo
 Patch1: dejagnu-1.4.4-smp-1.patch
 Patch3: dejagnu-1.4.4-testsuite.patch
+Patch4: dejagnu-1.4.4-runtest.patch
 
 %description
 DejaGnu is an Expect/Tcl based framework for testing other programs.
@@ -27,6 +28,7 @@
 %setup -q
 %patch1 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure -v
@@ -74,6 +76,10 @@
 %{_infodir}/*
 
 %changelog
+* Mon Sep  1 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 1:1.4.4-12
+- fixed runtest (patch from jan.kratochvil at redhat.com)
+- Resolves: #460153
+
 * Mon Nov 12 2007 Petr Machata <pmachata at redhat.com> - 1:1.4.4-11
 - Install info file.
 - Resolves: #230652




More information about the fedora-extras-commits mailing list