969f7f
%global debug_build             0
969f7f
%global official_branding       1
969f7f
%global system_ffi              1
969f7f
%global system_libicu           0
969f7f
%global system_libvpx           0
969f7f
%global system_nss              1
969f7f
%global system_sqlite           0
969f7f
%global use_bundled_python      1
969f7f
%define build_langpacks         1
969f7f
%define use_bundled_ffi         0
969f7f
%define use_bundled_python      1
969f7f
%global use_bundled_yasm        1
969f7f
%global system_jpeg             1
969f7f
%global hardened_build          1
969f7f
%global use_dts                 1
969f7f
969f7f
%define bundled_python_version 2.7.13
969f7f
%global cairo_version           1.10.2
969f7f
%global ffi_version             3.0.9
969f7f
%global freetype_version        2.1.9
969f7f
%global gcc_version             4.8.2-16
969f7f
%global python_version          2.7.8
969f7f
%global sqlite_version          3.8.4.2
969f7f
%global nspr_version            4.13.1
969f7f
%global nss_version             3.28.4
969f7f
%if 0%{?rhel} == 7
969f7f
%define use_bundled_python 0
969f7f
%endif
969f7f
969f7f
%if 0%{?rhel} < 8
969f7f
%global use_rustts        1
969f7f
%endif
969f7f
%global dts_version       7
969f7f
%global rst_version       7
969f7f
%global llvm_version      7
969f7f
%if 0%{?rhel} == 8
969f7f
%global use_dts           0
969f7f
%global rst_version       1.26
969f7f
%global llvm_version      6.0
969f7f
%endif
969f7f
969f7f
%define gtk3_nvr 3.22.26-1
969f7f
%define gtk3_install_path %{mozappdir}/bundled
969f7f
969f7f
969f7f
969f7f
# Big endian platforms
969f7f
%ifarch ppc64 s390x
969f7f
# Javascript Intl API is not supported on big endian platforms right now:
969f7f
# https://bugzilla.mozilla.org/show_bug.cgi?id=1322212
969f7f
%define big_endian 1
969f7f
%endif
969f7f
969f7f
# ============================================================================
969f7f
969f7f
# Avoid patch failures
969f7f
%define _default_patch_fuzz     2
969f7f
969f7f
%define thunderbird_app_id      \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
969f7f
969f7f
%if %{?system_sqlite}
969f7f
# The actual sqlite version (see #480989):
969f7f
%global sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo 65536)
969f7f
%endif
969f7f
969f7f
969f7f
# GTK3 bundling
969f7f
%define avoid_bundled_rebuild   0
969f7f
%if 0%{?rhel} == 6
969f7f
%define bundle_gtk3             1
969f7f
# In-tree libffi is able to build on following platforms, we have to bundle it for the rest
969f7f
%global system_ffi              0
969f7f
%ifnarch x86_64 i686 aarch64
969f7f
%define use_bundled_ffi         1
969f7f
%endif
969f7f
%endif
969f7f
969f7f
969f7f
%if 0%{?bundle_gtk3}
969f7f
# We could use %%include, but in %%files, %%post and other sections, but in these
969f7f
# sections it could lead to syntax errors about unclosed %%if. Work around it by
969f7f
# using the following macro
969f7f
%define include_file() %{expand:%(cat '%1')}
969f7f
%endif
969f7f
969f7f
%global mozappdir    %{_libdir}/%{name}
969f7f
%global mozappdirdev %{_libdir}/%{name}-devel-%{version}
969f7f
%global langpackdir  %{mozappdir}/distribution/extensions
969f7f
%global tarballdir   %{name}-%{version}
969f7f
969f7f
969f7f
Summary:        Mozilla Thunderbird mail/newsgroup client
969f7f
Name:           thunderbird
0eb392
Version:        60.7.0
969f7f
Release:        1%{?dist}
969f7f
URL:            http://www.mozilla.org/projects/thunderbird/
969f7f
License:        MPLv1.1 or GPLv2+ or LGPLv2+
969f7f
Group:          Applications/Internet
969f7f
969f7f
%if 0%{?rhel} == 7
969f7f
ExcludeArch:    s390 ppc
969f7f
%endif
969f7f
%if 0%{?rhel} == 6
969f7f
ExclusiveArch:  i686 x86_64 ppc64 s390x
969f7f
%endif
969f7f
969f7f
# From ftp://archive.mozilla.org/pub/thunderbird/releases/%{version}%{?ext_version}/source
969f7f
Source0:        https://archive.mozilla.org/pub/thunderbird/releases/%{version}%{?pre_version}/source/thunderbird-%{version}%{?pre_version}.source.tar.xz
969f7f
%if %{build_langpacks}
0eb392
Source1:        thunderbird-langpacks-%{version}%{?ext_version}-20190520.tar.xz
969f7f
# Locales for lightning
969f7f
Source2:        lightning-langpacks-%{version}.tar.xz
969f7f
%endif
969f7f
Source3:        get-calendar-langpacks.sh
969f7f
969f7f
Source10:       thunderbird-mozconfig
969f7f
Source20:       thunderbird.desktop
969f7f
Source21:       thunderbird.sh.in
969f7f
Source24:       mozilla-api-key
969f7f
Source27:       google-api-key
969f7f
#TODO
969f7f
Source101:      find-external-requires
969f7f
Source200:      gtk3-private-%{gtk3_nvr}.el6.src.rpm
969f7f
Source201:      gtk3-private-%{gtk3_nvr}-post.inc
969f7f
Source202:      gtk3-private-%{gtk3_nvr}-postun.inc
969f7f
Source203:      gtk3-private-%{gtk3_nvr}-posttrans.inc
969f7f
Source204:      gtk3-private-%{gtk3_nvr}-files.inc
969f7f
Source205:      gtk3-private-%{gtk3_nvr}-setup-flags-env.inc
969f7f
Source206:      gtk3-private-%{gtk3_nvr}-requires-provides-filter.inc
969f7f
Source301:      yasm-1.2.0-3.el5.src.rpm
969f7f
Source303:      libffi-3.0.13-18.el7_3.src.rpm
0eb392
Source601:      thunderbird-redhat-default-prefs.js.rhel6
0eb392
Source701:      thunderbird-redhat-default-prefs.js.rhel7
969f7f
#Python 2.7
969f7f
Source100:      https://www.python.org/ftp/python/%{bundled_python_version}/Python-%{bundled_python_version}.tar.xz
969f7f
969f7f
## Firefox patches
969f7f
969f7f
# Build patches
969f7f
Patch3:         mozilla-build-arm.patch
969f7f
Patch4:         build-mozconfig-fix.patch
969f7f
Patch5:         build-gdk-version.patch
969f7f
Patch6:         build-nss-version.patch
969f7f
Patch26:        build-icu-big-endian.patch
969f7f
# Also fixes s390x: https://bugzilla.mozilla.org/show_bug.cgi?id=1376268
969f7f
Patch29:        build-big-endian.patch
969f7f
# Always feel lucky for unsupported platforms:
969f7f
# https://bugzilla.mozilla.org/show_bug.cgi?id=1347128
969f7f
Patch37:        build-jit-atomic-always-lucky.patch
969f7f
Patch40:        build-aarch64-skia.patch
969f7f
Patch41:        build-debug-qcms.patch
969f7f
Patch43:        xulrunner-24.0-jemalloc-ppc.patch
969f7f
Patch45:        build-disable-elfhack.patch
969f7f
969f7f
# Fedora/RHEL specific patches
969f7f
Patch215:        firefox-enable-addons.patch
969f7f
Patch219:        rhbz-1173156.patch
969f7f
Patch224:        mozilla-1170092.patch
969f7f
Patch225:        mozilla-1005640-accept-lang.patch
969f7f
#ARM run-time patch
969f7f
Patch226:        rhbz-1354671.patch
969f7f
Patch230:        rhbz-1503632-nss.patch
969f7f
969f7f
# Upstream patches
969f7f
Patch402:        mozilla-1196777.patch
969f7f
Patch406:        mozilla-256180.patch
969f7f
Patch413:        mozilla-1353817.patch
969f7f
Patch415:        mozilla-1436242.patch
969f7f
Patch416:        mozilla-1460871-ldap-query.patch
969f7f
#Removing this patch would lead to losing user saved credentials in profile!
969f7f
969f7f
## Thunderbird patches
969f7f
969f7f
# ---------------------------------------------------
969f7f
969f7f
BuildRequires:  autoconf213
969f7f
BuildRequires:  bzip2-devel
969f7f
BuildRequires:  dbus-glib-devel
969f7f
BuildRequires:  desktop-file-utils
969f7f
BuildRequires:  krb5-devel
969f7f
BuildRequires:  libXt-devel
969f7f
BuildRequires:  mesa-libGL-devel
969f7f
BuildRequires:  pkgconfig(dri)
969f7f
BuildRequires:  pkgconfig(freetype2) >= %{freetype_version}
969f7f
BuildRequires:  pkgconfig(gconf-2.0)
969f7f
BuildRequires:  pkgconfig(gtk+-2.0)
969f7f
BuildRequires:  pkgconfig(libcurl)
969f7f
BuildRequires:  pkgconfig(libIDL-2.0)
969f7f
BuildRequires:  pkgconfig(libnotify)
969f7f
BuildRequires:  pkgconfig(libpng)
969f7f
BuildRequires:  pkgconfig(libpulse)
969f7f
BuildRequires:  pkgconfig(libstartup-notification-1.0)
969f7f
BuildRequires:  pkgconfig(pango)
969f7f
BuildRequires:  pkgconfig(xrender)
969f7f
BuildRequires:  pkgconfig(xt)
969f7f
BuildRequires:  pkgconfig(zlib)
969f7f
BuildRequires:  xz
969f7f
BuildRequires:  zip
969f7f
Requires:       liberation-fonts-common
969f7f
Requires:       liberation-sans-fonts
969f7f
Requires:       mozilla-filesystem
969f7f
Requires:       p11-kit-trust
969f7f
%if %{?system_jpeg}
969f7f
BuildRequires:  libjpeg-devel
969f7f
%endif
969f7f
%if %{?system_nss}
969f7f
BuildRequires:  pkgconfig(nspr) >= %{nspr_version}
969f7f
BuildRequires:  pkgconfig(nss) >= %{nss_version}
969f7f
BuildRequires:  nss-static >= %{nss_version}
969f7f
%endif
969f7f
%if %{?system_libvpx}
969f7f
BuildRequires:  libvpx-devel >= %{libvpx_version}
969f7f
%endif
969f7f
969f7f
%if 0%{?use_dts}
969f7f
BuildRequires:  devtoolset-%{dts_version}-gcc-c++
969f7f
BuildRequires:  devtoolset-%{dts_version}-gcc
969f7f
BuildRequires:  devtoolset-%{dts_version}-binutils
969f7f
BuildRequires:  devtoolset-%{dts_version}-libatomic-devel
969f7f
%if 0%{?rhel} == 7
969f7f
BuildRequires:  llvm-toolset-%{llvm_version}
969f7f
BuildRequires:  llvm-toolset-%{llvm_version}-llvm-devel
969f7f
%endif
969f7f
%endif
969f7f
%if ! %{use_bundled_yasm}0
969f7f
BuildRequires:  yasm
969f7f
%endif
969f7f
%if %{?system_sqlite}
969f7f
BuildRequires:  sqlite-devel >= %{sqlite_version}
969f7f
Requires:       sqlite >= %{sqlite_build_version}
969f7f
%endif
969f7f
%if 0%{?use_rustts}
969f7f
BuildRequires:  rust-toolset-%{rst_version}-cargo
969f7f
BuildRequires:  rust-toolset-%{rst_version}-rust
969f7f
%endif
969f7f
%if 0%{?rhel} == 8
969f7f
BuildRequires:  cargo
969f7f
BuildRequires:  rust >= 1.24
969f7f
BuildRequires:  llvm >= %{llvm_version}
969f7f
BuildRequires:  llvm-devel >= %{llvm_version}
969f7f
BuildRequires:  clang >= %{llvm_version}
969f7f
%endif
969f7f
%if 0%{?use_bundled_python}
969f7f
#%if 0%{?rhel} == 6
969f7f
# Needed for Python in RHEL6
969f7f
BuildRequires:  openssl-devel
969f7f
#%endif
969f7f
%endif
969f7f
969f7f
%if 0%{?bundle_gtk3}
969f7f
BuildRequires:        automake
969f7f
BuildRequires:        autoconf
969f7f
BuildRequires:        cups-devel
969f7f
BuildRequires:        dbus-devel
969f7f
BuildRequires:        desktop-file-utils
969f7f
BuildRequires:        expat-devel
969f7f
BuildRequires:        fontpackages-devel
969f7f
BuildRequires:        gamin-devel
969f7f
BuildRequires:        gettext-devel
969f7f
BuildRequires:        git
969f7f
BuildRequires:        intltool
969f7f
BuildRequires:        jasper-devel
969f7f
BuildRequires:        libepoxy-devel
969f7f
BuildRequires:        libcroco-devel
969f7f
BuildRequires:        libffi-devel
969f7f
BuildRequires:        libpng-devel
969f7f
BuildRequires:        libtiff-devel
969f7f
BuildRequires:        libtool
969f7f
BuildRequires:        libxml2-devel
969f7f
BuildRequires:        libX11-devel
969f7f
BuildRequires:        libXcomposite-devel
969f7f
BuildRequires:        libXcursor-devel
969f7f
BuildRequires:        libXinerama-devel
969f7f
BuildRequires:        libXevie-devel
969f7f
BuildRequires:        libXrandr-devel
969f7f
BuildRequires:        libXrender-devel
969f7f
BuildRequires:        libXtst-devel
969f7f
BuildRequires:        mesa-libGL-devel
969f7f
BuildRequires:        mesa-libEGL-devel
969f7f
BuildRequires:        pixman-devel
969f7f
BuildRequires:        rest-devel
969f7f
BuildRequires:        readline-devel
969f7f
# TODO: We miss that dependency in our bundled gtk3 package.
969f7f
# As a hotfix we put it here and fix gtk3 in next release.
969f7f
Requires:             mesa-libEGL%{?_isa}
969f7f
Requires:             libcroco%{?_isa}
969f7f
Requires:             mesa-libGL%{?_isa}
969f7f
Requires:             bzip2-libs%{?_isa}
969f7f
Requires:             libXtst%{?_isa}
969f7f
%else
969f7f
BuildRequires:        gtk3-devel
969f7f
BuildRequires:        glib2-devel
969f7f
%endif
969f7f
%if %{?system_nss}
969f7f
Requires:       nspr >= %{nspr_version}
969f7f
Requires:       nss >= %{nss_version}
969f7f
%endif
969f7f
969f7f
%if 0%{?rhel} < 8
969f7f
BuildRequires:  python2-devel
969f7f
%endif
969f7f
969f7f
%if %{?system_sqlite}
969f7f
BuildRequires:  pkgconfig(sqlite3) >= %{sqlite_version}
969f7f
Requires:       sqlite >= %{sqlite_build_version}
969f7f
%endif
969f7f
%if %{?system_ffi}
969f7f
  %if !%{use_bundled_ffi}0
