firefox-vl.spec 34 KB

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