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

Revision 12551, 38.9 KB checked in by tomop, 3 years ago (diff)

updated 3 packages

firefox-78.8.0-1

mozjs78-78.8.0-1

thunderbird-78.8.0-1

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