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

Revision 12441, 38.4 KB checked in by tomop, 4 years ago (diff)

updated 2 packages

firefox-78.1.0-1

thunderbird-68.11.0-1

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