firefox-vl.spec 43 KB

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