thunderbird-vl.spec 40 KB

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