rpms/openvrml/devel no-implicit-dso-linking.patch, 1.2, 1.3 openvrml.spec, 1.94, 1.95

Braden McDaniel braden at fedoraproject.org
Sat Feb 13 19:25:36 UTC 2010


Author: braden

Update of /cvs/pkgs/rpms/openvrml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6270

Modified Files:
	no-implicit-dso-linking.patch openvrml.spec 
Log Message:
Fix no-implicit-dso-linking.patch.

no-implicit-dso-linking.patch:
 Makefile.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: no-implicit-dso-linking.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/no-implicit-dso-linking.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- no-implicit-dso-linking.patch	13 Feb 2010 19:04:27 -0000	1.2
+++ no-implicit-dso-linking.patch	13 Feb 2010 19:25:36 -0000	1.3
@@ -1,12 +1,12 @@
 --- tests/Makefile.in
 +++ tests/Makefile.in
-@@ -364,8 +362,7 @@
+@@ -362,7 +362,8 @@
  browser_LDADD = \
          libtest-openvrml.la \
          -lboost_unit_test_framework$(BOOST_LIB_SUFFIX) \
--        -lboost_filesystem$(BOOST_LIB_SUFFIX) \
--        -lboost_system$(BOOST_LIB_SUFFIX)
-+        -lboost_filesystem$(BOOST_LIB_SUFFIX)
+-        -lboost_filesystem$(BOOST_LIB_SUFFIX)
++        -lboost_filesystem$(BOOST_LIB_SUFFIX) \
++        -lboost_system$(BOOST_LIB_SUFFIX)
  
  parse_anchor_SOURCES = parse_anchor.cpp
  parse_anchor_LDADD = \


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/openvrml.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -p -r1.94 -r1.95
--- openvrml.spec	13 Feb 2010 19:04:28 -0000	1.94
+++ openvrml.spec	13 Feb 2010 19:25:36 -0000	1.95
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
 Version:        0.18.3
-Release:        20%{?dist}
+Release:        21%{?dist}
 Summary:        VRML/X3D player and runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
@@ -243,8 +243,12 @@ CXXFLAGS="%optflags -fvisibility=hidden 
 %doc %{_datadir}/doc/libopenvrml-%{version}/manual
 
 %changelog
+* Sat Feb 13 2010  Braden McDaniel  <braden at endoframe.com> - 0.18.3-21
+- Fix no-implicit-dso-linking.patch.
+
 * Sat Feb 13 2010  Braden McDaniel  <braden at endoframe.com> - 0.18.3-20
 - Fix no-implicit-dso-linking.patch.
+- Build with -Wno-unused-variable to suppress noise.
 
 * Sat Feb 13 2010  Braden McDaniel  <braden at endoframe.com> - 0.18.3-19
 - browser test needs to link explicitly to libboost_system (no-implicit-dso-linking.patch).



More information about the scm-commits mailing list