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

Revision 8861, 45.2 KB checked in by daisuke, 10 years ago (diff)

firefox: update to 31.0

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