rpms/dejagnu/devel dejagnu-1.4.4-runtest.patch, 1.1, 1.2 dejagnu.spec, 1.10, 1.11

Jiří Moskovčák jmoskovc at fedoraproject.org
Wed Aug 27 14:37:40 UTC 2008


Author: jmoskovc

Update of /cvs/extras/rpms/dejagnu/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9222

Modified Files:
	dejagnu-1.4.4-runtest.patch dejagnu.spec 
Log Message:
Fixed patch to work with fuzz=0


dejagnu-1.4.4-runtest.patch:

Index: dejagnu-1.4.4-runtest.patch
===================================================================
RCS file: /cvs/extras/rpms/dejagnu/devel/dejagnu-1.4.4-runtest.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dejagnu-1.4.4-runtest.patch	27 Aug 2008 13:39:26 -0000	1.1
+++ dejagnu-1.4.4-runtest.patch	27 Aug 2008 14:37:39 -0000	1.2
@@ -1,6 +1,6 @@
---- dejagnu-orig/runtest.exp	2008-08-23 20:20:24.000000000 +0200
-+++ dejagnu/runtest.exp	2008-08-23 20:25:44.000000000 +0200
-@@ -1443,8 +1443,7 @@ proc runtest { test_file_name } {
+--- 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 ..."
@@ -9,4 +9,4 @@
 +    reset_vars
      set test_result ""
  
-     if {[file exists $test_file_name]} {
+     if [file exists $test_file_name] {


Index: dejagnu.spec
===================================================================
RCS file: /cvs/extras/rpms/dejagnu/devel/dejagnu.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dejagnu.spec	27 Aug 2008 13:39:26 -0000	1.10
+++ dejagnu.spec	27 Aug 2008 14:37:39 -0000	1.11
@@ -1,7 +1,7 @@
 Summary: A front end for testing other programs
 Name: dejagnu
 Version: 1.4.4
-Release: 12%{?dist}
+Release: 13%{?dist}
 Epoch: 1
 License: GPLv2+
 Source: ftp://ftp.gnu.org/gnu/dejagnu/dejagnu-%{version}.tar.gz
@@ -76,6 +76,9 @@
 %{_infodir}/*
 
 %changelog
+* Wed Aug 27 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 1:1.4.4-13
+- rewriten patch to work with fuzz=0
+
 * Wed Aug 27 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 1:1.4.4-12
 - fixed runtest (patch from jan.kratochvil at redhat.com)
 - Resolves: #460153




More information about the fedora-extras-commits mailing list