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

Revision 11973, 52.7 KB checked in by tomop, 6 years ago (diff)

firefox-60.3.0-1

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