rpms/vala/F-7 vala.spec,1.6,1.7

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Mon Sep 17 21:37:59 UTC 2007


Author: salimma

Update of /cvs/pkgs/rpms/vala/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7072/F-7

Modified Files:
	vala.spec 
Log Message:
Add missing Require: on perl-XML-Twig for vala-vapigen



Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-7/vala.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vala.spec	8 Sep 2007 17:26:50 -0000	1.6
+++ vala.spec	17 Sep 2007 21:37:26 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           vala
 Version:        0.1.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
@@ -45,7 +45,7 @@
 # Most files are LGPLv2.1+, but gapi*.pl files are GPLv2
 License:        LGPLv2+ and GPLv2
 Requires:       %{name} = %{version}-%{release}
-Requires:       perl-XML-LibXML
+Requires:       perl-XML-Twig
 
 %description    vapigen
 Tools to generate Vala API bindings from existing C libraries, allowing access
@@ -99,6 +99,9 @@
 
 
 %changelog
+* Mon Sep 17 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-5
+- vapigen subpackage: add missing Require: on perl-XML-Twig
+
 * Sat Sep  8 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-4
 - Split -vapigen subpackage. It is functionally self-contained and the license
   is more restricted




More information about the fedora-extras-commits mailing list