Hello community,

here is the log from the commit of package seed for openSUSE:Factory
checked in at Mon Aug 15 10:37:43 CEST 2011.



--------
--- GNOME/seed/seed.changes     2011-08-08 15:14:48.000000000 +0200
+++ /mounts/work_src_done/STABLE/seed/seed.changes      2011-08-12 
20:51:32.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Aug 12 18:50:07 UTC 2011 - dims...@opensuse.org
+
+- Extend seed-javascriptcore.patch to fix more crashers: The patch
+  is now based on the commits91ab32, db641c and 937d32. This
+  version of the patch also fixes the seed2 build.
+
+-------------------------------------------------------------------
seed2.changes: same change

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ seed.spec ++++++
--- /var/tmp/diff_new_pack.ZsXaF4/_old  2011-08-15 10:14:55.000000000 +0200
+++ /var/tmp/diff_new_pack.ZsXaF4/_new  2011-08-15 10:14:55.000000000 +0200
@@ -34,7 +34,7 @@
 License:        LGPLv3+ ; GPLv2+
 Group:          Development/Libraries/GNOME
 Version:        3.1.1
-Release:        3
+Release:        5
 Summary:        JavaScript bindings based on gobject-introspection and WebKit
 Url:            http://live.gnome.org/Seed
 Source:         %{_name}-%{version}.tar.bz2
@@ -86,7 +86,6 @@
 
 %package -n libseed%{?_pkgsoname_suffix}0
 
-
 License:        LGPLv3+
 Summary:        JavaScript bindings based on gobject-introspection and WebKit
 Group:          Development/Libraries/GNOME
@@ -105,7 +104,6 @@
 
 %package -n libseed%{?_gtk_suffix}-devel
 
-
 License:        LGPLv3+
 Summary:        JavaScript bindings based on gobject-introspection and WebKit
 Group:          Development/Libraries/GNOME

++++++ seed2.spec ++++++
--- /var/tmp/diff_new_pack.ZsXaF4/_old  2011-08-15 10:14:55.000000000 +0200
+++ /var/tmp/diff_new_pack.ZsXaF4/_new  2011-08-15 10:14:55.000000000 +0200
@@ -34,7 +34,7 @@
 License:        LGPLv3+ ; GPLv2+
 Group:          Development/Libraries/GNOME
 Version:        3.1.1
-Release:        2
+Release:        3
 Summary:        JavaScript bindings based on gobject-introspection and WebKit
 Url:            http://live.gnome.org/Seed
 Source:         %{_name}-%{version}.tar.bz2
@@ -87,7 +87,6 @@
 
 %package -n libseed%{?_pkgsoname_suffix}0
 
-
 License:        LGPLv3+
 Summary:        JavaScript bindings based on gobject-introspection and WebKit
 Group:          Development/Libraries/GNOME
@@ -106,7 +105,6 @@
 
 %package -n libseed%{?_gtk_suffix}-devel
 
-
 License:        LGPLv3+
 Summary:        JavaScript bindings based on gobject-introspection and WebKit
 Group:          Development/Libraries/GNOME

