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

Revision 3952, 36.9 KB checked in by daisuke, 13 years ago (diff)

firefox: update to 4.0.1

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