Hello community,

here is the log from the commit of package balsa for openSUSE:Factory
checked in at Sun Oct 2 09:50:23 CEST 2011.



--------
--- openSUSE:Factory/balsa/balsa.changes        2011-09-23 01:52:22.000000000 
+0200
+++ /mounts/work_src_done/STABLE/balsa/balsa.changes    2011-09-27 
19:16:08.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep 21 01:14:16 UTC 2011 - suse-...@gmx.de
+
+- Add balsa-fix-linking.patch: correctly link to the
+  javascriptcoregtk library. This fixes the build.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh,
+  needed for patch above.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  balsa-fix-linking.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ balsa.spec ++++++
--- /var/tmp/diff_new_pack.YjB9Qq/_old  2011-10-02 09:50:18.000000000 +0200
+++ /var/tmp/diff_new_pack.YjB9Qq/_new  2011-10-02 09:50:18.000000000 +0200
@@ -27,8 +27,12 @@
 Url:            http://pawsa.fedorapeople.org/balsa/
 Group:          Productivity/Networking/Email/Clients
 Source:         %{base_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM balsa-fix-linking.patch bgo#660263 suse-...@gmx.de -- Fix 
build during link
+Patch0:         balsa-fix-linking.patch
 BuildRequires:  compface
 BuildRequires:  fdupes
+# needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gpgme-devel
 BuildRequires:  intltool
@@ -78,9 +82,17 @@
 
 %prep
 %setup -q -n %{base_name}-%{version}
+%if 0%{?suse_version} > 1140
+%patch0
+%endif
 translation-update-upstream
 
 %build
+%if 0%{?suse_version} > 1140
+# needed for patch0
+mkdir m4
+NOCONFIGURE=1 gnome-autogen.sh
+%endif
 %configure\
 %if %TOUCHSCREEN_OPTIMIZATION
        --enable-touch-ui\

++++++ balsa-fix-linking.patch ++++++
Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in
@@ -402,7 +402,7 @@ case "$use_html_widget" in
         if test x"$use_threads" = xno ; then
             AC_MSG_ERROR([WebKit cannot be used with threads disabled.])
         fi
-        PKG_CHECK_MODULES(HTML, [webkit-1.0])
+        PKG_CHECK_MODULES(HTML, [webkit-1.0 javascriptcoregtk-1.0])
         AC_DEFINE(HAVE_WEBKIT,1,[Defined when WebKit can be used.])
     ;;
     no)
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to