thunderbird-vl.spec 39 KB

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