++++++ seed-javascriptcore.patch ++++++
--- /var/tmp/diff_new_pack.ZsXaF4/_old  2011-08-15 10:14:55.000000000 +0200
+++ /var/tmp/diff_new_pack.ZsXaF4/_new  2011-08-15 10:14:55.000000000 +0200
@@ -1,23 +1,39 @@
-Index: seed-3.1.1/configure.ac
-===================================================================
---- seed-3.1.1.orig/configure.ac
-+++ seed-3.1.1/configure.ac
-@@ -87,6 +87,8 @@ AS_CASE([$with_webkit],
+diff --git a/configure.ac b/configure.ac
+index 3f49878..e590f02 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -86,16 +86,18 @@ AS_CASE([$with_webkit],
+       [3.0], [
                WEBKIT_PC=webkitgtk-3.0
                SEED_GTK_VERSION=-gtk3
-               AC_SUBST(SEED_GTK_VERSION)
+-              AC_SUBST(SEED_GTK_VERSION)
 +              AC_CHECK_LIB(webkitgtk-3.0, JSContextGroupCreate,,
-+                                          AC_CHECK_LIB(javascriptcoregtk-3.0, 
JSContextGroupCreate,WEBKIT_PC=javascriptcoregtk-3.0))
++                      AC_CHECK_LIB(javascriptcoregtk-3.0, 
JSContextGroupCreate,WEBKIT_PC=javascriptcoregtk-3.0)) 
        ],
        [1.0], [
                save_LIBS=$LIBSma
-
-From db641cd31d82aff79a16080f65f7c7562aaadde6 Mon Sep 17 00:00:00 2001
-From: Alan Knowles <a...@akbkhome.com>
-Date: Mon, 08 Aug 2011 10:05:48 +0000
-Subject: more fixes for  #653077 - xml build without webkit, also includes fix 
for  #652771 - removing paramspec reference
-
----
+               LIBS=`pkg-config --libs webkit-1.0`
++              WEBKIT_PC=webkitgtk-1.0
+               AC_CHECK_LIB(webkitgtk-1.0, JSContextGroupCreate,,
+-                                          AC_CHECK_LIB(webkit-1.0, 
JSContextGroupCreate,,
+-                                                                   
AC_MSG_ERROR([The installed version of WebKit is too old. Seed requires WebKit 
SVN revision 35442 or greater.])))
++                      AC_CHECK_LIB(javascriptcoregtk-1.0, 
JSContextGroupCreate,WEBKIT_PC=javascriptcoregtk-1.0, 
++                              AC_CHECK_LIB(webkit-1.0, 
JSContextGroupCreate,WEBKIT_PC=webkit-1.0,
++                                      AC_MSG_ERROR([The installed version of 
WebKit is too old. Seed requires WebKit SVN revision 35442 or greater.]))))
+               LIBS=$save_LIBS
+-              WEBKIT_PC=webkit-1.0
+       ],
+ 
+       [AC_MSG_ERROR([Invalid argument for --with-webkit])]
+@@ -104,6 +106,8 @@ PKG_CHECK_MODULES(WEBKIT, $WEBKIT_PC)
+ AC_SUBST(WEBKIT_PC)
+ AC_SUBST(WEBKIT_CFLAGS)
+ AC_SUBST(WEBKIT_LDFLAGS)
++AC_SUBST(SEED_GTK_VERSION)
++
+ dnl 
=========================Introspection=====================================
+ 
+ PKG_CHECK_MODULES(GOBJECT_INTROSPECTION, gobject-introspection-1.0 >= 0.6.3)
 diff --git a/libseed/seed-gtype.c b/libseed/seed-gtype.c
 index 04be107..910878d 100644
 --- a/libseed/seed-gtype.c
@@ -37,6 +53,45 @@
    seed_create_function (ctx, "get", &seed_param_getter_invoked, proto);
    seed_create_function (ctx, "set", &seed_param_setter_invoked, proto);
  }
+diff --git a/modules/cairo/Makefile.am b/modules/cairo/Makefile.am
+index 54082f3..f54c61c 100644
+--- a/modules/cairo/Makefile.am
++++ b/modules/cairo/Makefile.am
+@@ -38,7 +38,9 @@ libseed_cairo_la_LDFLAGS = \
+       $(CAIRO_LDFLAGS)
+ 
+ libseed_cairo_la_LIBADD = \
+-      $(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la
++      $(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
++      $(GDK_LIBS) \
++      $(CAIRO_LIBS) \
+       $(SEED_PROFILE_LIBS)
+ 
+ endif
+diff --git a/modules/canvas/Makefile.am b/modules/canvas/Makefile.am
+index 27e1382..7670a3b 100644
+--- a/modules/canvas/Makefile.am
++++ b/modules/canvas/Makefile.am
+@@ -23,6 +23,7 @@ libseed_canvas_la_LDFLAGS = \
+ 
+ libseed_canvas_la_LIBADD = \
+       $(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
++      $(CAIRO_LIBS) \
+       $(SEED_PROFILE_LIBS)
+ 
+ endif
+diff --git a/modules/gtkbuilder/Makefile.am b/modules/gtkbuilder/Makefile.am
+index 09ab294..8937eeb 100644
+--- a/modules/gtkbuilder/Makefile.am
++++ b/modules/gtkbuilder/Makefile.am
+@@ -23,6 +23,7 @@ libseed_gtkbuilder_la_LDFLAGS = \
+ 
+ libseed_gtkbuilder_la_LIBADD = \
+       $(top_builddir)/libseed/libseed@SEED_GTK_VERSION@.la \
++      $(GTK_LIBS) \
+       $(SEED_PROFILE_LIBS)
+ 
+ endif
 diff --git a/modules/libxml/Makefile.am b/modules/libxml/Makefile.am
 index ef7f902..5e5e794 100644
 --- a/modules/libxml/Makefile.am
@@ -49,6 +104,3 @@
        $(SEED_PROFILE_LIBS)
  
  extensionsdir=$(datadir)/seed@SEED_GTK_VERSION@/extensions
---
-cgit v0.9
-


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



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