Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2013-10-14 09:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MozillaThunderbird (Old)
 and      /work/SRC/openSUSE:Factory/.MozillaThunderbird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MozillaThunderbird"

Changes:
--------
--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes    
2013-09-23 11:17:15.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
    2013-10-14 09:29:44.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Oct 10 14:43:22 UTC 2013 - [email protected]
+
+- update to Thunderbird 24.0.1
+  * fqdn for smtp server name was not accepted (bmo#913785)
+  * fixed crash in PL_strncasecmp (bmo#917955)
+- update Enigmail to 1.6
+  * The passphrase timeout configuration in Enigmail is now read and
+    written from/to gpg-agent.
+  * New dialog to change the expiry date of keys
+  * New function to search for the OpenPGP keys of all Address Book
+    entries on a keyserver
+  * removed obsolete enigmail-build.patch
+
+-------------------------------------------------------------------

Old:
----
  enigmail-1.5.2.tar.gz
  enigmail-build.patch
  l10n-24.0.tar.bz2
  thunderbird-24.0-source.tar.bz2

New:
----
  enigmail-1.6.tar.gz
  l10n-24.0.1.tar.bz2
  thunderbird-24.0.1-source.tar.bz2

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

Other differences:
------------------
++++++ MozillaThunderbird.spec ++++++
--- /var/tmp/diff_new_pack.0ZUrGy/_old  2013-10-14 09:29:54.000000000 +0200
+++ /var/tmp/diff_new_pack.0ZUrGy/_new  2013-10-14 09:29:54.000000000 +0200
@@ -17,9 +17,10 @@
 #
 
 
-%define with_kde 1
-
+%define mainversion 24.0.1
+%define update_channel release
 %define gstreamer_ver 0.10
+%define with_kde 1
 
 Name:           MozillaThunderbird
 BuildRequires:  Mesa-devel
@@ -47,11 +48,9 @@
 BuildRequires:  pkgconfig(gstreamer-app-%gstreamer_ver)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
 %endif
-%define mainversion 24.0
-%define update_channel release
 Version:        %{mainversion}
 Release:        0
-%define releasedate 2013091200
+%define releasedate 2013101000
 Provides:       thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package
@@ -72,7 +71,7 @@
 Source6:        suse-default-prefs.js
 Source7:        find-external-requires.sh
 Source8:        thunderbird-rpmlintrc
-Source9:        enigmail-1.5.2.tar.gz
+Source9:        enigmail-1.6.tar.gz
 Source10:       create-tar.sh
 Source11:       compare-locales.tar.bz2
 Source12:       kde.js
@@ -87,8 +86,6 @@
 Patch20:        tb-ssldap.patch
 Patch21:        tb-develdirs.patch
 Patch22:        thunderbird-shared-nss-db.patch
-# Enigmail
-Patch30:        enigmail-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         coreutils fileutils textutils /bin/sh
 Recommends:     libcanberra0
@@ -178,7 +175,7 @@
 
 %if %build_enigmail
 %package -n enigmail
-Version:        1.5.2+%{mainversion}
+Version:        1.6.0+%{mainversion}
 Release:        0
 Summary:        OpenPGP addon for Thunderbird and SeaMonkey
 License:        MPL-1.1 or GPL-2.0+
@@ -217,12 +214,6 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
-%if %build_enigmail
-# enigmail
-pushd $RPM_BUILD_DIR/enigmail
-%patch30 -p1
-popd
-%endif
 
 %build
 # no need to add build time to binaries
@@ -242,6 +233,9 @@
 export MOZ_BUILD_DATE=%{releasedate}
 export MOZILLA_OFFICIAL=1
 export BUILD_OFFICIAL=1
+%if %{update_channel} == "esr"
+export MOZ_ESR=1
+%endif
 export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
 %ifarch ppc64
 export CFLAGS="$CFLAGS -mminimal-toc"

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.0ZUrGy/_old  2013-10-14 09:29:54.000000000 +0200
+++ /var/tmp/diff_new_pack.0ZUrGy/_new  2013-10-14 09:29:54.000000000 +0200
@@ -5,7 +5,7 @@
       <size unit="G">9</size>
     </disk>
     <memory>
-      <size unit="M">3500</size>
+      <size unit="M">3000</size>
     </memory>
   </hardware>
 </constraints>

++++++ compare-locales.tar.bz2 ++++++

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.0ZUrGy/_old  2013-10-14 09:29:55.000000000 +0200
+++ /var/tmp/diff_new_pack.0ZUrGy/_new  2013-10-14 09:29:55.000000000 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="esr24"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_24_0_RELEASE"
-VERSION="24.0"
+RELEASE_TAG="THUNDERBIRD_24_0_1_RELEASE"
+VERSION="24.0.1"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++++++ enigmail-1.5.2.tar.gz -> enigmail-1.6.tar.gz ++++++
++++ 16469 lines of diff (skipped)

++++++ l10n-24.0.tar.bz2 -> l10n-24.0.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-24.0.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-24.0.1.tar.bz2 differ: 
char 11, line 1

++++++ thunderbird-24.0-source.tar.bz2 -> thunderbird-24.0.1-source.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-24.0-source.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-24.0.1-source.tar.bz2
 differ: char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to