rpms/openvrml/devel npfunctions.patch, NONE, 1.1 openvrml.spec, 1.54, 1.55

Braden McDaniel braden at fedoraproject.org
Sat Feb 28 02:11:25 UTC 2009


Author: braden

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

Modified Files:
	openvrml.spec 
Added Files:
	npfunctions.patch 
Log Message:
XULRunner now provides npfunctions.h instead of npupp.h.

npfunctions.patch:

--- NEW FILE npfunctions.patch ---
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 @@
 # include <boost/noncopyable.hpp>
 # include <boost/ref.hpp>
 # include <boost/scoped_ptr.hpp>
-# include <npupp.h>
+# include <npfunctions.h>
 # if defined MOZ_X11
 #   include <dbus/dbus-glib-bindings.h>
 # else


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/openvrml.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- openvrml.spec	26 Feb 2009 08:55:56 -0000	1.54
+++ openvrml.spec	28 Feb 2009 02:10:54 -0000	1.55
@@ -6,6 +6,7 @@
 License:        LGPLv3+
 Group:          System Environment/Libraries
 Source:         http://downloads.sf.net/openvrml/%{name}-%{version}.tar.gz
+Patch0:         npfunctions.patch
 URL:            http://openvrml.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  pkgconfig >= 0.12.0
@@ -94,6 +95,7 @@
 
 %prep
 %setup
+%patch0 -p1
 
 %build
 CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-braces"
@@ -169,6 +171,9 @@
 
 
 %changelog
+* Fri Feb 27 2009  Braden McDaniel  <braden at endoframe.com> - 0.17.10-4.0
+- XULRunner now provides npfunctions.h instead of npupp.h.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17.10-3.0
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list