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

Revision 11595, 51.7 KB checked in by iwamoto, 6 years ago (diff)

firefox: update to 52.7.3esr

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