rpms/geany/devel geany.spec,1.9,1.10

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Thu Oct 18 22:11:31 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/geany/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3308

Modified Files:
	geany.spec 
Log Message:
* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-2
- Add a BuildRequires for perl(XML::Parser)



Index: geany.spec
===================================================================
RCS file: /cvs/extras/rpms/geany/devel/geany.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- geany.spec	18 Oct 2007 21:53:42 -0000	1.9
+++ geany.spec	18 Oct 2007 22:10:58 -0000	1.10
@@ -1,6 +1,6 @@
 Name:      geany
 Version:   0.12
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   A fast and lightweight IDE using GTK2
 
 Group:     Development/Tools
@@ -11,6 +11,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel
+BuildRequires: perl(XML::Parser)
 Requires: vte
 
 %define geany_docdir $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
@@ -62,6 +63,9 @@
 %{_mandir}/man1/geany.1.gz
 
 %changelog
+* Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-2
+- Add a BuildRequires for perl(XML::Parser)
+
 * Thu Oct 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.12-1
 - Update to version 0.12
 




More information about the fedora-extras-commits mailing list