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

Revision 7491, 42.4 KB checked in by daisuke, 11 years ago (diff)

firefox:

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