firefox-vl.spec 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035
  1. ## do not include minor version number in MOZILLA_FIVE_HOME
  2. %define ffmajor 3.6
  3. %define ffversion %{ffmajor}.3
  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.3
  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. * Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-1
  262. - update to 3.6.3
  263. * Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
  264. - update to 3.6.2
  265. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
  266. - remove version number from browsername.
  267. - rebuild with xulrunner-1.9.2-3
  268. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-1
  269. - update to 3.6
  270. * Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-2
  271. - update desktop files
  272. * Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-1
  273. - new upstream release
  274. - move to unofficial build from community build.
  275. - change about dialog.
  276. * Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.5-1
  277. - new upstream release
  278. * Sat Aug 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-3
  279. - rebuild again with xulrunner-1.9.1.2-2
  280. * Fri Aug 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-2
  281. - rebuild with xulrunner-1.9.1.2-2
  282. * Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-1
  283. - new upstream release
  284. * Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-2
  285. - remove MimeType entry from firefox-safe-mode.desktop (<BTS:0735>)
  286. - add default{32,48}.png to %%{ffdir}/chrome/icons/default (<BTS:0733>)
  287. * Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-1
  288. - new upstream release
  289. - add BR: libXt-devel, startup-notification-devel
  290. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-3
  291. - enable-system-cairo
  292. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-2
  293. - add Patch3010 to fix releasenotes urls
  294. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
  295. - update to firefox 3.5 release
  296. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0.1.rc3
  297. - update to firefox-3.5rc3
  298. * Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
  299. - new upstream release
  300. * Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-4
  301. - rebuild to fix broken package..
  302. * Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-3
  303. - add Obsoletes: firefox3
  304. * Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-2
  305. - new upstream release
  306. * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-2
  307. - build with gecko-libs (xulrunner)
  308. - update firefox startup script (/usr/bin/firefox)
  309. * Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
  310. - new upstream release
  311. - build with nspr-4.7.4, nss-3.12.3
  312. - set FLASH_FORCE_PULSEAUDIO if PA server is running.
  313. * Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
  314. - new upstream release
  315. - update default bookmarks
  316. * Thu Mar 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
  317. - new upstream release
  318. * Mon Feb 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2
  319. - modify mozconfig
  320. - remove --enable-xft
  321. - remove --enable-system-cairo, add --disable-system-cairo
  322. * Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
  323. - new upstream release
  324. * Sat Dec 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.5-1
  325. - new upstream release
  326. * Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
  327. - new upstream release
  328. * Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-2
  329. - add Patch30 to remove EULA
  330. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-1
  331. - new upstream release
  332. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-2
  333. - disable dbus.
  334. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
  335. - new upstream release
  336. * Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
  337. - new upstream release
  338. * Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-2
  339. - rebuild with nss-3.12, nspr-4.7.1
  340. - use unofficial branding
  341. - change brand*Name to "Firefox Community Edition - Gran Paradiso"
  342. * Sun Jun 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-1
  343. - new upstream release
  344. * Sat Apr 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.14-1
  345. - new upstream release
  346. * Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.13-1
  347. - new upstream release
  348. * Tue Feb 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.12-0vl3
  349. - new upstream release
  350. * Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.11-0vl3
  351. - new upstream release
  352. * Tue Nov 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.10-0vl3
  353. - new upstream release
  354. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.9-0vl3
  355. - new upstream release
  356. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.8-0vl3
  357. - new upstream release
  358. - build with nspr-4.6.7
  359. - update default bookmarks
  360. * Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.6-0vl3
  361. - new upstream release
  362. * Thu Jul 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.5-0vl3
  363. - new upstream release
  364. * Tue Jun 12 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl9
  365. - fix pkgconfig file for x86_64 [VineSeed-x86_64:00333]
  366. - require ns{pr,s}-devel instead of ns{pr,s} for firefox-devel
  367. * Sat Jun 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl6
  368. - fix exclude condition of firefox-{nss,nspr}.pc (<BTS:532>)
  369. * Thu May 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl3
  370. - update to firefox-2.0.0.4
  371. - remove Patch1020 which is merged in upstream
  372. * Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.3-0vl5
  373. - added Patch1020 for workaround gcc visibility hidden bugs
  374. * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl4
  375. - add build options to build with external nss/nspr libraries
  376. ac_add_options --with-system-nspr
  377. ac_add_options --with-system-nss
  378. - remove firefox-{nspr,nss}.pc from %%files devel
  379. * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl3
  380. - rebuild with new environment/toolchain
  381. - update ja locale
  382. * Wed Mar 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl2
  383. - new upstream release
  384. * Sat Feb 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.2-0vl2
  385. - new upstream release
  386. * Sat Jan 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl6
  387. - remove typeaheadfind and venkman extention.
  388. * Fri Jan 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl4
  389. - add build options for FireBug (<BTS:wishes:9>)
  390. --enable-jsd, --enable-extention=default,typeaheadfind,venkman
  391. * Thu Dec 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl2
  392. - update to firefox-2.0.0.1
  393. * Mon Nov 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl6
  394. - add Patch10 to fix Bug358798
  395. - fix idl install path (<BTS:401>)
  396. * Sat Oct 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl4
  397. - update vine default settings
  398. - use Firefox for UA string instead of BonEcho
  399. - add vendor/vendorSub to UA string
  400. - disable spell check by default
  401. - enable smooth scroll by default
  402. * Tue Oct 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl2
  403. - update to firefox-2.0 final
  404. * Mon Oct 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.rc3
  405. - update to firefox-2.0rc3
  406. - drop unneeded patches.
  407. * Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl4
  408. - change Summary, desktopfiles
  409. - use Firefox Community Edition, instead of Firefox.
  410. * Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
  411. - new upstream release
  412. * Thu Aug 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.6-0vl2
  413. - new upstream release
  414. - -safe-mode option (VinePlus:03026)
  415. - add Patch1010
  416. - add -safe-mode option in Usage(--help).
  417. - add firefox-safe-mode.desktop
  418. * Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
  419. - new upstream release
  420. - update default bookmarks
  421. * Tue Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl4
  422. - copy nss headers
  423. * Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl2
  424. - new upstream release
  425. * Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.3-0vl2
  426. - new upstream release
  427. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl4
  428. - use firefox-1.5 for MOZILLA_FIVE_HOME instead of firefox-1.5.0.2
  429. - applications using gtkmozembed of firefox become unaffected to
  430. firefox's minor version changes.
  431. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl2
  432. - new upstream release
  433. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl6
  434. - clean up spec file ( remove unneeded %%ghost file ... )
  435. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl4
  436. - fix missing default theme in theme changer
  437. * Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl3
  438. - add upstream patches (100,101,102)
  439. - update default bookmarks
  440. - build en-US locale
  441. - disable pango rendering by default
  442. (workaround fix slow rendering in some page)
  443. * Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl2
  444. - new upstream release
  445. * Thu Jan 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl4
  446. - fix libnssckbi broken symlink problem (BUG:8)
  447. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl3
  448. - add devel subpackage for gtkembedmoz
  449. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
  450. - re-enable ja locale
  451. - fix crash bug with COMPOSITE enabled X server
  452. - add patch to /usr/bin/firefox
  453. * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
  454. - new upstream release
  455. * Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-0vl2
  456. - update to firefox-1.0.7
  457. * Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl10
  458. - modified mozconfig to use RPM_OPT_FLAGS
  459. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl8
  460. - add Patch110 to fix crash with gtk-2.7 (fixed in upstream)
  461. * Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl6
  462. - rebuild with pango-1.9.1
  463. - add pango-cairo patch
  464. * Sat Jul 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl4
  465. - update Patch25 to enable extension update feature
  466. (disabled in preferences by default)
  467. * Wed Jul 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
  468. - new upstream release
  469. * Thu Jul 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
  470. - new upstream release
  471. * Sat May 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl6
  472. - add more pango rendering patch from FC-devel.
  473. - add IM candidate window position patch.
  474. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl4
  475. - fix wrong condition branching in spec file.
  476. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl2
  477. - new upstream release
  478. - drop obsolete patch{103,104}
  479. * Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  480. - new upstream release
  481. * Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
  482. - new upstream release
  483. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl6
  484. - clean up spec file
  485. - drop own pixmap file (use included one)
  486. - fix up file permissions
  487. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl4
  488. - remove "new-window" option from openurl in /usr/bin/firefox
  489. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl2
  490. - readd patch31,32 for pango rendering fix.
  491. * Mon Mar 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl0
  492. - rebuild for Vine Linux 3.1 (VinePlus)
  493. * Mon Mar 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  494. - new upstream release
  495. - merge some patches from fedora
  496. - include ja-JP langpack only.
  497. - add Japanese translation for mozilla-firefox.desktop
  498. - disable gnomeui, gnomestripe patch
  499. - disable mozilla official branding.
  500. * Mon Jan 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  501. - initial build for Vine Linux
  502. - based on fedora package, add Vine patch from Mozilla package.
  503. * Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
  504. - Add upstream langpacks
  505. * Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
  506. - Make sure we get a URL passed in to firefox (#138861)
  507. - Mark some generated files as ghost (#136015)
  508. * Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
  509. - Don't have downloads "disappear" when downloading to desktop (#139015)
  510. - Add RPM version to the useragent
  511. - BuildRequires pango-devel
  512. * Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
  513. - Fix spacing in textareas when using pango for rendering
  514. - Enable pango rendering by default.
  515. - Enable smooth scrolling by default
  516. * Fri Dec 3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
  517. - Add StartupWMClass patch from Damian Christey (#135830)
  518. - Use system colors by default (#137810)
  519. - Re-add s390(x)
  520. * Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
  521. - Add patch that uses pango for selection.
  522. * Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
  523. - Fix livemarks icon issue. (#138989)
  524. * Tue Nov 8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
  525. - Firefox 1.0
  526. * Thu Nov 4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
  527. - Add support for GNOME stock icons. (bmo #233461)
  528. * Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
  529. - #136330 BR freetype-devel with conditions
  530. - #135050 firefox should own mozilla plugin dir
  531. * Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
  532. - Update to firefox-rc1
  533. - Add patch for s390(x)
  534. * Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
  535. - Fix LD_LIBRARY_PATH at startup (Steve Knodle)
  536. * Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
  537. - Prevent inlining of stack direction detection (#135255)
  538. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
  539. - More file chooser fixes:
  540. Pop up a confirmation dialog before overwriting files (#134648)
  541. Allow saving as complete once again
  542. - Fix for upstream 263263.
  543. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
  544. - Fix for upstream 262689.
  545. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
  546. - Update pango patch to one that defaults to off
  547. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
  548. - Fix problem where default apps aren't showing up in the download
  549. dialog (#136261)
  550. - Fix default height being larger than the available area, cherry picked
  551. from upstream
  552. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
  553. - Actually turn on pango in the mozconfig
  554. * Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
  555. - Disable the default application checks. (#133713)
  556. - Disable the software update feature. (#136017)
  557. * Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
  558. - Use pango for rendering
  559. * Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
  560. - Fix for 64 bit crash at startup (b.m.o #256603)
  561. * Fri Oct 8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
  562. - Fix compile issues (#134914)
  563. - Add patch to fix button focus issues (#133507)
  564. - Add patches to fix tab focus stealing issue (b.m.o #124750)
  565. * Fri Oct 1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
  566. - Update to 0.10.1
  567. - Fix tab switching keybindings (#133504)
  568. * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
  569. - filter out library Provides: and internal Requires:
  570. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
  571. - Prereq desktop-file-utils >= 0.9
  572. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
  573. - Add clipboard access prevention patch.
  574. * Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
  575. - Add the xul mime type to the .desktop file
  576. * Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
  577. - Backport the GTK+ file chooser.
  578. - Update desktop database after uninstall.
  579. * Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
  580. - Change the vendor to mozilla not fedora
  581. - Build with --disable-strip so debuginfo packages work (#133738)
  582. - Add pkgconfig patch (bmo #261090)
  583. * Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
  584. - Add a BR for desktop-file-utils
  585. - Update default configuration options to use the firefox mozconfig (#132916)
  586. - Use Red Hat bookmarks (#133262)
  587. - Update default homepage (#132721)
  588. - Fix JS math on AMD64 (#133226)
  589. - Build with MOZILLA_OFICIAL (#132917)
  590. * Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
  591. - Update to 1.0PR1
  592. - Update man page references to say Firefox instead of Firebird
  593. - Remove gcc34 and extensions patch; they are now upstream
  594. - Update desktop database
  595. - Minor tweaks to the .desktop file
  596. * Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
  597. - Fixup .desktop entry Name, GenericName, and Comment (#131602)
  598. - Add MimeType desktop entry (patch from jrb@redhat.com)
  599. - Build with --disable-xprint
  600. * Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
  601. - rawhide import
  602. - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
  603. * Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
  604. - and mng support is disabled again as it seams that there is
  605. no real mng support in the code
  606. * Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
  607. - remove ldconfig from scriptlets (bug #1846 comment #40)
  608. - reenabled mng support (bug #1971)
  609. - removed --enable-strip to let rpm to the stripping (bug #1971)
  610. - honor system settings in firefox.sh (bug #1971)
  611. - setting umask 022 in scriptlets (bug #1962)
  612. * Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
  613. - copy the icon to the right place(TM)
  614. * Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
  615. - readded the xpm removed in 0:0.9.2-0.fdr.5
  616. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
  617. - added mozilla-1.7-psfonts.patch from rawhide mozilla
  618. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
  619. - updated to 0.9.3
  620. - removed following from .mozconfig:
  621. ac_add_options --with-system-mng
  622. ac_add_options --enable-xprint
  623. ac_add_options --disable-dtd-debug
  624. ac_add_options --disable-freetype2
  625. ac_add_options --enable-strip-libs
  626. ac_add_options --enable-reorder
  627. ac_add_options --enable-mathml
  628. ac_add_options --without-system-nspr
  629. * Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
  630. - applied parts of the patch from Matthias Saou (bug #1846)
  631. - delete empty directories in %%{ffdir}/chrome
  632. - more cosmetic changes to the spec file
  633. * Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
  634. - mozilla-default-plugin-less-annoying.patch readded
  635. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
  636. - added krb5-devel as build requirement
  637. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
  638. - added patch from bugzilla.mozilla.org (bug #247846)
  639. - removed Xvfb hack
  640. * Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
  641. - updated to 0.9.2
  642. * Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
  643. - mharris suggestion for backwards compatibilty with Xvfb hack
  644. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
  645. - added massive hack from the debian package to create the
  646. extension directory
  647. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
  648. - updated to 0.9.1
  649. * Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
  650. - remove extensions patch
  651. - add post hack to create extensions
  652. - enable negotiateauth extension
  653. - copy icon to browser/app/default.xpm
  654. - --enable-official-branding
  655. * Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
  656. - extensions patch
  657. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
  658. - added gnome-vfs2-devel as BuildRequires
  659. - added gcc-3.4 patch
  660. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
  661. - updated to 0.9
  662. - dropped x86_64 patches
  663. - dropped xremote patches
  664. * Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
  665. - remove unused files: mozilla-config
  666. * Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
  667. - update mozconfig (fixes bug #1443)
  668. - installation directory includes version number
  669. * Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
  670. - merge x86_64 release 10 with fedora.us release 10 bump release to 11
  671. * Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
  672. - rebuild for FC2
  673. - change Source71 to properly replace Source7 for maintainability
  674. * Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
  675. - 3rd xremote patch
  676. - test -Os rather than -O2
  677. * Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
  678. - more x86_64 fixes
  679. - fix firefix-xremote-client for x86_64 (similar to what is done for
  680. firefox.sh.in)
  681. * Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
  682. - xremote patch for thunderbird integration #1113
  683. - back out ugly hack from /usr/bin/firefox
  684. - correct default bookmarks
  685. * Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
  686. - readded the new firefox icons
  687. * Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
  688. - removed new firefox icons
  689. * Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
  690. - nothing
  691. * Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
  692. - update for x86_64 ... usr mozilla-1.6 patches
  693. - change "firefox-i*" to "firefox-*" in above stuff
  694. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
  695. - another icon changed
  696. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
  697. - startup script modified
  698. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
  699. - new firefox icon
  700. - more s/firebird/firefox/
  701. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
  702. - new version: 0.8
  703. - new name: firefox
  704. * Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
  705. - s/0.6.1/0.7/
  706. - changed user-app-dir back to .phoenix as .mozilla-firebird
  707. is not working as expected
  708. - manpage now also available as MozillaFirebird.1
  709. * Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
  710. - updated to 0.7
  711. - provides webclient
  712. - run regxpcom and regchrome after installation and removal
  713. - added a man page from the debian package
  714. - changed user-app-dir from .phoenix to .mozilla-firebird
  715. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
  716. - now with mozilla-default-plugin-less-annoying.patch; see bug #586
  717. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
  718. - updated to 0.6.1
  719. - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1
  720. it should now also build on RH80
  721. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
  722. - enabled the type ahead extension: bug #484
  723. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
  724. - renamed it again back to MozillaFirbird
  725. - added libmng-devel to BuildRequires
  726. - startup homepage is now www.fedora.us
  727. - improved the startup script to use the unix remote protocol
  728. to open a new window
  729. * Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
  730. - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
  731. - now using gtk2 as toolkit
  732. - renamed again back to mozilla-firebird (I like it better)
  733. - Provides: MozillaFirebird for compatibility with previous releases
  734. - changed default bookmarks.html to contain links to www.fedora.us
  735. * Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
  736. - renamed package to MozillaFirebird and all files with the old name
  737. - enabled mng, mathml, xinerama support
  738. - now honouring RPM_OPT_FLAGS
  739. * Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
  740. - updated to 0.6
  741. * Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
  742. - Updated to CVS.
  743. - Renamed to mozilla-firebird.
  744. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
  745. - Updated to CVS.
  746. - Removed hard-coded library path.
  747. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
  748. - Changed Prereq to Requires.
  749. - Changed BuildRequires to gtk+-devel (instead of file).
  750. - Recompressed source with bzip2.
  751. - Removed post.
  752. * Tue Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
  753. - Added desktop-file-utils to BuildRequires.
  754. - Changed category to X-Fedora-Extra.
  755. - Updated to CVS.
  756. * Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
  757. - Added Epoch:0.
  758. - Added libgtk-1.2.so.0 to the BuildRequires
  759. * Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
  760. - Updated to latest CVS.
  761. - Moved phoenix startup script into its own file
  762. * Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
  763. - Updated to latest CVS.
  764. - Changed release to 9 vs 8.1.
  765. - Added cvs script.
  766. - added encoding to desktop file.
  767. * Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
  768. - Updated to latest CVS.
  769. - added release specification XFree86-devel Build Requirement.
  770. - changed chmod to %attr
  771. * Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
  772. - Fixed naming scheme.
  773. - Fixed .desktop file.
  774. * Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
  775. - Updated to CVS.
  776. * Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
  777. - General Tweaking.
  778. * Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
  779. - Updated CVS.
  780. - Modified mozconfig.
  781. * Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
  782. - Initial RPM release.