rpms/openvrml/FC-6 openvrml.spec,1.7,1.8

Braden McDaniel (braden) fedora-extras-commits at redhat.com
Fri Feb 2 20:11:14 UTC 2007


Author: braden

Update of /cvs/extras/rpms/openvrml/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13630/FC-6

Modified Files:
	openvrml.spec 
Log Message:
Require GLib >= 2.6 for use of GOption in openvrml-gtkplug.


Index: openvrml.spec
===================================================================
RCS file: /cvs/extras/rpms/openvrml/FC-6/openvrml.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openvrml.spec	31 Dec 2006 05:28:43 -0000	1.7
+++ openvrml.spec	2 Feb 2007 20:10:42 -0000	1.8
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
 Version:        0.16.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPL
 Group:          System Environment/Libraries
@@ -17,6 +17,7 @@
 BuildRequires:  firefox-devel
 BuildRequires:  libGLU-devel
 BuildRequires:  libXmu-devel
+BuildRequires:  glib2-devel >= 2.6
 BuildRequires:  gtk2-devel
 Requires:       firefox = 1.5.0.9
 
@@ -149,6 +150,9 @@
 
 
 %changelog
+* Fri Feb 02 2007  Braden McDaniel  <braden at endoframe.com> - 0.16.3-2
+- Require GLib >= 2.6 for use of GOption in openvrml-gtkplug.
+
 * Sun Dec 31 2006  Braden McDaniel  <braden at endoframe.com> - 0.16.3-1
 - Updated to 0.16.3.
 




More information about the scm-commits mailing list