[vala] tools: Require gobject-introspection-devel

Colin Walters walters at fedoraproject.org
Thu Feb 28 14:48:20 UTC 2013


commit 5977f588074a36e0c78292699808d6e4c56276cb
Author: Colin Walters <walters at verbum.org>
Date:   Thu Feb 28 09:39:35 2013 -0500

    tools: Require gobject-introspection-devel
    
    vapigen needs the .gir files in order to function.

 vala.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/vala.spec b/vala.spec
index e4e8fce..002f880 100644
--- a/vala.spec
+++ b/vala.spec
@@ -3,7 +3,7 @@
 
 Name:           vala
 Version:        0.19.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A modern programming language for GNOME
 
 # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
@@ -75,6 +75,7 @@ Summary:        Tools for creating projects and bindings for %{name}
 License:        LGPLv2+
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       gnome-common intltool libtool pkgconfig
+Requires:       gobject-introspection-devel
 
 %description    tools
 Vala is a new programming language that aims to bring modern programming
@@ -273,6 +274,10 @@ done
 
 
 %changelog
+* Thu Feb 28 2013 Colin Walters <walters at verbum.org> - 0.19.0-2
+- Ensure tools pull in gobject-introspection-devel, since vapigen
+  needs .gir files.
+
 * Fri Feb 22 2013 Kalev Lember <kalevlember at gmail.com> - 0.19.0-1
 - Update to 0.19.0
 


More information about the scm-commits mailing list