thunderbird-vl.spec 36 KB

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