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

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

firefox: update to 3.6.11

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 11
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* Thu Oct 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.11-1
327- update to 3.6.11
328
329* Tue Sep 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.9-1
330- update to 3.6.9
331
332* Mon Jul 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.8-1
333- update to 3.6.8
334
335* Wed Jul 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.7-1
336- update to 3.6.7
337
338* Wed Jun 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.4-1
339- update to 3.6.4
340
341* Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-1
342- update to 3.6.3
343
344* Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
345- update to 3.6.2
346
347* Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
348- remove version number from browsername.
349- rebuild with xulrunner-1.9.2-3
350
351* Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-1
352- update to 3.6
353
354* Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-2
355- update desktop files
356
357* Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-1
358- new upstream release
359- move to unofficial build from community build.
360  - change about dialog.
361
362* Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.5-1
363- new upstream release
364
365* Sat Aug 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-3
366- rebuild again with xulrunner-1.9.1.2-2
367
368* Fri Aug 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-2
369- rebuild with xulrunner-1.9.1.2-2
370
371* Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-1
372- new upstream release
373
374* Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-2
375- remove MimeType entry from firefox-safe-mode.desktop (<BTS:0735>)
376- add default{32,48}.png to %%{ffdir}/chrome/icons/default (<BTS:0733>)
377
378* Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-1
379- new upstream release
380- add BR: libXt-devel, startup-notification-devel
381
382* Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-3
383- enable-system-cairo
384
385* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-2
386- add Patch3010 to fix releasenotes urls
387
388* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
389- update to firefox 3.5 release
390
391* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0.1.rc3
392- update to firefox-3.5rc3
393
394* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
395- new upstream release
396
397* Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-4
398- rebuild to fix broken package..
399
400* Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-3
401- add Obsoletes: firefox3
402
403* Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-2
404- new upstream release
405
406* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-2
407- build with gecko-libs (xulrunner)
408- update firefox startup script (/usr/bin/firefox)
409
410* Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
411- new upstream release
412- build with nspr-4.7.4, nss-3.12.3
413- set FLASH_FORCE_PULSEAUDIO if PA server is running.
414
415* Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
416- new upstream release
417- update default bookmarks
418
419* Thu Mar 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
420- new upstream release
421
422* Mon Feb 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2
423- modify mozconfig
424  - remove --enable-xft
425  - remove --enable-system-cairo, add --disable-system-cairo
426
427* Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
428- new upstream release
429
430* Sat Dec 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.5-1
431- new upstream release
432
433* Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
434- new upstream release
435
436* Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-2
437- add Patch30 to remove EULA
438
439* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-1
440- new upstream release
441
442* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-2
443- disable dbus.
444
445* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
446- new upstream release
447
448* Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
449- new upstream release
450
451* Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-2
452- rebuild with nss-3.12, nspr-4.7.1
453- use unofficial branding
454- change brand*Name to "Firefox Community Edition - Gran Paradiso"
455
456* Sun Jun 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-1
457- new upstream release
458
459* Sat Apr 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.14-1
460- new upstream release
461
462* Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.13-1
463- new upstream release
464
465* Tue Feb 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.12-0vl3
466- new upstream release
467
468* Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.11-0vl3
469- new upstream release
470
471* Tue Nov 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.10-0vl3
472- new upstream release
473
474* Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.9-0vl3
475- new upstream release
476
477* Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.8-0vl3
478- new upstream release
479- build with nspr-4.6.7
480- update default bookmarks
481
482* Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.6-0vl3
483- new upstream release
484
485* Thu Jul 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.5-0vl3
486- new upstream release
487
488* Tue Jun 12 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl9
489- fix pkgconfig file for x86_64 [VineSeed-x86_64:00333]
490- require ns{pr,s}-devel instead of ns{pr,s} for firefox-devel
491
492* Sat Jun 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl6
493- fix exclude condition of firefox-{nss,nspr}.pc (<BTS:532>)
494
495* Thu May 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl3
496- update to firefox-2.0.0.4
497- remove Patch1020 which is merged in upstream
498
499* Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.3-0vl5
500- added Patch1020 for workaround gcc visibility hidden bugs
501
502* Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl4
503- add build options to build with external nss/nspr libraries
504    ac_add_options --with-system-nspr
505    ac_add_options --with-system-nss
506- remove firefox-{nspr,nss}.pc from %%files devel
507
508* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl3
509- rebuild with new environment/toolchain
510- update ja locale
511
512* Wed Mar 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl2
513- new upstream release
514
515* Sat Feb 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.2-0vl2
516- new upstream release
517
518* Sat Jan 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl6
519- remove typeaheadfind and venkman extention.
520
521* Fri Jan 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl4
522- add build options for FireBug (<BTS:wishes:9>)
523  --enable-jsd, --enable-extention=default,typeaheadfind,venkman
524
525* Thu Dec 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl2
526- update to firefox-2.0.0.1
527
528* Mon Nov 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl6
529- add Patch10 to fix Bug358798
530- fix idl install path (<BTS:401>)
531
532* Sat Oct 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl4
533- update vine default settings
534  - use Firefox for UA string instead of BonEcho
535  - add vendor/vendorSub to UA string
536  - disable spell check by default
537  - enable smooth scroll by default
538
539* Tue Oct 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl2
540- update to firefox-2.0 final
541
542* Mon Oct 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.rc3
543- update to firefox-2.0rc3
544- drop unneeded patches.
545
546* Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl4
547- change Summary, desktopfiles
548  - use Firefox Community Edition, instead of Firefox.
549
550* Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
551- new upstream release
552
553* Thu Aug 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.6-0vl2
554- new upstream release
555- -safe-mode option (VinePlus:03026)
556  - add Patch1010
557    - add -safe-mode option in Usage(--help).
558  - add firefox-safe-mode.desktop
559
560* Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
561- new upstream release
562- update default bookmarks
563
564* Tue Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl4
565- copy nss headers
566
567* Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl2
568- new upstream release
569
570* Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.3-0vl2
571- new upstream release
572
573* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl4
574- use firefox-1.5 for MOZILLA_FIVE_HOME instead of firefox-1.5.0.2
575  - applications using gtkmozembed of firefox become unaffected to
576    firefox's minor version changes.
577
578* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl2
579- new upstream release
580
581* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl6
582- clean up spec file ( remove unneeded %%ghost file ... )
583
584* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl4
585- fix missing default theme in theme changer
586
587* Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl3
588- add upstream patches (100,101,102)
589- update default bookmarks
590- build en-US locale
591- disable pango rendering by default
592  (workaround fix slow rendering in some page)
593
594* Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl2
595- new upstream release
596
597* Thu Jan 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl4
598- fix libnssckbi broken symlink problem (BUG:8)
599
600* Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl3
601- add devel subpackage for gtkembedmoz
602
603* Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
604- re-enable ja locale
605- fix crash bug with COMPOSITE enabled X server
606  - add patch to /usr/bin/firefox
607
608* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
609- new upstream release
610
611* Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-0vl2
612- update to firefox-1.0.7
613
614* Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl10
615- modified mozconfig to use RPM_OPT_FLAGS
616
617* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl8
618- add Patch110 to fix crash with gtk-2.7 (fixed in upstream)
619
620* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl6
621- rebuild with pango-1.9.1
622- add pango-cairo patch
623
624* Sat Jul 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl4
625- update Patch25 to enable extension update feature
626  (disabled in preferences by default)
627
628* Wed Jul 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
629- new upstream release
630
631* Thu Jul 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
632- new upstream release
633
634* Sat May 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl6
635- add more pango rendering patch from FC-devel.
636- add IM candidate window position patch.
637
638* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl4
639- fix wrong condition branching in spec file.
640
641* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl2
642- new upstream release
643- drop obsolete patch{103,104}
644
645* Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
646- new upstream release
647
648* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
649- new upstream release
650
651* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl6
652- clean up spec file
653  - drop own pixmap file (use included one)
654  - fix up file permissions
655
656* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl4
657- remove "new-window" option from openurl in /usr/bin/firefox
658
659* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl2
660- readd patch31,32 for pango rendering fix.
661
662* Mon Mar 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl0
663- rebuild for Vine Linux 3.1 (VinePlus)
664
665* Mon Mar 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
666- new upstream release
667- merge some patches from fedora
668- include ja-JP langpack only.
669- add Japanese translation for mozilla-firefox.desktop
670- disable gnomeui, gnomestripe patch
671- disable mozilla official branding.
672
673* Mon Jan 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
674- initial build for Vine Linux
675- based on fedora package, add Vine patch from Mozilla package.
676
677* Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
678- Add upstream langpacks
679
680* Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
681- Make sure we get a URL passed in to firefox (#138861)
682- Mark some generated files as ghost (#136015)
683
684* Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
685- Don't have downloads "disappear" when downloading to desktop (#139015)
686- Add RPM version to the useragent
687- BuildRequires pango-devel
688
689* Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
690- Fix spacing in textareas when using pango for rendering
691- Enable pango rendering by default.
692- Enable smooth scrolling by default
693
694* Fri Dec  3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
695- Add StartupWMClass patch from Damian Christey (#135830)
696- Use system colors by default (#137810)
697- Re-add s390(x)
698
699* Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
700- Add patch that uses pango for selection.
701
702* Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
703- Fix livemarks icon issue. (#138989)
704
705* Tue Nov  8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
706- Firefox 1.0
707
708* Thu Nov  4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
709- Add support for GNOME stock icons. (bmo #233461)
710
711* Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
712- #136330 BR freetype-devel with conditions
713- #135050 firefox should own mozilla plugin dir
714
715* Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
716- Update to firefox-rc1
717- Add patch for s390(x)
718
719* Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
720- Fix LD_LIBRARY_PATH at startup (Steve Knodle)
721
722* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
723- Prevent inlining of stack direction detection (#135255)
724
725* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
726- More file chooser fixes:
727    Pop up a confirmation dialog before overwriting files (#134648)
728    Allow saving as complete once again
729- Fix for upstream 263263.
730
731* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
732- Fix for upstream 262689.
733
734* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
735- Update pango patch to one that defaults to off
736
737* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
738- Fix problem where default apps aren't showing up in the download
739  dialog (#136261)
740- Fix default height being larger than the available area, cherry picked
741  from upstream
742
743* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
744- Actually turn on pango in the mozconfig
745
746* Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
747- Disable the default application checks. (#133713)
748- Disable the software update feature. (#136017)
749
750* Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
751- Use pango for rendering
752
753* Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
754- Fix for 64 bit crash at startup (b.m.o #256603)
755
756* Fri Oct  8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
757- Fix compile issues (#134914)
758- Add patch to fix button focus issues (#133507)
759- Add patches to fix tab focus stealing issue (b.m.o #124750)
760
761* Fri Oct  1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
762- Update to 0.10.1
763- Fix tab switching keybindings (#133504)
764
765* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
766- filter out library Provides: and internal Requires:
767
768* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
769- Prereq desktop-file-utils >= 0.9
770
771* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
772- Add clipboard access prevention patch.
773
774* Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
775- Add the xul mime type to the .desktop file
776
777* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
778- Backport the GTK+ file chooser.
779- Update desktop database after uninstall.
780
781* Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
782- Change the vendor to mozilla not fedora
783- Build with --disable-strip so debuginfo packages work (#133738)
784- Add pkgconfig patch (bmo #261090)
785
786* Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
787- Add a BR for desktop-file-utils
788- Update default configuration options to use the firefox mozconfig (#132916)
789- Use Red Hat bookmarks (#133262)
790- Update default homepage (#132721)
791- Fix JS math on AMD64 (#133226)
792- Build with MOZILLA_OFICIAL (#132917)
793
794* Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
795- Update to 1.0PR1
796- Update man page references to say Firefox instead of Firebird
797- Remove gcc34 and extensions patch; they are now upstream
798- Update desktop database
799- Minor tweaks to the .desktop file
800
801* Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
802- Fixup .desktop entry Name, GenericName, and Comment (#131602)
803- Add MimeType desktop entry (patch from jrb@redhat.com)
804- Build with --disable-xprint
805
806* Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
807- rawhide import
808- fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
809
810* Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
811- and mng support is disabled again as it seams that there is
812  no real mng support in the code
813
814* Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
815- remove ldconfig from scriptlets (bug #1846 comment #40)
816- reenabled mng support (bug #1971)
817- removed --enable-strip to let rpm to the stripping (bug #1971)
818- honor system settings in firefox.sh (bug #1971)
819- setting umask 022 in scriptlets (bug #1962)
820
821* Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
822- copy the icon to the right place(TM)
823
824* Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
825- readded the xpm removed in 0:0.9.2-0.fdr.5
826
827* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
828- added mozilla-1.7-psfonts.patch from rawhide mozilla
829
830* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
831- updated to 0.9.3
832- removed following from .mozconfig:
833    ac_add_options --with-system-mng
834    ac_add_options --enable-xprint
835    ac_add_options --disable-dtd-debug
836    ac_add_options --disable-freetype2
837    ac_add_options --enable-strip-libs
838    ac_add_options --enable-reorder
839    ac_add_options --enable-mathml
840    ac_add_options --without-system-nspr
841
842* Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
843- applied parts of the patch from Matthias Saou (bug #1846)
844- delete empty directories in %%{ffdir}/chrome
845- more cosmetic changes to the spec file
846
847* Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
848- mozilla-default-plugin-less-annoying.patch readded
849
850* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
851- added krb5-devel as build requirement
852
853* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
854- added patch from bugzilla.mozilla.org (bug #247846)
855- removed Xvfb hack
856
857* Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
858- updated to 0.9.2
859
860* Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
861- mharris suggestion for backwards compatibilty with Xvfb hack
862
863* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
864- added massive hack from the debian package to create the
865  extension directory
866
867* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
868- updated to 0.9.1
869
870* Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
871- remove extensions patch
872- add post hack to create extensions
873- enable negotiateauth extension
874- copy icon to browser/app/default.xpm
875- --enable-official-branding
876
877* Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
878- extensions patch
879
880* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
881- added gnome-vfs2-devel as BuildRequires
882- added gcc-3.4 patch
883
884* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
885- updated to 0.9
886- dropped x86_64 patches
887- dropped xremote patches
888
889* Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
890- remove unused files: mozilla-config
891
892* Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
893- update mozconfig (fixes bug #1443)
894- installation directory includes version number
895
896* Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
897- merge x86_64 release 10 with fedora.us release 10 bump release to 11
898
899* Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
900- rebuild for FC2
901- change Source71 to properly replace Source7 for maintainability
902
903* Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
904- 3rd xremote patch
905- test -Os rather than -O2
906
907* Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
908- more x86_64 fixes
909- fix firefix-xremote-client for x86_64 (similar to what is done for
910  firefox.sh.in)
911
912* Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
913- xremote patch for thunderbird integration #1113
914- back out ugly hack from /usr/bin/firefox
915- correct default bookmarks
916
917* Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
918- readded the new firefox icons
919
920* Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
921- removed new firefox icons
922
923* Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
924- nothing
925
926* Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
927- update for x86_64 ... usr mozilla-1.6 patches
928- change "firefox-i*" to "firefox-*" in above stuff
929
930* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
931- another icon changed
932
933* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
934- startup script modified
935
936* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
937- new firefox icon
938- more s/firebird/firefox/
939
940* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
941- new version: 0.8
942- new name: firefox
943
944* Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
945- s/0.6.1/0.7/
946- changed user-app-dir back to .phoenix as .mozilla-firebird
947  is not working as expected
948- manpage now also available as MozillaFirebird.1
949
950* Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
951- updated to 0.7
952- provides webclient
953- run regxpcom and regchrome after installation and removal
954- added a man page from the debian package
955- changed user-app-dir from .phoenix to .mozilla-firebird
956
957* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
958- now with mozilla-default-plugin-less-annoying.patch; see bug #586
959
960* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
961- updated to 0.6.1
962- changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1
963  it should now also build on RH80
964
965* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
966- enabled the type ahead extension: bug #484
967
968* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
969- renamed it again back to MozillaFirbird
970- added libmng-devel to BuildRequires
971- startup homepage is now www.fedora.us
972- improved the startup script to use the unix remote protocol
973  to open a new window
974
975* Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
976- new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
977- now using gtk2 as toolkit
978- renamed again back to mozilla-firebird (I like it better)
979- Provides: MozillaFirebird for compatibility with previous releases
980- changed default bookmarks.html to contain links to www.fedora.us
981
982* Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
983- renamed package to MozillaFirebird and all files with the old name
984- enabled mng, mathml, xinerama support
985- now honouring RPM_OPT_FLAGS
986
987* Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
988- updated to 0.6
989
990* Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
991- Updated to CVS.
992- Renamed to mozilla-firebird.
993
994* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
995- Updated to CVS.
996- Removed hard-coded library path.
997
998* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
999- Changed Prereq to Requires.
1000- Changed BuildRequires to gtk+-devel (instead of file).
1001- Recompressed source with bzip2.
1002- Removed post.
1003
1004* Tue Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
1005- Added desktop-file-utils to BuildRequires.
1006- Changed category to X-Fedora-Extra.
1007- Updated to CVS.
1008
1009* Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
1010- Added Epoch:0.
1011- Added libgtk-1.2.so.0 to the BuildRequires
1012
1013* Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
1014- Updated to latest CVS.
1015- Moved phoenix startup script into its own file
1016
1017* Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
1018- Updated to latest CVS.
1019- Changed release to 9 vs 8.1.
1020- Added cvs script.
1021- added encoding to desktop file.
1022
1023* Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
1024- Updated to latest CVS.
1025- added release specification XFree86-devel Build Requirement.
1026- changed chmod to %attr
1027
1028* Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
1029- Fixed naming scheme.
1030- Fixed .desktop file.
1031
1032* Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
1033- Updated to CVS.
1034
1035* Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
1036- General Tweaking.
1037
1038* Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
1039- Updated CVS.
1040- Modified mozconfig.
1041
1042* Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
1043- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.