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

Revision 7133, 42.0 KB checked in by daisuke, 12 years ago (diff)

firefox: update to 17.0

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