[vala] Enable coverage analysis

Michel Alexandre Salim salimma at fedoraproject.org
Mon Feb 6 15:04:56 UTC 2012


commit aaba61c8b68c3a9e2b4a7b4ba3123e076cac6817
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Mon Feb 6 16:04:28 2012 +0100

    Enable coverage analysis
    
    - Drop redundant --enable-vapigen, it's now the default

 vala.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/vala.spec b/vala.spec
index 3cc3a1c..a54bd94 100644
--- a/vala.spec
+++ b/vala.spec
@@ -2,7 +2,7 @@
 
 Name:           vala
 Version:        0.15.1
-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-vapigen
+%configure  --enable-coverage
 # Don't use rpath!
 sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
 make %{?_smp_mflags}
@@ -309,6 +309,10 @@ fi
 
 
 %changelog
+* Mon Feb  6 2012 Michel Salim <salimma at fedoraproject.org> - 0.15.1-3
+- Enable coverage analysis
+- Drop redundant --enable-vapigen, it's now the default
+
 * Fri Feb  3 2012 Michel Salim <salimma at fedoraproject.org> - 0.15.1-2
 - Support parallel installation with other Vala versions
 


More information about the scm-commits mailing list