firefox-vl.spec 41 KB

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