source: projects/specs/trunk/t/thunderbird/thunderbird-vl.spec @ 12354

Revision 12354, 37.8 KB checked in by tomop, 4 years ago (diff)

updated 6 packages

firefox-68.6.0-1

llvm-10.0.0-1

libdrm-2.4.100-1

mesa-19.3.5-1

rust-1.42.0-1

thunderbird-68.6.0-1

RevLine 
[12262]1%bcond_with clang
[11982]2
[12262]3%global disable_elfhack 1
[521]4
[1261]5# The tarball is pretty inconsistent with directory structure.
6# Sometimes there is a top level directory.  That goes here.
7#
8# IMPORTANT: If there is no top level directory, this should be
9# set to the cwd, ie: '.'
[10369]10%define tarballdir .
11#define tarballdir comm-esr38
[1261]12
[11982]13%define objdir       objdir
14%define mozappdir    %{_libdir}/%{name}
[1261]15%define thunderbird_app_id \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
[11982]16%global langpackdir   %{mozappdir}/distribution/extensions
[1261]17
18%define desktop_file_utils_version 0.6
[5920]19%define nspr_version 4.9
20%define nss_version 3.13.2
[1261]21%define cairo_version 1.6.0
22%define freetype_version 2.1.9
23%define sqlite_version 3.6.14
24%define libnotify_version 0.4
25
[5313]26%define build_vine7 0
[4850]27%define build_vine6 0
[521]28
[5313]29%if "%{?_dist_release}" >= "vl7"
30%define build_vine7 1
31%endif
32%if "%{?_dist_release}" == "vl6"
[4850]33%define build_vine6 1
[521]34%endif
35
36Summary:        Thunderbird Community Edition, Mail/newsgroup client
37Summary(ja):    Thunderbirdコミュニティエディション, メール・ニュースクライアント
38Name:           thunderbird
[12354]39Version:        68.6.0
[12262]40Release:        1%{?_dist_release}
[521]41URL:            http://www.mozilla.org/projects/thunderbird/
42License:        MPL
43Group:          Applications/Internet
44
[12262]45Source0:        https://archive.mozilla.org/pub/thunderbird/releases/%{tbversion}/source/thunderbird-%{version}.source.tar.xz
46Source1:        thunderbird-langpacks-%{version}.tar.xz
[11982]47Source2:        lightning-langpacks-%{version}.tar.xz
48Source3:        get-calendar-langpacks.sh
49Source4:        thunderbird-legacy-aurora.tar.xz
[1261]50Source12:       thunderbird-vine-default-prefs.js
51Source20:       thunderbird.desktop
52Source21:       thunderbird.vine.sh.in
53Source30:       thunderbird-open-browser.sh
[9715]54Source40:       thunderbird-unofficial-branding-tb-brand.properties
55Source41:       thunderbird-unofficial-branding-tb-brand.dtd
56Source42:       thunderbird-unofficial-branding-tb-ja-brand.properties
57Source43:       thunderbird-unofficial-branding-tb-ja-brand.dtd
[11982]58Source44:       tb-about-wordmark.svg
[12262]59Source99:       cbindgen-vendor.tar.xz
[9869]60Source100:  find-external-requires
[12262]61
62# for newer rust
[12322]63#Source900:      https://raw.githubusercontent.com/servo/rust-cssparser/master/src/parser.rs
[12262]64
[9715]65Source1010:     mozconfig-thunderbird-vine6
66Source1020:     mozconfig-thunderbird-vine7
[12262]67Source1030:     thunderbird.metainfo.xml
[521]68
[12262]69%define tbversion %{version}
70%define version_internal %{version}
[521]71
[12310]72## Firefox patches
73
[12262]74# Build patches
[12310]75# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1699374
76Patch1001:      build-ppc64le-inline.patch
77# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1699374
78Patch1:         no-rust-lto.patch
79Patch2:         rust-network-check.patch
80Patch4:         build-mozconfig-fix.patch
[12322]81#Patch6:         build-nss-version.patch
[12310]82Patch7:         firefox-debugedits-error.patch
83Patch8:         firefox-dont-check-binary.patch
84Patch9:         nss-build-mozilla-1564499.patch
85# Always feel lucky for unsupported platforms:
86# https://bugzilla.mozilla.org/show_bug.cgi?id=1347128
87Patch45:        build-disable-elfhack.patch
[12262]88
[12310]89# Fedora/RHEL specific patches
90Patch215:        firefox-enable-addons.patch
91Patch219:        rhbz-1173156.patch
92Patch224:        mozilla-1170092.patch
93Patch225:        mozilla-1005640-accept-lang.patch
[521]94
[12310]95Patch230:        rhbz-1503632-nss.patch
[521]96
[12262]97# Upstream patches
[12310]98Patch402:        mozilla-1196777.patch
99Patch413:        mozilla-1353817.patch
100#Removing this patch would lead to losing user saved credentials in profile!
[6284]101
[12310]102## Thunderbird patches
[12262]103
[12310]104Patch501:        python-encode.patch
105
106
[5313]107BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
[11982]108%if %{with clang}
[12262]109BuildRequires:  lld
[11982]110%endif
111BuildRequires:  rust, cargo
[12262]112BuildRequires:  clang-devel
113BuildRequires:  llvm-devel
[1261]114BuildRequires:  pango-devel
115BuildRequires:  cairo-devel >= %{cairo_version}
[5313]116%if %{build_vine7}
[7816]117#BuildRequires: nspr-devel >= %{nspr_version}
118#BuildRequires: nss-devel >= %{nss_version}
119BuildRequires:  python-devel
[1276]120%endif
[5313]121%if %{build_vine6}
[7816]122BuildRequires:  python27-devel
[5313]123%endif
[7816]124BuildRequires:  gstreamer-devel
125BuildRequires:  gstreamer-plugins-base-devel
[8872]126BuildRequires:  pulseaudio-libs-devel
[1261]127BuildRequires:  pixman-devel
128BuildRequires:  libpng-devel
[4341]129BuildRequires:  libjpeg-turbo-devel
[1261]130BuildRequires:  gtk2-devel
[521]131BuildRequires:  zlib-devel, gzip, zip, unzip
132BuildRequires:  libIDL-devel
[1261]133BuildRequires:  freetype2-devel >= %{freetype_version}
[1276]134## disabled libnotify support
135## see related bug: https://bugzilla.mozilla.org/show_bug.cgi?id=478463
[4341]136BuildRequires:  libnotify-devel >= %{libnotify_version}
[1261]137BuildRequires:  bzip2-devel
[7302]138#BuildRequires: gnome-vfs2-devel
[1261]139BuildRequires:  libgnome-devel
[7302]140#BuildRequires:  libgnomeui-devel
[1261]141BuildRequires:  krb5-devel
142BuildRequires:  pango-devel
143BuildRequires:  libXt-devel
144BuildRequires:  libXrender-devel
[7302]145BuildRequires:  curl-devel
[1422]146# hunspell is in plus category for vine
147#BuildRequires: hunspell-devel
[7302]148%if %{build_vine7}
[1261]149BuildRequires:  sqlite3-devel >= %{sqlite_version}
[7302]150%endif
[1261]151BuildRequires:  startup-notification-devel
152BuildRequires:  desktop-file-utils
[1276]153BuildRequires:  alsa-lib-devel
[4341]154BuildRequires:  yasm
[12262]155BuildRequires:  nodejs
156BuildRequires:  nasm
157BuildRequires:  autoconf213
[7302]158%if %{build_vine7}
[1261]159Requires:       sqlite3 >= %{sqlite_version}
[7302]160%endif
[1261]161Requires(post):         desktop-file-utils >= %{desktop_file_utils_version}
162Requires(postun):       desktop-file-utils >= %{desktop_file_utils_version}
[521]163
164Obsoletes:      MozillaThunderbird
165Provides:       MozillaThunderbird = %{version}
166
[4616]167Vendor:         Project Vine
168Distribution:   Vine Linux
[12262]169Packager:       daisuke, ryoichi, kazutaka
[521]170
171AutoProv: 0
172%define _use_internal_dependency_generator 0
173%define __find_requires %{SOURCE100}
174
175%description
176Thunderbird is a standalone mail and newsgroup client.
177
178%description -l ja
179Thunderbird はスタンドアローンのメールおよびニュースクライアントです。
180
181#===============================================================================
182
183%prep
[10369]184%setup -q
[1261]185cd %{tarballdir}
186
[11982]187# Mozilla (XULRunner) patches
188#cd mozilla
[1422]189
[521]190
[12310]191# Firefox patches
192%patch1 -p1 -b .no-rust-lto
193%patch2 -p1 -b .rust-network-check
194%patch7 -p1 -b .debugedits-error
195%ifarch %{ix86} %{arm} ppc
196# binary check fails OOM on 32bit arches
197%patch8 -p1 -b .dont-check-binary
198%endif
199%patch9 -p1 -b .nss-build-mozilla-1564499
[11982]200
[12310]201%patch45 -p1 -b .elfhack
[12262]202
[12310]203%patch4  -p1 -b .build-mozconfig-fix
[12322]204#patch6  -p1 -b .nss-version
[12310]205
206# Fedora patches
207%patch215 -p1 -b .addons
208%patch219 -p1 -b .rhbz-1173156
209#FIXME %patch224 -p1 -b .1170092
210%patch225 -p1 -b .1005640-accept-lang
211
212# This ensures no migration of certdb to sqlite on the RHEL6 and RHEL7.
213# This needs to stay for the future releases
214%if 0%{?rhel} < 8
215%patch230 -p1 -b .1503632-nss
[12262]216%endif
[11982]217
[12310]218%patch402 -p1 -b .1196777
219#%patch413 -p1 -b .1353817
[11982]220
[12310]221# Thunderbird patches
222%patch501 -p1 -b .python-encode
223
224
[12262]225# replace source for newer rust
[12322]226#cp -f %{SOURCE900} ./third_party/rust/cssparser/src/
227#sed -i -e 's/"files":{[^}]*}/"files":{ }/' ./third_party/rust/cssparser/.cargo-checksum.json
[12262]228
[521]229%{__rm} -f .mozconfig
[6761]230%if %{build_vine6}
[4341]231%{__cp} %{SOURCE1010} .mozconfig
[1276]232%endif
[6761]233%if %{build_vine7}
[4341]234%{__cp} %{SOURCE1020} .mozconfig
[521]235%endif
236
[9715]237# setup legacy aurora branding name
[11982]238pushd comm/mail/branding/
239tar xf %{SOURCE4}
240%{__cp} %{SOURCE40} aurora/locales/en-US/brand.properties
241%{__cp} %{SOURCE41} aurora/locales/en-US/brand.dtd
242%{__cp} %{SOURCE44} aurora/content/about-wordmark.svg
243popd
[1261]244
[11982]245echo "ac_add_options --without-system-nspr" >> .mozconfig
246echo "ac_add_options --without-system-nss" >> .mozconfig
247echo "ac_add_options --disable-system-sqlite" >> .mozconfig
248echo "ac_add_options --without-system-icu" >> .mozconfig
249
250%if %{with clang}
251echo "ac_add_options --enable-linker=lld" >> .mozconfig
[7816]252%endif
[5313]253
[521]254#===============================================================================
255
256%build
[1261]257cd %{tarballdir}
[521]258
[12262]259# install bundled cbindgen
260mkdir -p my_rust_vendor
261cd my_rust_vendor
262%{__tar} xf %{SOURCE99}
263cd -
264mkdir -p .cargo
265cat > .cargo/config <<EOL
266[source.crates-io]
267replace-with = "vendored-sources"
268
269[source.vendored-sources]
270directory = "`pwd`/my_rust_vendor"
271EOL
272
273env CARGO_HOME=.cargo cargo install cbindgen
274export PATH=`pwd`/.cargo/bin:$PATH
275
276
[1261]277INTERNAL_GECKO=%{version_internal}
278MOZ_APP_DIR=%{mozappdir}
279
[11982]280# Update the various config.guess to upstream release for aarch64 support
281find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
[1261]282
[12262]283MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | \
284                %{__sed} -e 's/-Wall//')
285MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-Werror=format-security//')
286MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fpermissive"
287MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fPIC -Wl,-z,relro -Wl,-z,now"
288MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g0/')
[7816]289
[521]290
[1261]291export PREFIX='%{_prefix}'
292export LIBDIR='%{_libdir}'
[521]293
[11982]294%if %{with clang}
295export CC=clang
296export CXX=clang++
297export LLVM_PROFDATA="llvm-profdata"
298export AR="llvm-ar"
299export NM="llvm-nm"
300export RANLIB="llvm-ranlib"
[12262]301MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wno-ignored-optimization-argument"
302%else
303export CC=gcc
304export CXX=g++
305export AR="gcc-ar"
306export NM="gcc-nm"
307export RANLIB="gcc-ranlib"
308MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
[11982]309%endif
310
[12262]311export CFLAGS=`echo $MOZ_OPT_FLAGS |sed -e 's/-fpermissive//g'`
312export CXXFLAGS=$MOZ_OPT_FLAGS
313export LDFLAGS=$MOZ_LINK_FLAGS
314
[7302]315MOZ_SMP_FLAGS=-j1
316# On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
317# however builds tend to fail on other arches when building in parallel.
318%ifarch %{ix86} x86_64
319[ -z "$RPM_BUILD_NCPUS" ] && \
320     RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
321[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
322[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
323[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
324 %endif
[1261]325
[11982]326export MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
327export STRIP=/bin/true
328./mach build
[7302]329
[521]330
331#===============================================================================
332
333%install
334%{__rm} -rf $RPM_BUILD_ROOT
[11982]335cd %{objdir}
[521]336
[1261]337DESTDIR=$RPM_BUILD_ROOT make install
[521]338
[11982]339cd ..
[4341]340
[11982]341# install icons
[4341]342%{__mkdir_p} $RPM_BUILD_ROOT%{mozappdir}/icons
[11982]343%{__cp} comm/mail/branding/aurora/default16.png \
[1261]344        $RPM_BUILD_ROOT/%{mozappdir}/icons/
[11982]345for s in 16 22 24 32 48 128 256; do
346    %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps
347    %{__cp} -p comm/mail/branding/aurora/default${s}.png \
348               $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/thunderbird.png
349done
[521]350
351desktop-file-install --vendor vine \
[4341]352  --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE20}
[521]353
354# set up the thunderbird start script
[1261]355rm -f $RPM_BUILD_ROOT/%{_bindir}/thunderbird
[11982]356%{__cat} %{SOURCE21} > $RPM_BUILD_ROOT%{_bindir}/thunderbird
[521]357%{__chmod} 755 $RPM_BUILD_ROOT/%{_bindir}/thunderbird
358
[11982]359# set up our default preferences
360%{__cat} %{SOURCE12} | %{__sed} -e 's,THUNDERBIRD_RPM_VR,%{tbversion}-%{release},g' > vine-default-prefs
361%{__install} -D vine-default-prefs $RPM_BUILD_ROOT/%{mozappdir}/greprefs/all-vine.js
362%{__install} -D vine-default-prefs $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/all-vine.js
363%{__rm} vine-default-prefs
[521]364
[1261]365%{__rm} -f $RPM_BUILD_ROOT%{_bindir}/thunderbird-config
366
[521]367# own mozilla plugin dir (#135050)
368%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
369
[1261]370# own extension directories
371%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/%{thunderbird_app_id}
372%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{thunderbird_app_id}
[521]373
[11982]374# Install langpacks
375%{__rm} -f %{name}.lang # Delete for --short-circuit option
376touch %{name}.lang
[521]377
[11982]378%{__mkdir_p} %{buildroot}%{langpackdir}
379%{__tar} xf %{SOURCE1}
380for langpack in `ls thunderbird-langpacks/*.xpi`; do
381  language=`basename $langpack .xpi`
382  extensionID=langpack-$language@thunderbird.mozilla.org
383  %{__mkdir_p} $extensionID
384  unzip -qq $langpack -d $extensionID
[521]385
[11982]386  destdir=$extensionID/chrome/$language/locale/$language/branding
387  if [ $language != "ja" ]; then
388    %{__cp} %{SOURCE40} $destdir/brand.properties
389    %{__cp} %{SOURCE41} $destdir/brand.dtd
390  else
391    %{__cp} %{SOURCE42} $destdir/brand.properties
392    %{__cp} %{SOURCE43} $destdir/brand.dtd
393  fi
[4341]394
[11982]395  find $extensionID -type f | xargs chmod 644
[4850]396
[11982]397  cd $extensionID
398  zip -qq -r9mX ../${extensionID}.xpi *
399  cd -
[4850]400
[11982]401  %{__install} -m 644 ${extensionID}.xpi %{buildroot}%{langpackdir}
402  language=`echo $language | sed -e 's/-/_/g'`
403  echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> %{name}.lang
404done
405%{__rm} -rf thunderbird-langpacks
406
407# lightning langpacks install
408cd %{buildroot}%{langpackdir}
409%{__tar} xf %{SOURCE2}
410chmod a+r *.xpi
411cd -
412
413
414# Get rid of devel package and its debugsymbols
415%{__rm} -rf $RPM_BUILD_ROOT%{_libdir}/%{name}-devel-%{tb_version}
416
417# Copy over the LICENSE
418install -c -m 644 LICENSE $RPM_BUILD_ROOT%{mozappdir}
419
420# ghost files
421%{__mkdir_p} $RPM_BUILD_ROOT%{mozappdir}/components
422touch $RPM_BUILD_ROOT%{mozappdir}/components/compreg.dat
423touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
424
425# Register as an application to be visible in the software center
426#
427# NOTE: It would be *awesome* if this file was maintained by the upstream
428# project, translated and installed into the right place during `make install`.
429#
430# See http://www.freedesktop.org/software/appstream/docs/ for more details.
431#
[12262]432mkdir -p $RPM_BUILD_ROOT%{_datadir}/metainfo
433install -m644 %{SOURCE1030} $RPM_BUILD_ROOT%{_datadir}/metainfo/mozilla-thunderbird.metainfo.xml
[11982]434
435#install -Dm755 %{SOURCE30} $RPM_BUILD_ROOT/%{mozappdir}/open-browser.sh
436#%{__sed} -i -e 's|LIBDIR|%{_libdir}|g' $RPM_BUILD_ROOT/%{mozappdir}/open-browser.sh
437
438
[521]439%clean
440%{__rm} -rf $RPM_BUILD_ROOT
441
[1261]442#===============================================================================
443
[521]444%post
[1261]445update-desktop-database &> /dev/null || :
446touch --no-create %{_datadir}/icons/hicolor
[11982]447
448%postun
449update-desktop-database &> /dev/null || :
450if [ $1 -eq 0 -a -x %{_bindir}/gtk-update-icon-cache ]; then
451  touch --no-create %{_datadir}/icons/hicolor
[1261]452  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
453fi
[521]454
[11982]455%posttrans
[1261]456if [ -x %{_bindir}/gtk-update-icon-cache ]; then
457  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
458fi
[521]459
[11982]460#===============================================================================
[521]461
462%files
463%defattr(-,root,root,-)
464%attr(755,root,root) %{_bindir}/thunderbird
465%attr(644,root,root) %{_datadir}/applications/vine-thunderbird.desktop
[12262]466%{_datadir}/metainfo/*.xml
[11982]467%dir %{_datadir}/mozilla/extensions/%{thunderbird_app_id}
468%dir %{_libdir}/mozilla/extensions/%{thunderbird_app_id}
[1261]469%{_datadir}/icons/hicolor/16x16/apps/thunderbird.png
470%{_datadir}/icons/hicolor/22x22/apps/thunderbird.png
471%{_datadir}/icons/hicolor/24x24/apps/thunderbird.png
472%{_datadir}/icons/hicolor/256x256/apps/thunderbird.png
473%{_datadir}/icons/hicolor/32x32/apps/thunderbird.png
474%{_datadir}/icons/hicolor/48x48/apps/thunderbird.png
[11982]475%{_datadir}/icons/hicolor/128x128/apps/thunderbird.png
[1261]476%{mozappdir}
[4341]477#%{_libdir}/mozilla
[521]478
479#===============================================================================
480
481%changelog
[12354]482* Thu Mar 26 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.6.0-1
483- new upstream release.
484
[12322]485* Tue Feb 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.5.0-1
486- new upstream release.
487- dropped Source900: fixed in upstream.
488- dropped Patch6: was not needed.
489
[12310]490* Sun Nov 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.2.1-1
491- new upstream release.
492
[12262]493* Sat Oct 12 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.1.2-1
494- new upstream release.
495
496* Thu Oct 10 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 68.1.1-1
497- new upstream release.
498- replaced all patches.
499
[11982]500* Sun Dec 09 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 60.3.3-1
501- new upstream release.
502- replaced all patches.
503- updated branding files.
504- updated default-preferences.
505
[10525]506* Sun Jul 03 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.2.0-1
507- new upstream release
508
[10405]509* Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.1.1-2
510- update Source1010 (mozconfig-thunderbird-vine6)
511- update Patch2000 (thunderbird-45.1.1-vine6.patch)
512
[10369]513* Sun Jun 12 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.1.1-1
514- new upstream release
515
516* Sun May 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 45.1.0-1
517- new upstream release
518- update Source2 (thunderbird-legacy-aurora.tar.xz)
519- update Patch0 (thunderbird-version.patch)
520- update Patch2002 (thunderbird-45.1.0-mozbuild.patch)
521- update Source1020 (mozconfig-thunderbird-vine7)
522
[10192]523* Sat Apr 23 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.7.2-1
524- new upstream release
525
[10101]526* Sun Mar 27 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.7.1-1
527- new upstream release
528
[10025]529* Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.6.0-1
530- new upstream release
531
[9934]532* Sat Jan 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.5.1-1
533- new upstream release
534
[9891]535* Wed Dec 23 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.5.0-1
536- new upstream release
537
[9869]538* Tue Dec 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.4.0-1
539- new upstream release
540- update Source100 (find-external-requires)
541
[9759]542* Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.3.0-1
543- new upstream release
544
[9721]545* Sat Aug 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.2.0-1
546- new upstream release
547
[9715]548* Mon Aug 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.1.0-2
549- update startup script (SOURCE21)
550- update Patch1
551- add Source2 (thunderbird-legacy-aurora.tar.bz2)
552- add Source44 (tb-about-wordmark.png)
553
[9661]554* Sat Jul 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.1.0-1
555- new upstream release
556
[9600]557* Thu Jun 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 38.0.1-1
558- new upstream release
559- update Patch1 (thunderbird-38.0.1-default-a4-paper.patch)
560- update Patch100 (thunderbird-38.0.1-enable-addons.patch)
561
[9569]562* Wed May 20 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.7.0-1
563- new upstream release
564
[9486]565* Sat Apr 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.6.0-1
566- new upstream release
567
[9388]568* Thu Feb 26 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.5.0-1
569- new upstream release
570
[9260]571* Wed Jan 14 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.4.0-1
572- new upstream release
573
[9224]574* Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.3.0-1
575- new upstream release
576
[9092]577* Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.2.0-1
578- new upstream release
579
[8972]580* Thu Sep 25 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.1.2-1
581- new upstream release
582
[8949]583* Sun Sep 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.1.1-1
584- new upstream release
585
[8929]586* Tue Sep 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.1.0-1
587- new upstream release
588
[8873]589* Thu Jul 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 31.0-1
[8872]590- new upstream release
591- add BuildRequires: pulseaudio-libs-devel
592- update Patch100 (thunderbird-31.0-enable-addons.patch)
593- update Source1020 (mozconfig-thunderbird-vine7)
594- add Patch2001 (thunderbird-31.0-client_mk_objdir.patch)
595
[8550]596* Wed Jun 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.6.0-1
597- new upstream release
598
[8417]599* Sat May 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.5.0-1
600- new upstream release
601
[8315]602* Sun Mar 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.4.0-1
603- new upstream release
604
[8245]605* Fri Feb 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.3.0-1
606- new upstream release
607
[8151]608* Sat Jan 11 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.2.0-1
609- new upstream release
610
[8011]611* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.1.1-1
612- new upstream release
613
[7992]614* Tue Nov 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.1.0-1
615- new upstream release
616
[7816]617* Sat Sep 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.0-1
618- new upstream release
619- remove BuildRequires: nspr-devel, nss-devel
620- add BuildRequires: gstreamer-devel, gstreamer-plugins-base-devel
621- add Patch2000 (thunderbird-24.0-vine6.patch)
622
[7756]623* Tue Aug 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.8-1
624- new upstream release
625
626* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.7-1
627- new upstream release
628
[7707]629* Sun May 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.6-1
630- new upstream release
631
[7582]632* Wed Mar 20 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.4-1
633- new upstream release
634
[7516]635* Sat Mar 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.3-1
636- new upstream release
637
[7302]638* Wed Jan 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0.2-1
639- new upstream release
640- update Source1010,1020
641- fix %% build
642
[7136]643* Wed Nov 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 17.0-1
644- new upstream release
645
[7065]646* Sun Nov 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.2-2
647- use --disable-install-strip instead of --enable-install-strip
648- add --disable-debug-symbols
649
[7046]650* Tue Oct 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.2-1
651- new upstream release
652
[6924]653* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0.1-1
654- new upstream release
655
[6918]656* Thu Oct 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 16.0-1
657- new upstream release
658
[6906]659* Tue Oct 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 15.0.1-2
660- use --enable-optimize instead of --enable-optimize="\$RPM_OPT_FLAGS"
661
[6811]662* Sun Sep 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 15.0.1-1
663- new upstream release
664
[6761]665* Wed Aug 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 15.0-1
666- new upstream release
667- add BuildRequires: python-devel (Vine6 only)
668- remove build rule of Vine5
669
[6592]670* Wed Jul 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 14.0-1
671- new upstream release
672- remove Patch2 (thunderbird-13.0-buildfix-nspr.patch)
673
[6346]674* Sat Jun 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0.1-1
675- new upstream release
676
[6284]677* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.0-1
678- new upstream release
679- add Patch2 (thunderbird-13.0-buildfix-nspr.patch)
680
[6111]681* Tue May 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.0.1-1
682- new upstream release
683
[6078]684* Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.0-1
[6011]685- new upstream release
[6078]686- update Source1030 (mozconfig-thunderbird-vine7)
[6011]687
[5920]688* Sun Mar 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 11.0-1
689- new upstream release
690- update Source1020 (mozconfig-thunderbird-vine6)
691
[5675]692* Fri Feb 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.0.2-1
693- new upstream release
694
[5636]695* Mon Feb 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.0.1-1
696- new upstream release
697
[5549]698* Wed Feb 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 10.0-1
699- new upstream release
700
[5331]701* Sat Dec 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0.1-1
702- new upstream release
703- update Source1
704
[5313]705* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0-1
706- new upstream release
[5331]707- update Source1
[5313]708- add Source1030 (mozconfig-thunderbird-vine7)
709- add Patch100 (thunderbird-9.0-enable-addons.patch)
710
[5135]711* Thu Nov 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.0-2
712- fix %%version_internal
713
[5132]714* Wed Nov 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 8.0-1
715- new upstream release
716- update Source1
717
[4850]718* Sat Oct 01 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.0.1-1
719- new upstream release
720- update Source1,21,1010,1020
721
[4616]722* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 5.0-3
723- rebuild with libnotify-0.7
724
[4360]725* Wed Jul 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-2
726- enable-install-strip
727
[4341]728* Wed Jul 06 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 5.0-1
729- new upstream release
730- drop obsolete patch and renumber patch26 to patch1
731- add BuildRequires: yasm
732- enable libnotify support
733- add --disable-updater and --disable-installer to mozconfig
734- use ja.xpi instead of l10n source
735- update Source21: add step to setup langpack plugin
736- update Source20: add japanese translation
737- add Source42 & Source43 for localized branding
738- add --disable-system-cairo and ac_add_options --disable-libjpeg-turbo
739  for mozconfig-thunderbird-vine5
740
[3916]741* Mon May 16 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.10-1
742- new upstream release with security fix
743
[2384]744* Wed Dec 22 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.7-1
745- new upstream release with security fix
746
[2148]747* Fri Oct 29 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.6-1
748- new upstream release with security fix
749
[2142]750* Thu Oct 21 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.5-1
751- new upstream release with security fix
752- add patch5 to fix build failure
753
[1830]754* Sun Sep 19 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.4-1
755- new upstream release
756
757* Thu Sep 09 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.3-1
758- new upstream release with security fix
759- add Patch1030 to fix compilation error
760
[1520]761* Sat Aug 07 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.2-2
762- change mozconfig (Source1030 & 1040): add --enable-jsd
763
[1517]764* Fri Aug 06 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.2-1
765- new upstream release
766
[1422]767* Wed Jul 21 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1.1-1
768- new upstream release with security fix
769- add Patch0 from fedora development: fix version issue
770- remove BuildRequires: hunspell-devel
771- update mozconfig (Source1030 & Source1040): set --disable-system-hunspell
772
[1276]773* Sat Jul 03 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1-2
774- add BuildRequires: alsa-lib-devel
775- remove BuildRequires: libnotify-devel
776  (workaround for known bug)
777- update mozconfig to add --disable-libnotify option
778
[1261]779* Tue Jun 29 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 3.1-1
780- new upstream release
781- update spec entirely
782- import patches from fedora (Patch1, 2 & 4)
783- drop outdated patches (Patch22, 24)
784- update Sources:
785  - mozconfig (Source1030 & Source1040)
786  - default prefs.js (Source12)
787  - unofficial branding (Source40 & Source41)
788  - japanese translation (Source1000)
789- update Patch1000 (sjis-alias)
790
[7707]791* Mon Aug 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.23-1
[521]792- new upstream release
793
794* Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.22-1
795- new upstream release
796
797* Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.21-3
798- don't install official branding logos
799
800* Mon May 04 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.0.0.21-2
801- add necessary icons in %%{tbdir}/chrome/icons/default
802- add Packager tag
803
804* Fri Mar 20 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.0.0.21-1
805- new upstream release
806
807* Sun Jan 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.0.0.19-1
808- new upstream release
809
810* Sun Nov 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.18-1
811- new upstream release
812
813* Wed Apr 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.14-1
814- new upstream release
815
816* Sun Aug  5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.6-0vl2
817- rebuilt for VineSeed
818
819* Sun Aug  5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.6-0vl1
820- new upstream release
821
822* Sat Jul 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.0.5-0vl1
823- new upstream release
824- built for Vine Linux 4.x
825- dropped Patch1020 (merged into upstream)
826
827* Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.0-0vl4
828- added Patch1020 for workaround gcc visibility hidden bugs
829
830* Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.0-0vl3
831- build with new environment/toolchain
832- add build options to build with external nss/nspr libraries
833    ac_add_options --with-system-nspr
834    ac_add_options --with-system-nss
835
836* Mon Apr 23 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.0-0vl2
837- new upstream release
838
839* Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
840- new upstream release
841
842* Fri Jul 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
843- new upstream release
844
845* Fri Jun 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl1
846- new upstream release
847
848* Fri Apr 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl1
849- new upstream release
850- merge changes from firefox
851  - use thunderbird-1.5 for MOZILLA_FIVE_HOME instead of thunderbird-1.5.0.2
852
853* Tue Mar 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
854- new upstream release
855- build en-US locale
856- merge changes from firefox
857  - add upstream patches
858  - disable pango rendering by default
859    (workaround fix slow rendering in some page)
860
861* Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl0.rc2
862- initial build for Vine Linux based on FC package
863- update to 1.5RC2
864
865* Mon Nov 28 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.1.rc1
866- Fix issue with popup dialogs and other actions causing lockups
867
868* Sat Nov  5 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.rc1
869- Update to 1.5 rc1
870
871* Sat Oct  8 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.beta2
872- Update to 1.5 beta2
873
874* Wed Sep 28 2005 Christopher Aillon <caillon@redhat.com> 1.5-0.5.0.beta1
875- Update to 1.5 beta1
876- Bring the install phase of the spec file up to speed
877
878* Sun Aug 14 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-4
879- Rebuild
880
881* Sat Aug  6 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-3
882- Add patch to make file chooser dialog modal
883
884* Fri Jul 22 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-2
885- Update to 1.0.6
886
887* Mon Jul 18 2005 Christopher Aillon <caillon@redhat.com> 1.0.6-0.1.fc5
888- 1.0.6 Release Candidate
889
890* Fri Jul 15 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-8
891- Use system NSPR
892- Fix crash on 64bit platforms (#160330)
893
894* Thu Jun 23 2005 Kristian H淡gsberg <krh@redhat.com>  1.0.2-7
895- Add firefox-1.0-pango-cairo.patch to get rid of the last few Xft
896  references, fixing the "no fonts" problem.
897
898* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-6
899- Change the Exec line in the desktop file to `thunderbird`
900
901* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-5
902- Update pango patche, MOZ_DISABLE_PANGO now works as advertised.
903
904* Mon May  9 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-4
905- Add temporary workaround to not create files in the user's $HOME (#149664)
906
907* Wed May  4 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-3
908- Don't have downloads "disappear" when downloading to desktop (#139015)
909- Fix for some more cursor issues in textareas (149991, 150002, 152089)
910- Add upstream patch to fix bidi justification of pango
911- Add patch to fix launching of helper applications
912- Add patch to properly link against libgfxshared_s.a
913- Fix multilib conflicts
914
915* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com>
916- correct confusing PANGO vars in startup script
917
918* Wed Mar 23 2005 Christopher Aillon <caillon@redhat.com> 1.0.2-1
919- Thunderbird 1.0.2
920
921* Tue Mar  8 2005 Christopher Aillon <caillon@redhat.com> 1.0-5
922- Add patch to compile against new fortified glibc macros
923
924* Sat Mar  5 2005 Christopher Aillon <caillon@redhat.com> 1.0-4
925- Rebuild against GCC 4.0
926- Add execshield patches
927- Minor specfile cleanup
928
929* Mon Dec 20 2004 Christopher Aillon <caillon@redhat.com> 1.0-3
930- Rebuild
931
932* Thu Dec 16 2004 Christopher Aillon <caillon@redhat.com> 1.0-2
933- Add RPM version to useragent
934
935* Thu Dec 16 2004 Christopher Blizzard <blizzard@redhat.com>
936- Port over pango patches from firefox
937
938* Wed Dec  8 2004 Christopher Aillon <caillon@redhat.com> 1.0-1
939- Thunderbird 1.0
940
941* Mon Dec  6 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.1
942- Fix advanced prefs
943
944* Fri Dec  3 2004 Christopher Aillon <caillon@redhat.com>
945- Make this run on s390(x) now for real
946
947* Wed Dec  1 2004 Christopher Aillon <caillon@redhat.com> 1.0-0.rc1.0
948- Update to 1.0 rc1
949
950* Fri Nov 19 2004 Christopher Aillon <caillon@redhat.com>
951- Add patches to build and run on s390(x)
952
953* Thu Nov 11 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-2
954- Rebuild to fix file chooser
955
956* Fri Nov  5 2004 Christopher Aillon <caillon@redhat.com> 0.9.0-1
957- Update to 0.9
958
959* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-10
960- Prevent inlining of stack direction detection (#135255)
961
962* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-9
963- More file chooser fixes (same as in firefox)
964- Fix for upstream 28327.
965
966* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
967- Update the pango patch
968
969* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-8
970- Pull over patches from firefox build:
971  - disable default application dialog
972  - don't include software update since it doesn't work
973  - make external app support work
974
975* Thu Oct 14 2004 Christopher Blizzard <blizzard@redhat.com> 0.8.0-7
976- Use pango for rendering
977
978* Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-6
979- Fix for 64 bit crash at startup (b.m.o #256603)
980
981* Sat Oct  9 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-5
982- Add patches to fix xremote (#135036)
983
984* Fri Oct  8 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-4
985- Add patch to fix button focus issues (#133507)
986- Add patch for fix IMAP race issues (bmo #246439)
987
988* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 0.8.0-3
989- filter out library Provides: and internal Requires:
990
991* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-2
992- Backport the GTK+ File Chooser.
993- Add fix for JS math on x86_64 systems
994- Add pkgconfig patch
995
996* Thu Sep 16 2004 Christopher Aillon <caillon@redhat.com> 0.8.0-1
997- Update to 0.8.0
998- Remove enigmail
999- Update BuildRequires
1000- Remove gcc34 and extension manager patches -- they are upstreamed.
1001- Fix for gnome-vfs2 error at component registration
1002
1003* Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0.7.3-5
1004- Build with --disable-xprint
1005
1006* Wed Sep 01 2004 David Hill <djh[at]ii.net> 0.7.3-4
1007- remove all Xvfb-related hacks
1008
1009* Wed Sep 01 2004 Warren Togami <wtogami@redhat.com>
1010- actually apply psfonts
1011- add mozilla gnome-uriloader patch to prevent build failure
1012
1013* Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0.7.3-3
1014- rawhide import
1015- apply NetBSD's freetype 2.1.8 patch
1016- apply psfonts patch
1017- remove BR on /usr/bin/ex, breaks beehive
1018
1019* Tue Aug 31 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.2
1020- oops, fix %%install
1021
1022* Thu Aug 26 2004 David Hill <djh[at]ii.net> 0.7.3-0.fdr.1
1023- update to Thunderbird 0.7.3 and Enigmail 0.85.0
1024- remove XUL.mfasl on startup, add Debian enigmail patches
1025- add Xvfb hack for -install-global-extension
1026
1027* Wed Jul 14 2004 David Hill <djh[at]ii.net> 0.7.2-0.fdr.0
1028- update to 0.7.2, just because it's there
1029- update gcc-3.4 patch (Kaj Niemi)
1030- add EM registration patch and remove instdir hack
1031
1032* Sun Jul 04 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.1
1033- re-add Enigmime 1.0.7, omit Enigmail until the Mozilla EM problems are fixed
1034
1035* Wed Jun 30 2004 David Hill <djh[at]ii.net> 0.7.1-0.fdr.0
1036- update to 0.7.1
1037- remove Enigmail
1038
1039* Mon Jun 28 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.1
1040- re-enable Enigmail 0.84.1
1041- add gcc-3.4 patch (Kaj Niemi)
1042- use official branding (with permission)
1043
1044* Fri Jun 18 2004 David Hill <djh[at]ii.net> 0.7-0.fdr.0
1045- update to 0.7
1046- temporarily disable Enigmail 0.84.1, make ftp links work (#1634)
1047- specify libdir, change BR for apt (V. Skytt辰, #1617)
1048
1049* Tue May 18 2004 Warren Togami <wtogami@redhat.com> 0.6-0.fdr.5
1050- temporary workaround for enigmail skin "modern" bug
1051
1052* Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.4
1053- update to Enigmail 0.84.0
1054- update launch script
1055
1056* Mon May 10 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.3
1057- installation directory now versioned
1058- allow root to run the program (for installing extensions)
1059- remove unnecessary %%pre and %%post
1060- remove separators, update mozconfig and launch script (M. Schwendt, #1460)
1061
1062* Wed May 05 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.2
1063- include Enigmail, re-add release notes
1064- delete %{_libdir}/thunderbird in %%pre
1065
1066* Mon May 03 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.1
1067- update to Thunderbird 0.6
1068
1069* Fri Apr 30 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.rc1
1070- update to Thunderbird 0.6 RC1
1071- add new icon, remove release notes
1072
1073* Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.6-0.fdr.0.20040415
1074- update to latest CVS, update mozconfig and %%build accordingly
1075- update to Enigmail 0.83.6
1076- remove x-remote and x86_64 patches
1077- build with -Os
1078
1079* Thu Apr 15 2004 David Hill <djh[at]ii.net> 0.5-0.fdr.12
1080- update x-remote patch
1081- more startup script fixes
1082
1083* Tue Apr 06 2004 David Hill <djh[at]ii.net> 0:0.5-0.fdr.11
1084- startup script fixes, and a minor cleanup
1085
1086* Sun Apr 04 2004 Warren Togami <wtogami@redhat.com> 0:0.5-0.fdr.10
1087- Minor cleanups
1088
1089* Sun Apr 04 2004 David Hill <djh[at]ii.net>    0:0.5-0.fdr.8
1090- minor improvements to open-browser.sh and startup script
1091- update to latest version of Blizzard's x-remote patch
1092
1093* Thu Mar 25 2004 David Hill <djh[at]ii.net>    0:0.5-0.fdr.7
1094- update open-browser.sh, startup script, and BuildRequires
1095
1096* Sun Mar 14 2004 David Hill <djh[at]ii.net>    0:0.5-0.fdr.6
1097- update open-browser script, modify BuildRequires (Warren)
1098- add Blizzard's x-remote patch
1099- initial attempt at x-remote-enabled startup script
1100
1101* Sun Mar 07 2004 David Hill <djh[at]ii.net>    0:0.5-0.fdr.5
1102- refuse to run with excessive privileges
1103
1104* Fri Feb 27 2004 David Hill <djh[at]ii.net>    0:0.5-0.fdr.4
1105- add Mozilla x86_64 patch (Oliver Sontag)
1106- Enigmail source filenames now include the version
1107- modify BuildRoot
1108
1109* Thu Feb 26 2004 David Hill <djh[at]ii.net>    0:0.5-0.fdr.3
1110- use the updated official tarball
1111
1112* Wed Feb 18 2004 David Hill <djh[at]ii.net>    0:0.5-0.fdr.2
1113- fix %%prep script
1114
1115* Mon Feb 16 2004 David Hill <djh[at]ii.net>    0:0.5-0.fdr.1
1116- update Enigmail to 0.83.3
1117- use official source tarball (after removing the CRLFs)
1118- package renamed to thunderbird
1119
1120* Mon Feb 09 2004 David Hill <djh[at]ii.net>    0:0.5-0.fdr.0
1121- update to 0.5
1122- check for lockfile before launching
1123
1124* Fri Feb 06 2004 David Hill <djh[at]ii.net>
1125- update to latest cvs
1126- update to Enigmail 0.83.2
1127
1128* Thu Jan 29 2004 David Hill <djh[at]ii.net>    0:0.4-0.fdr.5
1129- update to Enigmail 0.83.1
1130- removed Mozilla/Firebird script patching
1131
1132* Sat Jan 03 2004 David Hill <djh[at]ii.net>    0:0.4-0.fdr.4
1133- add startup notification to .desktop file
1134
1135* Thu Dec 25 2003 Warren Togami <warren@togami.com> 0:0.4-0.fdr.3
1136- open-browser.sh release 3
1137- patch broken /usr/bin/mozilla script during install
1138- dir ownership
1139- XXX: Source fails build on x86_64... fix later
1140
1141* Tue Dec 23 2003 David Hill <djh[at]ii.net>    0:0.4-0.fdr.2
1142- update to Enigmail 0.82.5
1143- add Warren's open-browser.sh (#1113)
1144
1145* Tue Dec 09 2003 David Hill <djh[at]ii.net>    0:0.4-0.fdr.1
1146- use Thunderbird's mozilla-xremote-client to launch browser
1147
1148* Sun Dec 07 2003 David Hill <djh[at]ii.net>    0:0.4-0.fdr.0
1149- update to 0.4
1150- make hyperlinks work (with recent versions of Firebird/Mozilla)
1151
1152* Thu Dec 04 2003 David Hill <djh[at]ii.net>
1153- update to 0.4rc2
1154
1155* Wed Dec 03 2003 David Hill <djh[at]ii.net>
1156- update to 0.4rc1 and Enigmail 0.82.4
1157
1158* Thu Nov 27 2003 David Hill <djh[at]ii.net>
1159- update to latest CVS and Enigmail 0.82.3
1160
1161* Sun Nov 16 2003 David Hill <djh[at]ii.net>
1162- update to latest CVS (0.4a)
1163- update Enigmail to 0.82.2
1164- alter mozconfig for new build requirements
1165- add missing BuildReq (#987)
1166
1167* Thu Oct 16 2003 David Hill <djh[at]ii.net>    0:0.3-0.fdr.0
1168- update to 0.3
1169
1170* Sun Oct 12 2003 David Hill <djh[at]ii.net>    0:0.3rc3-0.fdr.0
1171- update to 0.3rc3
1172- update Enigmail to 0.81.7
1173
1174* Thu Oct 02 2003 David Hill <djh[at]ii.net>    0:0.3rc2-0.fdr.0
1175- update to 0.3rc2
1176
1177* Wed Sep 17 2003 David Hill <djh[at]ii.net>    0:0.2-0.fdr.2
1178- simplify startup script
1179
1180* Wed Sep 10 2003 David Hill <djh[at]ii.net>    0:0.2-0.fdr.1
1181- add GPG support (Enigmail 0.81.6)
1182- specfile fixes (#679)
1183
1184* Thu Sep 04 2003 David Hill <djh[at]ii.net>    0:0.2-0.fdr.0
1185- update to 0.2
1186
1187* Mon Sep 01 2003 David Hill <djh[at]ii.net>
1188- initial RPM
1189  (based on the fedora MozillaFirebird-0.6.1 specfile)
1190
Note: See TracBrowser for help on using the repository browser.