rpms/openvrml/F-8 openvrml.spec,1.23,1.24

Braden McDaniel (braden) fedora-extras-commits at redhat.com
Fri Nov 9 21:42:22 UTC 2007


Author: braden

Update of /cvs/pkgs/rpms/openvrml/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10011/F-8

Modified Files:
	openvrml.spec 
Log Message:
Updated firefox dependency to 2.0.0.9.


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/F-8/openvrml.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- openvrml.spec	26 Oct 2007 05:56:03 -0000	1.23
+++ openvrml.spec	9 Nov 2007 21:41:20 -0000	1.24
@@ -1,11 +1,12 @@
 # -*- rpm-spec -*-
 Name:           openvrml
 Version:        0.16.6
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPLv2+
 Group:          System Environment/Libraries
 Source:         http://downloads.sf.net/openvrml/%{name}-%{version}.tar.gz
+Patch0:         gre-path-from-js-libs.patch
 URL:            http://openvrml.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  pkgconfig >= 0.12.0
@@ -38,7 +39,7 @@
 Requires:       libjpeg-devel
 Requires:       fontconfig-devel
 Requires:       freetype-devel
-Requires:       firefox-devel = 2.0.0.8
+Requires:       firefox-devel = 2.0.0.9
 %description devel
 Headers that programmers will need to develop C++ programs using
 OpenVRML.
@@ -68,7 +69,7 @@
 Group:          Applications/Internet
 License:        GPLv2+
 Requires:       %{name}-gl = %{version}-%{release}
-Requires:       firefox = 2.0.0.8
+Requires:       firefox = 2.0.0.9
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 Obsoletes:      %{name}-gtkplug
@@ -95,6 +96,8 @@
 %prep
 %setup
 
+%patch0 -p0 configure
+
 %build
 %configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" BOOST_LIB_SUFFIX="-mt"
 %{__make} %{?_smp_mflags}
@@ -170,6 +173,9 @@
 
 
 %changelog
+* Fri Nov 09 2007  Braden McDaniel  <braden at endoframe.com> - 0.16.6-7
+- Updated firefox dependency to 2.0.0.9.
+
 * Fri Oct 26 2007  Braden McDaniel  <braden at endoframe.com>
 - Updated license tags to LGPLv2+, GPLv2+.
 




More information about the fedora-extras-commits mailing list