firefox-vl.spec 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044
  1. ## do not include minor version number in MOZILLA_FIVE_HOME
  2. %define ffmajor 3.6
  3. %define ffversion %{ffmajor}.8
  4. %define ffdir %{_libdir}/firefox-%{ffmajor}
  5. %define tarballdir mozilla-1.9.2
  6. %define build_vine6 0
  7. %define build_vine5 0
  8. # Vine Linux 4.x does not support now.
  9. %define build_vine4 0
  10. # current firefox3 doesn't build on Vine Linux 4.x or older.
  11. %if "%{?_dist_release}" == "vl6"
  12. %define build_vine6 1
  13. %define build_vine5 1
  14. %endif
  15. %if "%{?_dist_release}" == "vl5"
  16. %define build_vine5 1
  17. %endif
  18. %if "%{?_dist_release}" == "vl4"
  19. %define build_vine4 1
  20. %endif
  21. %define ffrelease 1%{?_dist_release}
  22. %define desktop_file_utils_version 0.6
  23. %define nspr_version 4.8
  24. %define nss_version 3.12.3
  25. %define gecko_version 1.9.2.8
  26. ExclusiveArch: i386 i586 i686 x86_64 ia64 ppc s390 s390x
  27. Summary: Fx3.6 for Vine Linux
  28. Summary(ja): Fx3.6 for Vine Linux
  29. Name: firefox
  30. Version: %{ffversion}
  31. Release: %{ffrelease}
  32. URL: http://www.mozilla.org/projects/firefox/
  33. License: MPL/LGPL
  34. Group: Applications/Internet
  35. Source0: firefox-%{version}.source.tar.bz2
  36. Source210: mozconfig-firefox36-vine4
  37. Source220: mozconfig-firefox36-vine5
  38. Source230: mozconfig-firefox36-vine6
  39. Source11: firefox-vine-default-bookmarks.html
  40. Source12: firefox-vine-default-prefs.js
  41. Source21: firefox.vine.sh.in
  42. Source22: firefox.png
  43. Source23: fx36-about.png
  44. Source25: firefox.desktop
  45. Source26: firefox-safe-mode.desktop
  46. Source30: firefox.1
  47. Source50: firefox-xremote-client.sh.in
  48. Source55: firefox-rebuild-databases.pl.vine.in
  49. Source100: find-external-requires
  50. # locale sources
  51. %define MOZ_BUILD_LOCALES "ja"
  52. Source1000: firefox-%{ffversion}-ja.tar.bz2
  53. Source1010: firefox-3.6-unofficial-branding-fx.tar.bz2
  54. #
  55. Source2000: firefox-searchplugins-3.0-ja.tar.bz2
  56. # upstream patch
  57. # build patches
  58. Patch1: firefox-2.0-link-layout.patch
  59. # customization patches
  60. Patch26: firefox-1.5-default-a4-paper.patch
  61. ## Vine patch
  62. # http://bugzilla.mozilla.org/show_bug.cgi?id=179248
  63. Patch1000: firefox-3.6.2-sjisalias.patch
  64. # vine customization patch
  65. Patch2000: firefox-3.6-vine.patch
  66. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  67. BuildRequires: libpng-devel, libjpeg-devel
  68. BuildRequires: zlib-devel, zip
  69. BuildRequires: libIDL-devel
  70. BuildRequires: desktop-file-utils
  71. BuildRequires: gtk2-devel
  72. BuildRequires: gnome-vfs2-devel
  73. BuildRequires: libgnome-devel
  74. BuildRequires: pango-devel
  75. %if %{build_vine6}
  76. BuildRequires: libnotify-devel
  77. %endif
  78. %if %{build_vine5}
  79. BuildRequires: nspr-devel >= %{nspr_version}
  80. BuildRequires: nss-devel >= %{nss_version}
  81. BuildRequires: gecko-devel = %{gecko_version}
  82. BuildRequires: libXt-devel
  83. BuildRequires: libXrender-devel
  84. BuildRequires: startup-notification-devel
  85. %endif
  86. BuildRequires: autoconf213
  87. BuildRequires: freetype2-devel
  88. Requires: desktop-file-utils >= %{desktop_file_utils_version}
  89. %if %{build_vine5}
  90. Requires: nspr >= %{nspr_version}
  91. Requires: nss >= %{nss_version}
  92. Requires: gecko-libs >= %{gecko_version}
  93. %endif
  94. Obsoletes: phoenix, mozilla-firebird, MozillaFirebird
  95. Obsoletes: firefox3
  96. Provides: webclient
  97. #AutoProv: 0
  98. %define _use_internal_dependency_generator 0
  99. %define __find_requires %{SOURCE100}
  100. %description
  101. Fx3.6 is an open-source web browser based on mozilla technology.
  102. This is unofficial build of firefox browser.
  103. #---------------------------------------------------------------------
  104. %prep
  105. %setup -q -n %{name}-%{version} -c -b 1000 -b 1010
  106. cd %{tarballdir}
  107. %patch1 -p1 -b .link-layout
  108. %patch26 -p1
  109. #
  110. %patch1000 -p0
  111. %patch2000 -p1
  112. %{__rm} -f .mozconfig
  113. %{__cp} %{SOURCE230} .mozconfig
  114. %if %build_vine5
  115. %{__cp} -f %{SOURCE220} .mozconfig
  116. %endif
  117. %if %build_vine4
  118. %{__cp} -f %{SOURCE210} .mozconfig
  119. %endif
  120. %if %build_vine5
  121. echo "ac_add_options --with-libxul-sdk=`pkg-config --variable=sdkdir libxul`" >> .mozconfig
  122. %endif
  123. # update searchplugins
  124. %{__tar} xjvf %{SOURCE2000} -C ../l10n/ja/browser/
  125. # setup unofficial branding logos
  126. %{__cp} %{SOURCE23} browser/branding/unofficial/content/about.png
  127. #%{__cp} browser/branding/unofficial/content/*.png browser/base/branding/
  128. %{__cp} ../l10n/ja/browser/branding/unofficial/brand.* browser/branding/unofficial/locales/en-US/
  129. #---------------------------------------------------------------------
  130. %build
  131. cd %{tarballdir}
  132. autoconf-2.13
  133. #MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %__sed -e 's/-O2/-Os/' -e 's/-Wall//')
  134. MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %__sed -e 's/-Wall//')
  135. export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
  136. export MOZILLA_OFFICIAL=1
  137. export BUILD_OFFICIAL=1
  138. #export MOZ_APP_DISPLAYNAME="Firefox Community Edition"
  139. export MOZ_APP_DISPLAYNAME="Fx for Vine Linux"
  140. %ifarch ppc ppc64 s390 s390x
  141. %define moz_mflags -j1
  142. %else
  143. %define moz_mflags %{?_smp_mflags}
  144. %endif
  145. export PREFIX='%{_prefix}'
  146. export LIBDIR='%{_libdir}'
  147. export LDFLAGS="-Wl,-rpath,%{ffdir}"
  148. export MAKE="gmake %{moz_mflags}"
  149. %__make -f client.mk configure
  150. %__make -f client.mk build
  151. # build locales
  152. LOCALEDIRS=`find . -print | grep 'locales/Makefile$' | \
  153. sed -e 's|\./\(.*\)/locales/.*|\1|g'`
  154. for dir in $LOCALEDIRS
  155. do
  156. for lang in %{MOZ_BUILD_LOCALES} ; do
  157. make -C $dir/locales AB_CD=$lang
  158. done
  159. done
  160. #---------------------------------------------------------------------
  161. %install
  162. cd %{tarballdir}
  163. %{__rm} -rf $RPM_BUILD_ROOT
  164. #cd xpinstall/packager/
  165. #%{__make} MOZILLA_BIN="\$(DIST)/bin/firefox-bin" STRIP=/bin/true
  166. #cd -
  167. %{__make} install DESTDIR=$RPM_BUILD_ROOT
  168. %{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications}
  169. if [ "%{version}" != "%{ffmajor}" ]; then
  170. %{__mv} $RPM_BUILD_ROOT%{_libdir}/firefox-%{version} $RPM_BUILD_ROOT%{ffdir}
  171. fi
  172. # install icons
  173. %{__install} -p -D %{SOURCE22} $RPM_BUILD_ROOT%{_datadir}/pixmaps/firefox.png
  174. for desktopfiles in %{SOURCE25} %{SOURCE26}
  175. do
  176. desktop-file-install --vendor vine \
  177. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  178. --add-category Application \
  179. --add-category Network \
  180. $desktopfiles
  181. done
  182. # set up the firefox start script
  183. %{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/firefox
  184. %{__cat} %{SOURCE21} | %{__sed} -e 's,FIREFOX_VERSION,%{ffmajor},g' > \
  185. $RPM_BUILD_ROOT%{_bindir}/firefox
  186. %{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/firefox
  187. # set up our default preferences
  188. %{__cat} %{SOURCE12} | sed -e 's,FIREFOX_RPM_VR,%{version}-%{release},g' > vine-default-prefs
  189. %{__cat} vine-default-prefs >> $RPM_BUILD_ROOT/%{ffdir}/defaults/preferences/firefox.js
  190. %{__rm} vine-default-prefs
  191. # set up our default bookmarks
  192. %{__install} -p -D -m 664 %{SOURCE11} $RPM_BUILD_ROOT%{ffdir}/defaults/profile/US/bookmarks.html
  193. %{__install} -p -D -m 664 %{SOURCE11} $RPM_BUILD_ROOT%{ffdir}/defaults/profile/bookmarks.html
  194. %{__cat} %{SOURCE50} | sed -e 's,FFDIR,%{ffdir},g' -e 's,LIBDIR,%{_libdir},g' > \
  195. $RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
  196. %{__chmod} 755 $RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
  197. %{__install} -p -D -m 664 %{SOURCE30} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
  198. %{__cat} %{SOURCE55} | sed -e 's,FFDIR,%{ffdir},g' > \
  199. $RPM_BUILD_ROOT/%{ffdir}/firefox-rebuild-databases.pl
  200. %{__chmod} 755 $RPM_BUILD_ROOT/%{ffdir}/firefox-rebuild-databases.pl
  201. %{__rm} -f $RPM_BUILD_ROOT%{ffdir}/firefox-config
  202. cd $RPM_BUILD_ROOT%{ffdir}/chrome
  203. find . -maxdepth 1 -mindepth 1 -name "*" -type d -exec %{__rm} -rf {} \;
  204. cd -
  205. # install locales
  206. for lang in %{MOZ_BUILD_LOCALES} ; do
  207. %{__install} -p -D -m 664 dist/bin/chrome/$lang.{jar,manifest} $RPM_BUILD_ROOT%{ffdir}/chrome/
  208. done
  209. # another bug fixed by looking at the debian package
  210. %{__mkdir_p} $RPM_BUILD_ROOT%{ffdir}/chrome/icons/default/
  211. for i in default16.png default32.png default48.png
  212. do
  213. %{__cp} -f browser/branding/unofficial/$i $RPM_BUILD_ROOT%{ffdir}/chrome/icons/default/
  214. done
  215. for i in default16.png default32.png default48.png document.png \
  216. mozicon128.png
  217. do
  218. %{__cp} -f browser/branding/unofficial/$i $RPM_BUILD_ROOT%{ffdir}/icons/
  219. done
  220. # own mozilla plugin dir (#135050)
  221. %{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
  222. # ghost files
  223. touch $RPM_BUILD_ROOT%{ffdir}/components/compreg.dat
  224. touch $RPM_BUILD_ROOT%{ffdir}/components/xpti.dat
  225. #---------------------------------------------------------------------
  226. %clean
  227. %{__rm} -rf $RPM_BUILD_ROOT
  228. #---------------------------------------------------------------------
  229. %post
  230. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  231. umask 022
  232. %{ffdir}/firefox-rebuild-databases.pl || :
  233. # create extensions directory
  234. HOME=/root %{ffdir}/firefox -register ||:
  235. %postun
  236. update-desktop-database %{_datadir}/applications>& /dev/null ||:
  237. umask 022
  238. # was this an upgrade?
  239. if [ $1 -gt 1 ]; then
  240. %{ffdir}/firefox-rebuild-databases.pl ||:
  241. fi
  242. %preun
  243. # is it a final removal?
  244. if [ $1 -eq 0 ]; then
  245. %{__rm} -rf %{ffdir}/components
  246. %{__rm} -rf %{ffdir}/extensions
  247. fi
  248. %files
  249. %defattr(-,root,root,-)
  250. %{_bindir}/firefox
  251. %{_mandir}/man1/*
  252. %{_datadir}/applications/vine-%{name}.desktop
  253. %{_datadir}/applications/vine-%{name}-safe-mode.desktop
  254. %{_datadir}/pixmaps/firefox.png
  255. %{ffdir}
  256. %{_libdir}/mozilla
  257. %ghost %{ffdir}/components/compreg.dat
  258. %ghost %{ffdir}/components/xpti.dat
  259. #---------------------------------------------------------------------
  260. %changelog
  261. * Mon Jul 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.8-1
  262. - update to 3.6.8
  263. * Wed Jul 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.7-1
  264. - update to 3.6.7
  265. * Wed Jun 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.4-1
  266. - update to 3.6.4
  267. * Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-1
  268. - update to 3.6.3
  269. * Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
  270. - update to 3.6.2
  271. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
  272. - remove version number from browsername.
  273. - rebuild with xulrunner-1.9.2-3
  274. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-1
  275. - update to 3.6
  276. * Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-2
  277. - update desktop files
  278. * Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-1
  279. - new upstream release
  280. - move to unofficial build from community build.
  281. - change about dialog.
  282. * Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.5-1
  283. - new upstream release
  284. * Sat Aug 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-3
  285. - rebuild again with xulrunner-1.9.1.2-2
  286. * Fri Aug 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-2
  287. - rebuild with xulrunner-1.9.1.2-2
  288. * Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-1
  289. - new upstream release
  290. * Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-2
  291. - remove MimeType entry from firefox-safe-mode.desktop (<BTS:0735>)
  292. - add default{32,48}.png to %%{ffdir}/chrome/icons/default (<BTS:0733>)
  293. * Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-1
  294. - new upstream release
  295. - add BR: libXt-devel, startup-notification-devel
  296. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-3
  297. - enable-system-cairo
  298. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-2
  299. - add Patch3010 to fix releasenotes urls
  300. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
  301. - update to firefox 3.5 release
  302. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0.1.rc3
  303. - update to firefox-3.5rc3
  304. * Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
  305. - new upstream release
  306. * Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-4
  307. - rebuild to fix broken package..
  308. * Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-3
  309. - add Obsoletes: firefox3
  310. * Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-2
  311. - new upstream release
  312. * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-2
  313. - build with gecko-libs (xulrunner)
  314. - update firefox startup script (/usr/bin/firefox)
  315. * Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
  316. - new upstream release
  317. - build with nspr-4.7.4, nss-3.12.3
  318. - set FLASH_FORCE_PULSEAUDIO if PA server is running.
  319. * Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
  320. - new upstream release
  321. - update default bookmarks
  322. * Thu Mar 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
  323. - new upstream release
  324. * Mon Feb 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2
  325. - modify mozconfig
  326. - remove --enable-xft
  327. - remove --enable-system-cairo, add --disable-system-cairo
  328. * Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
  329. - new upstream release
  330. * Sat Dec 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.5-1
  331. - new upstream release
  332. * Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
  333. - new upstream release
  334. * Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-2
  335. - add Patch30 to remove EULA
  336. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-1
  337. - new upstream release
  338. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-2
  339. - disable dbus.
  340. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
  341. - new upstream release
  342. * Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
  343. - new upstream release
  344. * Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-2
  345. - rebuild with nss-3.12, nspr-4.7.1
  346. - use unofficial branding
  347. - change brand*Name to "Firefox Community Edition - Gran Paradiso"
  348. * Sun Jun 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-1
  349. - new upstream release
  350. * Sat Apr 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.14-1
  351. - new upstream release
  352. * Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.13-1
  353. - new upstream release
  354. * Tue Feb 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.12-0vl3
  355. - new upstream release
  356. * Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.11-0vl3
  357. - new upstream release
  358. * Tue Nov 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.10-0vl3
  359. - new upstream release
  360. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.9-0vl3
  361. - new upstream release
  362. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.8-0vl3
  363. - new upstream release
  364. - build with nspr-4.6.7
  365. - update default bookmarks
  366. * Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.6-0vl3
  367. - new upstream release
  368. * Thu Jul 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.5-0vl3
  369. - new upstream release
  370. * Tue Jun 12 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl9
  371. - fix pkgconfig file for x86_64 [VineSeed-x86_64:00333]
  372. - require ns{pr,s}-devel instead of ns{pr,s} for firefox-devel
  373. * Sat Jun 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl6
  374. - fix exclude condition of firefox-{nss,nspr}.pc (<BTS:532>)
  375. * Thu May 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl3
  376. - update to firefox-2.0.0.4
  377. - remove Patch1020 which is merged in upstream
  378. * Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.3-0vl5
  379. - added Patch1020 for workaround gcc visibility hidden bugs
  380. * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl4
  381. - add build options to build with external nss/nspr libraries
  382. ac_add_options --with-system-nspr
  383. ac_add_options --with-system-nss
  384. - remove firefox-{nspr,nss}.pc from %%files devel
  385. * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl3
  386. - rebuild with new environment/toolchain
  387. - update ja locale
  388. * Wed Mar 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl2
  389. - new upstream release
  390. * Sat Feb 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.2-0vl2
  391. - new upstream release
  392. * Sat Jan 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl6
  393. - remove typeaheadfind and venkman extention.
  394. * Fri Jan 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl4
  395. - add build options for FireBug (<BTS:wishes:9>)
  396. --enable-jsd, --enable-extention=default,typeaheadfind,venkman
  397. * Thu Dec 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl2
  398. - update to firefox-2.0.0.1
  399. * Mon Nov 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl6
  400. - add Patch10 to fix Bug358798
  401. - fix idl install path (<BTS:401>)
  402. * Sat Oct 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl4
  403. - update vine default settings
  404. - use Firefox for UA string instead of BonEcho
  405. - add vendor/vendorSub to UA string
  406. - disable spell check by default
  407. - enable smooth scroll by default
  408. * Tue Oct 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl2
  409. - update to firefox-2.0 final
  410. * Mon Oct 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.rc3
  411. - update to firefox-2.0rc3
  412. - drop unneeded patches.
  413. * Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl4
  414. - change Summary, desktopfiles
  415. - use Firefox Community Edition, instead of Firefox.
  416. * Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
  417. - new upstream release
  418. * Thu Aug 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.6-0vl2
  419. - new upstream release
  420. - -safe-mode option (VinePlus:03026)
  421. - add Patch1010
  422. - add -safe-mode option in Usage(--help).
  423. - add firefox-safe-mode.desktop
  424. * Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
  425. - new upstream release
  426. - update default bookmarks
  427. * Tue Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl4
  428. - copy nss headers
  429. * Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl2
  430. - new upstream release
  431. * Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.3-0vl2
  432. - new upstream release
  433. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl4
  434. - use firefox-1.5 for MOZILLA_FIVE_HOME instead of firefox-1.5.0.2
  435. - applications using gtkmozembed of firefox become unaffected to
  436. firefox's minor version changes.
  437. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl2
  438. - new upstream release
  439. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl6
  440. - clean up spec file ( remove unneeded %%ghost file ... )
  441. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl4
  442. - fix missing default theme in theme changer
  443. * Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl3
  444. - add upstream patches (100,101,102)
  445. - update default bookmarks
  446. - build en-US locale
  447. - disable pango rendering by default
  448. (workaround fix slow rendering in some page)
  449. * Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl2
  450. - new upstream release
  451. * Thu Jan 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl4
  452. - fix libnssckbi broken symlink problem (BUG:8)
  453. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl3
  454. - add devel subpackage for gtkembedmoz
  455. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
  456. - re-enable ja locale
  457. - fix crash bug with COMPOSITE enabled X server
  458. - add patch to /usr/bin/firefox
  459. * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
  460. - new upstream release
  461. * Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-0vl2
  462. - update to firefox-1.0.7
  463. * Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl10
  464. - modified mozconfig to use RPM_OPT_FLAGS
  465. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl8
  466. - add Patch110 to fix crash with gtk-2.7 (fixed in upstream)
  467. * Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl6
  468. - rebuild with pango-1.9.1
  469. - add pango-cairo patch
  470. * Sat Jul 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl4
  471. - update Patch25 to enable extension update feature
  472. (disabled in preferences by default)
  473. * Wed Jul 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
  474. - new upstream release
  475. * Thu Jul 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
  476. - new upstream release
  477. * Sat May 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl6
  478. - add more pango rendering patch from FC-devel.
  479. - add IM candidate window position patch.
  480. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl4
  481. - fix wrong condition branching in spec file.
  482. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl2
  483. - new upstream release
  484. - drop obsolete patch{103,104}
  485. * Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  486. - new upstream release
  487. * Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
  488. - new upstream release
  489. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl6
  490. - clean up spec file
  491. - drop own pixmap file (use included one)
  492. - fix up file permissions
  493. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl4
  494. - remove "new-window" option from openurl in /usr/bin/firefox
  495. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl2
  496. - readd patch31,32 for pango rendering fix.
  497. * Mon Mar 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl0
  498. - rebuild for Vine Linux 3.1 (VinePlus)
  499. * Mon Mar 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  500. - new upstream release
  501. - merge some patches from fedora
  502. - include ja-JP langpack only.
  503. - add Japanese translation for mozilla-firefox.desktop
  504. - disable gnomeui, gnomestripe patch
  505. - disable mozilla official branding.
  506. * Mon Jan 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  507. - initial build for Vine Linux
  508. - based on fedora package, add Vine patch from Mozilla package.
  509. * Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
  510. - Add upstream langpacks
  511. * Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
  512. - Make sure we get a URL passed in to firefox (#138861)
  513. - Mark some generated files as ghost (#136015)
  514. * Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
  515. - Don't have downloads "disappear" when downloading to desktop (#139015)
  516. - Add RPM version to the useragent
  517. - BuildRequires pango-devel
  518. * Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
  519. - Fix spacing in textareas when using pango for rendering
  520. - Enable pango rendering by default.
  521. - Enable smooth scrolling by default
  522. * Fri Dec 3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
  523. - Add StartupWMClass patch from Damian Christey (#135830)
  524. - Use system colors by default (#137810)
  525. - Re-add s390(x)
  526. * Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
  527. - Add patch that uses pango for selection.
  528. * Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
  529. - Fix livemarks icon issue. (#138989)
  530. * Tue Nov 8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
  531. - Firefox 1.0
  532. * Thu Nov 4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
  533. - Add support for GNOME stock icons. (bmo #233461)
  534. * Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
  535. - #136330 BR freetype-devel with conditions
  536. - #135050 firefox should own mozilla plugin dir
  537. * Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
  538. - Update to firefox-rc1
  539. - Add patch for s390(x)
  540. * Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
  541. - Fix LD_LIBRARY_PATH at startup (Steve Knodle)
  542. * Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
  543. - Prevent inlining of stack direction detection (#135255)
  544. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
  545. - More file chooser fixes:
  546. Pop up a confirmation dialog before overwriting files (#134648)
  547. Allow saving as complete once again
  548. - Fix for upstream 263263.
  549. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
  550. - Fix for upstream 262689.
  551. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
  552. - Update pango patch to one that defaults to off
  553. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
  554. - Fix problem where default apps aren't showing up in the download
  555. dialog (#136261)
  556. - Fix default height being larger than the available area, cherry picked
  557. from upstream
  558. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
  559. - Actually turn on pango in the mozconfig
  560. * Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
  561. - Disable the default application checks. (#133713)
  562. - Disable the software update feature. (#136017)
  563. * Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
  564. - Use pango for rendering
  565. * Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
  566. - Fix for 64 bit crash at startup (b.m.o #256603)
  567. * Fri Oct 8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
  568. - Fix compile issues (#134914)
  569. - Add patch to fix button focus issues (#133507)
  570. - Add patches to fix tab focus stealing issue (b.m.o #124750)
  571. * Fri Oct 1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
  572. - Update to 0.10.1
  573. - Fix tab switching keybindings (#133504)
  574. * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
  575. - filter out library Provides: and internal Requires:
  576. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
  577. - Prereq desktop-file-utils >= 0.9
  578. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
  579. - Add clipboard access prevention patch.
  580. * Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
  581. - Add the xul mime type to the .desktop file
  582. * Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
  583. - Backport the GTK+ file chooser.
  584. - Update desktop database after uninstall.
  585. * Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
  586. - Change the vendor to mozilla not fedora
  587. - Build with --disable-strip so debuginfo packages work (#133738)
  588. - Add pkgconfig patch (bmo #261090)
  589. * Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
  590. - Add a BR for desktop-file-utils
  591. - Update default configuration options to use the firefox mozconfig (#132916)
  592. - Use Red Hat bookmarks (#133262)
  593. - Update default homepage (#132721)
  594. - Fix JS math on AMD64 (#133226)
  595. - Build with MOZILLA_OFICIAL (#132917)
  596. * Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
  597. - Update to 1.0PR1
  598. - Update man page references to say Firefox instead of Firebird
  599. - Remove gcc34 and extensions patch; they are now upstream
  600. - Update desktop database
  601. - Minor tweaks to the .desktop file
  602. * Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
  603. - Fixup .desktop entry Name, GenericName, and Comment (#131602)
  604. - Add MimeType desktop entry (patch from jrb@redhat.com)
  605. - Build with --disable-xprint
  606. * Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
  607. - rawhide import
  608. - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
  609. * Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
  610. - and mng support is disabled again as it seams that there is
  611. no real mng support in the code
  612. * Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
  613. - remove ldconfig from scriptlets (bug #1846 comment #40)
  614. - reenabled mng support (bug #1971)
  615. - removed --enable-strip to let rpm to the stripping (bug #1971)
  616. - honor system settings in firefox.sh (bug #1971)
  617. - setting umask 022 in scriptlets (bug #1962)
  618. * Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
  619. - copy the icon to the right place(TM)
  620. * Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
  621. - readded the xpm removed in 0:0.9.2-0.fdr.5
  622. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
  623. - added mozilla-1.7-psfonts.patch from rawhide mozilla
  624. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
  625. - updated to 0.9.3
  626. - removed following from .mozconfig:
  627. ac_add_options --with-system-mng
  628. ac_add_options --enable-xprint
  629. ac_add_options --disable-dtd-debug
  630. ac_add_options --disable-freetype2
  631. ac_add_options --enable-strip-libs
  632. ac_add_options --enable-reorder
  633. ac_add_options --enable-mathml
  634. ac_add_options --without-system-nspr
  635. * Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
  636. - applied parts of the patch from Matthias Saou (bug #1846)
  637. - delete empty directories in %%{ffdir}/chrome
  638. - more cosmetic changes to the spec file
  639. * Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
  640. - mozilla-default-plugin-less-annoying.patch readded
  641. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
  642. - added krb5-devel as build requirement
  643. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
  644. - added patch from bugzilla.mozilla.org (bug #247846)
  645. - removed Xvfb hack
  646. * Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
  647. - updated to 0.9.2
  648. * Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
  649. - mharris suggestion for backwards compatibilty with Xvfb hack
  650. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
  651. - added massive hack from the debian package to create the
  652. extension directory
  653. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
  654. - updated to 0.9.1
  655. * Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
  656. - remove extensions patch
  657. - add post hack to create extensions
  658. - enable negotiateauth extension
  659. - copy icon to browser/app/default.xpm
  660. - --enable-official-branding
  661. * Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
  662. - extensions patch
  663. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
  664. - added gnome-vfs2-devel as BuildRequires
  665. - added gcc-3.4 patch
  666. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
  667. - updated to 0.9
  668. - dropped x86_64 patches
  669. - dropped xremote patches
  670. * Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
  671. - remove unused files: mozilla-config
  672. * Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
  673. - update mozconfig (fixes bug #1443)
  674. - installation directory includes version number
  675. * Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
  676. - merge x86_64 release 10 with fedora.us release 10 bump release to 11
  677. * Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
  678. - rebuild for FC2
  679. - change Source71 to properly replace Source7 for maintainability
  680. * Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
  681. - 3rd xremote patch
  682. - test -Os rather than -O2
  683. * Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
  684. - more x86_64 fixes
  685. - fix firefix-xremote-client for x86_64 (similar to what is done for
  686. firefox.sh.in)
  687. * Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
  688. - xremote patch for thunderbird integration #1113
  689. - back out ugly hack from /usr/bin/firefox
  690. - correct default bookmarks
  691. * Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
  692. - readded the new firefox icons
  693. * Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
  694. - removed new firefox icons
  695. * Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
  696. - nothing
  697. * Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
  698. - update for x86_64 ... usr mozilla-1.6 patches
  699. - change "firefox-i*" to "firefox-*" in above stuff
  700. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
  701. - another icon changed
  702. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
  703. - startup script modified
  704. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
  705. - new firefox icon
  706. - more s/firebird/firefox/
  707. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
  708. - new version: 0.8
  709. - new name: firefox
  710. * Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
  711. - s/0.6.1/0.7/
  712. - changed user-app-dir back to .phoenix as .mozilla-firebird
  713. is not working as expected
  714. - manpage now also available as MozillaFirebird.1
  715. * Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
  716. - updated to 0.7
  717. - provides webclient
  718. - run regxpcom and regchrome after installation and removal
  719. - added a man page from the debian package
  720. - changed user-app-dir from .phoenix to .mozilla-firebird
  721. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
  722. - now with mozilla-default-plugin-less-annoying.patch; see bug #586
  723. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
  724. - updated to 0.6.1
  725. - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1
  726. it should now also build on RH80
  727. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
  728. - enabled the type ahead extension: bug #484
  729. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
  730. - renamed it again back to MozillaFirbird
  731. - added libmng-devel to BuildRequires
  732. - startup homepage is now www.fedora.us
  733. - improved the startup script to use the unix remote protocol
  734. to open a new window
  735. * Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
  736. - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
  737. - now using gtk2 as toolkit
  738. - renamed again back to mozilla-firebird (I like it better)
  739. - Provides: MozillaFirebird for compatibility with previous releases
  740. - changed default bookmarks.html to contain links to www.fedora.us
  741. * Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
  742. - renamed package to MozillaFirebird and all files with the old name
  743. - enabled mng, mathml, xinerama support
  744. - now honouring RPM_OPT_FLAGS
  745. * Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
  746. - updated to 0.6
  747. * Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
  748. - Updated to CVS.
  749. - Renamed to mozilla-firebird.
  750. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
  751. - Updated to CVS.
  752. - Removed hard-coded library path.
  753. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
  754. - Changed Prereq to Requires.
  755. - Changed BuildRequires to gtk+-devel (instead of file).
  756. - Recompressed source with bzip2.
  757. - Removed post.
  758. * Tue Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
  759. - Added desktop-file-utils to BuildRequires.
  760. - Changed category to X-Fedora-Extra.
  761. - Updated to CVS.
  762. * Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
  763. - Added Epoch:0.
  764. - Added libgtk-1.2.so.0 to the BuildRequires
  765. * Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
  766. - Updated to latest CVS.
  767. - Moved phoenix startup script into its own file
  768. * Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
  769. - Updated to latest CVS.
  770. - Changed release to 9 vs 8.1.
  771. - Added cvs script.
  772. - added encoding to desktop file.
  773. * Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
  774. - Updated to latest CVS.
  775. - added release specification XFree86-devel Build Requirement.
  776. - changed chmod to %attr
  777. * Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
  778. - Fixed naming scheme.
  779. - Fixed .desktop file.
  780. * Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
  781. - Updated to CVS.
  782. * Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
  783. - General Tweaking.
  784. * Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
  785. - Updated CVS.
  786. - Modified mozconfig.
  787. * Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
  788. - Initial RPM release.