rpms/openvrml/F-9 .cvsignore, 1.14, 1.15 openvrml.spec, 1.42, 1.43 sources, 1.14, 1.15 437611.patch, 1.1, NONE gcc43-std.patch, 1.1, NONE

Braden McDaniel (braden) fedora-extras-commits at redhat.com
Fri Jun 20 07:47:49 UTC 2008


Author: braden

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

Modified Files:
	.cvsignore openvrml.spec sources 
Removed Files:
	437611.patch gcc43-std.patch 
Log Message:
Updated to 0.17.6.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/F-9/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	5 Feb 2008 16:54:11 -0000	1.14
+++ .cvsignore	20 Jun 2008 07:47:00 -0000	1.15
@@ -1 +1 @@
-openvrml-0.17.5.tar.gz
+openvrml-0.17.6.tar.gz


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/F-9/openvrml.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- openvrml.spec	25 Apr 2008 08:40:56 -0000	1.42
+++ openvrml.spec	20 Jun 2008 07:47:00 -0000	1.43
@@ -1,13 +1,11 @@
 # -*- rpm-spec -*-
 Name:           openvrml
-Version:        0.17.5
-Release:        5%{?dist}
+Version:        0.17.6
+Release:        1%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
 Source:         http://downloads.sf.net/openvrml/%{name}-%{version}.tar.gz
-Patch0:         437611.patch
-Patch1:         gcc43-std.patch
 URL:            http://openvrml.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  pkgconfig >= 0.12.0
@@ -95,14 +93,9 @@
 
 %prep
 %setup
-%patch0 -p0
-%patch1 -p0
 
 %build
-# See http://bugzilla.redhat.com/show_bug.cgi?id=443739
-%ifarch ppc64
-CXXFLAGS="%optflags -O0"
-%endif
+CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden"
 %configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" BOOST_LIB_SUFFIX="-mt"
 %{__make} %{?_smp_mflags}
 
@@ -177,6 +170,10 @@
 
 
 %changelog
+* Fri Jun 20 2008  Braden McDaniel  <braden at endoframe.com> - 0.17.6-1
+- Updated to 0.17.6.
+- Build with -fvisibility=hidden -fvisibility-inlines-hidden
+
 * Fri Apr 25 2008  Braden McDaniel  <braden at endoframe.com> - 0.17.5-5
 - Append -O0 after optflags on ppc64 to work around gcc segfault.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/F-9/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	5 Feb 2008 16:54:11 -0000	1.14
+++ sources	20 Jun 2008 07:47:00 -0000	1.15
@@ -1 +1 @@
-efc09f7803ac3aaf8ab0af66615faef0  openvrml-0.17.5.tar.gz
+06d1a85943f54540593d9c3675908ef1  openvrml-0.17.6.tar.gz


--- 437611.patch DELETED ---


--- gcc43-std.patch DELETED ---




More information about the fedora-extras-commits mailing list