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

Revision 12078, 53.5 KB checked in by tomop, 5 years ago (diff)

firefox-60.6.3-1

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