commit webkit-sharp for openSUSE:Factory
Hello community, here is the log from the commit of package webkit-sharp for openSUSE:Factory checked in at Mon Aug 30 13:03:50 CEST 2010. -------- --- webkit-sharp/webkit-sharp.changes 2010-01-26 22:18:34.000000000 +0100 +++ webkit-sharp/webkit-sharp.changes 2010-08-26 10:15:15.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Aug 26 10:14:49 CEST 2010 - ro@suse.de + +- require libwebkit-devel on >= 11.4 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- webkit-sharp-0.3.dif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webkit-sharp.spec ++++++ --- /var/tmp/diff_new_pack.KDpZbK/_old 2010-08-30 13:03:22.000000000 +0200 +++ /var/tmp/diff_new_pack.KDpZbK/_new 2010-08-30 13:03:22.000000000 +0200 @@ -23,21 +23,31 @@ Name: webkit-sharp Url: http://www.go-mono.org/ -BuildRequires: gtk-sharp2 gtk-sharp2-gapi libwebkit-devel mono-devel monodoc-core +BuildRequires: gtk-sharp2 gtk-sharp2-gapi mono-devel monodoc-core +%if 0%{?suse_version} >= 1140 +BuildRequires: libwebkitgtk-devel +%else +BuildRequires: libwebkit-devel +%endif License: MIT Group: Development/Languages/Mono Summary: WebKit bindings for Mono BuildRoot: %{_tmppath}/%{name}-%{version}-build Version: %{_version} -Release: 2 +Release: 13 BuildArch: noarch Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-pkgconfigdir.patch +Patch1: webkit-sharp-0.3.dif +%if 0%{?suse_version} >= 1140 +Requires: libwebkitgtk-1_0-0 +%else %if 0%{?suse_version} >= 1120 Requires: libwebkit-1_0-2 %else Requires: libwebkit-1_0-1 %endif +%endif %description WebKit is a web content engine, derived from KHTML and KJS from KDE, @@ -55,6 +65,9 @@ %prep %setup -q %patch0 +%if 0%{?suse_version} >= 1140 +%patch1 +%endif %build autoreconf ++++++ webkit-sharp-0.3.dif ++++++ --- sources/webkit-sharp-sources.xml +++ sources/webkit-sharp-sources.xml 2010/08/26 08:18:27 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <gapi-parser-input> <api filename="webkit-sharp-api.raw"> - <library name="webkit-1.0"> + <library name="webkitgtk-1.0"> <namespace name="WebKit"> <!--<dir>/usr/include/webkit-1.0/webkit</dir>--> <dir>webkit-1.0/webkit</dir> --- sources/webkit-sharp.dll.config.in +++ sources/webkit-sharp.dll.config.in 2010/08/26 08:18:41 @@ -1,3 +1,3 @@ <configuration> - <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/> + <dllmap dll="webkitgtk-1.0" target="webkitgtk-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/> </configuration> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de