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

Revision 8316, 44.9 KB checked in by daisuke, 10 years ago (diff)

firefox: update to 28.0

Line 
1# do not include minor version number in MOZILLA_FIVE_HOME
2%global ffmajor 28.0
3%global geckomajor 28.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-15.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* Thu Mar 20 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 28.0-1
459- update to 28.0
460
461* Sun Feb 16 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0.1-1
462- update to 27.0.1
463
464* Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 27.0-1
465- update to 27.0
466- enable gstreamer/pulseaudio on Vine Linux 6
467
468* Fri Dec 13 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-2
469- add patch100,101 from upstream
470
471* Wed Dec 11 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 26.0-1
472- update to 26.0
473
474* Sun Nov 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0.1-1
475- update to 25.0.1
476
477* Tue Oct 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 25.0-1
478- update to 25.0
479
480* Wed Oct 23 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-3
481- set media.gstreamer.enabled true  by default.
482
483* Fri Oct 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-2
484- enable gstreamer and pulseaudio on Vine7
485
486* Tue Sep 17 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 24.0-1
487- update to 24.0
488- update searchplugins
489- add BR: gstreamer-devel, gstreamer-plugins-devel
490
491* Wed Aug 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-2
492- fix vine customize patch
493- update unofficial logos
494
495* Tue Aug 06 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 23.0-1
496- update to 23.0
497
498* Thu Jun 27 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 22.0-1
499- update to 22.0
500
501* Mon May 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-2
502- disable helth reporting by default.
503- fix to install Vine's default settings
504
505* Sun May 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 21.0-1
506- update to 21.0
507- enable pdfjs
508- build with python27 on Vine6
509
510* Thu Apr 18 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-2
511- remove patch22
512
513* Mon Apr 15 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 20.0.1-1
514- update to 20.0.1
515- build with internal nss/nspr
516
517* Fri Mar 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-3
518- add BR: curl-devel
519
520* Sun Mar 24 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-2
521- add Patch16 to fix mozbz#239254 (fixed in upstream)
522
523* Fri Mar 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0.2-1
524- update to 19.0.2
525- disable shared-js on Vine Linux 6
526
527* Wed Feb 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 19.0-1
528- update to 19.0
529- add Patch1000 to disable pdf.js feature for now.
530  - pdf.js is not ready to use for CJK.
531
532* Sat Jan 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0.1-1
533- update to 18.0.1
534
535* Wed Jan 09 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 18.0-1
536- update to 18.0
537
538* Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 17.0-1
539- update to 17.0
540
541* Sun Oct 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.2-1
542- update to 16.0.2
543
544* Fri Oct 12 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0.1-1
545- update to 16.0.1
546
547* Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 16.0-1
548- update to 16.0
549
550* Tue Oct 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-3
551- dont use separated plugins on Vine6
552- use --enable-optimize instead of --enable-optimize="\$RPM_OPT_FLAGS"
553
554* Mon Oct 08 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-2
555- add workaround to build with internal nss library
556
557* Sat Oct 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 15.0.1-1
558- update to 15.0.1
559- add BR: python-devel
560- build with external nss/nspr on Vine7
561
562* Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-2
563- update search plugins
564
565* Tue Jul 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 14.0.1-1
566- update to 14.0.1
567- build with internal nss/nspr
568
569* Sat Jun 16 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0.1-1
570- update to 13.0.1
571
572* Wed Jun 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 13.0-1
573- update to 13.0
574
575* Sun May 20 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-3
576- add patch2 to fix build failure with gcc-4.1 (vine5)
577
578* Mon May 07 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-2
579- use internal nspr on Vine Linux 6
580- add patch2 to fix build failure with gcc-4.4
581
582* Wed Apr 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0-1
583- update to 12.0
584- add patch1 to fix build failure with system cairo
585
586* Fri Feb 17 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.2-1
587- update to 10.0.2
588
589* Mon Feb 13 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0.1-1
590- update to 10.0.1
591
592* Wed Feb 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 10.0-1
593- update to 10.0
594- use internal libvpx
595
596* Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-4
597- add AutoProv: no
598
599* Thu Dec 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-3
600- update mozconfig-firefox-vine5,6,7
601- fix spec to build in parallel
602
603* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-2
604- update mozconfig
605  - build with internal nss on Vine6
606
607* Thu Dec 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0.1-1
608- update to 9.0.1
609
610* Wed Dec 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 9.0-1
611- update to 9.0
612- build with nss-3.13.1
613
614* Tue Nov 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.1-1
615- update to 8.0.1
616
617* Fri Nov 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0-1
618- update to 8.0
619- remove version number from MOZ_DIST_BIN
620  - /usr/lib*/firefox-8.0 -> /usr/lib*/firefox
621
622* Fri Sep 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0.1-1
623- update to 7.0.1
624
625* Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 7.0-1
626- update to 7.0
627
628* Tue Sep 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.2-1
629- update to 6.0.2
630
631* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.0-2
632- rebuild with libnotify-0.7
633
634* Sun Aug 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-1
635- update to 6.0
636
637* Tue Jul 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0.1-1
638- update to 5.0.1
639
640* Thu Jul 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 5.0-1
641- update to 5.0
642- do not build with external xulrunner
643  - remove BR: gecko-devel, R: gecko-libs
644- add BR: alsa-lib-devel, lcms-devel, libvpx-devel, libpng-devel,
645  sqlite3-devel, zip
646
647* Mon May 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0.1-1
648- update to 4.0.1
649- remove MimeType from firefox-safe-mode.desktop
650- add BR: yasm, unzip
651
652* Thu Mar 31 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-2
653- add "--disable-ipc" on non-x86 architecture
654- update parallel build option
655  - mozilla can build up to 4 jobs in parallel on x86
656- disable C++ exceptions since mozilla code is not exception-safe
657
658* Wed Mar 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
659- update to 4.0
660- BR: libjpeg-turbo-devel >= 1.1.0
661- BR: nspr-devel >= 4.8.7
662- BR: nss-devel >= 3.12.9
663- BR: cairo-devel >= 1.10.2-2
664- use langpacks.xpi instead of l10n source
665- update firefox startup script
666
667* Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.15-1
668- update to 3.6.15
669
670* Wed Mar 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.14-1
671- update to 3.6.14
672
673* Sat Jan 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.13-1
674- update to 3.6.13
675
676* Thu Oct 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.11-1
677- update to 3.6.11
678
679* Tue Sep 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.9-1
680- update to 3.6.9
681
682* Mon Jul 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.8-1
683- update to 3.6.8
684
685* Wed Jul 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.7-1
686- update to 3.6.7
687
688* Wed Jun 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.4-1
689- update to 3.6.4
690
691* Sat Apr 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.3-1
692- update to 3.6.3
693
694* Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6.2-1
695- update to 3.6.2
696
697* Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-2
698- remove version number from browsername.
699- rebuild with xulrunner-1.9.2-3
700
701* Thu Jan 21 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-1
702- update to 3.6
703
704* Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-2
705- update desktop files
706
707* Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.7-1
708- new upstream release
709- move to unofficial build from community build.
710  - change about dialog.
711
712* Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.5-1
713- new upstream release
714
715* Sat Aug 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-3
716- rebuild again with xulrunner-1.9.1.2-2
717
718* Fri Aug 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-2
719- rebuild with xulrunner-1.9.1.2-2
720
721* Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.2-1
722- new upstream release
723
724* Fri Jul 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-2
725- remove MimeType entry from firefox-safe-mode.desktop (<BTS:0735>)
726- add default{32,48}.png to %%{ffdir}/chrome/icons/default (<BTS:0733>)
727
728* Sun Jul 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5.1-1
729- new upstream release
730- add BR: libXt-devel, startup-notification-devel
731
732* Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-3
733- enable-system-cairo
734
735* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-2
736- add Patch3010 to fix releasenotes urls
737
738* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-1
739- update to firefox 3.5 release
740
741* Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0.1.rc3
742- update to firefox-3.5rc3
743
744* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.11-1
745- new upstream release
746
747* Wed May 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-4
748- rebuild to fix broken package..
749
750* Tue May 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-3
751- add Obsoletes: firefox3
752
753* Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.10-2
754- new upstream release
755
756* Sun Apr 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-2
757- build with gecko-libs (xulrunner)
758- update firefox startup script (/usr/bin/firefox)
759
760* Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
761- new upstream release
762- build with nspr-4.7.4, nss-3.12.3
763- set FLASH_FORCE_PULSEAUDIO if PA server is running.
764
765* Sat Mar 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.8-1
766- new upstream release
767- update default bookmarks
768
769* Thu Mar 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.7-1
770- new upstream release
771
772* Mon Feb 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-2
773- modify mozconfig
774  - remove --enable-xft
775  - remove --enable-system-cairo, add --disable-system-cairo
776
777* Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.6-1
778- new upstream release
779
780* Sat Dec 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.5-1
781- new upstream release
782
783* Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.4-1
784- new upstream release
785
786* Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-2
787- add Patch30 to remove EULA
788
789* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.3-1
790- new upstream release
791
792* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-2
793- disable dbus.
794
795* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.2-1
796- new upstream release
797
798* Thu Jul 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
799- new upstream release
800
801* Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-2
802- rebuild with nss-3.12, nspr-4.7.1
803- use unofficial branding
804- change brand*Name to "Firefox Community Edition - Gran Paradiso"
805
806* Sun Jun 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-1
807- new upstream release
808
809* Sat Apr 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0.14-1
810- new upstream release
811
812* Wed Mar 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.13-1
813- new upstream release
814
815* Tue Feb 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.12-0vl3
816- new upstream release
817
818* Sat Dec 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.11-0vl3
819- new upstream release
820
821* Tue Nov 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.10-0vl3
822- new upstream release
823
824* Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.9-0vl3
825- new upstream release
826
827* Fri Oct 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.8-0vl3
828- new upstream release
829- build with nspr-4.6.7
830- update default bookmarks
831
832* Tue Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.6-0vl3
833- new upstream release
834
835* Thu Jul 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.5-0vl3
836- new upstream release
837
838* Tue Jun 12 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl9
839- fix pkgconfig file for x86_64 [VineSeed-x86_64:00333]
840- require ns{pr,s}-devel instead of ns{pr,s} for firefox-devel
841
842* Sat Jun 02 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl6
843- fix exclude condition of firefox-{nss,nspr}.pc (<BTS:532>)
844
845* Thu May 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.4-0vl3
846- update to firefox-2.0.0.4
847- remove Patch1020 which is merged in upstream
848
849* Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.0.3-0vl5
850- added Patch1020 for workaround gcc visibility hidden bugs
851
852* Sat May 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl4
853- add build options to build with external nss/nspr libraries
854    ac_add_options --with-system-nspr
855    ac_add_options --with-system-nss
856- remove firefox-{nspr,nss}.pc from %%files devel
857
858* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl3
859- rebuild with new environment/toolchain
860- update ja locale
861
862* Wed Mar 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.3-0vl2
863- new upstream release
864
865* Sat Feb 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.2-0vl2
866- new upstream release
867
868* Sat Jan 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl6
869- remove typeaheadfind and venkman extention.
870
871* Fri Jan 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl4
872- add build options for FireBug (<BTS:wishes:9>)
873  --enable-jsd, --enable-extention=default,typeaheadfind,venkman
874
875* Thu Dec 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0.1-0vl2
876- update to firefox-2.0.0.1
877
878* Mon Nov 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl6
879- add Patch10 to fix Bug358798
880- fix idl install path (<BTS:401>)
881
882* Sat Oct 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl4
883- update vine default settings
884  - use Firefox for UA string instead of BonEcho
885  - add vendor/vendorSub to UA string
886  - disable spell check by default
887  - enable smooth scroll by default
888
889* Tue Oct 24 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl2
890- update to firefox-2.0 final
891
892* Mon Oct 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.rc3
893- update to firefox-2.0rc3
894- drop unneeded patches.
895
896* Mon Oct 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl4
897- change Summary, desktopfiles
898  - use Firefox Community Edition, instead of Firefox.
899
900* Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.7-0vl2
901- new upstream release
902
903* Thu Aug 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.6-0vl2
904- new upstream release
905- -safe-mode option (VinePlus:03026)
906  - add Patch1010
907    - add -safe-mode option in Usage(--help).
908  - add firefox-safe-mode.desktop
909
910* Wed Jul 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.5-0vl2
911- new upstream release
912- update default bookmarks
913
914* Tue Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl4
915- copy nss headers
916
917* Fri Jun 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.4-0vl2
918- new upstream release
919
920* Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.3-0vl2
921- new upstream release
922
923* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl4
924- use firefox-1.5 for MOZILLA_FIVE_HOME instead of firefox-1.5.0.2
925  - applications using gtkmozembed of firefox become unaffected to
926    firefox's minor version changes.
927
928* Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.2-0vl2
929- new upstream release
930
931* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl6
932- clean up spec file ( remove unneeded %%ghost file ... )
933
934* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl4
935- fix missing default theme in theme changer
936
937* Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl3
938- add upstream patches (100,101,102)
939- update default bookmarks
940- build en-US locale
941- disable pango rendering by default
942  (workaround fix slow rendering in some page)
943
944* Thu Feb 02 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0.1-0vl2
945- new upstream release
946
947* Thu Jan 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl4
948- fix libnssckbi broken symlink problem (BUG:8)
949
950* Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl3
951- add devel subpackage for gtkembedmoz
952
953* Thu Dec 29 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl2
954- re-enable ja locale
955- fix crash bug with COMPOSITE enabled X server
956  - add patch to /usr/bin/firefox
957
958* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
959- new upstream release
960
961* Sat Sep 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-0vl2
962- update to firefox-1.0.7
963
964* Tue Sep 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl10
965- modified mozconfig to use RPM_OPT_FLAGS
966
967* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl8
968- add Patch110 to fix crash with gtk-2.7 (fixed in upstream)
969
970* Thu Aug 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl6
971- rebuild with pango-1.9.1
972- add pango-cairo patch
973
974* Sat Jul 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl4
975- update Patch25 to enable extension update feature
976  (disabled in preferences by default)
977
978* Wed Jul 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-0vl2
979- new upstream release
980
981* Thu Jul 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
982- new upstream release
983
984* Sat May 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl6
985- add more pango rendering patch from FC-devel.
986- add IM candidate window position patch.
987
988* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl4
989- fix wrong condition branching in spec file.
990
991* Fri May 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl2
992- new upstream release
993- drop obsolete patch{103,104}
994
995* Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
996- new upstream release
997
998* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
999- new upstream release
1000
1001* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl6
1002- clean up spec file
1003  - drop own pixmap file (use included one)
1004  - fix up file permissions
1005
1006* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl4
1007- remove "new-window" option from openurl in /usr/bin/firefox
1008
1009* Tue Mar 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl2
1010- readd patch31,32 for pango rendering fix.
1011
1012* Mon Mar 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl0
1013- rebuild for Vine Linux 3.1 (VinePlus)
1014
1015* Mon Mar 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
1016- new upstream release
1017- merge some patches from fedora
1018- include ja-JP langpack only.
1019- add Japanese translation for mozilla-firefox.desktop
1020- disable gnomeui, gnomestripe patch
1021- disable mozilla official branding.
1022
1023* Mon Jan 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
1024- initial build for Vine Linux
1025- based on fedora package, add Vine patch from Mozilla package.
1026
1027* Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
1028- Add upstream langpacks
1029
1030* Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
1031- Make sure we get a URL passed in to firefox (#138861)
1032- Mark some generated files as ghost (#136015)
1033
1034* Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
1035- Don't have downloads "disappear" when downloading to desktop (#139015)
1036- Add RPM version to the useragent
1037- BuildRequires pango-devel
1038
1039* Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
1040- Fix spacing in textareas when using pango for rendering
1041- Enable pango rendering by default.
1042- Enable smooth scrolling by default
1043
1044* Fri Dec  3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
1045- Add StartupWMClass patch from Damian Christey (#135830)
1046- Use system colors by default (#137810)
1047- Re-add s390(x)
1048
1049* Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
1050- Add patch that uses pango for selection.
1051
1052* Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
1053- Fix livemarks icon issue. (#138989)
1054
1055* Mon Nov  8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
1056- Firefox 1.0
1057
1058* Thu Nov  4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
1059- Add support for GNOME stock icons. (bmo #233461)
1060
1061* Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
1062- #136330 BR freetype-devel with conditions
1063- #135050 firefox should own mozilla plugin dir
1064
1065* Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
1066- Update to firefox-rc1
1067- Add patch for s390(x)
1068
1069* Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
1070- Fix LD_LIBRARY_PATH at startup (Steve Knodle)
1071
1072* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
1073- Prevent inlining of stack direction detection (#135255)
1074
1075* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
1076- More file chooser fixes:
1077    Pop up a confirmation dialog before overwriting files (#134648)
1078    Allow saving as complete once again
1079- Fix for upstream 263263.
1080
1081* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
1082- Fix for upstream 262689.
1083
1084* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com 0:0.10.1-1.0PR1.16
1085- Update pango patch to one that defaults to off
1086
1087* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
1088- Fix problem where default apps aren't showing up in the download
1089  dialog (#136261)
1090- Fix default height being larger than the available area, cherry picked
1091  from upstream
1092
1093* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
1094- Actually turn on pango in the mozconfig
1095
1096* Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
1097- Disable the default application checks. (#133713)
1098- Disable the software update feature. (#136017)
1099
1100* Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
1101- Use pango for rendering
1102
1103* Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
1104- Fix for 64 bit crash at startup (b.m.o #256603)
1105
1106* Fri Oct  8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
1107- Fix compile issues (#134914)
1108- Add patch to fix button focus issues (#133507)
1109- Add patches to fix tab focus stealing issue (b.m.o #124750)
1110
1111* Fri Oct  1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
1112- Update to 0.10.1
1113- Fix tab switching keybindings (#133504)
1114
1115* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
1116- filter out library Provides: and internal Requires:
1117
1118* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
1119- Prereq desktop-file-utils >= 0.9
1120
1121* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
1122- Add clipboard access prevention patch.
1123
1124* Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
1125- Add the xul mime type to the .desktop file
1126
1127* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
1128- Backport the GTK+ file chooser.
1129- Update desktop database after uninstall.
1130
1131* Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
1132- Change the vendor to mozilla not fedora
1133- Build with --disable-strip so debuginfo packages work (#133738)
1134- Add pkgconfig patch (bmo #261090)
1135
1136* Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
1137- Add a BR for desktop-file-utils
1138- Update default configuration options to use the firefox mozconfig (#132916)
1139- Use Red Hat bookmarks (#133262)
1140- Update default homepage (#132721)
1141- Fix JS math on AMD64 (#133226)
1142- Build with MOZILLA_OFICIAL (#132917)
1143
1144* Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
1145- Update to 1.0PR1
1146- Update man page references to say Firefox instead of Firebird
1147- Remove gcc34 and extensions patch; they are now upstream
1148- Update desktop database
1149- Minor tweaks to the .desktop file
1150
1151* Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
1152- Fixup .desktop entry Name, GenericName, and Comment (#131602)
1153- Add MimeType desktop entry (patch from jrb@redhat.com)
1154- Build with --disable-xprint
1155
1156* Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
1157- rawhide import
1158- fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
1159
1160* Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
1161- and mng support is disabled again as it seams that there is
1162  no real mng support in the code
1163
1164* Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
1165- remove ldconfig from scriptlets (bug #1846 comment #40)
1166- reenabled mng support (bug #1971)
1167- removed --enable-strip to let rpm to the stripping (bug #1971)
1168- honor system settings in firefox.sh (bug #1971)
1169- setting umask 022 in scriptlets (bug #1962)
1170
1171* Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
1172- copy the icon to the right place(TM)
1173
1174* Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
1175- readded the xpm removed in 0:0.9.2-0.fdr.5
1176
1177* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
1178- added mozilla-1.7-psfonts.patch from rawhide mozilla
1179
1180* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
1181- updated to 0.9.3
1182- removed following from .mozconfig:
1183    ac_add_options --with-system-mng
1184    ac_add_options --enable-xprint
1185    ac_add_options --disable-dtd-debug
1186    ac_add_options --disable-freetype2
1187    ac_add_options --enable-strip-libs
1188    ac_add_options --enable-reorder
1189    ac_add_options --enable-mathml
1190    ac_add_options --without-system-nspr
1191
1192* Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
1193- applied parts of the patch from Matthias Saou (bug #1846)
1194- delete empty directories in %%{ffdir}/chrome
1195- more cosmetic changes to the spec file
1196
1197* Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
1198- mozilla-default-plugin-less-annoying.patch readded
1199
1200* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
1201- added krb5-devel as build requirement
1202
1203* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
1204- added patch from bugzilla.mozilla.org (bug #247846)
1205- removed Xvfb hack
1206
1207* Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
1208- updated to 0.9.2
1209
1210* Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
1211- mharris suggestion for backwards compatibilty with Xvfb hack
1212
1213* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
1214- added massive hack from the debian package to create the
1215  extension directory
1216
1217* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
1218- updated to 0.9.1
1219
1220* Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
1221- remove extensions patch
1222- add post hack to create extensions
1223- enable negotiateauth extension
1224- copy icon to browser/app/default.xpm
1225- --enable-official-branding
1226
1227* Thu Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
1228- extensions patch
1229
1230* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
1231- added gnome-vfs2-devel as BuildRequires
1232- added gcc-3.4 patch
1233
1234* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
1235- updated to 0.9
1236- dropped x86_64 patches
1237- dropped xremote patches
1238
1239* Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
1240- remove unused files: mozilla-config
1241
1242* Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
1243- update mozconfig (fixes bug #1443)
1244- installation directory includes version number
1245
1246* Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
1247- merge x86_64 release 10 with fedora.us release 10 bump release to 11
1248
1249* Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
1250- rebuild for FC2
1251- change Source71 to properly replace Source7 for maintainability
1252
1253* Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
1254- 3rd xremote patch
1255- test -Os rather than -O2
1256
1257* Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
1258- more x86_64 fixes
1259- fix firefix-xremote-client for x86_64 (similar to what is done for
1260  firefox.sh.in)
1261
1262* Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
1263- xremote patch for thunderbird integration #1113
1264- back out ugly hack from /usr/bin/firefox
1265- correct default bookmarks
1266
1267* Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
1268- readded the new firefox icons
1269
1270* Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
1271- removed new firefox icons
1272
1273* Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
1274- nothing
1275
1276* Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
1277- update for x86_64 ... usr mozilla-1.6 patches
1278- change "firefox-i*" to "firefox-*" in above stuff
1279
1280* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
1281- another icon changed
1282
1283* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
1284- startup script modified
1285
1286* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
1287- new firefox icon
1288- more s/firebird/firefox/
1289
1290* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
1291- new version: 0.8
1292- new name: firefox
1293
1294* Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
1295- s/0.6.1/0.7/
1296- changed user-app-dir back to .phoenix as .mozilla-firebird
1297  is not working as expected
1298- manpage now also available as MozillaFirebird.1
1299
1300* Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
1301- updated to 0.7
1302- provides webclient
1303- run regxpcom and regchrome after installation and removal
1304- added a man page from the debian package
1305- changed user-app-dir from .phoenix to .mozilla-firebird
1306
1307* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
1308- now with mozilla-default-plugin-less-annoying.patch; see bug #586
1309
1310* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
1311- updated to 0.6.1
1312- changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1
1313  it should now also build on RH80
1314
1315* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
1316- enabled the type ahead extension: bug #484
1317
1318* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
1319- renamed it again back to MozillaFirbird
1320- added libmng-devel to BuildRequires
1321- startup homepage is now www.fedora.us
1322- improved the startup script to use the unix remote protocol
1323  to open a new window
1324
1325* Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
1326- new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
1327- now using gtk2 as toolkit
1328- renamed again back to mozilla-firebird (I like it better)
1329- Provides: MozillaFirebird for compatibility with previous releases
1330- changed default bookmarks.html to contain links to www.fedora.us
1331
1332* Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
1333- renamed package to MozillaFirebird and all files with the old name
1334- enabled mng, mathml, xinerama support
1335- now honouring RPM_OPT_FLAGS
1336
1337* Mon May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
1338- updated to 0.6
1339
1340* Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
1341- Updated to CVS.
1342- Renamed to mozilla-firebird.
1343
1344* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
1345- Updated to CVS.
1346- Removed hard-coded library path.
1347
1348* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
1349- Changed Prereq to Requires.
1350- Changed BuildRequires to gtk+-devel (instead of file).
1351- Recompressed source with bzip2.
1352- Removed post.
1353
1354* Wed Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
1355- Added desktop-file-utils to BuildRequires.
1356- Changed category to X-Fedora-Extra.
1357- Updated to CVS.
1358
1359* Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
1360- Added Epoch:0.
1361- Added libgtk-1.2.so.0 to the BuildRequires
1362
1363* Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
1364- Updated to latest CVS.
1365- Moved phoenix startup script into its own file
1366
1367* Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
1368- Updated to latest CVS.
1369- Changed release to 9 vs 8.1.
1370- Added cvs script.
1371- added encoding to desktop file.
1372
1373* Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
1374- Updated to latest CVS.
1375- added release specification XFree86-devel Build Requirement.
1376- changed chmod to %attr
1377
1378* Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
1379- Fixed naming scheme.
1380- Fixed .desktop file.
1381
1382* Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
1383- Updated to CVS.
1384
1385* Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
1386- General Tweaking.
1387
1388* Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
1389- Updated CVS.
1390- Modified mozconfig.
1391
1392* Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
1393- Initial RPM release.
Note: See TracBrowser for help on using the repository browser.