rpms/gecko-sharp2/devel gecko-sharp-2.0-0.12-xulrunner.patch, NONE, 1.1 gecko-sharp2.spec, 1.24, 1.25

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Tue Nov 27 16:16:28 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/gecko-sharp2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25420

Modified Files:
	gecko-sharp2.spec 
Added Files:
	gecko-sharp-2.0-0.12-xulrunner.patch 
Log Message:
added a new gecko-libs-1.9 entry

gecko-sharp-2.0-0.12-xulrunner.patch:

--- NEW FILE gecko-sharp-2.0-0.12-xulrunner.patch ---
diff -up gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw.xl gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw
--- gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw.xl	2006-12-22 20:57:47.000000000 +0100
+++ gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.raw	2007-11-27 15:54:41.000000000 +0100
@@ -349,6 +349,12 @@
           <parameter type="const-char*" name="aPath" />
         </parameters>
       </method>
+      <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true">
+        <return-type type="void" />
+        <parameters>
+          <parameter type="const-char*" name="aPath" />
+        </parameters>
+      </method>
       <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true">
         <return-type type="void" />
         <parameters>
diff -up gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml.xl gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml
--- gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml.xl	2006-12-22 20:57:54.000000000 +0100
+++ gecko-sharp-2.0-0.12/gtkmozembed/gtkgecko-api.xml	2007-11-27 15:54:41.000000000 +0100
@@ -349,6 +349,12 @@
           <parameter type="const-char*" name="aPath" />
         </parameters>
       </method>
+      <method name="SetPath" cname="gtk_moz_embed_set_path" shared="true">
+        <return-type type="void" />
+        <parameters>
+          <parameter type="const-char*" name="aPath" />
+        </parameters>
+      </method>
       <method name="SetProfilePath" cname="gtk_moz_embed_set_profile_path" shared="true">
         <return-type type="void" />
         <parameters>
diff -up gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in.xl gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in
--- gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in.xl	2006-12-22 20:57:47.000000000 +0100
+++ gecko-sharp-2.0-0.12/gtkmozembed/gecko-sharp.dll.config.in	2007-11-27 16:05:02.000000000 +0100
@@ -3,5 +3,5 @@
   <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
   <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
   <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
-  <dllmap dll="gtkembedmoz.dll" target="libgtkembedmoz at LIB_PREFIX@@LIB_SUFFIX@"/>
+  <dllmap dll="gtkembedmoz.dll" target="libxul at LIB_PREFIX@@LIB_SUFFIX@"/>
 </configuration>


Index: gecko-sharp2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gecko-sharp2/devel/gecko-sharp2.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- gecko-sharp2.spec	24 Aug 2007 14:47:30 -0000	1.24
+++ gecko-sharp2.spec	27 Nov 2007 16:15:55 -0000	1.25
@@ -1,6 +1,6 @@
 Name:           gecko-sharp2
 Version:        0.12
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Gecko bindings for Mono
 
 Group:          System Environment/Libraries
@@ -9,7 +9,8 @@
 Source0:        gecko-sharp-2.0-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: gecko-sharp-libdir.patch
+Patch1: 	gecko-sharp-libdir.patch
+Patch2: 	gecko-sharp-2.0-0.12-xulrunner.patch
 
 BuildRequires:  gtk-sharp2-devel
 BuildRequires:  gtk2-devel
@@ -41,6 +42,7 @@
 %prep
 %setup -n gecko-sharp-2.0-%{version}
 %patch1 -p1 -b .libdir
+%patch2 -p1 -b .xl
 
 %build
 autoreconf --force --install
@@ -68,6 +70,9 @@
 
 
 %changelog
+* Tue Nov 27 2007 Martin Stransky <stransky at redhat.com> - 0.12-6
+- added a new gecko-libs-1.9 entry
+
 * Fri Aug 24 2007 Adam Jackson <ajax at redhat.com> - 0.12-5
 - Rebuild for build ID
 




More information about the fedora-extras-commits mailing list