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

Revision 6029, 40.1 KB checked in by daisuke, 12 years ago (diff)

update to 12.0

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