969f7f
BuildRequires:  pkgconfig(libffi)
969f7f
  %endif
969f7f
%endif
969f7f
969f7f
Obsoletes:      thunderbird-lightning
969f7f
# ==================================================================================
969f7f
# Override internal dependency generator to avoid showing libraries provided by this package
969f7f
# in dependencies:
969f7f
#AutoProv: 0
969f7f
#%define _use_internal_dependency_generator 0
969f7f
#%define __find_requires %{SOURCE101}
969f7f
969f7f
%description
969f7f
Mozilla Thunderbird is a standalone mail and newsgroup client.
969f7f
969f7f
969f7f
%prep
969f7f
%setup -q -T -c -n python -a 100
969f7f
%setup -q -n %{tarballdir}
969f7f
969f7f
# Firefox patches
969f7f
969f7f
%patch29 -p1 -b .big-endian
969f7f
%patch37 -p1 -b .jit-atomic-lucky
969f7f
%patch40 -p1 -b .aarch64-skia
969f7f
%if %{?debug_build}
969f7f
%patch41 -p1 -b .build-debug-qcms
969f7f
%endif
969f7f
%patch43 -p1 -b .jemalloc-ppc
969f7f
%if 0%{?rhel} == 8
969f7f
%patch45 -p1 -b .elfhack
969f7f
%endif
969f7f
969f7f
%patch3  -p1 -b .arm
969f7f
%patch4  -p1 -b .build-mozconfig-fix
969f7f
%patch5  -p1 -b .gdk-version
969f7f
%patch6  -p1 -b .nss-version
969f7f
969f7f
# Fedora patches
969f7f
%patch215 -p1 -b .addons
969f7f
%patch219 -p1 -b .rhbz-1173156
969f7f
%patch224 -p1 -b .1170092
969f7f
%patch225 -p1 -b .1005640-accept-lang
969f7f
969f7f
# This ensures no migration of certdb to sqlite on the RHEL6 and RHEL7.
969f7f
# This needs to stay for the future releases
969f7f
%if 0%{?rhel} < 8
969f7f
%patch230 -p1 -b .1503632-nss
969f7f
%endif
969f7f
969f7f
#ARM run-time patch
969f7f
%ifarch aarch64
969f7f
%patch226 -p1 -b .1354671
969f7f
%endif
969f7f
969f7f
%patch402 -p1 -b .1196777
969f7f
%patch406 -p1 -b .256180
969f7f
%patch413 -p1 -b .1353817
969f7f
%patch415 -p1 -b .1436242
969f7f
%patch416 -p1 -b .1460871-ldap-query
969f7f
969f7f
# Patch for big endian platforms only
969f7f
%if 0%{?big_endian}
969f7f
%patch26 -p1 -b .icu
969f7f
%endif
969f7f
969f7f
# Thunderbird patches
969f7f
969f7f
%{__rm} -f .mozconfig
969f7f
%{__cp} %{SOURCE10} .mozconfig
969f7f
function add_to_mozconfig() {
969f7f
  mozconfig_entry=$1
969f7f
  echo "ac_add_options --$1" >> .mozconfig
969f7f
}
969f7f
969f7f
# Modify mozconfig file
969f7f
%if %{official_branding}
969f7f
 add_to_mozconfig "enable-official-branding"
969f7f
%endif
969f7f
%{__cp} %{SOURCE24} mozilla-api-key
969f7f
%{__cp} %{SOURCE27} google-api-key
969f7f
969f7f
%if %{?system_nss}
969f7f
 add_to_mozconfig "with-system-nspr"
969f7f
 add_to_mozconfig "with-system-nss"
969f7f
%else
969f7f
 add_to_mozconfig "without-system-nspr"
969f7f
 add_to_mozconfig "without-system-nss"
969f7f
%endif
969f7f
969f7f
%if %{?system_sqlite}
969f7f
 add_to_mozconfig "enable-system-sqlite"
969f7f
%else
969f7f
 add_to_mozconfig "disable-system-sqlite"
969f7f
%endif
969f7f
%if 0%{?use_bundled_ffi}
969f7f
 add_to_mozconfig "with-system-ffi"
969f7f
%endif
969f7f
969f7f
%if 0%{?system_ffi}
969f7f
 add_to_mozconfig "with-system-ffi"
969f7f
%endif
969f7f
%ifarch %{arm}
969f7f
 add_to_mozconfig "disable-elf-hack"
969f7f
%endif
969f7f
969f7f
%if %{?debug_build}
969f7f
 add_to_mozconfig "enable-debug"
969f7f
 add_to_mozconfig "disable-optimize"
