Hello community, here is the log from the commit of package mozilla-xulrunner192 for openSUSE:Factory checked in at Fri Sep 3 13:24:43 CEST 2010. -------- --- mozilla-xulrunner192/mozilla-xulrunner192.changes 2010-07-30 07:07:24.000000000 +0200 +++ /mounts/work_src_done/STABLE/mozilla-xulrunner192/mozilla-xulrunner192.changes 2010-08-30 17:33:06.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 30 17:32:20 CEST 2010 - wr@rosenauer.org + +- fixed build with latest Gnome in Factory + (mozilla-gdk-pixbuf.patch + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- mozilla-gdk-pixbuf.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozilla-xulrunner192.spec ++++++ --- /var/tmp/diff_new_pack.CjYp4n/_old 2010-09-03 13:22:35.000000000 +0200 +++ /var/tmp/diff_new_pack.CjYp4n/_new 2010-09-03 13:22:35.000000000 +0200 @@ -40,7 +40,7 @@ %endif License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ Version: 1.9.2.8 -Release: 1 +Release: 2 %define releasedate 2010072300 %define version_internal 1.9.2.8 %define apiversion 1.9.2 @@ -84,6 +84,7 @@ Patch14: mozilla-cairo-lcd.patch # --- Patch15: mozilla-ua-locale-pref.patch +Patch16: mozilla-gdk-pixbuf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: mozilla-js192 = %{version} Requires(post): update-alternatives coreutils @@ -233,6 +234,7 @@ %patch14 -p1 # bmo#542999 %patch15 -p1 +%patch16 -p1 %build %if %suse_version >= 1110 ++++++ mozilla-gdk-pixbuf.patch ++++++ # HG changeset patch # Parent bad58443f421fd09ef6366d359b8405ed50c3731 diff --git a/toolkit/system/gnome/Makefile.in b/toolkit/system/gnome/Makefile.in --- a/toolkit/system/gnome/Makefile.in +++ b/toolkit/system/gnome/Makefile.in @@ -77,20 +77,22 @@ endif EXTRA_DSO_LDOPTS += \ $(XPCOM_GLUE_LDOPTS) \ $(XPCOM_FROZEN_LDOPTS) \ $(NSPR_LIBS) \ $(MOZ_GCONF_LIBS) \ $(MOZ_GNOMEVFS_LIBS) \ $(GLIB_LIBS) \ $(MOZ_LIBNOTIFY_LIBS) \ + $(MOZ_GTK2_LIBS) \ $(NULL) LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/components/build/ include $(topsrcdir)/config/rules.mk CXXFLAGS += \ $(MOZ_GCONF_CFLAGS) \ $(MOZ_GNOMEVFS_CFLAGS) \ $(GLIB_CFLAGS) \ $(MOZ_LIBNOTIFY_CFLAGS) \ + $(MOZ_GTK2_CFLAGS) \ $(NULL) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org