firefox-vl.spec 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262
  1. # do not include minor version number in MOZILLA_FIVE_HOME
  2. %global ffmajor 13.0
  3. %global geckomajor 13.0
  4. #global ffminor
  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. * Wed Jun 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0-1
  355. - update to 13.0
  356. * Sun May 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-3
  357. - add patch2 to fix build failure with gcc-4.1 (vine5)
  358. * Mon May 07 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-2
  359. - use internal nspr on Vine Linux 6
  360. - add patch2 to fix build failure with gcc-4.4
  361. * Wed Apr 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-1
  362. - update to 12.0
  363. - add patch1 to fix build failure with system cairo
  364. * Fri Feb 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.2-1
  365. - update to 10.0.2
  366. * Mon Feb 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.1-1
  367. - update to 10.0.1
  368. * Wed Feb 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0-1
  369. - update to 10.0
  370. - use internal libvpx
  371. * Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-4
  372. - add AutoProv: no
  373. * Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-3
  374. - update mozconfig-firefox-vine5,6,7
  375. - fix spec to build in parallel
  376. * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
  377. - update mozconfig
  378. - build with internal nss on Vine6
  379. * Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
  380. - update to 9.0.1
  381. * Wed Dec 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
  382. - update to 9.0
  383. - build with nss-3.13.1
  384. * Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
  385. - update to 8.0.1
  386. * Fri Nov 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0-1
  387. - update to 8.0
  388. - remove version number from MOZ_DIST_BIN
  389. - /usr/lib*/firefox-8.0 -> /usr/lib*/firefox
  390. * Fri Sep 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.1-1
  391. - update to 7.0.1
  392. * Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0-1
  393. - update to 7.0
  394. * Tue Sep 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.2-1
  395. - update to 6.0.2
  396. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0-2
  397. - rebuild with libnotify-0.7
  398. * Sun Aug 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-1
  399. - update to 6.0
  400. * Tue Jul 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.1-1
  401. - update to 5.0.1
  402. * Thu Jul 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-1
  403. - update to 5.0
  404. - do not build with external xulrunner
  405. - remove BR: gecko-devel, R: gecko-libs
  406. - add BR: alsa-lib-devel, lcms-devel, libvpx-devel, libpng-devel,
  407. sqlite3-devel, zip
  408. * Mon May 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-1
  409. - update to 4.0.1
  410. - remove MimeType from firefox-safe-mode.desktop
  411. - add BR: yasm, unzip
  412. * Tue Mar 31 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-2
  413. - add "--disable-ipc" on non-x86 architecture
  414. - update parallel build option
  415. - mozilla can build up to 4 jobs in parallel on x86
  416. - disable C++ exceptions since mozilla code is not exception-safe
  417. * Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
  418. - update to 4.0
  419. - BR: libjpeg-turbo-devel >= 1.1.0
  420. - BR: nspr-devel >= 4.8.7
  421. - BR: nss-devel >= 3.12.9
  422. - BR: cairo-devel >= 1.10.2-2
  423. - use langpacks.xpi instead of l10n source
  424. - update firefox startup script
  425. * Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.15-1
  426. - update to 3.6.15
  427. * Wed Mar 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.14-1
  428. - update to 3.6.14
  429. * Sat Jan 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.13-1
  430. - update to 3.6.13
  431. * Thu Oct 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.11-1
  432. - update to 3.6.11
  433. * Tue Sep 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.9-1
  434. - update to 3.6.9
  435. * Mon Jul 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.8-1
  436. - update to 3.6.8
  437. * Wed Jul 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.7-1
  438. - update to 3.6.7
  439. * Wed Jun 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.4-1
  440. - update to 3.6.4
  441. * Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-1
  442. - update to 3.6.3
  443. * Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
  444. - update to 3.6.2
  445. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
  446. - remove version number from browsername.
  447. - rebuild with xulrunner-1.9.2-3
  448. * Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-1
  449. - update to 3.6
  450. * Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-2
  451. - update desktop files
  452. * Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-1
  453. - new upstream release
  454. - move to unofficial build from community build.
  455. - change about dialog.
  456. * Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.5-1
  457. - new upstream release
  458. * Sat Aug 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-3
  459. - rebuild again with xulrunner-1.9.1.2-2
  460. * Fri Aug 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-2
  461. - rebuild with xulrunner-1.9.1.2-2
  462. * Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-1
  463. - new upstream release
  464. * Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-2
  465. - remove MimeType entry from firefox-safe-mode.desktop (<BTS:0735>)
  466. - add default{32,48}.png to %%{ffdir}/chrome/icons/default (<BTS:0733>)
  467. * Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-1
  468. - new upstream release
  469. - add BR: libXt-devel, startup-notification-devel
  470. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-3
  471. - enable-system-cairo
  472. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-2
  473. - add Patch3010 to fix releasenotes urls
  474. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
  475. - update to firefox 3.5 release
  476. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0.1.rc3
  477. - update to firefox-3.5rc3
  478. * Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
  479. - new upstream release
  480. * Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-4
  481. - rebuild to fix broken package..
  482. * Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-3
  483. - add Obsoletes: firefox3
  484. * Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-2
  485. - new upstream release
  486. * Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-2
  487. - build with gecko-libs (xulrunner)
  488. - update firefox startup script (/usr/bin/firefox)
  489. * Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
  490. - new upstream release
  491. - build with nspr-4.7.4, nss-3.12.3
  492. - set FLASH_FORCE_PULSEAUDIO if PA server is running.
  493. * Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
  494. - new upstream release
  495. - update default bookmarks
  496. * Thu Mar 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
  497. - new upstream release
  498. * Mon Feb 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2
  499. - modify mozconfig
  500. - remove --enable-xft
  501. - remove --enable-system-cairo, add --disable-system-cairo
  502. * Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
  503. - new upstream release
  504. * Sat Dec 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.5-1
  505. - new upstream release
  506. * Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
  507. - new upstream release
  508. * Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-2
  509. - add Patch30 to remove EULA
  510. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-1
  511. - new upstream release
  512. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-2
  513. - disable dbus.
  514. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
  515. - new upstream release
  516. * Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
  517. - new upstream release
  518. * Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-2
  519. - rebuild with nss-3.12, nspr-4.7.1
  520. - use unofficial branding
  521. - change brand*Name to "Firefox Community Edition - Gran Paradiso"
  522. * Sun Jun 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-1
  523. - new upstream release
  524. * Sat Apr 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.14-1
  525. - new upstream release
  526. * Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.13-1
  527. - new upstream release
  528. * Tue Feb 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.12-0vl3
  529. - new upstream release
  530. * Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.11-0vl3
  531. - new upstream release
  532. * Tue Nov 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.10-0vl3
  533. - new upstream release
  534. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.9-0vl3
  535. - new upstream release
  536. * Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.8-0vl3
  537. - new upstream release
  538. - build with nspr-4.6.7
  539. - update default bookmarks
  540. * Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.6-0vl3
  541. - new upstream release
  542. * Thu Jul 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.5-0vl3
  543. - new upstream release
  544. * Tue Jun 12 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl9
  545. - fix pkgconfig file for x86_64 [VineSeed-x86_64:00333]
  546. - require ns{pr,s}-devel instead of ns{pr,s} for firefox-devel
  547. * Sat Jun 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl6
  548. - fix exclude condition of firefox-{nss,nspr}.pc (<BTS:532>)
  549. * Thu May 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl3
  550. - update to firefox-2.0.0.4
  551. - remove Patch1020 which is merged in upstream
  552. * Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.3-0vl5
  553. - added Patch1020 for workaround gcc visibility hidden bugs
  554. * Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl4
  555. - add build options to build with external nss/nspr libraries
  556. ac_add_options --with-system-nspr
  557. ac_add_options --with-system-nss
  558. - remove firefox-{nspr,nss}.pc from %%files devel
  559. * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl3
  560. - rebuild with new environment/toolchain
  561. - update ja locale
  562. * Wed Mar 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl2
  563. - new upstream release
  564. * Sat Feb 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.2-0vl2
  565. - new upstream release
  566. * Sat Jan 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl6
  567. - remove typeaheadfind and venkman extention.
  568. * Fri Jan 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl4
  569. - add build options for FireBug (<BTS:wishes:9>)
  570. --enable-jsd, --enable-extention=default,typeaheadfind,venkman
  571. * Thu Dec 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl2
  572. - update to firefox-2.0.0.1
  573. * Mon Nov 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl6
  574. - add Patch10 to fix Bug358798
  575. - fix idl install path (<BTS:401>)
  576. * Sat Oct 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl4
  577. - update vine default settings
  578. - use Firefox for UA string instead of BonEcho
  579. - add vendor/vendorSub to UA string
  580. - disable spell check by default
  581. - enable smooth scroll by default
  582. * Tue Oct 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl2
  583. - update to firefox-2.0 final
  584. * Mon Oct 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.rc3
  585. - update to firefox-2.0rc3
  586. - drop unneeded patches.
  587. * Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl4
  588. - change Summary, desktopfiles
  589. - use Firefox Community Edition, instead of Firefox.
  590. * Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
  591. - new upstream release
  592. * Thu Aug 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.6-0vl2
  593. - new upstream release
  594. - -safe-mode option (VinePlus:03026)
  595. - add Patch1010
  596. - add -safe-mode option in Usage(--help).
  597. - add firefox-safe-mode.desktop
  598. * Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
  599. - new upstream release
  600. - update default bookmarks
  601. * Tue Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl4
  602. - copy nss headers
  603. * Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl2
  604. - new upstream release
  605. * Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.3-0vl2
  606. - new upstream release
  607. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl4
  608. - use firefox-1.5 for MOZILLA_FIVE_HOME instead of firefox-1.5.0.2
  609. - applications using gtkmozembed of firefox become unaffected to
  610. firefox's minor version changes.
  611. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl2
  612. - new upstream release
  613. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl6
  614. - clean up spec file ( remove unneeded %%ghost file ... )
  615. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl4
  616. - fix missing default theme in theme changer
  617. * Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl3
  618. - add upstream patches (100,101,102)
  619. - update default bookmarks
  620. - build en-US locale
  621. - disable pango rendering by default
  622. (workaround fix slow rendering in some page)
  623. * Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl2
  624. - new upstream release
  625. * Thu Jan 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl4
  626. - fix libnssckbi broken symlink problem (BUG:8)
  627. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl3
  628. - add devel subpackage for gtkembedmoz
  629. * Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
  630. - re-enable ja locale
  631. - fix crash bug with COMPOSITE enabled X server
  632. - add patch to /usr/bin/firefox
  633. * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
  634. - new upstream release
  635. * Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-0vl2
  636. - update to firefox-1.0.7
  637. * Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl10
  638. - modified mozconfig to use RPM_OPT_FLAGS
  639. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl8
  640. - add Patch110 to fix crash with gtk-2.7 (fixed in upstream)
  641. * Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl6
  642. - rebuild with pango-1.9.1
  643. - add pango-cairo patch
  644. * Sat Jul 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl4
  645. - update Patch25 to enable extension update feature
  646. (disabled in preferences by default)
  647. * Wed Jul 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
  648. - new upstream release
  649. * Thu Jul 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
  650. - new upstream release
  651. * Sat May 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl6
  652. - add more pango rendering patch from FC-devel.
  653. - add IM candidate window position patch.
  654. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl4
  655. - fix wrong condition branching in spec file.
  656. * Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl2
  657. - new upstream release
  658. - drop obsolete patch{103,104}
  659. * Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  660. - new upstream release
  661. * Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
  662. - new upstream release
  663. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl6
  664. - clean up spec file
  665. - drop own pixmap file (use included one)
  666. - fix up file permissions
  667. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl4
  668. - remove "new-window" option from openurl in /usr/bin/firefox
  669. * Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl2
  670. - readd patch31,32 for pango rendering fix.
  671. * Mon Mar 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl0
  672. - rebuild for Vine Linux 3.1 (VinePlus)
  673. * Mon Mar 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  674. - new upstream release
  675. - merge some patches from fedora
  676. - include ja-JP langpack only.
  677. - add Japanese translation for mozilla-firefox.desktop
  678. - disable gnomeui, gnomestripe patch
  679. - disable mozilla official branding.
  680. * Mon Jan 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  681. - initial build for Vine Linux
  682. - based on fedora package, add Vine patch from Mozilla package.
  683. * Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
  684. - Add upstream langpacks
  685. * Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
  686. - Make sure we get a URL passed in to firefox (#138861)
  687. - Mark some generated files as ghost (#136015)
  688. * Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
  689. - Don't have downloads "disappear" when downloading to desktop (#139015)
  690. - Add RPM version to the useragent
  691. - BuildRequires pango-devel
  692. * Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
  693. - Fix spacing in textareas when using pango for rendering
  694. - Enable pango rendering by default.
  695. - Enable smooth scrolling by default
  696. * Fri Dec 3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
  697. - Add StartupWMClass patch from Damian Christey (#135830)
  698. - Use system colors by default (#137810)
  699. - Re-add s390(x)
  700. * Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
  701. - Add patch that uses pango for selection.
  702. * Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
  703. - Fix livemarks icon issue. (#138989)
  704. * Tue Nov 8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
  705. - Firefox 1.0
  706. * Thu Nov 4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
  707. - Add support for GNOME stock icons. (bmo #233461)
  708. * Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
  709. - #136330 BR freetype-devel with conditions
  710. - #135050 firefox should own mozilla plugin dir
  711. * Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
  712. - Update to firefox-rc1
  713. - Add patch for s390(x)
  714. * Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
  715. - Fix LD_LIBRARY_PATH at startup (Steve Knodle)
  716. * Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
  717. - Prevent inlining of stack direction detection (#135255)
  718. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
  719. - More file chooser fixes:
  720. Pop up a confirmation dialog before overwriting files (#134648)
  721. Allow saving as complete once again
  722. - Fix for upstream 263263.
  723. * Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
  724. - Fix for upstream 262689.
  725. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
  726. - Update pango patch to one that defaults to off
  727. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
  728. - Fix problem where default apps aren't showing up in the download
  729. dialog (#136261)
  730. - Fix default height being larger than the available area, cherry picked
  731. from upstream
  732. * Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
  733. - Actually turn on pango in the mozconfig
  734. * Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
  735. - Disable the default application checks. (#133713)
  736. - Disable the software update feature. (#136017)
  737. * Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
  738. - Use pango for rendering
  739. * Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
  740. - Fix for 64 bit crash at startup (b.m.o #256603)
  741. * Fri Oct 8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
  742. - Fix compile issues (#134914)
  743. - Add patch to fix button focus issues (#133507)
  744. - Add patches to fix tab focus stealing issue (b.m.o #124750)
  745. * Fri Oct 1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
  746. - Update to 0.10.1
  747. - Fix tab switching keybindings (#133504)
  748. * Fri Oct 1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
  749. - filter out library Provides: and internal Requires:
  750. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
  751. - Prereq desktop-file-utils >= 0.9
  752. * Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
  753. - Add clipboard access prevention patch.
  754. * Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
  755. - Add the xul mime type to the .desktop file
  756. * Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
  757. - Backport the GTK+ file chooser.
  758. - Update desktop database after uninstall.
  759. * Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
  760. - Change the vendor to mozilla not fedora
  761. - Build with --disable-strip so debuginfo packages work (#133738)
  762. - Add pkgconfig patch (bmo #261090)
  763. * Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
  764. - Add a BR for desktop-file-utils
  765. - Update default configuration options to use the firefox mozconfig (#132916)
  766. - Use Red Hat bookmarks (#133262)
  767. - Update default homepage (#132721)
  768. - Fix JS math on AMD64 (#133226)
  769. - Build with MOZILLA_OFICIAL (#132917)
  770. * Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
  771. - Update to 1.0PR1
  772. - Update man page references to say Firefox instead of Firebird
  773. - Remove gcc34 and extensions patch; they are now upstream
  774. - Update desktop database
  775. - Minor tweaks to the .desktop file
  776. * Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
  777. - Fixup .desktop entry Name, GenericName, and Comment (#131602)
  778. - Add MimeType desktop entry (patch from jrb@redhat.com)
  779. - Build with --disable-xprint
  780. * Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
  781. - rawhide import
  782. - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
  783. * Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
  784. - and mng support is disabled again as it seams that there is
  785. no real mng support in the code
  786. * Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
  787. - remove ldconfig from scriptlets (bug #1846 comment #40)
  788. - reenabled mng support (bug #1971)
  789. - removed --enable-strip to let rpm to the stripping (bug #1971)
  790. - honor system settings in firefox.sh (bug #1971)
  791. - setting umask 022 in scriptlets (bug #1962)
  792. * Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
  793. - copy the icon to the right place(TM)
  794. * Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
  795. - readded the xpm removed in 0:0.9.2-0.fdr.5
  796. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
  797. - added mozilla-1.7-psfonts.patch from rawhide mozilla
  798. * Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
  799. - updated to 0.9.3
  800. - removed following from .mozconfig:
  801. ac_add_options --with-system-mng
  802. ac_add_options --enable-xprint
  803. ac_add_options --disable-dtd-debug
  804. ac_add_options --disable-freetype2
  805. ac_add_options --enable-strip-libs
  806. ac_add_options --enable-reorder
  807. ac_add_options --enable-mathml
  808. ac_add_options --without-system-nspr
  809. * Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
  810. - applied parts of the patch from Matthias Saou (bug #1846)
  811. - delete empty directories in %%{ffdir}/chrome
  812. - more cosmetic changes to the spec file
  813. * Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
  814. - mozilla-default-plugin-less-annoying.patch readded
  815. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
  816. - added krb5-devel as build requirement
  817. * Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
  818. - added patch from bugzilla.mozilla.org (bug #247846)
  819. - removed Xvfb hack
  820. * Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
  821. - updated to 0.9.2
  822. * Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
  823. - mharris suggestion for backwards compatibilty with Xvfb hack
  824. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
  825. - added massive hack from the debian package to create the
  826. extension directory
  827. * Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
  828. - updated to 0.9.1
  829. * Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
  830. - remove extensions patch
  831. - add post hack to create extensions
  832. - enable negotiateauth extension
  833. - copy icon to browser/app/default.xpm
  834. - --enable-official-branding
  835. * Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
  836. - extensions patch
  837. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
  838. - added gnome-vfs2-devel as BuildRequires
  839. - added gcc-3.4 patch
  840. * Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
  841. - updated to 0.9
  842. - dropped x86_64 patches
  843. - dropped xremote patches
  844. * Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
  845. - remove unused files: mozilla-config
  846. * Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
  847. - update mozconfig (fixes bug #1443)
  848. - installation directory includes version number
  849. * Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
  850. - merge x86_64 release 10 with fedora.us release 10 bump release to 11
  851. * Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
  852. - rebuild for FC2
  853. - change Source71 to properly replace Source7 for maintainability
  854. * Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
  855. - 3rd xremote patch
  856. - test -Os rather than -O2
  857. * Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
  858. - more x86_64 fixes
  859. - fix firefix-xremote-client for x86_64 (similar to what is done for
  860. firefox.sh.in)
  861. * Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
  862. - xremote patch for thunderbird integration #1113
  863. - back out ugly hack from /usr/bin/firefox
  864. - correct default bookmarks
  865. * Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
  866. - readded the new firefox icons
  867. * Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
  868. - removed new firefox icons
  869. * Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
  870. - nothing
  871. * Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
  872. - update for x86_64 ... usr mozilla-1.6 patches
  873. - change "firefox-i*" to "firefox-*" in above stuff
  874. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
  875. - another icon changed
  876. * Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
  877. - startup script modified
  878. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
  879. - new firefox icon
  880. - more s/firebird/firefox/
  881. * Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
  882. - new version: 0.8
  883. - new name: firefox
  884. * Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
  885. - s/0.6.1/0.7/
  886. - changed user-app-dir back to .phoenix as .mozilla-firebird
  887. is not working as expected
  888. - manpage now also available as MozillaFirebird.1
  889. * Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
  890. - updated to 0.7
  891. - provides webclient
  892. - run regxpcom and regchrome after installation and removal
  893. - added a man page from the debian package
  894. - changed user-app-dir from .phoenix to .mozilla-firebird
  895. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
  896. - now with mozilla-default-plugin-less-annoying.patch; see bug #586
  897. * Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
  898. - updated to 0.6.1
  899. - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1
  900. it should now also build on RH80
  901. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
  902. - enabled the type ahead extension: bug #484
  903. * Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
  904. - renamed it again back to MozillaFirbird
  905. - added libmng-devel to BuildRequires
  906. - startup homepage is now www.fedora.us
  907. - improved the startup script to use the unix remote protocol
  908. to open a new window
  909. * Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
  910. - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
  911. - now using gtk2 as toolkit
  912. - renamed again back to mozilla-firebird (I like it better)
  913. - Provides: MozillaFirebird for compatibility with previous releases
  914. - changed default bookmarks.html to contain links to www.fedora.us
  915. * Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
  916. - renamed package to MozillaFirebird and all files with the old name
  917. - enabled mng, mathml, xinerama support
  918. - now honouring RPM_OPT_FLAGS
  919. * Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
  920. - updated to 0.6
  921. * Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
  922. - Updated to CVS.
  923. - Renamed to mozilla-firebird.
  924. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
  925. - Updated to CVS.
  926. - Removed hard-coded library path.
  927. * Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
  928. - Changed Prereq to Requires.
  929. - Changed BuildRequires to gtk+-devel (instead of file).
  930. - Recompressed source with bzip2.
  931. - Removed post.
  932. * Tue Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
  933. - Added desktop-file-utils to BuildRequires.
  934. - Changed category to X-Fedora-Extra.
  935. - Updated to CVS.
  936. * Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
  937. - Added Epoch:0.
  938. - Added libgtk-1.2.so.0 to the BuildRequires
  939. * Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
  940. - Updated to latest CVS.
  941. - Moved phoenix startup script into its own file
  942. * Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
  943. - Updated to latest CVS.
  944. - Changed release to 9 vs 8.1.
  945. - Added cvs script.
  946. - added encoding to desktop file.
  947. * Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
  948. - Updated to latest CVS.
  949. - added release specification XFree86-devel Build Requirement.
  950. - changed chmod to %attr
  951. * Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
  952. - Fixed naming scheme.
  953. - Fixed .desktop file.
  954. * Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
  955. - Updated to CVS.
  956. * Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
  957. - General Tweaking.
  958. * Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
  959. - Updated CVS.
  960. - Modified mozconfig.
  961. * Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
  962. - Initial RPM release.