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

Revision 6355, 41.1 KB checked in by daisuke, 12 years ago (diff)

update to 13.0.1

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