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

Revision 8124, 44.6 KB checked in by daisuke, 10 years ago (diff)

firefox: fix to install bookmarks

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