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

Revision 7996, 44.2 KB checked in by daisuke, 11 years ago (diff)

firefox: update to 25.0.1

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