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

Revision 10025, 34.5 KB checked in by Takemikaduchi, 8 years ago (diff)

python,python3,thunderbird,wine: new upstream release
mesa: create compat32-mesa-dri-drivers subpackage
others: create compat32 subpackage

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