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

Revision 8439, 45.0 KB checked in by daisuke, 10 years ago (diff)

firefox: update to 29.0.1

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