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

Revision 5302, 38.5 KB checked in by daisuke, 13 years ago (diff)

update to firefox-9.0.1

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