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

Revision 4289, 37.6 KB checked in by daisuke, 13 years ago (diff)

firefox:

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