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

Revision 10461, 48.6 KB checked in by Takemikaduchi, 8 years ago (diff)

new upstream release

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