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

Revision 1810, 33.9 KB checked in by daisuke, 14 years ago (diff)

firefox: update to 3.6.9

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