969f7f
%else
969f7f
%global optimize_flags "none"
969f7f
%ifnarch s390 s390x
969f7f
%global optimize_flags "-g -O2"
969f7f
%endif
969f7f
%ifarch armv7hl
969f7f
# ARMv7 need that (rhbz#1426850)
969f7f
%global optimize_flags "-g -O2 -fno-schedule-insns"
969f7f
%endif
969f7f
%ifarch ppc64le aarch64
969f7f
%global optimize_flags "-g -O2"
969f7f
%endif
969f7f
%if %{optimize_flags} != "none"
969f7f
echo 'ac_add_options --enable-optimize=%{?optimize_flags}' >> .mozconfig
969f7f
%else
969f7f
echo 'ac_add_options --enable-optimize' >> .mozconfig
969f7f
%endif
969f7f
echo "ac_add_options --disable-debug" >> .mozconfig
969f7f
%endif
969f7f
969f7f
# Second arches fail to start with jemalloc enabled
969f7f
%ifnarch %{ix86} x86_64
969f7f
echo "ac_add_options --disable-jemalloc" >> .mozconfig
969f7f
%endif
969f7f
969f7f
%ifnarch %{ix86} x86_64
969f7f
echo "ac_add_options --disable-webrtc" >> .mozconfig
969f7f
%endif
969f7f
969f7f
%if %{?system_libvpx}
969f7f
echo "ac_add_options --with-system-libvpx" >> .mozconfig
969f7f
%else
969f7f
echo "ac_add_options --without-system-libvpx" >> .mozconfig
969f7f
%endif
969f7f
969f7f
%if %{?system_libicu}
969f7f
echo "ac_add_options --with-system-icu" >> .mozconfig
969f7f
%else
969f7f
echo "ac_add_options --without-system-icu" >> .mozconfig
969f7f
%endif
969f7f
%ifarch s390 s390x
969f7f
echo "ac_add_options --disable-ion" >> .mozconfig
969f7f
%endif
969f7f
969f7f
%ifarch %{ix86}
969f7f
echo "ac_add_options --disable-stylo" >> .mozconfig
969f7f
%endif
969f7f
%if 0%{?rhel} == 6
969f7f
echo "ac_add_options --disable-stylo" >> .mozconfig
969f7f
%endif
969f7f
969f7f
# Remove executable bit to make brp-mangle-shebangs happy.
969f7f
chmod -x third_party/rust/itertools/src/lib.rs
969f7f
969f7f
# install lightning langpacks
969f7f
cd ..
969f7f
%{__xz} -dc %{SOURCE2} | %{__tar} xf -
969f7f
cd -
969f7f
#===============================================================================
969f7f
969f7f
%build
969f7f
969f7f
#GTK3 >>
969f7f
%if ! 0%{?avoid_bundled_rebuild}
969f7f
    rm -rf %{_buildrootdir}/*
969f7f
%endif
969f7f
export PATH="%{_buildrootdir}/bin:$PATH"
969f7f
969f7f
function install_rpms_to_current_dir() {
969f7f
    PACKAGE_RPM=$(eval echo $1)
969f7f
    PACKAGE_DIR=%{_rpmdir}
969f7f
969f7f
    if [ ! -f $PACKAGE_DIR/$PACKAGE_RPM ]; then
969f7f
        # Hack for tps tests
969f7f
        ARCH_STR=%{_arch}
969f7f
        %ifarch i386 i686
969f7f
            ARCH_STR="i?86"
969f7f
        %endif
969f7f
        PACKAGE_DIR="$PACKAGE_DIR/$ARCH_STR"
969f7f
     fi
969f7f
969f7f
     for package in $(ls $PACKAGE_DIR/$PACKAGE_RPM)
969f7f
     do
969f7f
         echo "$package"
969f7f
         rpm2cpio "$package" | cpio -idu
969f7f
     done
969f7f
}
969f7f
969f7f
function build_bundled_package() {
969f7f
  PACKAGE_RPM=$1
969f7f
  PACKAGE_FILES=$2
969f7f
  PACKAGE_SOURCE=$3
969f7f
  PACKAGE_DIR="%{_topdir}/RPMS"
969f7f
969f7f
  PACKAGE_ALREADY_BUILD=0
969f7f
  %if %{?avoid_bundled_rebuild}
969f7f
    if ls $PACKAGE_DIR/$PACKAGE_RPM; then
969f7f
      PACKAGE_ALREADY_BUILD=1
969f7f
    fi
969f7f
    if ls $PACKAGE_DIR/%{_arch}/$PACKAGE_RPM; then
969f7f
      PACKAGE_ALREADY_BUILD=1
969f7f
    fi
969f7f
  %endif
969f7f
  if [ $PACKAGE_ALREADY_BUILD == 0 ]; then
969f7f
    echo "Rebuilding $PACKAGE_RPM from $PACKAGE_SOURCE"; echo "==============================="
969f7f
    rpmbuild --nodeps --rebuild $PACKAGE_SOURCE
969f7f
  fi
969f7f
969f7f
  if [ ! -f $PACKAGE_DIR/$PACKAGE_RPM ]; then
969f7f
    # Hack for tps tests
969f7f
    ARCH_STR=%{_arch}
969f7f
    %ifarch i386 i686
969f7f
    ARCH_STR="i?86"
969f7f
    %endif
969f7f
    PACKAGE_DIR="$PACKAGE_DIR/$ARCH_STR"
969f7f
  fi
969f7f
  pushd $PACKAGE_DIR
969f7f
  echo "Installing $PACKAGE_DIR/$PACKAGE_RPM"; echo "==============================="
969f7f
  rpm2cpio $PACKAGE_DIR/$PACKAGE_RPM | cpio -iduv
969f7f
  # Clean rpms to avoid including them to package
969f7f
  %if ! 0%{?avoid_bundled_rebuild}
969f7f
    rm -f $PACKAGE_FILES
969f7f
  %endif
969f7f
969f7f
  PATH=$PACKAGE_DIR/usr/bin:$PATH
969f7f
  export PATH
969f7f
  LD_LIBRARY_PATH=$PACKAGE_DIR/usr/%{_lib}
969f7f
  export LD_LIBRARY_PATH
969f7f
  popd
969f7f
}
969f7f
969f7f
# Build and install local yasm if needed
969f7f
# ======================================
969f7f
%if %{use_bundled_yasm}
969f7f
  build_bundled_package 'yasm-1*.rpm' 'yasm-*.rpm' '%{SOURCE301}'
969f7f
%endif
969f7f
969f7f
969f7f
%if 0%{?bundle_gtk3}
969f7f
   %if ! 0%{?avoid_bundled_rebuild}
969f7f
    rpm -ivh %{SOURCE200}
969f7f
    rpmbuild --nodeps --define '_prefix %{gtk3_install_path}' -ba %{_specdir}/gtk3-private.spec
969f7f
   %endif
969f7f
   rm -rf %{_buildrootdir}/*
969f7f
   pushd %{_buildrootdir}
969f7f
   install_rpms_to_current_dir gtk3-private-%{gtk3_nvr}*.rpm
969f7f
   install_rpms_to_current_dir gtk3-private-devel-%{gtk3_nvr}*.rpm
969f7f
   install_rpms_to_current_dir gtk3-private-rpm-scripts-%{gtk3_nvr}*.rpm
969f7f
   popd
969f7f
%endif
969f7f
969f7f
# If needed build the bundled python 2.7 and put it in the PATH
969f7f
%if 0%{?use_bundled_python}
969f7f
    pushd %{_builddir}/python/Python-%{bundled_python_version}
969f7f
    #if ! 0%{?avoid_bundled_rebuild}
969f7f
        # Build Python 2.7 and set environment
969f7f
        # Pydebug set optimization to level 0, -O3 crashes on gcc 8 ATM
969f7f
        ./configure --with-pydebug --prefix="%{_buildrootdir}" --exec-prefix="%{_buildrootdir}" --libdir="%{_buildrootdir}/lib"
969f7f
    #endif
969f7f
    make %{?_smp_mflags} install V=1
969f7f
    popd
969f7f
%endif
969f7f
969f7f
%if 0%{?bundle_gtk3}
969f7f
# gtk3-private-3.22.26.el6-1-requires-provides-filter.inc
969f7f
%include_file %{SOURCE206}
969f7f
%endif
969f7f
%if 0%{use_bundled_ffi}
969f7f
  # Install libraries to the predefined location to later add them to the Firefox libraries
969f7f
  rpm -ivh %{SOURCE303}
969f7f
  rpmbuild --nodeps --define '_prefix %{gtk3_install_path}' -ba %{_specdir}/libffi.spec
969f7f
  pushd %{_buildrootdir}
969f7f
  install_rpms_to_current_dir 'libffi*.rpm'
969f7f
  popd
969f7f
  %filter_from_requires /libffi.so.6/d
969f7f
%endif
969f7f
%filter_setup
969f7f
969f7f
# GTK3 <<
969f7f
969f7f
%if %{?system_sqlite}
969f7f
  # Do not proceed with build if the sqlite require would be broken:
969f7f
  # make sure the minimum requirement is non-empty, ...
969f7f
  sqlite_version=$(expr "%{sqlite_version}" : '\([0-9]*\.\)[0-9]*\.') || exit 1
969f7f
  # ... and that major number of the computed build-time version matches:
969f7f
  case "%{sqlite_build_version}" in
969f7f
    "$sqlite_version"*) ;;
969f7f
    *) exit 1 ;;
969f7f
  esac
969f7f
%endif
969f7f
969f7f
# We need to disable exit on error temporarily for the following scripts:
969f7f
set +e
969f7f
%if 0%{?use_dts}
969f7f
source scl_source enable devtoolset-%{dts_version}
969f7f
%endif
969f7f
%if 0%{?use_rustts}
969f7f
source scl_source enable rust-toolset-%{rst_version}
969f7f
%endif
969f7f
969f7f
set -e
969f7f
# Hack for missing shell when building in brew on RHEL6
969f7f
%if 0%{?rhel} == 6
969f7f
export SHELL=/bin/sh
969f7f
%endif
969f7f
969f7f
echo "Building Thunderbird"; echo "==============================="
969f7f
#cd %{tarballdir}
969f7f
echo "Generate big endian version of config/external/icu/data/icud58l.dat"
969f7f
%if 0%{?big_endian}
969f7f
  ./mach python intl/icu_sources_data.py .
969f7f
  ls -l config/external/icu/data
969f7f
  rm -f config/external/icu/data/icudt*l.dat
969f7f
%endif
969f7f
969f7f
# Update the various config.guess to upstream release for aarch64 support
969f7f
find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
969f7f
969f7f
# -fpermissive is needed to build with gcc 4.6+ which has become stricter
969f7f
#
969f7f
# Mozilla builds with -Wall with exception of a few warnings which show up
969f7f
# everywhere in the code; so, don't override that.
969f7f
#
969f7f
# Disable C++ exceptions since Mozilla code is not exception-safe
969f7f
#
969f7f
MOZ_OPT_FLAGS=$(echo "%{optflags}" | %{__sed} -e 's/-Wall//')
969f7f
#rhbz#1037063
969f7f
# -Werror=format-security causes build failures when -Wno-format is explicitly given
969f7f
# for some sources
969f7f
# Explicitly force the hardening flags for Firefox so it passes the checksec test;
969f7f
# See also https://fedoraproject.org/wiki/Changes/Harden_All_Packages
969f7f
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wformat-security -Wformat -Werror=format-security"
969f7f
%if 0%{?fedora} > 23
969f7f
# Disable null pointer gcc6 optimization in gcc6 (rhbz#1328045)
969f7f
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fno-delete-null-pointer-checks"
969f7f
%endif
969f7f
# Use hardened build?
969f7f
%if %{?hardened_build}
969f7f
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fPIC -Wl,-z,relro -Wl,-z,now"
969f7f
%endif
969f7f
%if %{?debug_build}
969f7f
  MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
969f7f
%endif
969f7f
%ifarch s390
969f7f
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/')
969f7f
# If MOZ_DEBUG_FLAGS is empty, firefox's build will default it to "-g" which
969f7f
# overrides the -g1 from line above and breaks building on s390
969f7f
# (OOM when linking, rhbz#1238225)
969f7f
export MOZ_DEBUG_FLAGS=" "
969f7f
%endif
969f7f
%ifarch s390 %{arm} ppc aarch64 i686
969f7f
MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
969f7f
%endif
969f7f
%ifarch %{arm}
969f7f
export RUSTFLAGS="-Cdebuginfo=0"
969f7f
%endif
969f7f
%ifarch s390
969f7f
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/')
969f7f
# If MOZ_DEBUG_FLAGS is empty, firefox's build will default it to "-g" which
969f7f
# overrides the -g1 from line above and breaks building on s390
969f7f
# (OOM when linking, rhbz#1238225)
969f7f
export MOZ_DEBUG_FLAGS=" "
969f7f
%endif
969f7f
%ifarch s390 %{arm} ppc aarch64 i686
969f7f
MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
969f7f
%endif
969f7f
%ifarch %{arm}
969f7f
export RUSTFLAGS="-Cdebuginfo=0"
969f7f
%endif
969f7f
export CFLAGS=$MOZ_OPT_FLAGS
969f7f
export CXXFLAGS=$MOZ_OPT_FLAGS
969f7f
export LDFLAGS=$MOZ_LINK_FLAGS
969f7f
969f7f
export PREFIX='%{_prefix}'
969f7f
export LIBDIR='%{_libdir}'
969f7f
969f7f
# Hack for missing shell when building in brew on RHEL6 and RHEL5
969f7f
%if 0%{?rhel} <= 6
969f7f
export SHELL=/bin/sh
969f7f
%endif
969f7f
969f7f
MOZ_SMP_FLAGS=-j1
969f7f
# On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
969f7f
# however builds tend to fail on other arches when building in parallel.
969f7f
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le aarch64
969f7f
[ -z "$RPM_BUILD_NCPUS" ] && \
969f7f
     RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
969f7f
[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
969f7f
[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
969f7f
[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
969f7f
%endif
969f7f
969f7f
%if 0%{?bundle_gtk3}
969f7f
# gtk3-private-setup-flags-env.inc
969f7f
%include_file %{SOURCE205}
969f7f
%endif
969f7f
969f7f
export MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
969f7f
#export MOZ_SERVICES_SYNC="1"
969f7f
export STRIP=/bin/true
969f7f
%if 0%{?rhel} == 8
969f7f
export LLVM_CONFIG=/usr/bin/llvm-config-64
969f7f
%endif
969f7f
./mach build -v
969f7f
969f7f
#---------------------------------------------------------------------
969f7f
969f7f
%install
969f7f
%if 0%{?rhel} == 6
969f7f
export SHELL=/bin/sh
969f7f
%endif
969f7f
969f7f
%if 0%{?bundle_gtk3}
969f7f
function install_rpms_to_current_dir() {
969f7f
    PACKAGE_RPM=$(eval echo $1)
969f7f
    PACKAGE_DIR=%{_rpmdir}
969f7f
969f7f
    if [ ! -f $PACKAGE_DIR/$PACKAGE_RPM ]; then
969f7f
        # Hack for tps tests
969f7f
        ARCH_STR=%{_arch}
969f7f
        %ifarch i386 i686
969f7f
            ARCH_STR="i?86"
969f7f
        %endif
969f7f
        PACKAGE_DIR="$PACKAGE_DIR/$ARCH_STR"
969f7f
     fi
969f7f
969f7f
     for package in $(ls $PACKAGE_DIR/$PACKAGE_RPM)
969f7f
     do
969f7f
         echo "$package"
969f7f
         rpm2cpio "$package" | cpio -idu
969f7f
     done
969f7f
}
969f7f
969f7f
pushd %{buildroot}
969f7f
# Install gtk3-private again to the buildroot, but without devel subpackage
969f7f
install_rpms_to_current_dir gtk3-private-%{gtk3_nvr}*.rpm
969f7f
install_rpms_to_current_dir gtk3-private-rpm-scripts-%{gtk3_nvr}*.rpm
969f7f
popd
969f7f
%endif
969f7f
969f7f
# Install bundled libffi
969f7f
%if %{use_bundled_ffi}
969f7f
  pushd %{buildroot}
969f7f
  install_rpms_to_current_dir libffi-3*.rpm
969f7f
  popd
969f7f
%endif
969f7f
969f7f
DESTDIR=%{buildroot} make -C objdir install
969f7f
969f7f
%{__mkdir_p} %{buildroot}{%{_libdir},%{_bindir},%{_datadir}/applications}
969f7f
969f7f
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE20}
969f7f
969f7f
# set up the thunderbird start script
969f7f
rm -rf %{buildroot}%{_bindir}/thunderbird
969f7f
%{__rm} -rf %{buildroot}%{_bindir}/thunderbird
969f7f
%{__cat} %{SOURCE21} > %{buildroot}%{_bindir}/thunderbird
969f7f
%if 0%{?bundle_gtk3}
969f7f
sed -i -e 's|%RHEL_ENV_VARS%|export XDG_DATA_DIRS="$MOZ_LIB_DIR/thunderbird/bundled/share:/usr/share:$XDG_DATA_DIRS"|' %{buildroot}%{_bindir}/thunderbird
969f7f
%else
969f7f
sed -i -e 's|%RHEL_ENV_VARS%||' %{buildroot}%{_bindir}/thunderbird
969f7f
%endif
969f7f
%{__chmod} 755 %{buildroot}%{_bindir}/thunderbird
969f7f
969f7f
# Setup preferences, depends on RHEL version
969f7f
THUNDERBIRD_PREF_SOURCE=%{SOURCE701}
969f7f
%if 0%{?rhel} == 6
969f7f
  THUNDERBIRD_PREF_SOURCE=%{SOURCE601}
969f7f
%endif
969f7f
969f7f
# Fill in THUNDERBIRD_RPM_VR into our rh-default-prefs
969f7f
%{__cat} $THUNDERBIRD_PREF_SOURCE | %{__sed} -e 's,THUNDERBIRD_RPM_VR,%{version}-%{release},g' > \
969f7f
        %{buildroot}/rh-default-prefs
969f7f
%{__install} -D %{buildroot}/rh-default-prefs %{buildroot}/%{mozappdir}/greprefs/all-redhat.js
969f7f
%{__install} -D %{buildroot}/rh-default-prefs %{buildroot}/%{mozappdir}/defaults/pref/all-redhat.js
969f7f
%{__rm} %{buildroot}/rh-default-prefs
969f7f
969f7f
# install icons
969f7f
for s in 16 22 24 32 48 256; do
969f7f
    %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
969f7f
    %{__cp} -p comm/mail/branding/%{name}/default${s}.png \
969f7f
               %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/thunderbird.png
969f7f
done
969f7f
969f7f
%{__rm} -f %{buildroot}%{_bindir}/thunderbird-config
969f7f
969f7f
# own mozilla plugin dir (#135050)
969f7f
%{__mkdir_p} %{buildroot}%{_libdir}/mozilla/plugins
969f7f
969f7f
# own extension directories
969f7f
%{__mkdir_p} %{buildroot}%{_datadir}/mozilla/extensions/%{thunderbird_app_id}
969f7f
%{__mkdir_p} %{buildroot}%{_libdir}/mozilla/extensions/%{thunderbird_app_id}
969f7f
969f7f
# Install langpacks
969f7f
echo > %{name}.lang
969f7f
%if %{build_langpacks}
969f7f
# Extract langpacks, make any mods needed, repack the langpack, and install it.
969f7f
%{__mkdir_p} %{buildroot}%{langpackdir}
969f7f
%{__tar} xf %{SOURCE1}
969f7f
for langpack in `ls thunderbird-langpacks/*.xpi`; do
969f7f
  language=`basename $langpack .xpi`
969f7f
  extensionID=langpack-$language@thunderbird.mozilla.org
969f7f
  %{__mkdir_p} $extensionID
969f7f
  unzip $langpack -d $extensionID
969f7f
  find $extensionID -type f | xargs chmod 644
969f7f
969f7f
  cd $extensionID
969f7f
  zip -r9mX ../${extensionID}.xpi *
969f7f
  cd -
969f7f
969f7f
  %{__install} -m 644 ${extensionID}.xpi %{buildroot}%{langpackdir}
969f7f
  language=`echo $language | sed -e 's/-/_/g'`
969f7f
  echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> %{name}.lang
969f7f
done
969f7f
%{__rm} -rf thunderbird-langpacks
969f7f
969f7f
# Install langpack workaround (see #707100, #821169)
969f7f
function create_default_langpack() {
969f7f
  language_long=$1
969f7f
  language_short=$2
969f7f
  cd %{buildroot}%{langpackdir}
969f7f
  ln -s langpack-$language_long@thunderbird.mozilla.org.xpi langpack-$language_short@thunderbird.mozilla.org.xpi
969f7f
  cd -
969f7f
  echo "%%lang($language_short) %{langpackdir}/langpack-$language_short@thunderbird.mozilla.org.xpi" >> ../%{name}.lang
969f7f
}
969f7f
969f7f
# Table of fallbacks for each language
969f7f
# please file a bug at bugzilla.redhat.com if the assignment is incorrect
969f7f
# Because of bug 1341629 we can't do this:
969f7f
#create_default_langpack "bn-BD" "bn"
969f7f
#create_default_langpack "es-AR" "es"
969f7f
#create_default_langpack "fy-NL" "fy"
969f7f
#create_default_langpack "ga-IE" "ga"
969f7f
#create_default_langpack "hy-AM" "hy"
969f7f
#create_default_langpack "nb-NO" "nb"
969f7f
#create_default_langpack "nn-NO" "nn"
969f7f
#create_default_langpack "pa-IN" "pa"
969f7f
#create_default_langpack "pt-PT" "pt"
969f7f
#create_default_langpack "sv-SE" "sv"
969f7f
#create_default_langpack "zh-TW" "zh"
969f7f
969f7f
# lightning langpacks install
969f7f
cd %{buildroot}%{langpackdir}
969f7f
%{__tar} xf %{SOURCE2}
969f7f
chmod a+r *.xpi
969f7f
cd -
969f7f
%endif # build_langpacks
969f7f
969f7f
# Get rid of devel package and its debugsymbols
969f7f
%{__rm} -rf %{buildroot}%{_libdir}/%{name}-devel-%{version}
969f7f
969f7f
# Copy over the LICENSE
969f7f
%{__install} -p -c -m 644 LICENSE %{buildroot}/%{mozappdir}
969f7f
969f7f
# Use the system hunspell dictionaries
969f7f
%{__rm} -rf %{buildroot}%{mozappdir}/dictionaries
969f7f
ln -s %{_datadir}/myspell %{buildroot}%{mozappdir}/dictionaries
969f7f
969f7f
# ghost files
969f7f
%{__mkdir_p} %{buildroot}%{mozappdir}/components
969f7f
touch %{buildroot}%{mozappdir}/components/compreg.dat
969f7f
touch %{buildroot}%{mozappdir}/components/xpti.dat
969f7f
969f7f
# Clean thunderbird-devel debuginfo
969f7f
rm -rf %{_prefix}/lib/debug/lib/%{name}-devel-*
969f7f
rm -rf %{_prefix}/lib/debug/lib64/%{name}-devel-*
969f7f
969f7f
#---------------------------------------------------------------------
969f7f
969f7f
%clean
969f7f
rm -rf %{_srcrpmdir}/gtk3-private-%{gtk3_nvr}*.src.rpm
969f7f
find %{_rpmdir} -name "gtk3-private-*%{gtk3_nvr}*.rpm" -delete
969f7f
rm -rf %{_srcrpmdir}/libffi*.src.rpm
969f7f
find %{_rpmdir} -name "libffi*.rpm" -delete
969f7f
969f7f
%post
969f7f
update-desktop-database &> /dev/null || :
969f7f
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
969f7f
%if 0%{?bundle_gtk3}
969f7f
# gtk3-private-post.inc
969f7f
%include_file %{SOURCE201}
969f7f
%endif
969f7f
969f7f
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
969f7f
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
969f7f
fi
969f7f
969f7f
%postun
969f7f
if [ $1 -eq 0 ] ; then
969f7f
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
969f7f
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
969f7f
fi
969f7f
update-desktop-database &> /dev/null || :
969f7f
%if 0%{?bundle_gtk3}
969f7f
# gtk3-private-postun.inc
969f7f
%include_file %{SOURCE202}
969f7f
%endif
969f7f
969f7f
%posttrans
969f7f
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
969f7f
%if 0%{?bundle_gtk3}
969f7f
# gtk3-private-posttrans.inc
969f7f
%include_file %{SOURCE203}
969f7f
%endif
969f7f
969f7f
#===============================================================================
969f7f
%files -f %{name}.lang
969f7f
%defattr(-,root,root,-)
969f7f
%attr(755,root,root) %{_bindir}/thunderbird
969f7f
%attr(644,root,root) %{_datadir}/applications/thunderbird.desktop
969f7f
%dir %{_datadir}/mozilla/extensions/%{thunderbird_app_id}
969f7f
%dir %{_libdir}/mozilla/extensions/%{thunderbird_app_id}
969f7f
%dir %{mozappdir}
969f7f
%doc %{mozappdir}/LICENSE
969f7f
%{mozappdir}/chrome
969f7f
%dir %{mozappdir}/components
969f7f
%ghost %{mozappdir}/components/compreg.dat
969f7f
%ghost %{mozappdir}/components/xpti.dat
969f7f
%{mozappdir}/omni.ja
969f7f
%{mozappdir}/plugin-container
969f7f
%{mozappdir}/defaults
969f7f
%{mozappdir}/dictionaries
969f7f
%dir %{mozappdir}/extensions
969f7f
%{mozappdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
969f7f
%{mozappdir}/greprefs
969f7f
%{mozappdir}/isp
969f7f
%{mozappdir}/thunderbird-bin
969f7f
%{mozappdir}/thunderbird
969f7f
%{mozappdir}/*.so
969f7f
%{mozappdir}/platform.ini
969f7f
%{mozappdir}/application.ini
969f7f
%{mozappdir}/blocklist.xml
969f7f
%{mozappdir}/features/*.xpi
969f7f
%exclude %{mozappdir}/removed-files
969f7f
%{_datadir}/icons/hicolor/16x16/apps/thunderbird.png
969f7f
%{_datadir}/icons/hicolor/22x22/apps/thunderbird.png
969f7f
%{_datadir}/icons/hicolor/24x24/apps/thunderbird.png
969f7f
%{_datadir}/icons/hicolor/256x256/apps/thunderbird.png
969f7f
%{_datadir}/icons/hicolor/32x32/apps/thunderbird.png
969f7f
%{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
969f7f
%{mozappdir}/pingsender
969f7f
%{mozappdir}/gtk2/libmozgtk.so
969f7f
%if !%{?system_nss}
969f7f
%{mozappdir}/*.chk
969f7f
%endif
969f7f
%{mozappdir}/dependentlibs.list
969f7f
%{mozappdir}/distribution
969f7f
%{mozappdir}/chrome.manifest
969f7f
%{mozappdir}/fonts/EmojiOneMozilla.ttf
969f7f
%if !%{?system_libicu}
969f7f
#%{mozappdir}/icudt*.dat
969f7f
%endif
969f7f
%if !%{?system_nss}
969f7f
%{mozappdir}/libfreeblpriv3.chk
969f7f
%{mozappdir}/libnssdbm3.chk
969f7f
%{mozappdir}/libsoftokn3.chk
969f7f
%exclude %{mozappdir}/libnssckbi.so
969f7f
%endif
969f7f
%if 0%{use_bundled_ffi}
969f7f
%{mozappdir}/bundled/%{_lib}/libffi.so*
969f7f
%exclude %{_datadir}/doc/libffi*
969f7f
%endif
969f7f
969f7f
%if 0%{?bundle_gtk3}
969f7f
# gtk3-private-files.inc
969f7f
%include_file %{SOURCE204}
969f7f
%endif
969f7f
969f7f
969f7f
#===============================================================================
969f7f
969f7f
%changelog
0eb392
* Mon May 27 2019 Martin Stransky <stransky@redhat.com> - 60.7.0-1
0eb392
- Update to 60.7.0
059b20
f50dd8
* Mon Mar 25 2019 Martin Stransky <stransky@redhat.com> - 60.6.1-1
f50dd8
- Update to 60.6.1
f50dd8
f50dd8
* Tue Mar 19 2019 Martin Stransky <stransky@redhat.com> - 60.6.0-1
f50dd8
- Update to 60.6.0
c7187c
969f7f
* Tue Jan 29 2019 Martin Stransky <stransky@redhat.com> - 60.5.0-1
969f7f
- Update to 60.5.0
969f7f
969f7f
* Thu Jan  3 2019 Jan Horak <jhorak@redhat.com> - 60.4.0-1
969f7f
- Update to 60.4.0
969f7f
969f7f
* Wed Oct 31 2018 Jan Horak <jhorak@redhat.com> - 60.3.0-1
969f7f
- Update to 60.3.0
969f7f
969f7f
* Wed Oct 31 2018 Jan Horak <jhorak@redhat.com> - 60.2.1-6
969f7f
- Fixed missing calendar langpacks
969f7f
969f7f
* Tue Oct 16 2018 Jan Horak <jhorak@redhat.com> - 60.2.1-5
969f7f
- Fixing minor issues
969f7f
969f7f
* Wed Oct 10 2018 Jan Horak <jhorak@redhat.com> - 60.2.1-3
969f7f
- Reverting deleting of key3db
969f7f
969f7f
* Wed Oct  3 2018 Jan Horak <jhorak@redhat.com> - 60.2.1-2
969f7f
- Update to 60.2.1
969f7f
- Added fix for rhbz#1546988
969f7f
969f7f
* Fri Sep 14 2018 Jan Horak <jhorak@redhat.com> - 60.0-1
969f7f
- Rebase to version 60
969f7f
969f7f
* Tue Jul 10 2018 Jan Horak <jhorak@redhat.com> - 52.9.1-1
969f7f
- Update to 52.9.1
969f7f
969f7f
* Thu May 17 2018 Jan Horak <jhorak@redhat.com> - 52.8.0-2
969f7f
- Update to 52.8.0
969f7f
969f7f
* Mon Mar 26 2018 Jan Horak <jhorak@redhat.com> - 52.7.0-1
969f7f
- Update to 52.7.0
969f7f
969f7f
* Fri Jan 26 2018 Jan Horak <jhorak@redhat.com> - 52.6.0-1
969f7f
- Update to 52.6.0
969f7f
969f7f
* Tue Jan  2 2018 Jan Horak <jhorak@redhat.com> - 52.5.2-1
969f7f
- Update to 52.5.2
969f7f
969f7f
* Mon Nov 27 2017 Jan Horak <jhorak@redhat.com> - 52.5.0-1
969f7f
- Update to 52.5.0
969f7f
969f7f
* Wed Oct  4 2017 Jan Horak <jhorak@redhat.com> - 52.4.0-2
969f7f
- Update to 52.4.0 (b2)
969f7f
969f7f
* Mon Aug 21 2017 Jan Horak <jhorak@redhat.com> - 52.3.0-1
969f7f
- Update to 52.3.0
969f7f
969f7f
* Thu Jun 29 2017 Jan Horak <jhorak@redhat.com> - 52.2.1-1
969f7f
- Update to 52.2.1
969f7f
969f7f
* Thu Jun 15 2017 Jan Horak <jhorak@redhat.com> - 52.2.0-1
969f7f
- Update to 52.2.0
969f7f
969f7f
* Tue May  2 2017 Jan Horak <jhorak@redhat.com> - 52.1.0-1
969f7f
- Update to 52.1.0
969f7f
969f7f
* Thu Apr 13 2017 Jan Horak <jhorak@redhat.com> - 52.0.1-1
969f7f
- Update to 52.0.1
969f7f
969f7f
* Tue Mar  7 2017 Jan Horak <jhorak@redhat.com> - 45.8.0-1
969f7f
- Update to 45.8.0
969f7f
969f7f
* Thu Jan 26 2017 Jan Horak <jhorak@redhat.com> - 45.7.0-1
969f7f
- Update to 45.7.0
969f7f
969f7f
* Fri Dec 16 2016 Martin Stransky <stransky@redhat.com> - 45.6.0-1
969f7f
- Update to the latest upstream (45.6.0)
969f7f
969f7f
* Thu Dec  1 2016 Jan Horak <jhorak@redhat.com> - 45.5.1-1
969f7f
- Update to 45.5.1
969f7f
969f7f
* Fri Nov 18 2016 Jan Horak <jhorak@redhat.com> - 45.5.0-1
969f7f
- Update to 45.5.0
969f7f
969f7f
* Thu Sep 29 2016 Jan Horak <jhorak@redhat.com> - 45.4.0-1
969f7f
- Update to 45.4.0
969f7f
969f7f
* Fri Aug 26 2016 Jan Horak <jhorak@redhat.com> - 45.3.0-1
969f7f
- Update to 45.3.0
969f7f
969f7f
* Wed Jun 29 2016 Jan Horak <jhorak@redhat.com> - 45.2-1
969f7f
- Update to 45.2
969f7f
969f7f
* Mon Jun  6 2016 Jan Horak <jhorak@redhat.com> - 45.1.1-1
969f7f
- Update to 45.1.1
969f7f
969f7f
* Mon Jun 06 2016 Jan Horak <jhorak@redhat.com> - 45.1.0-5
969f7f
- Do not add symlinks to some langpacks
969f7f
969f7f
* Tue May 17 2016 Jan Horak <jhorak@redhat.com> - 45.1.0-4
969f7f
- Update to 45.1.0
969f7f
969f7f
* Tue Apr 26 2016 Jan Horak <jhorak@redhat.com> - 45.0-5
969f7f
- Update to 45.0
969f7f
969f7f
* Tue Sep 29 2015 Jan Horak <jhorak@redhat.com> - 38.3.0-1
969f7f
- Update to 38.3.0
969f7f
969f7f
* Fri Aug 14 2015 Jan Horak <jhorak@redhat.com> - 38.2.0-1
969f7f
- Update to 38.2.0
969f7f
969f7f
* Wed Jul 15 2015 Jan Horak <jhorak@redhat.com> - 38.1.0-2
969f7f
- Rebase to 38.1.0
969f7f
969f7f
* Wed Jul 15 2015 Jan Horak <jhorak@redhat.com> - 31.8.0-1
969f7f
- Update to 31.8.0
969f7f
969f7f
* Sun May 10 2015 Jan Horak <jhorak@redhat.com> - 31.7.0-1
969f7f
- Update to 31.7.0
969f7f
969f7f
* Tue Mar 31 2015 Jan Horak <jhorak@redhat.com> - 31.6.0-1
969f7f
- Update to 31.6.0
969f7f
969f7f
* Mon Feb 23 2015 Jan Horak <jhorak@redhat.com> - 31.5.0-2
969f7f
- Update to 31.5.0
969f7f
969f7f
* Sat Jan 10 2015 Jan Horak <jhorak@redhat.com> - 31.4.0-1
969f7f
- Update to 31.4.0
969f7f
969f7f
* Mon Dec 22 2014 Jan Horak <jhorak@redhat.com> - 31.3.0-2
969f7f
- Fixed problems with dictionaries (mozbz#1097550)
969f7f
969f7f
* Fri Nov 28 2014 Jan Horak <jhorak@redhat.com> - 31.3.0-1
969f7f
- Update to 31.3.0
969f7f
969f7f
* Thu Oct 30 2014 Jan Horak <jhorak@redhat.com> - 31.2.0-2
969f7f
- Update to 31.2.0
969f7f
969f7f
* Wed Oct 1 2014 Martin Stransky <stransky@redhat.com> - 31.1.1-5
969f7f
- Sync preferences with Firefox
969f7f
969f7f
* Thu Sep 18 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 31.1.1-4
969f7f
- Fix dependency generation for internal libraries (#1140471)
969f7f
969f7f
* Fri Sep 12 2014 Jan Horak <jhorak@redhat.com> - 31.1.1-3
969f7f
- Update to 31.1.1
969f7f
969f7f
* Tue Sep  9 2014 Jan Horak <jhorak@redhat.com> - 31.1.0-4
969f7f
- Use  system libffi
969f7f
969f7f
* Wed Sep  3 2014 Jan Horak <jhorak@redhat.com> - 31.1.0-2
969f7f
- Added fix for ppc64le
969f7f
969f7f
* Mon Sep  1 2014 Jan Horak <jhorak@redhat.com> - 31.1.0-1
969f7f
- Update to 31.1.0
969f7f
969f7f
* Wed Jul 30 2014 Martin Stransky <stransky@redhat.com> - 31.0-2
969f7f
- Added patch for mozbz#858919
969f7f
969f7f
* Tue Jul 29 2014 Martin Stransky <stransky@redhat.com> - 31.0-1
969f7f
- Update to 31.0
969f7f
969f7f
* Tue Jul 22 2014 Jan Horak <jhorak@redhat.com> - 24.7.0-1
969f7f
- Update to 24.7.0
969f7f
969f7f
* Mon Jun  9 2014 Jan Horak <jhorak@redhat.com> - 24.6.0-1
969f7f
- Update to 24.6.0
969f7f
969f7f
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.5.0-6
969f7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
969f7f
969f7f
* Fri May 23 2014 Brent Baude <baude@us.ibm.com> - 24.5.0-5
969f7f
- Moving the ppc64 conditional up before the cd so it will
969f7f
- apply cleanly
969f7f
969f7f
* Fri May 23 2014 Martin Stransky <stransky@redhat.com> - 24.5.0-4
969f7f
- Added a build fix for ppc64 - rhbz#1100495
969f7f
969f7f
* Mon May  5 2014 Jan Horak <jhorak@redhat.com> - 24.5.0-3
969f7f
- Fixed find requires
969f7f
969f7f
* Mon Apr 28 2014 Jan Horak <jhorak@redhat.com> - 24.5.0-1
969f7f
- Update to 24.5.0
969f7f
969f7f
* Tue Apr 22 2014 Jan Horak <jhorak@redhat.com> - 24.4.0-2
969f7f
- Added support for ppc64le
969f7f
969f7f
* Tue Mar 18 2014 Jan Horak <jhorak@redhat.com> - 24.4.0-1
969f7f
- Update to 24.4.0
969f7f
969f7f
* Mon Feb  3 2014 Jan Horak <jhorak@redhat.com> - 24.3.0-1
969f7f
- Update to 24.3.0
969f7f
969f7f
* Mon Dec 16 2013 Martin Stransky <stransky@redhat.com> - 24.2.0-4
969f7f
- Fixed rhbz#1024232 - thunderbird: squiggly lines used
969f7f
  for spelling correction disappear randomly
969f7f
969f7f
* Fri Dec 13 2013 Martin Stransky <stransky@redhat.com> - 24.2.0-3
969f7f
- Build with -Werror=format-security (rhbz#1037353)
969f7f
969f7f
* Wed Dec 11 2013 Martin Stransky <stransky@redhat.com> - 24.2.0-2
969f7f
- rhbz#1001998 - added a workaround for system notifications
969f7f
969f7f
* Mon Dec  9 2013 Jan Horak <jhorak@redhat.com> - 24.2.0-1
969f7f
- Update to 24.2.0
969f7f
969f7f
* Sat Nov 02 2013 Dennis Gilmore <dennis@ausil.us> - 24.1.0-2
969f7f
- remove ExcludeArch: armv7hl
969f7f
969f7f
* Wed Oct 30 2013 Jan Horak <jhorak@redhat.com> - 24.1.0-1
969f7f
- Update to 24.1.0
969f7f
969f7f
* Thu Oct 17 2013 Martin Stransky <stransky@redhat.com> - 24.0-4
969f7f
- Fixed rhbz#1005611 - BEAST workaround not enabled in Firefox
969f7f
969f7f
* Wed Sep 25 2013 Jan Horak <jhorak@redhat.com> - 24.0-3
969f7f
- Update to 24.0
969f7f
969f7f
* Mon Sep 23 2013 Jan Horak <jhorak@redhat.com> - 17.0.9-1
969f7f
- Update to 17.0.9 ESR
969f7f
969f7f
* Mon Aug  5 2013 Jan Horak <jhorak@redhat.com> - 17.0.8-1
969f7f
- Update to 17.0.8
969f7f
969f7f
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17.0.7-2
969f7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
969f7f
969f7f
* Tue Jun 25 2013 Jan Horak <jhorak@redhat.com> - 17.0.7-1
969f7f
- Update to 17.0.7
969f7f
969f7f
* Wed Jun 12 2013 Jan Horak <jhorak@redhat.com> - 17.0.6-2
969f7f
- Fixed rhbz#973371 - unable to install addons
969f7f
969f7f
* Tue May 14 2013 Jan Horak <jhorak@redhat.com> - 17.0.6-1
969f7f
- Update to 17.0.6
969f7f
969f7f
* Tue Apr  2 2013 Jan Horak <jhorak@redhat.com> - 17.0.5-1
969f7f
- Update to 17.0.5
969f7f
969f7f
* Mon Mar 11 2013 Jan Horak <jhorak@redhat.com> - 17.0.4-1
969f7f
- Update to 17.0.4
969f7f
969f7f
* Tue Feb 19 2013 Jan Horak <jhorak@redhat.com> - 17.0.3-1
969f7f
- Update to 17.0.3
969f7f
969f7f
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17.0.2-4
969f7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
969f7f
969f7f
* Tue Jan 15 2013 Martin Stransky <stransky@redhat.com> - 17.0.2-3
969f7f
- Added fix for NM regression (mozbz#791626)
969f7f
969f7f
* Tue Jan 15 2013 Jan Horak <jhorak@redhat.com> - 17.0.2-2
969f7f
- Added mozilla-746112 patch to fix crash on ppc(64)
969f7f
969f7f
* Thu Jan 10 2013 Jan Horak <jhorak@redhat.com> - 17.0.2-1
969f7f
- Update to 17.0.2
969f7f
969f7f
* Mon Nov 19 2012 Jan Horak <jhorak@redhat.com> - 17.0-1
969f7f
- Update to 17.0
969f7f
969f7f
* Mon Oct 29 2012 Jan Horak <jhorak@redhat.com> - 16.0.2-1
969f7f
- Update to 16.0.2
969f7f
969f7f
* Tue Oct 16 2012 Jan Horak <jhorak@redhat.com> - 16.0.1-2
969f7f
- Fixed nss and nspr versions
969f7f
969f7f
* Thu Oct 11 2012 Jan Horak <jhorak@redhat.com> - 16.0.1-1
969f7f
- Update to 16.0.1
969f7f
969f7f
* Tue Oct  9 2012 Jan Horak <jhorak@redhat.com> - 16.0-1
969f7f
- Update to 16.0
969f7f
969f7f
* Tue Sep 18 2012 Dan Horák <dan[at]danny.cz> - 15.0.1-3
969f7f
- Added fix for rhbz#855923 - TB freezes on Fedora 18 for PPC64
969f7f
969f7f
* Fri Sep 14 2012 Martin Stransky <stransky@redhat.com> - 15.0.1-2
969f7f
- Added build flags for second arches
969f7f
969f7f
* Tue Sep 11 2012 Jan Horak <jhorak@redhat.com> - 15.0.1-1
969f7f
- Update to 15.0.1
969f7f
969f7f
* Fri Sep  7 2012 Jan Horak <jhorak@redhat.com> - 15.0-2
969f7f
- Added workaround fix for PPC (rbhz#852698)
969f7f
969f7f
* Mon Aug 27 2012 Jan Horak <jhorak@redhat.com> - 15.0-1
969f7f
- Update to 15.0
969f7f
969f7f
* Wed Aug 1 2012 Martin Stransky <stransky@redhat.com> - 14.0-4
969f7f
- Removed StartupWMClass (rhbz#844863)
969f7f
- Fixed -g parameter
969f7f
- Removed thunderbird-devel before packing to avoid debugsymbols duplicities (rhbz#823940)
969f7f
969f7f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.0-2
969f7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
969f7f
969f7f
* Tue Jul 17 2012 Jan Horak <jhorak@redhat.com> - 14.0-1
969f7f
- Update to 14.0
969f7f
969f7f
* Fri Jun 15 2012 Jan Horak <jhorak@redhat.com> - 13.0.1-1
969f7f
- Update to 13.0.1
969f7f
969f7f
* Tue Jun  5 2012 Jan Horak <jhorak@redhat.com> - 13.0-1
969f7f
- Update to 13.0
969f7f
969f7f
* Mon May 7 2012 Martin Stransky <stransky@redhat.com> - 12.0.1-2
969f7f
- Fixed #717245 - adhere Static Library Packaging Guidelines
969f7f
969f7f
* Mon Apr 30 2012 Jan Horak <jhorak@redhat.com> - 12.0.1-1
969f7f
- Update to 12.0.1
969f7f
969f7f
* Tue Apr 24 2012 Jan Horak <jhorak@redhat.com> - 12.0-1
969f7f
- Update to 12.0
969f7f
969f7f
* Mon Apr 16 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 11.0.1-2
969f7f
- Add upstream patch to fix FTBFS on ARM
969f7f
969f7f
* Thu Mar 29 2012 Jan Horak <jhorak@redhat.com> - 11.0.1-1
969f7f
- Update to 11.0.1
969f7f
969f7f
* Thu Mar 22 2012 Jan Horak <jhorak@redhat.com> - 11.0-6
969f7f
- Added translations to thunderbird.desktop file
969f7f
969f7f
* Fri Mar 16 2012 Martin Stransky <stransky@redhat.com> - 11.0-5
969f7f
- gcc 4.7 build fixes
969f7f
969f7f
* Wed Mar 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 11.0-4
969f7f
- Add ARM configuration options
969f7f
969f7f
* Wed Mar 14 2012 Martin Stransky <stransky@redhat.com> - 11.0-3
969f7f
- Build with system libvpx
969f7f
969f7f
* Tue Mar 13 2012 Martin Stransky <stransky@redhat.com> - 11.0-1
969f7f
- Update to 11.0
969f7f
969f7f
* Thu Feb 23 2012 Jan Horak <jhorak@redhat.com> - 10.0.1-3
969f7f
- Added fix for proxy settings mozbz#682832
969f7f
969f7f
* Thu Feb 16 2012 Martin Stransky <stransky@redhat.com> - 10.0.1-2
969f7f
- Added fix for mozbz#727401
969f7f
969f7f
* Thu Feb  9 2012 Jan Horak <jhorak@redhat.com> - 10.0.1-1
969f7f
- Update to 10.0.1
969f7f
969f7f
* Mon Feb 6 2012 Martin Stransky <stransky@redhat.com> - 10.0-2
969f7f
- gcc 4.7 build fixes
969f7f
969f7f
* Tue Jan 31 2012 Jan Horak <jhorak@redhat.com> - 10.0-1
969f7f
- Update to 10.0
969f7f
969f7f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0-7
969f7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
969f7f
969f7f
* Thu Jan 05 2012 Dan Horák <dan[at]danny.cz> - 9.0-6
969f7f
- disable jemalloc on s390(x) (taken from xulrunner)
969f7f
969f7f
* Wed Jan 04 2012 Dan Horák <dan[at]danny.cz> - 9.0-5
969f7f
- fix build on secondary arches (cherry-picked from 13afcd4c097c)
969f7f
969f7f
* Thu Dec 22 2011 Jan Horak <jhorak@redhat.com> - 9.0-4
969f7f
- Update to 9.0
969f7f
969f7f
* Fri Dec 9 2011 Martin Stransky <stransky@redhat.com> - 8.0-4
969f7f
- enabled gio support (#760644)
969f7f
969f7f
* Tue Nov 29 2011 Jan Horak <jhorak@redhat.com> - 8.0-3
969f7f
- Fixed s390x issues
969f7f
969f7f
* Thu Nov 10 2011 Jan Horak <jhorak@redhat.com> - 8.0-2
969f7f
- Enable Mozilla's crash reporter again for all archs
969f7f
- Temporary workaround for langpacks
969f7f
- Disabled addon check UI (#753551)
969f7f
969f7f
* Tue Nov  8 2011 Jan Horak <jhorak@redhat.com> - 8.0-1
969f7f
- Update to 8.0
969f7f
969f7f
* Tue Oct 18 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-3
969f7f
- Added NM patches (mozbz#627672, mozbz#639959)
969f7f
969f7f
* Wed Oct 12 2011 Dan Horák <dan[at]danny.cz> - 7.0.1-2
969f7f
- fix build on secondary arches (copied from xulrunner)
969f7f
969f7f
* Fri Sep 30 2011 Jan Horak <jhorak@redhat.com> - 7.0.1-1
969f7f
- Update to 7.0.1
969f7f
969f7f
* Tue Sep 27 2011 Jan Horak <jhorak@redhat.com> - 7.0-1
969f7f
- Update to 7.0
969f7f
969f7f
* Tue Sep  6 2011 Jan Horak <jhorak@redhat.com> - 6.0.2-1
969f7f
- Update to 6.0.2
969f7f
969f7f
* Wed Aug 31 2011 Jan Horak <jhorak@redhat.com> - 6.0-3
969f7f
- Distrust a specific Certificate Authority
969f7f
969f7f
* Wed Aug 31 2011 Dan Horák <dan[at]danny.cz> - 6.0-2
969f7f
- add secondary-ipc patch from xulrunner
969f7f
969f7f
* Tue Aug 16 2011 Jan Horak <jhorak@redhat.com> - 6.0-1
969f7f
- Update to 6.0
969f7f
969f7f
* Tue Aug 16 2011 Remi Collet <remi@fedoraproject.org> 5.0-4
969f7f
- Don't unzip the langpacks
969f7f
969f7f
* Mon Aug 15 2011 Jan Horak <jhorak@redhat.com> - 5.0-3
969f7f
- Rebuild due to rhbz#728707
969f7f
969f7f
* Wed Jul 20 2011 Dan Horák <dan[at]danny.cz> - 5.0-2
969f7f
- add xulrunner patches for secondary arches
969f7f
969f7f
* Tue Jun 28 2011 Jan Horak <jhorak@redhat.com> - 5.0-1
969f7f
- Update to 5.0
969f7f
969f7f
* Tue Jun 21 2011 Jan Horak <jhorak@redhat.com> - 3.1.11-1
969f7f
- Update to 3.1.11
969f7f
969f7f
* Wed May 25 2011 Caolán McNamara <caolanm@redhat.com> - 3.1.10-2
969f7f
- rebuild for new hunspell
969f7f
969f7f
* Thu Apr 28 2011 Jan Horak <jhorak@redhat.com> - 3.1.10-1
969f7f
- Update to 3.1.10
969f7f
969f7f
* Thu Apr 21 2011 Christopher Aillon <caillon@redhat.com> - 3.1.9-7
969f7f
- Make gvfs-open launch a compose window (salimma)
969f7f
- Spec file cleanups (salimma, caillon)
969f7f
- Split out mozilla crashreporter symbols to its own debuginfo package (caillon)
969f7f
969f7f
* Sat Apr  2 2011 Christopher Aillon <caillon@redhat.com> - 3.1.9-6
969f7f
- Drop gio support: the code hooks don't exist yet for TB 3.1.x
969f7f
969f7f
* Fri Apr  1 2011 Orion Poplawski <orion@cora.nwra.com> - 3.1.9-5
969f7f
- Enable startup notification
969f7f
969f7f
* Sun Mar 20 2011 Dan Horák <dan[at]danny.cz> - 3.1.9-4
969f7f
- updated the s390 build patch
969f7f
969f7f
* Fri Mar 18 2011 Jan Horak <jhorak@redhat.com> - 3.1.9-3
969f7f
- Removed gnome-vfs2, libgnomeui and libgnome from build requires
969f7f
969f7f
* Wed Mar  9 2011 Jan Horak <jhorak@redhat.com> - 3.1.9-2
969f7f
- Disabled gnomevfs, enabled gio
969f7f
969f7f
* Mon Mar  7 2011 Jan Horak <jhorak@redhat.com> - 3.1.9-1
969f7f
- Update to 3.1.9
969f7f
969f7f
* Tue Mar  1 2011 Jan Horak <jhorak@redhat.com> - 3.1.8-3
969f7f
- Update to 3.1.8
969f7f
969f7f
* Wed Feb  9 2011 Christopher Aillon <caillon@redhat.com> - 3.1.7-6
969f7f
- Drop the -lightning subpackage, it needs to be in its own SRPM
969f7f
969f7f
* Mon Feb  7 2011 Christopher Aillon <caillon@redhat.com> - 3.1.7-5
969f7f
- Bring back the default mailer check but fix up the directory
969f7f
969f7f
* Wed Dec 15 2010 Jan Horak <jhorak@redhat.com> - 3.1.7-4
969f7f
- Mozilla crash reporter enabled
969f7f
969f7f
* Thu Dec  9 2010 Jan Horak <jhorak@redhat.com> - 3.1.7-2
969f7f
- Fixed useragent
969f7f
969f7f
* Thu Dec  9 2010 Jan Horak <jhorak@redhat.com> - 3.1.7-1
969f7f
- Update to 3.1.7
969f7f
969f7f
* Sat Nov 27 2010 Remi Collet <fedora@famillecollet.com> - 3.1.6-8
969f7f
- fix cairo + nspr required version
969f7f
- lightning: fix thunderbird version required
969f7f
- lightning: fix release (b3pre)
969f7f
- lightning: clean install
969f7f
969f7f
* Mon Nov 22 2010 Jan Horak <jhorak@redhat.com> - 3.1.6-7
969f7f
- Added x-scheme-handler/mailto to thunderbird.desktop file
969f7f
969f7f
* Mon Nov  8 2010 Jan Horak <jhorak@redhat.com> - 3.1.6-4
969f7f
- Added libnotify patch
969f7f
- Removed dependency on static libraries
969f7f
969f7f
* Fri Oct 29 2010 Jan Horak <jhorak@redhat.com> - 3.1.6-2
969f7f
- Move thunderbird-lightning extension from Sunbird package to Thunderbird
969f7f
969f7f
* Wed Oct 27 2010 Jan Horak <jhorak@redhat.com> - 3.1.6-1
969f7f
- Update to 3.1.6
969f7f
969f7f
* Tue Oct 19 2010 Jan Horak <jhorak@redhat.com> - 3.1.5-1
969f7f
- Update to 3.1.5
969f7f
969f7f
* Thu Sep 16 2010 Dan Horák <dan[at]danny.cz> - 3.1.3-2
969f7f
- fix build on s390
969f7f
969f7f
* Tue Sep  7 2010 Jan Horak <jhorak@redhat.com> - 3.1.3-1
969f7f
- Update to 3.1.3
969f7f
969f7f
* Fri Aug  6 2010 Jan Horak <jhorak@redhat.com> - 3.1.2-1
969f7f
- Update to 3.1.2
969f7f
- Disable updater
969f7f
969f7f
* Tue Jul 20 2010 Jan Horak <jhorak@redhat.com> - 3.1.1-1
969f7f
- Update to 3.1.1
969f7f
969f7f
* Thu Jun 24 2010 Jan Horak <jhorak@redhat.com> - 3.1-1
969f7f
- Thunderbird 3.1
969f7f
969f7f
* Fri Jun 11 2010 Jan Horak <jhorak@redhat.com> - 3.1-0.3.rc2
969f7f
- TryExec added to desktop file
969f7f
969f7f
* Wed Jun  9 2010 Christopher Aillon <caillon@redhat.com> 3.1-0.2.rc2
969f7f
- Thunderbird 3.1 RC2
969f7f
969f7f
* Tue May 25 2010 Christopher Aillon <caillon@redhat.com> 3.1-0.1.rc1
969f7f
- Thunderbird 3.1 RC1
969f7f
969f7f
* Fri Apr 30 2010 Jan Horak <jhorak@redhat.com> - 3.0.4-3
969f7f
- Fix for mozbz#550455
969f7f
969f7f
* Tue Apr 13 2010 Martin Stransky <stransky@redhat.com> - 3.0.4-2
969f7f
- Fixed langpacks (#580444)
969f7f
969f7f
* Tue Mar 30 2010 Jan Horak <jhorak@redhat.com> - 3.0.4-1
969f7f
- Update to 3.0.4
969f7f
969f7f
* Sat Mar 06 2010 Kalev Lember <kalev@smartlink.ee> - 3.0.3-2
969f7f
- Own extension directories (#532132)
969f7f
969f7f
* Mon Mar  1 2010 Jan Horak <jhorak@redhat.com> - 3.0.3-1
969f7f
- Update to 3.0.3
969f7f
969f7f
* Thu Feb 25 2010 Jan Horak <jhorak@redhat.com> - 3.0.2-1
969f7f
- Update to 3.0.2
969f7f
969f7f
* Wed Jan 20 2010 Martin Stransky <stransky@redhat.com> - 3.0.1-1
969f7f
- Update to 3.0.1
969f7f
969f7f
* Mon Jan 18 2010 Martin Stransky <stransky@redhat.com> - 3.0-5
969f7f
- Added fix for #480603 - thunderbird takes
969f7f
  unacceptably long time to start
969f7f
969f7f
* Wed Dec  9 2009 Jan Horak <jhorak@redhat.com> - 3.0-4
969f7f
- Update to 3.0
969f7f
969f7f
* Thu Dec  3 2009 Jan Horak <jhorak@redhat.com> - 3.0-3.13.rc2
969f7f
- Update to RC2
969f7f
969f7f
* Wed Nov 25 2009 Jan Horak <jhorak@redhat.com> - 3.0-3.12.rc1
969f7f
- Sync with Mozilla latest RC1 build
969f7f
969f7f
* Thu Nov 19 2009 Jan Horak <jhorak@redhat.com> - 3.0-3.11.rc1
969f7f
- Update to RC1
969f7f
969f7f
* Thu Sep 17 2009 Christopher Aillon <caillon@redhat.com> - 3.0-3.9.b4
969f7f
- Update to 3.0 b4
969f7f
969f7f
* Thu Aug  6 2009 Martin Stransky <stransky@redhat.com> - 3.0-3.8.beta3
969f7f
- Added fix for #437596
969f7f
- Removed unused patches
969f7f
969f7f
* Thu Aug  6 2009 Jan Horak <jhorak@redhat.com> - 3.0-3.7.beta3
969f7f
- Removed unused build requirements
969f7f
969f7f
* Mon Aug  3 2009 Jan Horak <jhorak@redhat.com> - 3.0-3.6.beta3
969f7f
- Build with system hunspell
969f7f
969f7f
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-3.5.b3
969f7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
969f7f
969f7f
* Fri Jul 24 2009 Jan Horak <jhorak@redhat.com> - 3.0-2.5.beta3
969f7f
- Use system hunspell
969f7f
969f7f
* Tue Jul 21 2009 Jan Horak <jhorak@redhat.com> - 3.0-2.4.beta3
969f7f
- Update to 3.0 beta3
969f7f
969f7f
* Mon Mar 30 2009 Jan Horak <jhorak@redhat.com> - 3.0-2.2.beta2
969f7f
- Fixed open-browser.sh to use xdg-open instead of gnome-open
969f7f
969f7f
* Mon Mar 23 2009 Christopher Aillon <caillon@redhat.com> - 3.0-2.1.beta2
969f7f
- Disable the default app nag dialog
969f7f
969f7f
* Tue Mar 17 2009 Jan Horak <jhorak@redhat.com> - 3.0-2.beta2
969f7f
- Fixed clicked link does not open in browser (#489120)
969f7f
- Fixed missing help in thunderbird (#488885)
969f7f
969f7f
* Mon Mar  2 2009 Jan Horak <jhorak@redhat.com> - 3.0-1.beta2
969f7f
- Update to 3.0 beta2
969f7f
- Added Patch2 to build correctly when building with --enable-shared option
969f7f
969f7f
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0.18-3
969f7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
969f7f
969f7f
* Wed Jan 07 2009 Christopher Aillon <caillon@redhat.com> - 2.0.0.18-2
969f7f
- Disable the crash dialog
969f7f
969f7f
* Wed Nov 19 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.18-1
969f7f
- Update to 2.0.0.18
969f7f
969f7f
* Thu Oct  9 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.17-1
969f7f
- Update to 2.0.0.17
969f7f
969f7f
* Wed Jul 23 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.16-1
969f7f
- Update to 2.0.0.16
969f7f
969f7f
* Thu May  1 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.14-1
969f7f
- Update to 2.0.0.14
969f7f
- Use the system dictionaries
969f7f
969f7f
* Fri Apr 18 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.12-6
969f7f
- Icon belongs in _datadir/pixmaps
969f7f
969f7f
* Fri Apr 18 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.12-5
969f7f
- rebuilt
969f7f
969f7f
* Mon Apr  7 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.12-4
969f7f
- Add %%lang attributes to langpacks
969f7f
969f7f
* Sat Mar 15 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.12-3
969f7f
- Avoid conflict between gecko debuginfos
969f7f
969f7f
* Mon Mar 03 2008 Martin Stransky <stransky@redhat.com> 2.0.0.12-2
969f7f
- Updated starting script (#426331)
969f7f
969f7f
* Tue Feb 26 2008 Christopher Aillon <caillon@redhat.com> 2.0.0.12-1
969f7f
- Update to 2.0.0.12
969f7f
- Fix up icon location and some scriptlets
969f7f
969f7f
* Sun Dec  9 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.9-2
969f7f
- Fix some rpmlint warnings
969f7f
- Drop some old patches and obsoletes
969f7f
969f7f
* Thu Nov 15 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.9-1
969f7f
- Update to 2.0.0.9
969f7f
969f7f
* Wed Sep 26 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-6
969f7f
- Fixed #242657 - firefox -g doesn't work
969f7f
969f7f
* Tue Sep 25 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-5
969f7f
- Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros
969f7f
969f7f
* Tue Sep 11 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-4
969f7f
- Fix crashes when using GTK+ themes containing a gtkrc which specify
969f7f
  GtkOptionMenu::indicator_size and GtkOptionMenu::indicator_spacing
969f7f
969f7f
* Mon Sep 10 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-3
969f7f
- added fix for #246248 - firefox crashes when searching for word "do"
969f7f
969f7f
* Mon Aug 13 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-2
969f7f
- Update the license tag
969f7f
969f7f
* Wed Aug  8 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-1
969f7f
- Update to 2.0.0.6
969f7f
- Own the application directory (#244901)
969f7f
969f7f
* Tue Jul 31 2007 Martin Stransky <stransky@redhat.com> 2.0.0.0-3
969f7f
- added pango ligature fix
969f7f
969f7f
* Thu Apr 19 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.0-1
969f7f
- Update to 2.0.0.0 Final
969f7f
969f7f
* Fri Apr 13 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.0-0.5.rc1
969f7f
- Fix the desktop file
969f7f
- Clean up the files list
969f7f
- Remove the default client stuff from the pref window
969f7f
969f7f
* Thu Apr 12 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.0-0.4.rc1
969f7f
- Rebuild into Fedora
969f7f
969f7f
* Wed Apr 11 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.0-0.3.rc1
969f7f
- Update langpacks
969f7f
969f7f
* Thu Apr  5 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.0-0.2.rc1
969f7f
- Build option tweaks
969f7f
- Bring the install section to parity with Firefox's
969f7f
969f7f
* Thu Apr  5 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.0-0.1.rc1
969f7f
- Update to 2.0.0.0 RC1
969f7f
969f7f
* Sun Mar 25 2007 Christopher Aillon <caillon@redhat.com> 1.5.0.11-1
969f7f
- Update to 1.5.0.11
969f7f
969f7f
* Fri Mar 2 2007 Martin Stransky <stransky@redhat.com> 1.5.0.10-1
969f7f
- Update to 1.5.0.10
969f7f
969f7f
* Mon Feb 12 2007 Martin Stransky <stransky@redhat.com> 1.5.0.9-8
969f7f
- added fix for #227406: garbage characters on some websites
969f7f
  (when pango is disabled)
969f7f
969f7f
* Tue Jan 30 2007 Christopher Aillon <caillon@redhat.com> 1.5.0.9-7
969f7f
- Updated cursor position patch from tagoh to fix issue with "jumping"
969f7f
  cursor when in a textfield with tabs.
969f7f
969f7f
* Tue Jan 30 2007 Christopher Aillon <caillon@redhat.com> 1.5.0.9-6
969f7f
- Fix the DND implementation to not grab, so it works with new GTK+.
969f7f
969f7f
* Thu Dec 21 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.5.0.9-5
969f7f
- Added firefox-1.5-pango-underline.patch
969f7f
969f7f
* Wed Dec 20 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.5.0.9-4
969f7f
- Added firefox-1.5-pango-justified-range.patch
969f7f
969f7f
* Tue Dec 19 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.5.0.9-3
969f7f
- Added firefox-1.5-pango-cursor-position-more.patch
969f7f
969f7f
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> 1.5.0.9-2
969f7f
- Add a Requires: launchmail  (#219884)
969f7f
969f7f
* Tue Dec 19 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.9-1
969f7f
- Update to 1.5.0.9
969f7f
- Take firefox's pango fixes
969f7f
- Don't offer to import...nothing.
969f7f
969f7f
* Tue Nov  7 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.8-1
969f7f
- Update to 1.5.0.8
969f7f
- Allow choosing of download directory
969f7f
- Take the user to the correct directory from the Download Manager.
969f7f
- Patch to add support for printing via pango from Behdad.
969f7f
969f7f
* Sun Oct  8 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.7-4
969f7f
- Default to use of system colors
969f7f
969f7f
* Wed Oct  4 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.7-3
969f7f
- Bring the invisible character to parity with GTK+
969f7f
969f7f
* Wed Sep 27 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.7-2
969f7f
- Fix crash when changing gtk key theme
969f7f
- Prevent UI freezes while changing GNOME theme
969f7f
- Remove verbiage about pango; no longer required by upstream.
969f7f
969f7f
* Wed Sep 13 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.7-1
969f7f
- Update to 1.5.0.7
969f7f
969f7f
* Thu Sep  7 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-8
969f7f
- Shuffle order of the install phase around
969f7f
969f7f
* Thu Sep  7 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-7
969f7f
- Let there be art for Alt+Tab again
969f7f
- s/tbdir/mozappdir/g
969f7f
969f7f
* Wed Sep  6 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-6
969f7f
- Fix for cursor position in editor widgets by tagoh and behdad (#198759)
969f7f
969f7f
* Tue Sep  5 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-5
969f7f
- Update nopangoxft.patch
969f7f
- Fix rendering of MathML thanks to Behdad Esfahbod.
969f7f
- Update start page text to reflect the MathML fixes.
969f7f
- Enable pango by default on all locales
969f7f
- Build using -rpath
969f7f
- Re-enable GCC visibility
969f7f
969f7f
* Thu Aug  3 2006 Kai Engert <kengert@redhat.com> - 1.5.0.5-4
969f7f
- Fix a build failure in mailnews mime code.
969f7f
969f7f
* Tue Aug  1 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.0.5-3
969f7f
- Rebuild
969f7f
969f7f
* Thu Jul 27 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-2
969f7f
- Update to 1.5.0.5
969f7f
969f7f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.5.0.4-2.1
969f7f
- rebuild
969f7f
969f7f
* Mon Jun 12 2006 Kai Engert <kengert@redhat.com> - 1.5.0.4-2
969f7f
- Update to 1.5.0.4
969f7f
- Fix desktop-file-utils requires
969f7f
969f7f
* Wed Apr 19 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.2-2
969f7f
- Update to 1.5.0.2
969f7f
969f7f
* Thu Mar 16 2006 Christopher Aillon <caillon@redhat.com> - 1.5-7
969f7f
- Bring the other arches back
969f7f
969f7f
* Mon Mar 13 2006 Christopher Aillon <caillon@redhat.com> - 1.5.6
969f7f
- Temporarily disable other arches that we don't ship FC5 with, for time
969f7f
969f7f
* Mon Mar 13 2006 Christopher Aillon <caillon@redhat.com> - 1.5-5
969f7f
- Add a notice to the mail start page denoting this is a pango enabled build.
969f7f
969f7f
* Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 1.5-3
969f7f
- Add dumpstack.patch
969f7f
- Improve the langpack install stuff
969f7f
969f7f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5-2.1
969f7f
- rebuilt for new gcc4.1 snapshot and glibc changes
969f7f
969f7f
* Fri Jan 27 2006 Christopher Aillon <caillon@redhat.com> - 1.5-2
969f7f
- Add some langpacks back in
969f7f
- Stop providing MozillaThunderbird
969f7f
969f7f
* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 1.5-1
969f7f
- Official 1.5 release is out
969f7f
969f7f
* Wed Jan 11 2006 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.6.rc1
969f7f
- Fix crash when deleting highlighted text while composing mail within
969f7f
  plaintext editor with spellcheck enabled.
969f7f
969f7f
* Tue Jan  3 2006 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.5.rc1
969f7f
- Looks like we can build on ppc64 again.
969f7f
969f7f
* Fri Dec 16 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.4.rc1
969f7f
- Rebuild
969f7f
969f7f
* Fri Dec 16 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.3.rc1
969f7f
- Once again, disable ppc64 because of a new issue.
969f7f
  See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175944
969f7f
969f7f
- Use the system NSS libraries
969f7f
- Build on ppc64
969f7f
969f7f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
969f7f
- rebuilt
969f7f
969f7f
* Mon Nov 28 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.1.rc1
969f7f
- Fix issue with popup dialogs and other actions causing lockups
969f7f
969f7f
* Sat Nov  5 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.rc1
969f7f
- Update to 1.5 rc1
969f7f
969f7f
* Sat Oct  8 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.beta2
969f7f
- Update to 1.5 beta2
969f7f
969f7f
* Wed Sep 28 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.beta1
969f7f
- Update to 1.5 beta1
969f7f
- Bring the install phase of the spec file up to speed
969f7f
969f7f
* Sun Aug 14 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-4
969f7f
- Rebuild
969f7f
969f7f
* Sat Aug  6 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-3
969f7f
- Add patch to make file chooser dialog modal
969f7f
969f7f
* Fri Jul 22 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-2
969f7f
- Update to 1.0.6
969f7f
969f7f
* Mon Jul 18 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-0.1.fc5
969f7f
- 1.0.6 Release Candidate
969f7f
969f7f
* Fri Jul 15 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-8
969f7f
- Use system NSPR
969f7f
- Fix crash on 64bit platforms (#160330)
969f7f
969f7f
* Thu Jun 23 2005 Kristian Høgsberg <krh@redhat.com>  1.0.2-7
969f7f
- Add firefox-1.0-pango-cairo.patch to get rid of the last few Xft
969f7f
  references, fixing the "no fonts" problem.
969f7f
969f7f
* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-6
969f7f
- Change the Exec line in the desktop file to `thunderbird`
969f7f
969f7f
* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-5
969f7f
- Update pango patche, MOZ_DISABLE_PANGO now works as advertised.
969f7f
969f7f
* Mon May  9 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-4
969f7f
- Add temporary workaround to not create files in the user's $HOME (#149664)
969f7f
969f7f
* Wed May  4 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-3
969f7f
- Don't have downloads "disappear" when downloading to desktop (#139015)
969f7f
- Fix for some more cursor issues in textareas (149991, 150002, 152089)
969f7f
- Add upstream patch to fix bidi justification of pango
969f7f
- Add patch to fix launching of helper applications
969f7f
- Add patch to properly link against libgfxshared_s.a
969f7f
- Fix multilib conflicts
969f7f
969f7f
* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com>
969f7f
- correct confusing PANGO vars in startup script
969f7f
969f7f
* Wed Mar 23 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-1
969f7f
- Thunderbird 1.0.2
969f7f
969f7f
* Tue Mar  8 2005 Christopher Aillon <caillon@redhat.com> 1.0-5
969f7f
- Add patch to compile against new fortified glibc macros
969f7f
969f7f
* Sat Mar  5 2005 Christopher Aillon <caillon@redhat.com> 1.0-4
969f7f
- Rebuild against GCC 4.0
969f7f
- Add execshield patches
969f7f
- Minor specfile cleanup
969f7f
969f7f
* Mon Dec 20 2004 Christopher Aillon <caillon@redhat.com> 1.0-3
969f7f
- Rebuild
969f7f
969f7f
* Thu Dec 16 2004 Christopher Aillon <caillon@redhat.com> 1.0-2
969f7f
- Add RPM version to useragent
969f7f
969f7f
* Thu Dec 16 2004 Christopher Blizzard <blizzard@redhat.com>
969f7f
- Port over pango patches from firefox
969f7f
969f7f
* Wed Dec  8 2004 Christopher Aillon <caillon@redhat.com> 1.0-1
969f7f
- Thunderbird 1.0
969f7f
969f7f
* Mon Dec  6 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.1
969f7f
- Fix advanced prefs
969f7f
969f7f
* Fri Dec  3 2004 Christopher Aillon <caillon@redhat.com>
969f7f
- Make this run on s390(x) now for real
969f7f
969f7f
* Wed Dec  1 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.0
969f7f
- Update to 1.0 rc1
969f7f
969f7f
* Fri Nov 19 2004 Christopher Aillon <caillon@redhat.com>
969f7f
- Add patches to build and run on s390(x)
969f7f
969f7f
* Thu Nov 11 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-2
969f7f
- Rebuild to fix file chooser
969f7f
969f7f
* Fri Nov  5 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-1
969f7f
- Update to 0.9
969f7f
969f7f
* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-10
969f7f
- Prevent inlining of stack direction detection (#135255)
969f7f
969f7f
* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-9
969f7f
- More file chooser fixes (same as in firefox)
969f7f
- Fix for upstream 28327.
969f7f
969f7f
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
969f7f
- Update the pango patch
969f7f
969f7f
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
969f7f
- Pull over patches from firefox build:
969f7f
  - disable default application dialog
969f7f
  - don't include software update since it doesn't work
969f7f
  - make external app support work
969f7f
969f7f
* Thu Oct 14 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-7
969f7f
- Use pango for rendering
969f7f
969f7f
* Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-6
969f7f
- Fix for 64 bit crash at startup (b.m.o #256603)
969f7f
969f7f
* Sat Oct  9 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-5
969f7f
- Add patches to fix xremote (#135036)
969f7f
969f7f
* Fri Oct  8 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-4
969f7f
- Add patch to fix button focus issues (#133507)
969f7f
- Add patch for fix IMAP race issues (bmo #246439)
969f7f
969f7f
* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 0.8.0-3
969f7f
- filter out library Provides: and internal Requires:
969f7f
969f7f
* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-2
969f7f
- Backport the GTK+ File Chooser.
969f7f
- Add fix for JS math on x86_64 systems
969f7f
- Add pkgconfig patch
969f7f
969f7f
* Thu Sep 16 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-1
969f7f
- Update to 0.8.0
969f7f
- Remove enigmail
969f7f
- Update BuildRequires
969f7f
- Remove gcc34 and extension manager patches -- they are upstreamed.
969f7f
- Fix for gnome-vfs2 error at component registration
969f7f
969f7f
* Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0.7.3-5
969f7f
- Build with --disable-xprint
969f7f
969f7f
* Wed Sep 01 2004 David Hill <djh[at]ii.net> 0.7.3-4
969f7f
- remove all Xvfb-related hacks
969f7f
969f7f
* Wed Sep 01 2004 Warren Togami <wtogami@redhat.com>
969f7f
- actually apply psfonts
969f7f
- add mozilla gnome-uriloader patch to prevent build failure
969f7f
969f7f
* Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0.7.3-3
969f7f
- rawhide import
969f7f
- apply NetBSD's freetype 2.1.8 patch
969f7f
- apply psfonts patch
969f7f
- remove BR on /usr/bin/ex, breaks beehive
969f7f
969f7f
* Tue Aug 31 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.2
969f7f
- oops, fix %%install
969f7f
969f7f
* Thu Aug 26 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.1
969f7f
- update to Thunderbird 0.7.3 and Enigmail 0.85.0
969f7f
- remove XUL.mfasl on startup, add Debian enigmail patches
969f7f
- add Xvfb hack for -install-global-extension
969f7f
969f7f
* Wed Jul 14 2004 David Hill <djh[at]ii.net> 0.7.2-0.fdr.0
969f7f
- update to 0.7.2, just because it's there
969f7f
- update gcc-3.4 patch (Kaj Niemi)
969f7f
- add EM registration patch and remove instdir hack
969f7f
969f7f
* Sun Jul 04 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.1
969f7f
- re-add Enigmime 1.0.7, omit Enigmail until the Mozilla EM problems are fixed
969f7f
969f7f
* Wed Jun 30 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.0
969f7f
- update to 0.7.1
969f7f
- remove Enigmail
969f7f
969f7f
* Mon Jun 28 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.1
969f7f
- re-enable Enigmail 0.84.1
969f7f
- add gcc-3.4 patch (Kaj Niemi)
969f7f
- use official branding (with permission)
969f7f
969f7f
* Fri Jun 18 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.0
969f7f
- update to 0.7
969f7f
- temporarily disable Enigmail 0.84.1, make ftp links work (#1634)
969f7f
- specify libdir, change BR for apt (V. Skyttä, #1617)
969f7f
969f7f
* Tue May 18 2004 Warren Togami <wtogami@redhat.com> 0.6-0.fdr.5
969f7f
- temporary workaround for enigmail skin "modern" bug
969f7f
969f7f
* Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.4
969f7f
- update to Enigmail 0.84.0
969f7f
- update launch script
969f7f
969f7f
* Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.3
969f7f
- installation directory now versioned
969f7f
- allow root to run the program (for installing extensions)
969f7f
- remove unnecessary %%pre and %%post
969f7f
- remove separators, update mozconfig and launch script (M. Schwendt, #1460)
969f7f
969f7f
* Wed May 05 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.2
969f7f
- include Enigmail, re-add release notes
969f7f
- delete %%{_libdir}/thunderbird in %%pre
969f7f
969f7f
* Mon May 03 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.1
969f7f
- update to Thunderbird 0.6
969f7f
969f7f
* Fri Apr 30 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.rc1
969f7f
- update to Thunderbird 0.6 RC1
969f7f
- add new icon, remove release notes
969f7f
969f7f
* Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.20040415
969f7f
- update to latest CVS, update mozconfig and %%build accordingly
969f7f
- update to Enigmail 0.83.6
969f7f
- remove x-remote and x86_64 patches
969f7f
- build with -Os
969f7f
969f7f
* Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.5-0.fdr.12
969f7f
- update x-remote patch
969f7f
- more startup script fixes
969f7f
969f7f
* Tue Apr 06 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.11
969f7f
- startup script fixes, and a minor cleanup
969f7f
969f7f
* Sun Apr 04 2004 Warren Togami <wtogami@redhat.com> 0:0.5-0.fdr.10
969f7f
- Minor cleanups
969f7f
969f7f
* Sun Apr 04 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.8
969f7f
- minor improvements to open-browser.sh and startup script
969f7f
- update to latest version of Blizzard's x-remote patch
969f7f
969f7f
* Thu Mar 25 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.7
969f7f
- update open-browser.sh, startup script, and BuildRequires
969f7f
969f7f
* Sun Mar 14 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.6
969f7f
- update open-browser script, modify BuildRequires (Warren)
969f7f
- add Blizzard's x-remote patch
969f7f
- initial attempt at x-remote-enabled startup script
969f7f
969f7f
* Sun Mar 07 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.5
969f7f
- refuse to run with excessive privileges
969f7f
969f7f
* Fri Feb 27 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.4
969f7f
- add Mozilla x86_64 patch (Oliver Sontag)
969f7f
- Enigmail source filenames now include the version
969f7f
- modify BuildRoot
969f7f
969f7f
* Thu Feb 26 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.3
969f7f
- use the updated official tarball
969f7f
969f7f
* Wed Feb 18 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.2
969f7f
- fix %%prep script
969f7f
969f7f
* Mon Feb 16 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.1
969f7f
- update Enigmail to 0.83.3
969f7f
- use official source tarball (after removing the CRLFs)
969f7f
- package renamed to thunderbird
969f7f
969f7f
* Mon Feb 09 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.0
969f7f
- update to 0.5
969f7f
- check for lockfile before launching
969f7f
969f7f
* Fri Feb 06 2004 David Hill <djh[at]ii.net>
969f7f
- update to latest cvs
969f7f
- update to Enigmail 0.83.2
969f7f
969f7f
* Thu Jan 29 2004 David Hill <djh[at]ii.net> 0:0.4-0.fdr.5
969f7f
- update to Enigmail 0.83.1
969f7f
- removed Mozilla/Firebird script patching
969f7f
969f7f
* Sat Jan 03 2004 David Hill <djh[at]ii.net> 0:0.4-0.fdr.4
969f7f
- add startup notification to .desktop file
969f7f
969f7f
* Thu Dec 25 2003 Warren Togami <warren@togami.com> 0:0.4-0.fdr.3
969f7f
- open-browser.sh release 3
969f7f
- patch broken /usr/bin/mozilla script during install
969f7f
- dir ownership
969f7f
- XXX: Source fails build on x86_64... fix later
969f7f
969f7f
* Tue Dec 23 2003 David Hill <djh[at]ii.net> 0:0.4-0.fdr.2
969f7f
- update to Enigmail 0.82.5
969f7f
- add Warren's open-browser.sh (#1113)
969f7f
969f7f
* Tue Dec 09 2003 David Hill <djh[at]ii.net> 0:0.4-0.fdr.1
969f7f
- use Thunderbird's mozilla-xremote-client to launch browser
969f7f
969f7f
* Sun Dec 07 2003 David Hill <djh[at]ii.net> 0:0.4-0.fdr.0
969f7f
- update to 0.4
969f7f
- make hyperlinks work (with recent versions of Firebird/Mozilla)
969f7f
969f7f
* Thu Dec 04 2003 David Hill <djh[at]ii.net>
969f7f
- update to 0.4rc2
969f7f
969f7f
* Wed Dec 03 2003 David Hill <djh[at]ii.net>
969f7f
- update to 0.4rc1 and Enigmail 0.82.4
969f7f
969f7f
* Thu Nov 27 2003 David Hill <djh[at]ii.net>
969f7f
- update to latest CVS and Enigmail 0.82.3
969f7f
969f7f
* Sun Nov 16 2003 David Hill <djh[at]ii.net>
969f7f
- update to latest CVS (0.4a)
969f7f
- update Enigmail to 0.82.2
969f7f
- alter mozconfig for new build requirements
969f7f
- add missing BuildReq (#987)
969f7f
969f7f
* Thu Oct 16 2003 David Hill <djh[at]ii.net> 0:0.3-0.fdr.0
969f7f
- update to 0.3
969f7f
969f7f
* Sun Oct 12 2003 David Hill <djh[at]ii.net> 0:0.3rc3-0.fdr.0
969f7f
- update to 0.3rc3
969f7f
- update Enigmail to 0.81.7
969f7f
969f7f
* Thu Oct 02 2003 David Hill <djh[at]ii.net> 0:0.3rc2-0.fdr.0
969f7f
- update to 0.3rc2
969f7f
969f7f
* Wed Sep 17 2003 David Hill <djh[at]ii.net> 0:0.2-0.fdr.2
969f7f
- simplify startup script
969f7f
969f7f
* Wed Sep 10 2003 David Hill <djh[at]ii.net> 0:0.2-0.fdr.1
969f7f
- add GPG support (Enigmail 0.81.6)
969f7f
- specfile fixes (#679)
969f7f
969f7f
* Thu Sep 04 2003 David Hill <djh[at]ii.net> 0:0.2-0.fdr.0
969f7f
- update to 0.2
969f7f
969f7f
* Mon Sep 01 2003 David Hill <djh[at]ii.net>
969f7f
- initial RPM
969f7f
  (based on the fedora MozillaFirebird-0.6.1 specfile)