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

Revision 11984, 53.3 KB checked in by tomop, 5 years ago (diff)

firefox-60.4.0-1

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