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

Revision 7369, 42.3 KB checked in by daisuke, 11 years ago (diff)

update to 18.0.1

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