thunderbird-vl.spec 33 KB

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