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

Revision 6147, 40.5 KB checked in by daisuke, 12 years ago (diff)

fix build failure on 6.0

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