firefox-vl.spec 42 KB

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