1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207 |
- %bcond_with clang
- %global disable_elfhack 1
- %define objdir objdir
- %define mozappdir %{_libdir}/%{name}
- %define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
- %global langpackdir %{mozappdir}/distribution/extensions
- %define desktop_file_utils_version 0.6
- %define nspr_version 4.9
- %define nss_version 3.13.2
- %define cairo_version 1.6.0
- %define freetype_version 2.1.9
- %define sqlite_version 3.6.14
- %define libnotify_version 0.4
- %define build_vine7 0
- %define build_vine6 0
- %if "%{?_dist_release}" >= "vl7"
- %define build_vine7 1
- %endif
- %if "%{?_dist_release}" == "vl6"
- %define build_vine6 1
- %endif
- Summary: Thunderbird Community Edition, Mail/newsgroup client
- Summary(ja): Thunderbirdコミュニティエディション, メール・ニュースクライアント
- Name: thunderbird
- Version: 78.9.0
- Release: 1%{?_dist_release}
- Group: internet,communication
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: daisuke, ryoichi, kazutaka
- License: MPLv1.1 or GPLv2+ or LGPLv2+
- URL: http://www.mozilla.org/projects/thunderbird/
- Source0: https://archive.mozilla.org/pub/thunderbird/releases/%{version}/source/thunderbird-%{version}.source.tar.xz
- Source1: thunderbird-langpacks-%{version}.tar.xz
- Source4: thunderbird-legacy-aurora.tar.xz
- Source12: thunderbird-vine-default-prefs.js
- Source20: thunderbird.desktop
- Source21: thunderbird.vine.sh.in
- Source30: thunderbird-open-browser.sh
- Source32: node-stdout-nonblocking-wrapper
- Source40: thunderbird-unofficial-branding-tb-brand.properties
- Source41: thunderbird-unofficial-branding-tb-brand.dtd
- Source42: thunderbird-unofficial-branding-tb-ja-brand.properties
- Source43: thunderbird-unofficial-branding-tb-ja-brand.dtd
- Source44: tb-about-wordmark.svg
- Source99: cbindgen-vendor-0.14.3.tar.xz
- Source100: find-external-requires
- # for newer rust
- #Source900: https://raw.githubusercontent.com/servo/rust-cssparser/master/src/parser.rs
- Source1010: mozconfig-thunderbird-vine6
- Source1020: mozconfig-thunderbird-vine7
- Source1030: thunderbird.metainfo.xml
- %define tbversion %{version}
- %define version_internal %{version}
- # Build patches
- Patch9: mozilla-build-arm.patch
- Patch226: rhbz-1354671.patch
- Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
- Patch416: firefox-SIOCGSTAMP.patch
- Patch417: build-aarch64-user_vfp.patch
- Patch418: mozilla-1512162.patch
- Patch419: bindgen-d0dfc52706f23db9dc9d74642eeebd89d73cb8d0.patch
- Patch103: rhbz-1219542-s390-build.patch
- # PPC fix
- Patch304: mozilla-1245783.patch
- Patch307: build-disable-elfhack.patch
- # Fedora specific patches
- # Upstream patches
- Patch402: mozilla-526293.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- %if %{with clang}
- BuildRequires: lld
- %endif
- BuildRequires: rust, cargo
- BuildRequires: clang-devel
- BuildRequires: llvm-devel
- BuildRequires: pango-devel
- BuildRequires: cairo-devel >= %{cairo_version}
- %if %{build_vine7}
- #BuildRequires: nspr-devel >= %{nspr_version}
- #BuildRequires: nss-devel >= %{nss_version}
- BuildRequires: python-devel
- %endif
- %if %{build_vine6}
- BuildRequires: python27-devel
- %endif
- BuildRequires: gstreamer-devel
- BuildRequires: gstreamer-plugins-base-devel
- BuildRequires: pulseaudio-libs-devel
- BuildRequires: pixman-devel
- BuildRequires: libpng-devel
- BuildRequires: libjpeg-turbo-devel
- BuildRequires: gtk2-devel
- BuildRequires: zlib-devel, gzip, zip, unzip
- BuildRequires: libIDL-devel
- BuildRequires: freetype2-devel >= %{freetype_version}
- ## disabled libnotify support
- ## see related bug: https://bugzilla.mozilla.org/show_bug.cgi?id=478463
- BuildRequires: libnotify-devel >= %{libnotify_version}
- BuildRequires: bzip2-devel
- #BuildRequires: gnome-vfs2-devel
- BuildRequires: libgnome-devel
- #BuildRequires: libgnomeui-devel
- BuildRequires: krb5-devel
- BuildRequires: pango-devel
- BuildRequires: libXt-devel
- BuildRequires: libXrender-devel
- BuildRequires: curl-devel
- # hunspell is in plus category for vine
- #BuildRequires: hunspell-devel
- %if %{build_vine7}
- BuildRequires: sqlite3-devel >= %{sqlite_version}
- %endif
- BuildRequires: startup-notification-devel
- BuildRequires: desktop-file-utils
- BuildRequires: alsa-lib-devel
- BuildRequires: yasm
- BuildRequires: nodejs
- BuildRequires: nasm
- BuildRequires: autoconf213
- %if %{build_vine7}
- Requires: sqlite3 >= %{sqlite_version}
- %endif
- Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
- Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
- Provides: metainfo()
- Provides: metainfo(thunderbird.metainfo.xml)
- AutoProv: 0
- %define _use_internal_dependency_generator 0
- %define __find_requires %{SOURCE100}
- %description
- Thunderbird is a standalone mail and newsgroup client.
- %description -l ja
- Thunderbird はスタンドアローンのメールおよびニュースクライアントです。
- #===============================================================================
- %prep
- %setup -q
- # Build patches
- %patch9 -p2 -b .arm
- %ifarch s390
- %patch103 -p1 -b .rhbz-1219542-s390-build
- %endif
- %patch304 -p1 -b .1245783
- #ARM run-time patch
- %ifarch aarch64
- #%patch226 -p1 -b .1354671
- %endif
- %ifarch %{arm}
- %patch415 -p1 -b .mozilla-1238661
- %endif
- %patch416 -p1 -b .SIOCGSTAMP
- %patch417 -p1 -b .aarch64-user_vfp
- %patch418 -p1 -b .mozbz-1512162
- # most likely fixed
- #%patch419 -p1 -b .bindgen
- %if 0%{?disable_elfhack}
- %patch307 -p1 -b .elfhack
- %endif
- #cd ..
- %patch402 -p1 -b .526293
- # replace source for newer rust
- #cp -f %{SOURCE900} ./third_party/rust/cssparser/src/
- #sed -i -e 's/"files":{[^}]*}/"files":{ }/' ./third_party/rust/cssparser/.cargo-checksum.json
- %{__rm} -f .mozconfig
- %if %{build_vine6}
- %{__cp} %{SOURCE1010} .mozconfig
- %endif
- %if %{build_vine7}
- %{__cp} %{SOURCE1020} .mozconfig
- %endif
- # setup legacy aurora branding name
- pushd comm/mail/branding/
- tar xf %{SOURCE4}
- %{__cp} %{SOURCE40} aurora/locales/en-US/brand.properties
- %{__cp} %{SOURCE41} aurora/locales/en-US/brand.dtd
- %{__cp} %{SOURCE44} aurora/content/about-wordmark.svg
- popd
- echo "ac_add_options --without-system-nspr" >> .mozconfig
- echo "ac_add_options --without-system-nss" >> .mozconfig
- echo "ac_add_options --without-system-icu" >> .mozconfig
- %if %{with clang}
- echo "ac_add_options --enable-linker=lld" >> .mozconfig
- %endif
- echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .mozconfig
- # Remove executable bit to make brp-mangle-shebangs happy.
- chmod -x third_party/rust/itertools/src/lib.rs
- chmod a-x third_party/rust/gfx-backend-vulkan/src/*.rs
- chmod a-x third_party/rust/gfx-hal/src/*.rs
- chmod a-x third_party/rust/ash/src/extensions/ext/*.rs
- chmod a-x third_party/rust/ash/src/extensions/khr/*.rs
- #===============================================================================
- %build
- export LANG=ja_JP.UTF-8
- # Disable LTO to work around rhbz#1883904
- %define _lto_cflags %{nil}
- # install bundled cbindgen
- mkdir -p my_rust_vendor
- cd my_rust_vendor
- %{__tar} xf %{SOURCE99}
- cd -
- mkdir -p .cargo
- cat > .cargo/config <<EOL
- [source.crates-io]
- replace-with = "vendored-sources"
- [source.vendored-sources]
- directory = "`pwd`/my_rust_vendor"
- EOL
- env CARGO_HOME=.cargo cargo install cbindgen
- export PATH=`pwd`/.cargo/bin:$PATH
- mkdir %{_buildrootdir}/bin || :
- cp %{SOURCE32} %{_buildrootdir}/bin || :
- INTERNAL_GECKO=%{version_internal}
- MOZ_APP_DIR=%{mozappdir}
- # Update the various config.guess to upstream release for aarch64 support
- find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
- MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS -fpermissive" | \
- %{__sed} -e 's/-Wall//')
- MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-Werror=format-security//')
- MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fno-delete-null-pointer-checks"
- MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fPIC -Wl,-z,relro -Wl,-z,now"
- MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g0/')
- export MOZ_DEBUG_FLAGS=" "
- export PREFIX='%{_prefix}'
- export LIBDIR='%{_libdir}'
- %if %{with clang}
- export CC=clang
- export CXX=clang++
- export LLVM_PROFDATA="llvm-profdata"
- export AR="llvm-ar"
- export NM="llvm-nm"
- export RANLIB="llvm-ranlib"
- MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wno-ignored-optimization-argument"
- %else
- export CC=gcc
- export CXX=g++
- export AR="gcc-ar"
- export NM="gcc-nm"
- export RANLIB="gcc-ranlib"
- MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
- %endif
- export CFLAGS=`echo $MOZ_OPT_FLAGS |sed -e 's/-fpermissive//g'`
- export CXXFLAGS=$MOZ_OPT_FLAGS
- export LDFLAGS=$MOZ_LINK_FLAGS
- export RUSTFLAGS="-Cdebuginfo=0"
- MOZ_SMP_FLAGS=-j1
- # On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
- # however builds tend to fail on other arches when building in parallel.
- %ifarch %{ix86} x86_64
- [ -z "$RPM_BUILD_NCPUS" ] && \
- RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
- [ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
- [ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
- [ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
- %endif
- export MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
- export STRIP=/bin/true
- ./mach build
- #===============================================================================
- %install
- export LANG=ja_JP.UTF-8
- %{__rm} -rf $RPM_BUILD_ROOT
- cd %{objdir}
- DESTDIR=$RPM_BUILD_ROOT make install
- cd ..
- # install icons
- %{__mkdir_p} $RPM_BUILD_ROOT%{mozappdir}/icons
- %{__cp} comm/mail/branding/aurora/default16.png \
- $RPM_BUILD_ROOT/%{mozappdir}/icons/
- for s in 16 22 24 32 48 128 256; do
- %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps
- %{__cp} -p comm/mail/branding/aurora/default${s}.png \
- $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/thunderbird.png
- done
- desktop-file-install --vendor vine \
- --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE20}
- # set up the thunderbird start script
- rm -f $RPM_BUILD_ROOT/%{_bindir}/thunderbird
- %{__cat} %{SOURCE21} > $RPM_BUILD_ROOT%{_bindir}/thunderbird
- %{__chmod} 755 $RPM_BUILD_ROOT/%{_bindir}/thunderbird
- # set up our default preferences
- %{__cat} %{SOURCE12} | %{__sed} -e 's,THUNDERBIRD_RPM_VR,%{tbversion}-%{release},g' > vine-default-prefs
- %{__install} -D vine-default-prefs $RPM_BUILD_ROOT/%{mozappdir}/greprefs/all-vine.js
- %{__install} -D vine-default-prefs $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/all-vine.js
- %{__rm} vine-default-prefs
- %{__rm} -f $RPM_BUILD_ROOT%{_bindir}/thunderbird-config
- # own mozilla plugin dir (#135050)
- %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
- # own extension directories
- %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/%{thunderbird_app_id}
- %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{thunderbird_app_id}
- # Install langpacks
- %{__rm} -f %{name}.lang # Delete for --short-circuit option
- touch %{name}.lang
- %{__mkdir_p} %{buildroot}%{langpackdir}
- %{__tar} xf %{SOURCE1}
- for langpack in `ls thunderbird-langpacks/*.xpi`; do
- language=`basename $langpack .xpi`
- extensionID=langpack-$language@thunderbird.mozilla.org
- %{__mkdir_p} $extensionID
- unzip -qq $langpack -d $extensionID
- destdir=$extensionID/chrome/$language/locale/$language/branding
- if [ $language != "ja" ]; then
- %{__cp} %{SOURCE40} $destdir/brand.properties
- %{__cp} %{SOURCE41} $destdir/brand.dtd
- else
- %{__cp} %{SOURCE42} $destdir/brand.properties
- %{__cp} %{SOURCE43} $destdir/brand.dtd
- fi
- find $extensionID -type f | xargs chmod 644
- cd $extensionID
- zip -qq -r9mX ../${extensionID}.xpi *
- cd -
- %{__install} -m 644 ${extensionID}.xpi %{buildroot}%{langpackdir}
- language=`echo $language | sed -e 's/-/_/g'`
- echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> %{name}.lang
- done
- %{__rm} -rf thunderbird-langpacks
- # Get rid of devel package and its debugsymbols
- %{__rm} -rf $RPM_BUILD_ROOT%{_libdir}/%{name}-devel-%{tb_version}
- # Copy over the LICENSE
- install -c -m 644 LICENSE $RPM_BUILD_ROOT%{mozappdir}
- # ghost files
- %{__mkdir_p} $RPM_BUILD_ROOT%{mozappdir}/components
- touch $RPM_BUILD_ROOT%{mozappdir}/components/compreg.dat
- touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
- # Register as an application to be visible in the software center
- #
- # NOTE: It would be *awesome* if this file was maintained by the upstream
- # project, translated and installed into the right place during `make install`.
- #
- # See http://www.freedesktop.org/software/appstream/docs/ for more details.
- #
- mkdir -p $RPM_BUILD_ROOT%{_datadir}/metainfo
- install -m644 %{SOURCE1030} $RPM_BUILD_ROOT%{_datadir}/metainfo/mozilla-thunderbird.metainfo.xml
- #install -Dm755 %{SOURCE30} $RPM_BUILD_ROOT/%{mozappdir}/open-browser.sh
- #%{__sed} -i -e 's|LIBDIR|%{_libdir}|g' $RPM_BUILD_ROOT/%{mozappdir}/open-browser.sh
- %clean
- %{__rm} -rf $RPM_BUILD_ROOT
- #===============================================================================
- %files
- %defattr(-,root,root,-)
- %attr(755,root,root) %{_bindir}/thunderbird
- %attr(644,root,root) %{_datadir}/applications/vine-thunderbird.desktop
- %{_datadir}/metainfo/*.xml
- %dir %{_datadir}/mozilla/extensions/%{thunderbird_app_id}
- %dir %{_libdir}/mozilla/extensions/%{thunderbird_app_id}
- %{_datadir}/icons/hicolor/16x16/apps/thunderbird.png
- %{_datadir}/icons/hicolor/22x22/apps/thunderbird.png
- %{_datadir}/icons/hicolor/24x24/apps/thunderbird.png
- %{_datadir}/icons/hicolor/256x256/apps/thunderbird.png
- %{_datadir}/icons/hicolor/32x32/apps/thunderbird.png
- %{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
- %{_datadir}/icons/hicolor/128x128/apps/thunderbird.png
- %{mozappdir}
- #%{_libdir}/mozilla
- #===============================================================================
- %changelog
- * Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.9.0-1
- - new upstream release.
- * Tue Mar 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.8.1-1
- - new upstream release.
- - dropped scriptlets.
- * Fri Feb 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.8.0-1
- - new upstream release.
- * Sat Feb 06 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.7.1-1
- - new upstream release.
- * Wed Jan 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.7.0-1
- - new upstream release.
- * Tue Jan 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.1-1
- - new upstream release.
- * Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.0-1
- - new upstream release.
- * Fri Dec 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.5.1-1
- - new upstream release.
- * Thu Nov 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.5.0-1
- - new upstream release.
- - dropped Patch404: fixed in upstream.
- * Thu Nov 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.4.3-1
- - new upstream release.
- * Sun Nov 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.4.1-1
- - new upstream release.
- * Mon Oct 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.4.0-1
- - new upstream release.
- - dropped Patch404: fixed in upstream.
- - added Patch404 to build with rust-1.47.
- * Sat Oct 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.12.1-1
- - new upstream release.
- * Fri Aug 28 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.12.0-1
- - new upstream release.
- - updated metainfo.
- * Thu Jul 30 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.11.0-1
- - new upstream release.
- * Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.10.0-1
- - new upstream release.
- * Sat Jun 06 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.9.0-1
- - new upstream release.
- * Wed May 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.8.1-1
- - new upstream release.
- - updated metainfo.
- - fixed "License:" tag.
- * Sat Apr 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.7.0-1
- - new upstream release.
- * Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.6.0-1
- - new upstream release.
- * Tue Feb 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.5.0-1
- - new upstream release.
- - dropped Source900: fixed in upstream.
- - dropped Patch6: was not needed.
- * Sun Nov 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.2.1-1
- - new upstream release.
- * Sat Oct 12 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.1.2-1
- - new upstream release.
- * Thu Oct 10 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.1.1-1
- - new upstream release.
- - replaced all patches.
- * Sun Dec 09 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.3.3-1
- - new upstream release.
- - replaced all patches.
- - updated branding files.
- - updated default-preferences.
- * Sun Jul 03 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.2.0-1
- - new upstream release
- * Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.1.1-2
- - update Source1010 (mozconfig-thunderbird-vine6)
- - update Patch2000 (thunderbird-45.1.1-vine6.patch)
- * Sun Jun 12 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.1.1-1
- - new upstream release
- * Sun May 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.1.0-1
- - new upstream release
- - update Source2 (thunderbird-legacy-aurora.tar.xz)
- - update Patch0 (thunderbird-version.patch)
- - update Patch2002 (thunderbird-45.1.0-mozbuild.patch)
- - update Source1020 (mozconfig-thunderbird-vine7)
- * Sat Apr 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.7.2-1
- - new upstream release
- * Sun Mar 27 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.7.1-1
- - new upstream release
- * Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.6.0-1
- - new upstream release
- * Sat Jan 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.5.1-1
- - new upstream release
- * Wed Dec 23 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.5.0-1
- - new upstream release
- * Tue Dec 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.4.0-1
- - new upstream release
- - update Source100 (find-external-requires)
- * Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.3.0-1
- - new upstream release
- * Sat Aug 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.2.0-1
- - new upstream release
- * Mon Aug 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.1.0-2
- - update startup script (SOURCE21)
- - update Patch1
- - add Source2 (thunderbird-legacy-aurora.tar.bz2)
- - add Source44 (tb-about-wordmark.png)
- * Sat Jul 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.1.0-1
- - new upstream release
- * Thu Jun 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.0.1-1
- - new upstream release
- - update Patch1 (thunderbird-38.0.1-default-a4-paper.patch)
- - update Patch100 (thunderbird-38.0.1-enable-addons.patch)
- * Wed May 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.7.0-1
- - new upstream release
- * Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.6.0-1
- - new upstream release
- * Thu Feb 26 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.5.0-1
- - new upstream release
- * Wed Jan 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.4.0-1
- - new upstream release
- * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.3.0-1
- - new upstream release
- * Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.2.0-1
- - new upstream release
- * Thu Sep 25 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.1.2-1
- - new upstream release
- * Sun Sep 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.1.1-1
- - new upstream release
- * Tue Sep 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.1.0-1
- - new upstream release
- * Thu Jul 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.0-1
- - new upstream release
- - add BuildRequires: pulseaudio-libs-devel
- - update Patch100 (thunderbird-31.0-enable-addons.patch)
- - update Source1020 (mozconfig-thunderbird-vine7)
- - add Patch2001 (thunderbird-31.0-client_mk_objdir.patch)
- * Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.6.0-1
- - new upstream release
- * Sat May 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.5.0-1
- - new upstream release
- * Sun Mar 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.4.0-1
- - new upstream release
- * Fri Feb 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.3.0-1
- - new upstream release
- * Sat Jan 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.2.0-1
- - new upstream release
- * Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.1.1-1
- - new upstream release
- * Tue Nov 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.1.0-1
- - new upstream release
- * Sat Sep 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.0-1
- - new upstream release
- - remove BuildRequires: nspr-devel, nss-devel
- - add BuildRequires: gstreamer-devel, gstreamer-plugins-base-devel
- - add Patch2000 (thunderbird-24.0-vine6.patch)
- * Tue Aug 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.8-1
- - new upstream release
- * Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.7-1
- - new upstream release
- * Sun May 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.6-1
- - new upstream release
- * Wed Mar 20 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.4-1
- - new upstream release
- * Sat Mar 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.3-1
- - new upstream release
- * Wed Jan 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.2-1
- - new upstream release
- - update Source1010,1020
- - fix %% build
- * Wed Nov 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0-1
- - new upstream release
- * Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.2-2
- - use --disable-install-strip instead of --enable-install-strip
- - add --disable-debug-symbols
- * Tue Oct 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.2-1
- - new upstream release
- * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.1-1
- - new upstream release
- * Thu Oct 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0-1
- - new upstream release
- * Tue Oct 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 15.0.1-2
- - use --enable-optimize instead of --enable-optimize="\$RPM_OPT_FLAGS"
- * Sun Sep 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 15.0.1-1
- - new upstream release
- * Wed Aug 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 15.0-1
- - new upstream release
- - add BuildRequires: python-devel (Vine6 only)
- - remove build rule of Vine5
- * Wed Jul 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 14.0-1
- - new upstream release
- - remove Patch2 (thunderbird-13.0-buildfix-nspr.patch)
- * Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0.1-1
- - new upstream release
- * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0-1
- - new upstream release
- - add Patch2 (thunderbird-13.0-buildfix-nspr.patch)
- * Tue May 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.0.1-1
- - new upstream release
- * Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.0-1
- - new upstream release
- - update Source1030 (mozconfig-thunderbird-vine7)
- * Sun Mar 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0-1
- - new upstream release
- - update Source1020 (mozconfig-thunderbird-vine6)
- * Fri Feb 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.0.2-1
- - new upstream release
- * Mon Feb 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.0.1-1
- - new upstream release
- * Wed Feb 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.0-1
- - new upstream release
- * Sat Dec 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0.1-1
- - new upstream release
- - update Source1
- * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0-1
- - new upstream release
- - update Source1
- - add Source1030 (mozconfig-thunderbird-vine7)
- - add Patch100 (thunderbird-9.0-enable-addons.patch)
- * Thu Nov 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.0-2
- - fix %%version_internal
- * Wed Nov 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.0-1
- - new upstream release
- - update Source1
- * Sat Oct 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.1-1
- - new upstream release
- - update Source1,21,1010,1020
- * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0-3
- - rebuild with libnotify-0.7
- * Wed Jul 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-2
- - enable-install-strip
- * Wed Jul 06 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 5.0-1
- - new upstream release
- - drop obsolete patch and renumber patch26 to patch1
- - add BuildRequires: yasm
- - enable libnotify support
- - add --disable-updater and --disable-installer to mozconfig
- - use ja.xpi instead of l10n source
- - update Source21: add step to setup langpack plugin
- - update Source20: add japanese translation
- - add Source42 & Source43 for localized branding
- - add --disable-system-cairo and ac_add_options --disable-libjpeg-turbo
- for mozconfig-thunderbird-vine5
- * Mon May 16 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.10-1
- - new upstream release with security fix
- * Wed Dec 22 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.7-1
- - new upstream release with security fix
- * Fri Oct 29 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.6-1
- - new upstream release with security fix
- * Thu Oct 21 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.5-1
- - new upstream release with security fix
- - add patch5 to fix build failure
- * Sun Sep 19 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.4-1
- - new upstream release
- * Thu Sep 09 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.3-1
- - new upstream release with security fix
- - add Patch1030 to fix compilation error
- * Sat Aug 07 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.2-2
- - change mozconfig (Source1030 & 1040): add --enable-jsd
- * Fri Aug 06 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.2-1
- - new upstream release
- * Wed Jul 21 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.1-1
- - new upstream release with security fix
- - add Patch0 from fedora development: fix version issue
- - remove BuildRequires: hunspell-devel
- - update mozconfig (Source1030 & Source1040): set --disable-system-hunspell
- * Sat Jul 03 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1-2
- - add BuildRequires: alsa-lib-devel
- - remove BuildRequires: libnotify-devel
- (workaround for known bug)
- - update mozconfig to add --disable-libnotify option
- * Tue Jun 29 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1-1
- - new upstream release
- - update spec entirely
- - import patches from fedora (Patch1, 2 & 4)
- - drop outdated patches (Patch22, 24)
- - update Sources:
- - mozconfig (Source1030 & Source1040)
- - default prefs.js (Source12)
- - unofficial branding (Source40 & Source41)
- - japanese translation (Source1000)
- - update Patch1000 (sjis-alias)
- * Mon Aug 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.23-1
- - new upstream release
- * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.22-1
- - new upstream release
- * Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.21-3
- - don't install official branding logos
- * Mon May 04 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.0.0.21-2
- - add necessary icons in %%{tbdir}/chrome/icons/default
- - add Packager tag
- * Fri Mar 20 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.0.0.21-1
- - new upstream release
- * Sun Jan 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.0.0.19-1
- - new upstream release
- * Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.18-1
- - new upstream release
- * Wed Apr 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.14-1
- - new upstream release
- * Sun Aug 5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.6-0vl2
- - rebuilt for VineSeed
- * Sun Aug 5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.6-0vl1
- - new upstream release
- * Sat Jul 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.5-0vl1
- - new upstream release
- - built for Vine Linux 4.x
- - dropped Patch1020 (merged into upstream)
- * Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.0-0vl4
- - added Patch1020 for workaround gcc visibility hidden bugs
- * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.0-0vl3
- - build with new environment/toolchain
- - add build options to build with external nss/nspr libraries
- ac_add_options --with-system-nspr
- ac_add_options --with-system-nss
- * Mon Apr 23 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.0-0vl2
- - new upstream release
- * Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
- - new upstream release
- * Fri Jul 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
- - new upstream release
- * Fri Jun 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl1
- - new upstream release
- * Fri Apr 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl1
- - new upstream release
- - merge changes from firefox
- - use thunderbird-1.5 for MOZILLA_FIVE_HOME instead of thunderbird-1.5.0.2
- * Tue Mar 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
- - new upstream release
- - build en-US locale
- - merge changes from firefox
- - add upstream patches
- - disable pango rendering by default
- (workaround fix slow rendering in some page)
- * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl0.rc2
- - initial build for Vine Linux based on FC package
- - update to 1.5RC2
- * Mon Nov 28 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.1.rc1
- - Fix issue with popup dialogs and other actions causing lockups
- * Sat Nov 5 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.rc1
- - Update to 1.5 rc1
- * Sat Oct 8 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.beta2
- - Update to 1.5 beta2
- * Wed Sep 28 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.beta1
- - Update to 1.5 beta1
- - Bring the install phase of the spec file up to speed
- * Sun Aug 14 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-4
- - Rebuild
- * Sat Aug 6 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-3
- - Add patch to make file chooser dialog modal
- * Fri Jul 22 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-2
- - Update to 1.0.6
- * Mon Jul 18 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-0.1.fc5
- - 1.0.6 Release Candidate
- * Fri Jul 15 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-8
- - Use system NSPR
- - Fix crash on 64bit platforms (#160330)
- * Thu Jun 23 2005 Kristian H淡gsberg <krh@redhat.com> 1.0.2-7
- - Add firefox-1.0-pango-cairo.patch to get rid of the last few Xft
- references, fixing the "no fonts" problem.
- * Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-6
- - Change the Exec line in the desktop file to `thunderbird`
- * Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-5
- - Update pango patche, MOZ_DISABLE_PANGO now works as advertised.
- * Mon May 9 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-4
- - Add temporary workaround to not create files in the user's $HOME (#149664)
- * Wed May 4 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-3
- - Don't have downloads "disappear" when downloading to desktop (#139015)
- - Fix for some more cursor issues in textareas (149991, 150002, 152089)
- - Add upstream patch to fix bidi justification of pango
- - Add patch to fix launching of helper applications
- - Add patch to properly link against libgfxshared_s.a
- - Fix multilib conflicts
- * Wed Apr 27 2005 Warren Togami <wtogami@redhat.com>
- - correct confusing PANGO vars in startup script
- * Wed Mar 23 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-1
- - Thunderbird 1.0.2
- * Tue Mar 8 2005 Christopher Aillon <caillon@redhat.com> 1.0-5
- - Add patch to compile against new fortified glibc macros
- * Sat Mar 5 2005 Christopher Aillon <caillon@redhat.com> 1.0-4
- - Rebuild against GCC 4.0
- - Add execshield patches
- - Minor specfile cleanup
- * Mon Dec 20 2004 Christopher Aillon <caillon@redhat.com> 1.0-3
- - Rebuild
- * Thu Dec 16 2004 Christopher Aillon <caillon@redhat.com> 1.0-2
- - Add RPM version to useragent
- * Thu Dec 16 2004 Christopher Blizzard <blizzard@redhat.com>
- - Port over pango patches from firefox
- * Wed Dec 8 2004 Christopher Aillon <caillon@redhat.com> 1.0-1
- - Thunderbird 1.0
- * Mon Dec 6 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.1
- - Fix advanced prefs
- * Fri Dec 3 2004 Christopher Aillon <caillon@redhat.com>
- - Make this run on s390(x) now for real
- * Wed Dec 1 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.0
- - Update to 1.0 rc1
- * Fri Nov 19 2004 Christopher Aillon <caillon@redhat.com>
- - Add patches to build and run on s390(x)
- * Thu Nov 11 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-2
- - Rebuild to fix file chooser
- * Fri Nov 5 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-1
- - Update to 0.9
- * Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-10
- - Prevent inlining of stack direction detection (#135255)
- * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-9
- - More file chooser fixes (same as in firefox)
- - Fix for upstream 28327.
- * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
- - Update the pango patch
- * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
- - Pull over patches from firefox build:
- - disable default application dialog
- - don't include software update since it doesn't work
- - make external app support work
- * Thu Oct 14 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-7
- - Use pango for rendering
- * Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-6
- - Fix for 64 bit crash at startup (b.m.o #256603)
- * Sat Oct 9 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-5
- - Add patches to fix xremote (#135036)
- * Fri Oct 8 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-4
- - Add patch to fix button focus issues (#133507)
- - Add patch for fix IMAP race issues (bmo #246439)
- * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 0.8.0-3
- - filter out library Provides: and internal Requires:
- * Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-2
- - Backport the GTK+ File Chooser.
- - Add fix for JS math on x86_64 systems
- - Add pkgconfig patch
- * Thu Sep 16 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-1
- - Update to 0.8.0
- - Remove enigmail
- - Update BuildRequires
- - Remove gcc34 and extension manager patches -- they are upstreamed.
- - Fix for gnome-vfs2 error at component registration
- * Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0.7.3-5
- - Build with --disable-xprint
- * Wed Sep 01 2004 David Hill <djh[at]ii.net> 0.7.3-4
- - remove all Xvfb-related hacks
- * Wed Sep 01 2004 Warren Togami <wtogami@redhat.com>
- - actually apply psfonts
- - add mozilla gnome-uriloader patch to prevent build failure
- * Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0.7.3-3
- - rawhide import
- - apply NetBSD's freetype 2.1.8 patch
- - apply psfonts patch
- - remove BR on /usr/bin/ex, breaks beehive
- * Tue Aug 31 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.2
- - oops, fix %%install
- * Thu Aug 26 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.1
- - update to Thunderbird 0.7.3 and Enigmail 0.85.0
- - remove XUL.mfasl on startup, add Debian enigmail patches
- - add Xvfb hack for -install-global-extension
- * Wed Jul 14 2004 David Hill <djh[at]ii.net> 0.7.2-0.fdr.0
- - update to 0.7.2, just because it's there
- - update gcc-3.4 patch (Kaj Niemi)
- - add EM registration patch and remove instdir hack
- * Sun Jul 04 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.1
- - re-add Enigmime 1.0.7, omit Enigmail until the Mozilla EM problems are fixed
- * Wed Jun 30 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.0
- - update to 0.7.1
- - remove Enigmail
- * Mon Jun 28 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.1
- - re-enable Enigmail 0.84.1
- - add gcc-3.4 patch (Kaj Niemi)
- - use official branding (with permission)
- * Fri Jun 18 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.0
- - update to 0.7
- - temporarily disable Enigmail 0.84.1, make ftp links work (#1634)
- - specify libdir, change BR for apt (V. Skytt辰, #1617)
- * Tue May 18 2004 Warren Togami <wtogami@redhat.com> 0.6-0.fdr.5
- - temporary workaround for enigmail skin "modern" bug
- * Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.4
- - update to Enigmail 0.84.0
- - update launch script
- * Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.3
- - installation directory now versioned
- - allow root to run the program (for installing extensions)
- - remove unnecessary %%pre and %%post
- - remove separators, update mozconfig and launch script (M. Schwendt, #1460)
- * Wed May 05 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.2
- - include Enigmail, re-add release notes
- - delete %{_libdir}/thunderbird in %%pre
- * Mon May 03 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.1
- - update to Thunderbird 0.6
- * Fri Apr 30 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.rc1
- - update to Thunderbird 0.6 RC1
- - add new icon, remove release notes
- * Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.20040415
- - update to latest CVS, update mozconfig and %%build accordingly
- - update to Enigmail 0.83.6
- - remove x-remote and x86_64 patches
- - build with -Os
- * Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.5-0.fdr.12
- - update x-remote patch
- - more startup script fixes
- * Tue Apr 06 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.11
- - startup script fixes, and a minor cleanup
- * Sun Apr 04 2004 Warren Togami <wtogami@redhat.com> 0:0.5-0.fdr.10
- - Minor cleanups
- * Sun Apr 04 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.8
- - minor improvements to open-browser.sh and startup script
- - update to latest version of Blizzard's x-remote patch
- * Thu Mar 25 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.7
- - update open-browser.sh, startup script, and BuildRequires
- * Sun Mar 14 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.6
- - update open-browser script, modify BuildRequires (Warren)
- - add Blizzard's x-remote patch
- - initial attempt at x-remote-enabled startup script
- * Sun Mar 07 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.5
- - refuse to run with excessive privileges
- * Fri Feb 27 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.4
- - add Mozilla x86_64 patch (Oliver Sontag)
- - Enigmail source filenames now include the version
- - modify BuildRoot
- * Thu Feb 26 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.3
- - use the updated official tarball
- * Wed Feb 18 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.2
- - fix %%prep script
- * Mon Feb 16 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.1
- - update Enigmail to 0.83.3
- - use official source tarball (after removing the CRLFs)
- - package renamed to thunderbird
- * Mon Feb 09 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.0
- - update to 0.5
- - check for lockfile before launching
- * Fri Feb 06 2004 David Hill <djh[at]ii.net>
- - update to latest cvs
- - update to Enigmail 0.83.2
- * Thu Jan 29 2004 David Hill <djh[at]ii.net> 0:0.4-0.fdr.5
- - update to Enigmail 0.83.1
- - removed Mozilla/Firebird script patching
- * Sat Jan 03 2004 David Hill <djh[at]ii.net> 0:0.4-0.fdr.4
- - add startup notification to .desktop file
- * Thu Dec 25 2003 Warren Togami <warren@togami.com> 0:0.4-0.fdr.3
- - open-browser.sh release 3
- - patch broken /usr/bin/mozilla script during install
- - dir ownership
- - XXX: Source fails build on x86_64... fix later
- * Tue Dec 23 2003 David Hill <djh[at]ii.net> 0:0.4-0.fdr.2
- - update to Enigmail 0.82.5
- - add Warren's open-browser.sh (#1113)
- * Tue Dec 09 2003 David Hill <djh[at]ii.net> 0:0.4-0.fdr.1
- - use Thunderbird's mozilla-xremote-client to launch browser
- * Sun Dec 07 2003 David Hill <djh[at]ii.net> 0:0.4-0.fdr.0
- - update to 0.4
- - make hyperlinks work (with recent versions of Firebird/Mozilla)
- * Thu Dec 04 2003 David Hill <djh[at]ii.net>
- - update to 0.4rc2
- * Wed Dec 03 2003 David Hill <djh[at]ii.net>
- - update to 0.4rc1 and Enigmail 0.82.4
- * Thu Nov 27 2003 David Hill <djh[at]ii.net>
- - update to latest CVS and Enigmail 0.82.3
- * Sun Nov 16 2003 David Hill <djh[at]ii.net>
- - update to latest CVS (0.4a)
- - update Enigmail to 0.82.2
- - alter mozconfig for new build requirements
- - add missing BuildReq (#987)
- * Thu Oct 16 2003 David Hill <djh[at]ii.net> 0:0.3-0.fdr.0
- - update to 0.3
- * Sun Oct 12 2003 David Hill <djh[at]ii.net> 0:0.3rc3-0.fdr.0
- - update to 0.3rc3
- - update Enigmail to 0.81.7
- * Thu Oct 02 2003 David Hill <djh[at]ii.net> 0:0.3rc2-0.fdr.0
- - update to 0.3rc2
- * Wed Sep 17 2003 David Hill <djh[at]ii.net> 0:0.2-0.fdr.2
- - simplify startup script
- * Wed Sep 10 2003 David Hill <djh[at]ii.net> 0:0.2-0.fdr.1
- - add GPG support (Enigmail 0.81.6)
- - specfile fixes (#679)
- * Thu Sep 04 2003 David Hill <djh[at]ii.net> 0:0.2-0.fdr.0
- - update to 0.2
- * Mon Sep 01 2003 David Hill <djh[at]ii.net>
- - initial RPM
- (based on the fedora MozillaFirebird-0.6.1 specfile)
|