[vala/f16] Disable coverage analysis, build-time paths get hard-coded

Michel Alexandre Salim salimma at fedoraproject.org
Fri Apr 6 04:12:05 UTC 2012


commit 19baed4a2f032a39fc41b6d9073e8e040a25859d
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Apr 6 10:50:27 2012 +0700

    Disable coverage analysis, build-time paths get hard-coded

 vala.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vala.spec b/vala.spec
index b0eab97..ea9f425 100644
--- a/vala.spec
+++ b/vala.spec
@@ -2,7 +2,7 @@
 
 Name:           vala
 Version:        0.14.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
@@ -147,7 +147,7 @@ the emacs-%{name} package to use Vala with GNU Emacs.
 
 
 %build
-%configure --enable-coverage
+%configure
 # Don't use rpath!
 sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
 make %{?_smp_mflags}
@@ -316,6 +316,9 @@ done
 
 
 %changelog
+* Fri Apr  6 2012 Michel Salim <salimma at fedoraproject.org> - 0.14.2-3
+- Disable coverage analysis, build-time paths get hard-coded
+
 * Thu Apr  5 2012 Michel Salim <salimma at fedoraproject.org> - 0.14.2-2
 - Update vala-mode.el to April 2011 release
 - Fix registration of Vala alternatives


More information about the scm-commits mailing list