thunderbird-vl.spec 38 KB

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