firefox-vl.spec 39 KB

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