source: projects/specs/trunk/f/firefox/firefox-vl.spec @ 7688

Revision 7688, 43.4 KB checked in by daisuke, 11 years ago (diff)

firefox:

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