source: projects/specs/branches/6/f/firefox/firefox-vl.spec @ 6922

Revision 6922, 41.8 KB checked in by daisuke, 12 years ago (diff)

update to firefox-16.0.1

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