rpms/webkit-sharp/devel webkit-dllmap-fix.patch, NONE, 1.1 webkit-sharp.spec, 1.2, 1.3

palango palango at fedoraproject.org
Mon Jun 15 05:05:18 UTC 2009


Author: palango

Update of /cvs/pkgs/rpms/webkit-sharp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27935

Modified Files:
	webkit-sharp.spec 
Added Files:
	webkit-dllmap-fix.patch 
Log Message:
Add patch for #500654

webkit-dllmap-fix.patch:

--- NEW FILE webkit-dllmap-fix.patch ---
# https://bugzilla.redhat.com/show_bug.cgi?id=500654
diff -uraN webkit-sharp-0.2/sources/webkit-sharp.dll.config.in webkit-sharp-0.2.orig/sources/webkit-sharp.dll.config.in
--- webkit-sharp-0.2/sources/webkit-sharp.dll.config.in	2008-06-12 02:28:06.000000000 +0200
+++ webkit-sharp-0.2.orig/sources/webkit-sharp.dll.config.in	2009-05-16 23:42:36.847810576 +0200
@@ -1,3 +1,3 @@
 <configuration>
-  <dllmap dll="webkit-1.0" target="webkit-1.0 at LIB_PREFIX@.1 at LIB_SUFFIX@"/>
+  <dllmap dll="webkit-1.0" target="webkit-1.0 at LIB_PREFIX@.2 at LIB_SUFFIX@"/>
 </configuration>



Index: webkit-sharp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkit-sharp/devel/webkit-sharp.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- webkit-sharp.spec	25 May 2009 21:32:51 -0000	1.2
+++ webkit-sharp.spec	15 Jun 2009 05:04:47 -0000	1.3
@@ -2,21 +2,22 @@
 
 Name:		webkit-sharp
 Version:	0.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	.NET bindings for WebKit
 Group:		Development/Languages
 License:	MIT
 URL:		http://ftp.novell.com/pub/mono/sources/webkit-sharp/
 Source0:	http://ftp.novell.com/pub/mono/sources/webkit-sharp/%{name}-%{version}.tar.bz2
 Patch0:		webkit-sharp-libdir.patch
+Patch1:		webkit-dllmap-fix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	WebKit-gtk-devel
+Requires:	webkitgtk
+BuildRequires:	webkitgtk-devel
 BuildRequires:	mono-devel
 BuildRequires:	gtk-sharp2-devel
 BuildRequires:	gtk-sharp2-gapi
 BuildRequires:	monodoc-devel
 
-
 %description
 WebKit-sharp is .NET bindings for the WebKit rendering engine.
 
@@ -34,6 +35,8 @@ Development files for WebKit-sharp
 
 # patch for libdir madness
 %patch0 -p1 -b webkit-sharp-libdir.patch
+#patch for updated webkit version
+%patch1 -p1 -b webkit-dllmap-fix.patch
 
 %build
 %configure
@@ -58,6 +61,9 @@ make DESTDIR=%{buildroot} install
 %{_libdir}/monodoc/sources/webkit-sharp*
 
 %changelog
+* Sun Jun 14 2009 Paul Lange <palango at gmx.de> - 0.2-3
+- Fix wrong webkitgtk link and missing dependency (#500654)
+
 * Mon May 25 2009 Xavier Lamien <laxathom at fedoraproject.org> - 0.2-2
 - Build arch ppc64.
 




More information about the fedora-extras-commits mailing list