[vala/f18] tools: Require gobject-introspection-devel

Michel Alexandre Salim salimma at fedoraproject.org
Fri Apr 5 07:13:43 UTC 2013


commit 80d27b5d1c9e699d669a31d3ed0d3811b58ca671
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 48aef78..e65757c 100644
--- a/vala.spec
+++ b/vala.spec
@@ -3,7 +3,7 @@
 
 Name:           vala
 Version:        0.18.1
-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 Michel Alexandre Salim <salimma at fedoraproject.org> - 0.18.1-2
+- Ensure tools pull in gobject-introspection-devel, since vapigen
+  needs .gir files (from vala-0.19.0-2)
+
 * Tue Nov 13 2012 Kalev Lember <kalevlember at gmail.com> - 0.18.1-1
 - Update to 0.18.1
 


More information about the scm-commits mailing list