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

Revision 7807, 43.8 KB checked in by daisuke, 11 years ago (diff)

firefox: update to 24.0

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