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

Revision 12420, 54.5 KB checked in by tomop, 4 years ago (diff)

updated 2 packages

firefox-68.10.0-1

thunderbird-68.10.0-1

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