rpms/openvrml/F-9 .cvsignore, 1.19, 1.20 openvrml.spec, 1.53, 1.54 sources, 1.19, 1.20

Braden McDaniel braden at fedoraproject.org
Mon Mar 23 10:06:11 UTC 2009


Author: braden

Update of /cvs/pkgs/rpms/openvrml/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15634/F-9

Modified Files:
	.cvsignore openvrml.spec sources 
Log Message:
Updated to 0.17.12.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/F-9/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	27 Oct 2008 01:45:56 -0000	1.19
+++ .cvsignore	23 Mar 2009 10:05:41 -0000	1.20
@@ -1 +1 @@
-openvrml-0.17.10.tar.gz
+openvrml-0.17.12.tar.gz


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/F-9/openvrml.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- openvrml.spec	27 Oct 2008 01:45:56 -0000	1.53
+++ openvrml.spec	23 Mar 2009 10:05:41 -0000	1.54
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
-Version:        0.17.10
-Release:        1.0%{?dist}
+Version:        0.17.12
+Release:        1%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
@@ -98,7 +98,12 @@
 %build
 CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-braces"
 %configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" BOOST_LIB_SUFFIX="-mt"
-%{__make} %{?_smp_mflags}
+# vrml97node.cpp and browser.cpp are huge and need a lot of RAM.
+if [ `free -b | awk '/^Mem:/{print $2}'` -gt 4000000000 ]; then
+%{__make} %{_smp_mflags}
+else
+%{__make}
+fi
 
 %install
 %{__make} DESTDIR=%{buildroot} install
@@ -169,6 +174,10 @@
 
 
 %changelog
+* Mon Mar 23 2009  Braden McDaniel  <braden at endoframe.com> - 0.17.12-1
+- Updated to 0.17.12.
+- Only build with _smp_mflags if the machine has at least 4 GB of RAM.
+
 * Sun Oct 26 2008  Braden McDaniel  <braden at endoframe.com> - 0.17.10-1.0
 - Updated to 0.17.10.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/F-9/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	27 Oct 2008 01:45:56 -0000	1.19
+++ sources	23 Mar 2009 10:05:41 -0000	1.20
@@ -1 +1 @@
-0f342cd1d78bfc7c12e4cebd0909e159  openvrml-0.17.10.tar.gz
+162153ee2e5c498b31f600193ebabe58  openvrml-0.17.12.tar.gz




More information about the fedora-extras-commits mailing list