source: projects/specs/branches/6/t/thunderbird/thunderbird-vl.spec @ 10403

Revision 10403, 35.3 KB checked in by Takemikaduchi, 8 years ago (diff)

update to 45.1.1

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