Hello community, here is the log from the commit of package MozillaThunderbird for openSUSE:Factory checked in at Wed Aug 3 09:50:33 CEST 2011.
-------- --- MozillaThunderbird/MozillaThunderbird.changes 2011-07-09 13:36:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/MozillaThunderbird/MozillaThunderbird.changes 2011-08-02 14:41:22.000000000 +0200 @@ -1,0 +2,14 @@ +Fri Jul 30 08:30:11 CEST 2011 - [email protected] + +- update enigmail to 1.2.99 (1.3a1pre) + +------------------------------------------------------------------- +Fri Jul 29 21:13:54 UTC 2011 - [email protected] + +- update to version 6.0b2 + * removed obsolete patches + - mozilla-gio.patch + - thunderbird-gio.patch +- fix symbol dumper for linux3 platform + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- enigmail-1.2.tar.gz l10n-5.0.tar.bz2 mozilla-gio.patch thunderbird-5.0-source.tar.bz2 thunderbird-gio.patch New: ---- enigmail-1.2.99.tar.bz2 l10n-5.99.tar.bz2 mozilla-linux3.patch thunderbird-5.99-source.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MozillaThunderbird.spec ++++++ --- /var/tmp/diff_new_pack.oS2SsA/_old 2011-08-03 09:49:48.000000000 +0200 +++ /var/tmp/diff_new_pack.oS2SsA/_new 2011-08-03 09:49:48.000000000 +0200 @@ -24,10 +24,10 @@ BuildRequires: mozilla-nss-devel >= 3.12.8 BuildRequires: nss-shared-helper-devel License: MPLv1.1 or GPLv2+ or LGPLv2+ -%define mainversion 5.0 +%define mainversion 5.99 Version: %{mainversion} Release: 1 -%define releasedate 2011062400 +%define releasedate 2011072900 Provides: thunderbird = %{version} Summary: The Stand-Alone Mozilla Mail Component Url: http://www.mozilla.org/products/thunderbird/ @@ -41,21 +41,20 @@ Source6: suse-default-prefs.js Source7: find-external-requires.sh Source8: MozillaThunderbird-rpmlintrc -Source9: enigmail-1.2.tar.gz +Source9: enigmail-1.2.99.tar.bz2 Source10: create-tar.sh Source11: compare-locales.tar.bz2 # Gecko/Toolkit Patch1: mozilla-shared-nss-db.patch Patch2: mozilla-cairo-lcd.patch Patch3: mozilla-language.patch -Patch4: mozilla-gio.patch +Patch4: mozilla-linux3.patch Patch5: mozilla-cairo-return.patch Patch6: mozilla-dump_syms-static.patch # Thunderbird/mail Patch10: tb-ssldap.patch Patch11: tb-develdirs.patch Patch12: thunderbird-shared-nss-db.patch -Patch13: thunderbird-gio.patch #enigmail Patch20: enigmail-cz-CZ-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -142,7 +141,7 @@ %if %build_enigmail %package -n enigmail -Version: 1.2 +Version: 1.2.99 Release: 1 License: MPLv1.1 or GPLv2+ Summary: OpenPGP addon for Thunderbird and SeaMonkey @@ -178,10 +177,11 @@ %patch10 -p1 %patch11 -p1 %patch12 -p1 -%patch13 -p1 +%if %build_enigmail pushd ../enigmail %patch20 -p1 popd +%endif %build # no need to add build time to binaries @@ -488,8 +488,7 @@ %defattr(-,root,root) %{_libdir}/%{progname}/*.a %{_libdir}/%{progname}/xpidl -%{_libdir}/%{progname}/xpt_dump -%{_libdir}/%{progname}/xpt_link +%{_libdir}/%{progname}/xpt.py #%{_libdir}/pkgconfig/*.pc %{_includedir}/%{progname}/ ++++++ compare-locales.tar.bz2 ++++++ ++++++ create-tar.sh ++++++ --- /var/tmp/diff_new_pack.oS2SsA/_old 2011-08-03 09:49:48.000000000 +0200 +++ /var/tmp/diff_new_pack.oS2SsA/_new 2011-08-03 09:49:48.000000000 +0200 @@ -1,9 +1,9 @@ #!/bin/bash -BRANCH="releases/comm-miramar" -RELEASE_TAG="THUNDERBIRD_5_0_RELEASE " -VERSION="5.0" +BRANCH="releases/comm-beta" +RELEASE_TAG="THUNDERBIRD_6_0b2_RELEASE" +VERSION="5.99" echo "cloning $BRANCH..." hg clone http://hg.mozilla.org/$BRANCH thunderbird @@ -12,7 +12,7 @@ echo "running client.py..." [ "$RELEASE_TAG" == "default" ] || _extra="--comm-rev=$RELEASE_TAG --mozilla-rev=$RELEASE_TAG" # temporary! -#_extra="--mozilla-repo=http://hg.mozilla.org/releases/mozilla-miramar $_extra" +_extra="--mozilla-repo=http://hg.mozilla.org/releases/mozilla-beta $_extra" python client.py checkout --skip-chatzilla --skip-venkman $_extra popd echo "creating archive..." @@ -33,7 +33,7 @@ ;; *) echo "fetching $locale ..." - hg clone http://hg.mozilla.org/releases/l10n-miramar/$locale l10n/$locale + hg clone http://hg.mozilla.org/releases/l10n/mozilla-beta/$locale l10n/$locale hg -R l10n/$locale up -C -r $RELEASE_TAG ;; esac ++++++ l10n-5.0.tar.bz2 -> l10n-5.99.tar.bz2 ++++++ MozillaThunderbird/l10n-5.0.tar.bz2 /mounts/work_src_done/STABLE/MozillaThunderbird/l10n-5.99.tar.bz2 differ: char 11, line 1 ++++++ mozilla-linux3.patch ++++++ # HG changeset patch # Parent bf7c3e1c6174630743f9f94808c4dd3a2edc0c6b diff --git a/toolkit/crashreporter/tools/symbolstore.py b/toolkit/crashreporter/tools/symbolstore.py --- a/toolkit/crashreporter/tools/symbolstore.py +++ b/toolkit/crashreporter/tools/symbolstore.py @@ -376,16 +376,17 @@ def GetVCSFilename(file, srcdirs): return (file.replace("\\", "/"), root) def GetPlatformSpecificDumper(**kwargs): """This function simply returns a instance of a subclass of Dumper that is appropriate for the current platform.""" return {'win32': Dumper_Win32, 'cygwin': Dumper_Win32, 'linux2': Dumper_Linux, + 'linux3': Dumper_Linux, 'sunos5': Dumper_Solaris, 'darwin': Dumper_Mac}[sys.platform](**kwargs) def SourceIndex(fileStream, outputPath, vcs_root): """Takes a list of files, writes info to a data block in a .stream file""" # Creates a .pdb.stream file in the mozilla\objdir to be used for source indexing # Create the srcsrv data block that indexes the pdb file result = True ++++++ mozilla-shared-nss-db.patch ++++++ --- /var/tmp/diff_new_pack.oS2SsA/_old 2011-08-03 09:49:48.000000000 +0200 +++ /var/tmp/diff_new_pack.oS2SsA/_new 2011-08-03 09:49:48.000000000 +0200 @@ -1,13 +1,13 @@ From: Hans Petter Jansson <[email protected]> Wolfgang Rosenauer <[email protected]> Subject: use libnsssharedhelper if available at compile time - (can be disabled by exporting MOZ_TB_NO_NSSHELPER=1) + (can be disabled by exporting MOZ_XRE_NO_NSSHELPER=1) References: diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in --- a/config/autoconf.mk.in +++ b/config/autoconf.mk.in -@@ -571,16 +571,20 @@ MOZ_ALSA_LIBS = @MOZ_ALSA_LIBS +@@ -582,16 +582,20 @@ MOZ_ALSA_LIBS = @MOZ_ALSA_LIBS GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ @@ -31,7 +31,7 @@ diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in -@@ -8610,16 +8610,31 @@ AC_SUBST(QCMS_LIBS) +@@ -8507,16 +8507,31 @@ AC_SUBST(QCMS_LIBS) dnl ======================================================== dnl HarfBuzz @@ -66,7 +66,7 @@ diff --git a/security/manager/ssl/src/Makefile.in b/security/manager/ssl/src/Makefile.in --- a/security/manager/ssl/src/Makefile.in +++ b/security/manager/ssl/src/Makefile.in -@@ -117,19 +117,20 @@ CSRCS += md4.c +@@ -114,19 +114,20 @@ CSRCS += md4.c EXTRA_DEPS = $(NSS_DEP_LIBS) @@ -115,7 +115,7 @@ #include "nsNetUtil.h" #include "nsAppDirectoryServiceDefs.h" -@@ -1658,18 +1665,34 @@ nsNSSComponent::InitializeNSS(PRBool sho +@@ -1733,18 +1740,34 @@ nsNSSComponent::InitializeNSS(PRBool sho ConfigureInternalPKCS11Token(); // The NSS_INIT_NOROOTINIT flag turns off the loading of the root certs @@ -155,13 +155,13 @@ diff --git a/toolkit/library/Makefile.in b/toolkit/library/Makefile.in --- a/toolkit/library/Makefile.in +++ b/toolkit/library/Makefile.in -@@ -169,17 +169,17 @@ ifndef MOZ_ENABLE_LIBXUL - EXTRA_DSO_LDOPTS += \ - $(MOZ_COMPONENT_LIBS) \ - $(MOZ_JS_LIBS) \ - $(NULL) +@@ -139,17 +139,17 @@ ifdef MOZ_DEBUG + EXTRA_DSO_LDOPTS += -INCREMENTAL:NO + endif endif + EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS) + DEFINES += -DIMPL_XREAPI -EXTRA_DSO_LDOPTS += $(NSPR_LIBS) $(MOZALLOC_LIB) ++++++ thunderbird-5.0-source.tar.bz2 -> thunderbird-5.99-source.tar.bz2 ++++++ MozillaThunderbird/thunderbird-5.0-source.tar.bz2 /mounts/work_src_done/STABLE/MozillaThunderbird/thunderbird-5.99-source.tar.bz2 differ: char 11, line 1 ++++++ thunderbird-shared-nss-db.patch ++++++ --- /var/tmp/diff_new_pack.oS2SsA/_old 2011-08-03 09:49:48.000000000 +0200 +++ /var/tmp/diff_new_pack.oS2SsA/_new 2011-08-03 09:49:48.000000000 +0200 @@ -7,7 +7,7 @@ diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in --- a/config/autoconf.mk.in +++ b/config/autoconf.mk.in -@@ -459,16 +459,20 @@ MOZ_PANGO_LIBS = @MOZ_PANGO_LIB +@@ -458,16 +458,20 @@ MOZ_PANGO_LIBS = @MOZ_PANGO_LIB XT_LIBS = @XT_LIBS@ MOZ_ALSA_LIBS = @MOZ_ALSA_LIBS@ @@ -31,7 +31,7 @@ diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in -@@ -6796,16 +6796,31 @@ AC_SUBST(QCMS_LIBS) +@@ -6759,16 +6759,31 @@ AC_SUBST(QCMS_LIBS) dnl ======================================================== dnl HarfBuzz @@ -66,9 +66,9 @@ diff --git a/mail/app/Makefile.in b/mail/app/Makefile.in --- a/mail/app/Makefile.in +++ b/mail/app/Makefile.in -@@ -124,16 +124,17 @@ MOZILLA_INTERNAL_API = 1 - APP_XPCOM_LIBS = $(XPCOM_LIBS) - endif +@@ -119,16 +119,17 @@ endif + + APP_XPCOM_LIBS = $(XPCOM_GLUE_LDOPTS) LIBS += \ $(STATIC_COMPONENTS_LINKER_PATH) \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
