thunderbird-vl.spec 39 KB

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