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

Revision 8392, 44.9 KB checked in by daisuke, 10 years ago (diff)

firefox: update to 29.0

Line 
1# do not include minor version number in MOZILLA_FIVE_HOME
2%global ffmajor 29.0
3%global geckomajor 29.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# bugfix
84#Patch14:       firefox-5.0-asciidel.patch
85#
86Patch15:        firefox-29.0-enable-addons.patch
87
88# patches from fedora
89Patch21:        rhbz-911314.patch
90Patch22:        rhbz-928353.patch
91
92# upstream patch
93#Patch100:        mozilla-837563.patch
94Patch101:        mozilla-938730.patch
95
96# customization patches
97Patch200:       firefox-1.5-default-a4-paper.patch
98
99## Vine patch
100#Patch1000:      firefox-19.0-disable-pdfjs.patch
101
102# vine customization patch
103Patch2000:      firefox-24.0-vine.patch
104
105
106BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
107BuildRequires:  libpng-devel
108BuildRequires:  zlib-devel, zip
109BuildRequires:  libIDL-devel
110BuildRequires:  desktop-file-utils
111BuildRequires:  gtk2-devel
112BuildRequires:  gnome-vfs2-devel
113BuildRequires:  libgnome-devel
114BuildRequires:  pango-devel
115BuildRequires:  alsa-lib-devel
116BuildRequires:  lcms-devel
117BuildRequires:  libpng-devel
118%if %{build_vine7}
119#BuildRequires:  nspr-devel >= %{nspr_version}
120#BuildRequires:  nss-devel >= %{nss_version}
121#Requires: nss >= %{nss_version}
122#Requires: nspr >= %{nspr_version}
123%endif
124%if %{build_vine6}
125BuildRequires:  cairo-devel >= %{cairo_version}
126BuildRequires:  libjpeg-turbo-devel >= %{libjpeg_turbo_version}
127%endif
128#BuildRequires:  gecko-devel = %{gecko_version}
129BuildRequires:  libnotify-devel
130BuildRequires:  libXt-devel
131BuildRequires:  libXrender-devel
132BuildRequires:  libXScrnSaver-devel
133BuildRequires:  startup-notification-devel
134BuildRequires:  autoconf213
135BuildRequires:  freetype2-devel
136BuildRequires:  yasm
137BuildRequires:  unzip
138BuildRequires:  zip
139BuildRequires:  bzip2-devel
140%if %{build_vine7}
141BuildRequires:  python-devel
142BuildRequires:  python
143%else
144BuildRequires:  python27-devel >= 2.7.3
145BuildRequires:  python27 >= 2.7.3
146%endif
147BuildRequires:  curl-devel
148BuildRequires:  wget
149#
150BuildRequires:  gstreamer-devel
151BuildRequires:  gstreamer-plugins-devel
152BuildRequires:  pulseaudio-libs-devel
153
154Requires:       desktop-file-utils >= %{desktop_file_utils_version}
155%if %{build_vine6}
156#Requires:      nspr >= %{nspr_version}
157%endif
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}" == "vl5"
193%patch3 -p1 -b .gcc41
194%endif
195
196%if "%{?_dist_release}" >= "vl7"
197%patch4 -p1 -b .gcc47
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 Apr 30 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 29.0-1
459- update to 29.0
460
461* Thu Mar 20 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 28.0-1
462- update to 28.0
463
464* Sun Feb 16 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0.1-1
465- update to 27.0.1
466
467* Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0-1
468- update to 27.0
469- enable gstreamer/pulseaudio on Vine Linux 6
470
471* Fri Dec 13 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-2
472- add patch100,101 from upstream
473
474* Wed Dec 11 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-1
475- update to 26.0
476
477* Sun Nov 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0.1-1
478- update to 25.0.1
479
480* Tue Oct 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0-1
481- update to 25.0
482
483* Wed Oct 23 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-3
484- set media.gstreamer.enabled true  by default.
485
486* Fri Oct 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-2
487- enable gstreamer and pulseaudio on Vine7
488
489* Tue Sep 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-1
490- update to 24.0
491- update searchplugins
492- add BR: gstreamer-devel, gstreamer-plugins-devel
493
494* Wed Aug 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-2
495- fix vine customize patch
496- update unofficial logos
497
498* Tue Aug 06 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-1
499- update to 23.0
500
501* Thu Jun 27 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0-1
502- update to 22.0
503
504* Mon May 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-2
505- disable helth reporting by default.
506- fix to install Vine's default settings
507
508* Sun May 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-1
509- update to 21.0
510- enable pdfjs
511- build with python27 on Vine6
512
513* Thu Apr 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-2
514- remove patch22
515
516* Mon Apr 15 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-1
517- update to 20.0.1
518- build with internal nss/nspr
519
520* Fri Mar 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-3
521- add BR: curl-devel
522
523* Sun Mar 24 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-2
524- add Patch16 to fix mozbz#239254 (fixed in upstream)
525
526* Fri Mar 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-1
527- update to 19.0.2
528- disable shared-js on Vine Linux 6
529
530* Wed Feb 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0-1
531- update to 19.0
532- add Patch1000 to disable pdf.js feature for now.
533  - pdf.js is not ready to use for CJK.
534
535* Sat Jan 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0.1-1
536- update to 18.0.1
537
538* Wed Jan 09 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0-1
539- update to 18.0
540
541* Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 17.0-1
542- update to 17.0
543
544* Sun Oct 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.2-1
545- update to 16.0.2
546
547* Fri Oct 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.1-1
548- update to 16.0.1
549
550* Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0-1
551- update to 16.0
552
553* Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-3
554- dont use separated plugins on Vine6
555- use --enable-optimize instead of --enable-optimize="\$RPM_OPT_FLAGS"
556
557* Mon Oct 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-2
558- add workaround to build with internal nss library
559
560* Sat Oct 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-1
561- update to 15.0.1
562- add BR: python-devel
563- build with external nss/nspr on Vine7
564
565* Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-2
566- update search plugins
567
568* Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-1
569- update to 14.0.1
570- build with internal nss/nspr
571
572* Sat Jun 16 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0.1-1
573- update to 13.0.1
574
575* Wed Jun 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0-1
576- update to 13.0
577
578* Sun May 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-3
579- add patch2 to fix build failure with gcc-4.1 (vine5)
580
581* Mon May 07 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-2
582- use internal nspr on Vine Linux 6
583- add patch2 to fix build failure with gcc-4.4
584
585* Wed Apr 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-1
586- update to 12.0
587- add patch1 to fix build failure with system cairo
588
589* Fri Feb 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.2-1
590- update to 10.0.2
591
592* Mon Feb 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.1-1
593- update to 10.0.1
594
595* Wed Feb 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0-1
596- update to 10.0
597- use internal libvpx
598
599* Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-4
600- add AutoProv: no
601
602* Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-3
603- update mozconfig-firefox-vine5,6,7
604- fix spec to build in parallel
605
606* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
607- update mozconfig
608  - build with internal nss on Vine6
609
610* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
611- update to 9.0.1
612
613* Wed Dec 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
614- update to 9.0
615- build with nss-3.13.1
616
617* Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
618- update to 8.0.1
619
620* Fri Nov 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0-1
621- update to 8.0
622- remove version number from MOZ_DIST_BIN
623  - /usr/lib*/firefox-8.0 -> /usr/lib*/firefox
624
625* Fri Sep 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.1-1
626- update to 7.0.1
627
628* Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0-1
629- update to 7.0
630
631* Tue Sep 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.2-1
632- update to 6.0.2
633
634* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0-2
635- rebuild with libnotify-0.7
636
637* Sun Aug 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-1
638- update to 6.0
639
640* Tue Jul 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.1-1
641- update to 5.0.1
642
643* Thu Jul 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-1
644- update to 5.0
645- do not build with external xulrunner
646  - remove BR: gecko-devel, R: gecko-libs
647- add BR: alsa-lib-devel, lcms-devel, libvpx-devel, libpng-devel,
648  sqlite3-devel, zip
649
650* Mon May 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-1
651- update to 4.0.1
652- remove MimeType from firefox-safe-mode.desktop
653- add BR: yasm, unzip
654
655* Thu Mar 31 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-2
656- add "--disable-ipc" on non-x86 architecture
657- update parallel build option
658  - mozilla can build up to 4 jobs in parallel on x86
659- disable C++ exceptions since mozilla code is not exception-safe
660
661* Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
662- update to 4.0
663- BR: libjpeg-turbo-devel >= 1.1.0
664- BR: nspr-devel >= 4.8.7
665- BR: nss-devel >= 3.12.9
666- BR: cairo-devel >= 1.10.2-2
667- use langpacks.xpi instead of l10n source
668- update firefox startup script
669
670* Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.15-1
671- update to 3.6.15
672
673* Wed Mar 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.14-1
674- update to 3.6.14
675
676* Sat Jan 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.13-1
677- update to 3.6.13
678
679* Thu Oct 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.11-1
680- update to 3.6.11
681
682* Tue Sep 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.9-1
683- update to 3.6.9
684
685* Mon Jul 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.8-1
686- update to 3.6.8
687
688* Wed Jul 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.7-1
689- update to 3.6.7
690
691* Wed Jun 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.4-1
692- update to 3.6.4
693
694* Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-1
695- update to 3.6.3
696
697* Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
698- update to 3.6.2
699
700* Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
701- remove version number from browsername.
702- rebuild with xulrunner-1.9.2-3
703
704* Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-1
705- update to 3.6
706
707* Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-2
708- update desktop files
709
710* Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-1
711- new upstream release
712- move to unofficial build from community build.
713  - change about dialog.
714
715* Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.5-1
716- new upstream release
717
718* Sat Aug 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-3
719- rebuild again with xulrunner-1.9.1.2-2
720
721* Fri Aug 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-2
722- rebuild with xulrunner-1.9.1.2-2
723
724* Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-1
725- new upstream release
726
727* Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-2
728- remove MimeType entry from firefox-safe-mode.desktop (<BTS:0735>)
729- add default{32,48}.png to %%{ffdir}/chrome/icons/default (<BTS:0733>)
730
731* Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-1
732- new upstream release
733- add BR: libXt-devel, startup-notification-devel
734
735* Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-3
736- enable-system-cairo
737
738* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-2
739- add Patch3010 to fix releasenotes urls
740
741* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
742- update to firefox 3.5 release
743
744* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0.1.rc3
745- update to firefox-3.5rc3
746
747* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
748- new upstream release
749
750* Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-4
751- rebuild to fix broken package..
752
753* Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-3
754- add Obsoletes: firefox3
755
756* Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-2
757- new upstream release
758
759* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-2
760- build with gecko-libs (xulrunner)
761- update firefox startup script (/usr/bin/firefox)
762
763* Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
764- new upstream release
765- build with nspr-4.7.4, nss-3.12.3
766- set FLASH_FORCE_PULSEAUDIO if PA server is running.
767
768* Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
769- new upstream release
770- update default bookmarks
771
772* Thu Mar 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
773- new upstream release
774
775* Mon Feb 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2
776- modify mozconfig
777  - remove --enable-xft
778  - remove --enable-system-cairo, add --disable-system-cairo
779
780* Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
781- new upstream release
782
783* Sat Dec 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.5-1
784- new upstream release
785
786* Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
787- new upstream release
788
789* Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-2
790- add Patch30 to remove EULA
791
792* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-1
793- new upstream release
794
795* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-2
796- disable dbus.
797
798* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
799- new upstream release
800
801* Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
802- new upstream release
803
804* Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-2
805- rebuild with nss-3.12, nspr-4.7.1
806- use unofficial branding
807- change brand*Name to "Firefox Community Edition - Gran Paradiso"
808
809* Sun Jun 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-1
810- new upstream release
811
812* Sat Apr 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.14-1
813- new upstream release
814
815* Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.13-1
816- new upstream release
817
818* Tue Feb 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.12-0vl3
819- new upstream release
820
821* Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.11-0vl3
822- new upstream release
823
824* Tue Nov 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.10-0vl3
825- new upstream release
826
827* Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.9-0vl3
828- new upstream release
829
830* Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.8-0vl3
831- new upstream release
832- build with nspr-4.6.7
833- update default bookmarks
834
835* Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.6-0vl3
836- new upstream release
837
838* Thu Jul 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.5-0vl3
839- new upstream release
840
841* Tue Jun 12 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl9
842- fix pkgconfig file for x86_64 [VineSeed-x86_64:00333]
843- require ns{pr,s}-devel instead of ns{pr,s} for firefox-devel
844
845* Sat Jun 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl6
846- fix exclude condition of firefox-{nss,nspr}.pc (<BTS:532>)
847
848* Thu May 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl3
849- update to firefox-2.0.0.4
850- remove Patch1020 which is merged in upstream
851
852* Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.3-0vl5
853- added Patch1020 for workaround gcc visibility hidden bugs
854
855* Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl4
856- add build options to build with external nss/nspr libraries
857    ac_add_options --with-system-nspr
858    ac_add_options --with-system-nss
859- remove firefox-{nspr,nss}.pc from %%files devel
860
861* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl3
862- rebuild with new environment/toolchain
863- update ja locale
864
865* Wed Mar 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl2
866- new upstream release
867
868* Sat Feb 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.2-0vl2
869- new upstream release
870
871* Sat Jan 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl6
872- remove typeaheadfind and venkman extention.
873
874* Fri Jan 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl4
875- add build options for FireBug (<BTS:wishes:9>)
876  --enable-jsd, --enable-extention=default,typeaheadfind,venkman
877
878* Thu Dec 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl2
879- update to firefox-2.0.0.1
880
881* Mon Nov 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl6
882- add Patch10 to fix Bug358798
883- fix idl install path (<BTS:401>)
884
885* Sat Oct 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl4
886- update vine default settings
887  - use Firefox for UA string instead of BonEcho
888  - add vendor/vendorSub to UA string
889  - disable spell check by default
890  - enable smooth scroll by default
891
892* Tue Oct 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl2
893- update to firefox-2.0 final
894
895* Mon Oct 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.rc3
896- update to firefox-2.0rc3
897- drop unneeded patches.
898
899* Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl4
900- change Summary, desktopfiles
901  - use Firefox Community Edition, instead of Firefox.
902
903* Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
904- new upstream release
905
906* Thu Aug 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.6-0vl2
907- new upstream release
908- -safe-mode option (VinePlus:03026)
909  - add Patch1010
910    - add -safe-mode option in Usage(--help).
911  - add firefox-safe-mode.desktop
912
913* Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
914- new upstream release
915- update default bookmarks
916
917* Tue Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl4
918- copy nss headers
919
920* Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl2
921- new upstream release
922
923* Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.3-0vl2
924- new upstream release
925
926* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl4
927- use firefox-1.5 for MOZILLA_FIVE_HOME instead of firefox-1.5.0.2
928  - applications using gtkmozembed of firefox become unaffected to
929    firefox's minor version changes.
930
931* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl2
932- new upstream release
933
934* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl6
935- clean up spec file ( remove unneeded %%ghost file ... )
936
937* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl4
938- fix missing default theme in theme changer
939
940* Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl3
941- add upstream patches (100,101,102)
942- update default bookmarks
943- build en-US locale
944- disable pango rendering by default
945  (workaround fix slow rendering in some page)
946
947* Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl2
948- new upstream release
949
950* Thu Jan 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl4
951- fix libnssckbi broken symlink problem (BUG:8)
952
953* Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl3
954- add devel subpackage for gtkembedmoz
955
956* Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
957- re-enable ja locale
958- fix crash bug with COMPOSITE enabled X server
959  - add patch to /usr/bin/firefox
960
961* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
962- new upstream release
963
964* Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-0vl2
965- update to firefox-1.0.7
966
967* Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl10
968- modified mozconfig to use RPM_OPT_FLAGS
969
970* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl8
971- add Patch110 to fix crash with gtk-2.7 (fixed in upstream)
972
973* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl6
974- rebuild with pango-1.9.1
975- add pango-cairo patch
976
977* Sat Jul 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl4
978- update Patch25 to enable extension update feature
979  (disabled in preferences by default)
980
981* Wed Jul 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
982- new upstream release
983
984* Thu Jul 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
985- new upstream release
986
987* Sat May 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl6
988- add more pango rendering patch from FC-devel.
989- add IM candidate window position patch.
990
991* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl4
992- fix wrong condition branching in spec file.
993
994* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl2
995- new upstream release
996- drop obsolete patch{103,104}
997
998* Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
999- new upstream release
1000
1001* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
1002- new upstream release
1003
1004* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl6
1005- clean up spec file
1006  - drop own pixmap file (use included one)
1007  - fix up file permissions
1008
1009* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl4
1010- remove "new-window" option from openurl in /usr/bin/firefox
1011
1012* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl2
1013- readd patch31,32 for pango rendering fix.
1014
1015* Mon Mar 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl0
1016- rebuild for Vine Linux 3.1 (VinePlus)
1017
1018* Mon Mar 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
1019- new upstream release
1020- merge some patches from fedora
1021- include ja-JP langpack only.
1022- add Japanese translation for mozilla-firefox.desktop
1023- disable gnomeui, gnomestripe patch
1024- disable mozilla official branding.
1025
1026* Mon Jan 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
1027- initial build for Vine Linux
1028- based on fedora package, add Vine patch from Mozilla package.
1029
1030* Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
1031- Add upstream langpacks
1032
1033* Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
1034- Make sure we get a URL passed in to firefox (#138861)
1035- Mark some generated files as ghost (#136015)
1036
1037* Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
1038- Don't have downloads "disappear" when downloading to desktop (#139015)
1039- Add RPM version to the useragent
1040- BuildRequires pango-devel
1041
1042* Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
1043- Fix spacing in textareas when using pango for rendering
1044- Enable pango rendering by default.
1045- Enable smooth scrolling by default
1046
1047* Fri Dec  3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
1048- Add StartupWMClass patch from Damian Christey (#135830)
1049- Use system colors by default (#137810)
1050- Re-add s390(x)
1051
1052* Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
1053- Add patch that uses pango for selection.
1054
1055* Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
1056- Fix livemarks icon issue. (#138989)
1057
1058* Mon Nov  8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
1059- Firefox 1.0
1060
1061* Thu Nov  4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
1062- Add support for GNOME stock icons. (bmo #233461)
1063
1064* Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
1065- #136330 BR freetype-devel with conditions
1066- #135050 firefox should own mozilla plugin dir
1067
1068* Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
1069- Update to firefox-rc1
1070- Add patch for s390(x)
1071
1072* Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
1073- Fix LD_LIBRARY_PATH at startup (Steve Knodle)
1074
1075* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
1076- Prevent inlining of stack direction detection (#135255)
1077
1078* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
1079- More file chooser fixes:
1080    Pop up a confirmation dialog before overwriting files (#134648)
1081    Allow saving as complete once again
1082- Fix for upstream 263263.
1083
1084* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
1085- Fix for upstream 262689.
1086
1087* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
1088- Update pango patch to one that defaults to off
1089
1090* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
1091- Fix problem where default apps aren't showing up in the download
1092  dialog (#136261)
1093- Fix default height being larger than the available area, cherry picked
1094  from upstream
1095
1096* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
1097- Actually turn on pango in the mozconfig
1098
1099* Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
1100- Disable the default application checks. (#133713)
1101- Disable the software update feature. (#136017)
1102
1103* Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
1104- Use pango for rendering
1105
1106* Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
1107- Fix for 64 bit crash at startup (b.m.o #256603)
1108
1109* Fri Oct  8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
1110- Fix compile issues (#134914)
1111- Add patch to fix button focus issues (#133507)
1112- Add patches to fix tab focus stealing issue (b.m.o #124750)
1113
1114* Fri Oct  1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
1115- Update to 0.10.1
1116- Fix tab switching keybindings (#133504)
1117
1118* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
1119- filter out library Provides: and internal Requires:
1120
1121* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
1122- Prereq desktop-file-utils >= 0.9
1123
1124* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
1125- Add clipboard access prevention patch.
1126
1127* Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
1128- Add the xul mime type to the .desktop file
1129
1130* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
1131- Backport the GTK+ file chooser.
1132- Update desktop database after uninstall.
1133
1134* Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
1135- Change the vendor to mozilla not fedora
1136- Build with --disable-strip so debuginfo packages work (#133738)
1137- Add pkgconfig patch (bmo #261090)
1138
1139* Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
1140- Add a BR for desktop-file-utils
1141- Update default configuration options to use the firefox mozconfig (#132916)
1142- Use Red Hat bookmarks (#133262)
1143- Update default homepage (#132721)
1144- Fix JS math on AMD64 (#133226)
1145- Build with MOZILLA_OFICIAL (#132917)
1146
1147* Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
1148- Update to 1.0PR1
1149- Update man page references to say Firefox instead of Firebird
1150- Remove gcc34 and extensions patch; they are now upstream
1151- Update desktop database
1152- Minor tweaks to the .desktop file
1153
1154* Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
1155- Fixup .desktop entry Name, GenericName, and Comment (#131602)
1156- Add MimeType desktop entry (patch from jrb@redhat.com)
1157- Build with --disable-xprint
1158
1159* Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
1160- rawhide import
1161- fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
1162
1163* Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
1164- and mng support is disabled again as it seams that there is
1165  no real mng support in the code
1166
1167* Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
1168- remove ldconfig from scriptlets (bug #1846 comment #40)
1169- reenabled mng support (bug #1971)
1170- removed --enable-strip to let rpm to the stripping (bug #1971)
1171- honor system settings in firefox.sh (bug #1971)
1172- setting umask 022 in scriptlets (bug #1962)
1173
1174* Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
1175- copy the icon to the right place(TM)
1176
1177* Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
1178- readded the xpm removed in 0:0.9.2-0.fdr.5
1179
1180* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
1181- added mozilla-1.7-psfonts.patch from rawhide mozilla
1182
1183* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
1184- updated to 0.9.3
1185- removed following from .mozconfig:
1186    ac_add_options --with-system-mng
1187    ac_add_options --enable-xprint
1188    ac_add_options --disable-dtd-debug
1189    ac_add_options --disable-freetype2
1190    ac_add_options --enable-strip-libs
1191    ac_add_options --enable-reorder
1192    ac_add_options --enable-mathml
1193    ac_add_options --without-system-nspr
1194
1195* Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
1196- applied parts of the patch from Matthias Saou (bug #1846)
1197- delete empty directories in %%{ffdir}/chrome
1198- more cosmetic changes to the spec file
1199
1200* Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
1201- mozilla-default-plugin-less-annoying.patch readded
1202
1203* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
1204- added krb5-devel as build requirement
1205
1206* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
1207- added patch from bugzilla.mozilla.org (bug #247846)
1208- removed Xvfb hack
1209
1210* Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
1211- updated to 0.9.2
1212
1213* Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
1214- mharris suggestion for backwards compatibilty with Xvfb hack
1215
1216* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
1217- added massive hack from the debian package to create the
1218  extension directory
1219
1220* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
1221- updated to 0.9.1
1222
1223* Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
1224- remove extensions patch
1225- add post hack to create extensions
1226- enable negotiateauth extension
1227- copy icon to browser/app/default.xpm
1228- --enable-official-branding
1229
1230* Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
1231- extensions patch
1232
1233* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
1234- added gnome-vfs2-devel as BuildRequires
1235- added gcc-3.4 patch
1236
1237* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
1238- updated to 0.9
1239- dropped x86_64 patches
1240- dropped xremote patches
1241
1242* Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
1243- remove unused files: mozilla-config
1244
1245* Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
1246- update mozconfig (fixes bug #1443)
1247- installation directory includes version number
1248
1249* Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
1250- merge x86_64 release 10 with fedora.us release 10 bump release to 11
1251
1252* Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
1253- rebuild for FC2
1254- change Source71 to properly replace Source7 for maintainability
1255
1256* Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
1257- 3rd xremote patch
1258- test -Os rather than -O2
1259
1260* Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
1261- more x86_64 fixes
1262- fix firefix-xremote-client for x86_64 (similar to what is done for
1263  firefox.sh.in)
1264
1265* Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
1266- xremote patch for thunderbird integration #1113
1267- back out ugly hack from /usr/bin/firefox
1268- correct default bookmarks
1269
1270* Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
1271- readded the new firefox icons
1272
1273* Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
1274- removed new firefox icons
1275
1276* Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
1277- nothing
1278
1279* Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
1280- update for x86_64 ... usr mozilla-1.6 patches
1281- change "firefox-i*" to "firefox-*" in above stuff
1282
1283* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
1284- another icon changed
1285
1286* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
1287- startup script modified
1288
1289* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
1290- new firefox icon
1291- more s/firebird/firefox/
1292
1293* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
1294- new version: 0.8
1295- new name: firefox
1296
1297* Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
1298- s/0.6.1/0.7/
1299- changed user-app-dir back to .phoenix as .mozilla-firebird
1300  is not working as expected
1301- manpage now also available as MozillaFirebird.1
1302
1303* Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
1304- updated to 0.7
1305- provides webclient
1306- run regxpcom and regchrome after installation and removal
1307- added a man page from the debian package
1308- changed user-app-dir from .phoenix to .mozilla-firebird
1309
1310* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
1311- now with mozilla-default-plugin-less-annoying.patch; see bug #586
1312
1313* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
1314- updated to 0.6.1
1315- changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1
1316  it should now also build on RH80
1317
1318* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
1319- enabled the type ahead extension: bug #484
1320
1321* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
1322- renamed it again back to MozillaFirbird
1323- added libmng-devel to BuildRequires
1324- startup homepage is now www.fedora.us
1325- improved the startup script to use the unix remote protocol
1326  to open a new window
1327
1328* Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
1329- new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
1330- now using gtk2 as toolkit
1331- renamed again back to mozilla-firebird (I like it better)
1332- Provides: MozillaFirebird for compatibility with previous releases
1333- changed default bookmarks.html to contain links to www.fedora.us
1334
1335* Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
1336- renamed package to MozillaFirebird and all files with the old name
1337- enabled mng, mathml, xinerama support
1338- now honouring RPM_OPT_FLAGS
1339
1340* Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
1341- updated to 0.6
1342
1343* Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
1344- Updated to CVS.
1345- Renamed to mozilla-firebird.
1346
1347* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
1348- Updated to CVS.
1349- Removed hard-coded library path.
1350
1351* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
1352- Changed Prereq to Requires.
1353- Changed BuildRequires to gtk+-devel (instead of file).
1354- Recompressed source with bzip2.
1355- Removed post.
1356
1357* Wed Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
1358- Added desktop-file-utils to BuildRequires.
1359- Changed category to X-Fedora-Extra.
1360- Updated to CVS.
1361
1362* Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
1363- Added Epoch:0.
1364- Added libgtk-1.2.so.0 to the BuildRequires
1365
1366* Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
1367- Updated to latest CVS.
1368- Moved phoenix startup script into its own file
1369
1370* Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
1371- Updated to latest CVS.
1372- Changed release to 9 vs 8.1.
1373- Added cvs script.
1374- added encoding to desktop file.
1375
1376* Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
1377- Updated to latest CVS.
1378- added release specification XFree86-devel Build Requirement.
1379- changed chmod to %attr
1380
1381* Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
1382- Fixed naming scheme.
1383- Fixed .desktop file.
1384
1385* Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
1386- Updated to CVS.
1387
1388* Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
1389- General Tweaking.
1390
1391* Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
1392- Updated CVS.
1393- Modified mozconfig.
1394
1395* Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
1396- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.