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

Revision 8542, 45.1 KB checked in by daisuke, 10 years ago (diff)

firefox: update to 30.0

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