[gauche-gtk] Correct the path to test log

Michel Alexandre Salim salimma at fedoraproject.org
Sun May 13 14:51:26 UTC 2012


commit 7dc5b1a8178810bd5731dd3b961b7ab51c7dea1e
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun May 13 21:51:37 2012 +0700

    Correct the path to test log

 gauche-gtk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gauche-gtk.spec b/gauche-gtk.spec
index 2aed227..3163826 100644
--- a/gauche-gtk.spec
+++ b/gauche-gtk.spec
@@ -7,7 +7,7 @@
 Name:           gauche-gtk
 Epoch:          1
 Version:        0.6
-Release:        0.5.%{alphatag}%{?dist}
+Release:        0.6.%{alphatag}%{?dist}
 Summary:        Gauche extension module to use GTK
 
 %if 0%{?rhel}
@@ -87,7 +87,7 @@ xvfb-run -a -w 1 make check
 # Gtk test currently fails.
 # four known failures reported upstream; fail if more failures occur
 # https://github.com/shirok/Gauche-gtk2/issues/2
-[ $(grep " ==> ERROR: GOT " test.log | wc -l) -le 4 ]
+[ $(grep " ==> ERROR: GOT " src/test.log | wc -l) -le 4 ]
 
 
 %clean
@@ -109,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 13 2012 Michel Salim <salimma at fedoraproject.org> - 1:0.6-0.6.20120403gitf7d3f802f3750
+- Correct the path to test log
+
 * Sun May 13 2012 Michel Salim <salimma at fedoraproject.org> - 1:0.6-0.5.20120403gitf7d3f802f3750
 - Rebuild for Gauche 0.9.3.x
 - Update to latest snapshot


More information about the scm-commits mailing list