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

Revision 12228, 53.7 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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