firefox-vl.spec 41 KB

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