rpms/openvrml/devel npfunctions.patch, 1.1, 1.2 openvrml.spec, 1.56, 1.57

Braden McDaniel braden at fedoraproject.org
Sat Feb 28 02:55:42 UTC 2009


Author: braden

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

Modified Files:
	npfunctions.patch openvrml.spec 
Log Message:
Looks like we need to include npapi.h now, too.

npfunctions.patch:

Index: npfunctions.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/npfunctions.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- npfunctions.patch	28 Feb 2009 02:10:54 -0000	1.1
+++ npfunctions.patch	28 Feb 2009 02:55:42 -0000	1.2
@@ -1,11 +1,12 @@
 diff -Naur openvrml-0.17.10/mozilla-plugin/src/openvrml.cpp openvrml-0.17.10-npfunctions/mozilla-plugin/src/openvrml.cpp
 --- openvrml-0.17.10/mozilla-plugin/src/openvrml.cpp	2008-10-26 03:44:28.000000000 -0400
-+++ openvrml-0.17.10-npfunctions/mozilla-plugin/src/openvrml.cpp	2009-02-27 20:59:48.000000000 -0500
-@@ -31,7 +31,7 @@
++++ openvrml-0.17.10-npfunctions/mozilla-plugin/src/openvrml.cpp	2009-02-27 21:51:35.000000000 -0500
+@@ -31,7 +31,8 @@
  # include <boost/noncopyable.hpp>
  # include <boost/ref.hpp>
  # include <boost/scoped_ptr.hpp>
 -# include <npupp.h>
++# include <npapi.h>
 +# include <npfunctions.h>
  # if defined MOZ_X11
  #   include <dbus/dbus-glib-bindings.h>


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/openvrml.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- openvrml.spec	28 Feb 2009 02:13:05 -0000	1.56
+++ openvrml.spec	28 Feb 2009 02:55:42 -0000	1.57
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
 Version:        0.17.10
-Release:        4.0%{?dist}
+Release:        5.0%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
@@ -171,6 +171,9 @@
 
 
 %changelog
+* Fri Feb 27 2009  Braden McDaniel  <braden at endoframe.com> - 0.17.10-5.0
+- Looks like we need to include npapi.h now, too.
+
 * Fri Feb 27 2009  Braden McDaniel  <braden at endoframe.com> - 0.17.10-4.0
 - XULRunner now provides npfunctions.h instead of npupp.h.
 




More information about the scm-commits mailing list