source: projects/specs/branches/6/f/firefox/firefox-vl.spec @ 10730

Revision 10730, 49.8 KB checked in by tomop, 8 years ago (diff)

firefox-48.0-1

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