Blame SPECS/thunderbird.spec

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