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

Revision 9794, 47.0 KB checked in by Takemikaduchi, 9 years ago (diff)

gwenview,kdebase-runtime,libkexiv2,nepomuk-core: rebuild with exiv2-0.25
others: new upstream release

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