Mailinglist Archive: opensuse-commit (938 mails)

< Previous Next >
commit MozillaThunderbird for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 03 Sep 2010 15:31:52 +0200
  • Message-id: <20100903133152.90CF0202BD@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package MozillaThunderbird for
openSUSE:Factory
checked in at Fri Sep 3 15:31:52 CEST 2010.



--------
--- MozillaThunderbird/MozillaThunderbird.changes 2010-07-24
17:24:41.000000000 +0200
+++ MozillaThunderbird/MozillaThunderbird.changes 2010-08-30
17:38:29.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 30 17:37:58 CEST 2010 - wr@xxxxxxxxxxxxx
+
+- fixed build with latest Gnome
+ (mozilla-gdk-pixbuf.patch)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
mozilla-gdk-pixbuf.patch

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

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.jTcqiT/_old 2010-09-03 15:30:10.000000000 +0200
+++ /var/tmp/diff_new_pack.jTcqiT/_new 2010-09-03 15:30:10.000000000 +0200
@@ -27,7 +27,7 @@
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
%define mainversion 3.1.1
Version: %{mainversion}
-Release: 1
+Release: 2
%define releasedate 2010071400
Summary: The Stand-Alone Mozilla Mail Component
Url: http://www.mozilla.org/products/thunderbird/
@@ -49,6 +49,7 @@
Patch5: tb-develdirs.patch
Patch8: mozilla-helper-app.patch
Patch9: mozilla-shared-nss-db.patch
+Patch10: mozilla-gdk-pixbuf.patch
Patch11: thunderbird-shared-nss-db.patch
Patch13: mozilla-xsmp.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -133,7 +134,7 @@

%package -n enigmail
Version: 1.1.2
-Release: 1
+Release: 2
License: GPLv2+ ; MPLv1.1+
Summary: OpenPGP addon for Thunderbird and SeaMonkey
Group: Productivity/Networking/Email/Clients
@@ -160,6 +161,7 @@
%patch1 -p1
%patch8 -p1
%patch9 -p1
+%patch10 -p1
%patch13 -p1
popd
# comm-central patches

++++++ 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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread