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

Revision 12506, 38.1 KB checked in by tomop, 3 years ago (diff)

updated 16 packages

bluez-5.55-1

firefox-78.4.0-1

llvm-11.0.0-2

libdrm-2.4.102-1

libmodsecurity-3.0.4-2

mesa-20.2.1-1

nginx-1.18.0-8

nspr-4.29-1

nss-3.58-1

oniguruma-6.9.5.rev1-3

python-mako-1.1.3-1

python-markupsafe-1.1.1-2

rust-1.47.0-1

thunderbird-78.4.0-1

tigervnc-1.11.0-1

xorg-x11-server-1.20.9-2

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