firefox-vl.spec 43 KB

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