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

Revision 3236, 36.3 KB checked in by daisuke, 13 years ago (diff)

firefox:

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