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

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

firefox: update to 27.0.1

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