[openvrml/f14/master] Updated for 0.18.7.

Braden McDaniel braden at fedoraproject.org
Tue Apr 19 06:27:57 UTC 2011


commit 88bcc0995cf67e16f7a457f665f5a9267435697c
Author: Braden McDaniel <braden at endoframe.com>
Date:   Tue Apr 19 00:06:07 2011 -0400

    Updated for 0.18.7.

 .gitignore    |    1 +
 openvrml.spec |   14 +++++++++-----
 sources       |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 43ddc42..ae742e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 openvrml-0.18.6.tar.gz
+/openvrml-0.18.7.tar.gz
diff --git a/openvrml.spec b/openvrml.spec
index fb62db0..a9092b2 100644
--- a/openvrml.spec
+++ b/openvrml.spec
@@ -1,12 +1,11 @@
 # -*- rpm-spec -*-
 Name:           openvrml
-Version:        0.18.6
-Release:        4%{?dist}.2
+Version:        0.18.7
+Release:        1%{?dist}
 Summary:        VRML/X3D player and runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
 Source:         http://downloads.sourceforge.net/project/openvrml/%{name}/%{version}/%{name}-%{version}.tar.gz
-Patch0:         javascript-newnumbervalue.patch
 URL:            http://openvrml.org
 BuildRequires:  pkgconfig >= 0.18.0
 BuildRequires:  libtool-ltdl-devel
@@ -140,7 +139,6 @@ OpenVRML API documentation.
 
 %prep
 %setup
-%patch0 -p0
 
 %build
 CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-braces -Wno-strict-aliasing -Wno-unused-variable"
@@ -148,7 +146,7 @@ CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing
 %{__make} %{_smp_mflags}
 
 %check
-%{__make} %{_smp_mflags} check
+%{__make} %{_smp_mflags} check CPPFLAGS=-DBOOST_FILESYSTEM_VERSION=2
 
 %install
 %{__make} DESTDIR=%{buildroot} install
@@ -238,6 +236,12 @@ CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing
 %doc %{_datadir}/doc/libopenvrml-%{version}/manual
 
 %changelog
+* Mon Apr 18 2011  Braden McDaniel  <braden at endoframe.com> - 0.18.7-1
+- Updated to 0.18.7.
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18.6-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Sat Jan 22 2011  Braden McDaniel  <braden at endoframe.com> - 0.18.6-4.2
 - Use JS_NewNumberValue instead of the deprecated JS_NewDoubleValue.
 
diff --git a/sources b/sources
index f2169a6..6b90310 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25dbcc72f44d3ced197af2d25eb378c5  openvrml-0.18.6.tar.gz
+33e67185a1e8226f72eae1ac7f179c6f  openvrml-0.18.7.tar.gz


More information about the scm-commits mailing list