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

Revision 8254, 44.8 KB checked in by daisuke, 10 years ago (diff)

update to firefox-27.0

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