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

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

firefox: update to 3.6.8

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