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 - 1:0.6-0.6.20120403gitf7d3f802f3750 +- Correct the path to test log + * Sun May 13 2012 Michel Salim - 1:0.6-0.5.20120403gitf7d3f802f3750 - Rebuild for Gauche 0.9.3.x - Update to latest snapshot