kalev / rpms / firefox

Forked from rpms/firefox 5 years ago
Clone
08ceb32
%define indexhtml file:///usr/share/doc/HTML/index.html
fa0cf49
%define desktop_file_utils_version 0.9
fa0cf49
%define nspr_version 4.6
50552d8
%define nss_version 3.10
95d476f
%define cairo_version 0.5
017df56
%define builddir %{_builddir}/mozilla
f64fde5
%define build_devel_package 1
08ceb32
dff43b8
%define official_branding 1
cvsdist cac9c1c
cvsdist cac9c1c
Summary:        Mozilla Firefox Web browser.
cvsdist cac9c1c
Name:           firefox
16c24b8
Version:        1.5.0.5
0c4f287
Release:        5
cvsdist cac9c1c
URL:            http://www.mozilla.org/projects/firefox/
cvsdist cac9c1c
License:        MPL/LGPL
cvsdist cac9c1c
Group:          Applications/Internet
fa0cf49
%if %{official_branding}
fa0cf49
%define tarball firefox-%{version}-source.tar.bz2
fa0cf49
%else
4653b65
%define tarball firefox-1.5rc3-source.tar.bz2
fa0cf49
%endif
fa0cf49
Source0:        %{tarball}
16c24b8
Source2:        firefox-langpacks-%{version}-20060726.tar.bz2
fa0cf49
Source10:       firefox-mozconfig
fa0cf49
Source11:       firefox-mozconfig-branded
fa0cf49
Source12:       firefox-redhat-default-bookmarks.html
fa0cf49
Source13:       firefox-redhat-default-prefs.js
2ca6e87
Source20:       firefox.desktop
2ca6e87
Source21:       firefox.sh.in
2ca6e87
Source22:       firefox.png
2ca6e87
Source23:       firefox.xpm
2ca6e87
Source24:       firefox.1
2ca6e87
Source50:       firefox-xremote-client.sh.in
a2a20a9
Source100:      find-external-requires
cfafdae
cfafdae
# build patches
fa0cf49
Patch3:         firefox-1.1-nss-system-nspr.patch
50552d8
Patch4:         firefox-1.5-with-system-nss.patch
fa0cf49
Patch5:         firefox-1.1-visibility.patch
cfafdae
cfafdae
# customization patches
cfafdae
Patch20:        firefox-redhat-homepage.patch
43d8bb9
Patch21:        firefox-0.7.3-psfonts.patch
43d8bb9
Patch22:        firefox-1.1-default-applications.patch
43d8bb9
Patch23:        firefox-1.1-software-update.patch
43d8bb9
Patch24:        firefox-RC1-stock-icons-be.patch
43d8bb9
Patch25:        firefox-RC1-stock-icons-fe.patch
43d8bb9
Patch26:        firefox-RC1-stock-icons-gnomestripe.patch
43d8bb9
Patch27:        firefox-gnomestripe-0.1-livemarks.patch
blizzard 04ea809
blizzard 5be8580
# local bugfixes
fa0cf49
Patch42:        firefox-1.1-uriloader.patch
fa0cf49
fa0cf49
# font system fixes
1f33951
Patch81:        firefox-nopangoxft.patch
fa0cf49
fa0cf49
# patches from upstream (Patch100+)
da97c6e
Patch101:       firefox-1.5-pango-ua.patch
da97c6e
Patch102:       firefox-1.5-pango-about.patch
fa0cf49
fa0cf49
# ---------------------------------------------------
cfafdae
cvsdist cac9c1c
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
588a63d
BuildRequires:  nspr-devel >= %{nspr_version}
50552d8
BuildRequires:  nss-devel >= %{nss_version}
95d476f
BuildRequires:  cairo-devel >= %{cairo_version}
cvsdist cac9c1c
BuildRequires:  libpng-devel, libjpeg-devel
cvsdist cac9c1c
BuildRequires:  zlib-devel, zip
2c1f724
BuildRequires:  libIDL-devel
cvsdist cac9c1c
BuildRequires:  desktop-file-utils
70e560b
BuildRequires:  gtk2-devel
70e560b
BuildRequires:  gnome-vfs2-devel
70e560b
BuildRequires:  libgnome-devel
70e560b
BuildRequires:  libgnomeui-devel
cvsdist cac9c1c
BuildRequires:  krb5-devel
2c1f724
BuildRequires:  pango-devel
2c1570e
BuildRequires:  freetype-devel >= 2.1.9
22e0f0f
BuildRequires:  libXt-devel
d83e45a
BuildRequires:  libXrender-devel
2c1570e
588a63d
Requires:       nspr >= %{nspr_version}
50552d8
Requires:       nss >= %{nss_version}
d917e8d
Requires:       desktop-file-utils >= %{desktop_file_utils_version}
cvsdist cac9c1c
Obsoletes:      phoenix, mozilla-firebird, MozillaFirebird
cvsdist cac9c1c
Provides:       webclient
cvsdist cac9c1c
%define ffdir %{_libdir}/firefox-%{version}
cvsdist cac9c1c
4702699
%if ! %{build_devel_package}
27c6c2b
AutoProv: 0
27c6c2b
%define _use_internal_dependency_generator 0
27c6c2b
%define __find_requires %{SOURCE100}
f64fde5
%endif
27c6c2b
cvsdist cac9c1c
%description
cvsdist cac9c1c
Mozilla Firefox is an open-source web browser, designed for standards
cvsdist cac9c1c
compliance, performance and portability.
cvsdist cac9c1c
f64fde5
%if %{build_devel_package}
017df56
%package devel
017df56
Summary: Development files for Firefox
017df56
Group: Development/Libraries
017df56
Obsoletes: mozilla-devel
017df56
Requires: firefox = %{version}-%{release}
017df56
Requires: nspr-devel >= %{nspr_version}
017df56
Requires: nss-devel >= %{nss_version}
017df56
017df56
%description devel
017df56
Development files for Firefox.  This package exists temporarily.
017df56
When xulrunner has reached version 1.0, firefox-devel will be
017df56
removed in favor of xulrunner-devel.
f64fde5
%endif
017df56
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%prep
cvsdist cac9c1c
%setup -q -n mozilla
fa0cf49
%patch3  -p1
50552d8
%patch4  -p1
fa0cf49
fa0cf49
# Pragma visibility is broken on most platforms for some reason.
fa0cf49
# It works on i386 so leave it alone there.  Disable elsewhere.
28d677c
# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297
b00f494
# UPDATE: 2006-07-24: i386 is also broken now.
b00f494
#%ifnarch i386
2b401a3
%patch5  -p0
b00f494
#%endif
fa0cf49
cfafdae
%patch20 -p0
cfafdae
%patch21 -p1
43d8bb9
%patch22 -p0
43d8bb9
#%patch23 -p0
43d8bb9
#%patch24 -p0
fa0cf49
#%patch25 -p0
fa0cf49
#%patch26 -p0
43d8bb9
#%patch27 -p1
3e285cd
%patch42 -p0
1f33951
%patch81 -p1
8e776db
da97c6e
%patch101 -p0 -b .pango-ua
da97c6e
%patch102 -p0 -b .pango-about
e8c6797
cvsdist cac9c1c
%{__rm} -f .mozconfig
2ca6e87
%{__cp} %{SOURCE10} .mozconfig
fa0cf49
%if %{official_branding}
fa0cf49
%{__cat} %{SOURCE11} >> .mozconfig
fa0cf49
%endif
cvsdist cac9c1c
141d1d2
# set up our default bookmarks
fa0cf49
%{__cp} %{SOURCE12} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
141d1d2
141d1d2
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%build
blizzard ef67381
fa0cf49
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | %{__sed} s/-O2/-Os/`
84ea30d
export PREFIX='%{_prefix}'
2b6df96
2b6df96
%ifarch ppc ppc64 s390 s390x
2b6df96
%define moz_make_flags -j1
2b6df96
%else
2b6df96
%define moz_make_flags %{?_smp_mflags}
2b6df96
%endif
2b6df96
2b6df96
MAKE="gmake %{moz_make_flags}" make -f client.mk build
cvsdist cac9c1c
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%install
cvsdist cac9c1c
%{__rm} -rf $RPM_BUILD_ROOT
cvsdist cac9c1c
fa0cf49
cd browser/installer
fa0cf49
%{__make} STRIP=/bin/true
cvsdist cac9c1c
cd -
cvsdist cac9c1c
cvsdist cac9c1c
%{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications}
cvsdist cac9c1c
28d677c
%{__tar} -C $RPM_BUILD_ROOT%{_libdir}/ -xzf dist/%{name}-*linux*.tar.gz
28d677c
%{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name} $RPM_BUILD_ROOT%{ffdir}
cvsdist cac9c1c
28d677c
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/%{name}-*linux*.tar
cvsdist cac9c1c
28d677c
%{__install} -p -D %{SOURCE22} $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
cvsdist cac9c1c
d917e8d
desktop-file-install --vendor mozilla \
cvsdist cac9c1c
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
cvsdist cac9c1c
  --add-category X-Fedora \
cvsdist cac9c1c
  --add-category Application \
cvsdist cac9c1c
  --add-category Network \
2ca6e87
  %{SOURCE20} 
cvsdist cac9c1c
2c1f724
# set up the firefox start script
74adc9d
%{__cat} %{SOURCE21} | %{__sed} -e 's,FIREFOX_VERSION,%{version},g' > \
cvsdist cac9c1c
  $RPM_BUILD_ROOT%{_bindir}/firefox
cvsdist cac9c1c
%{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/firefox
cvsdist cac9c1c
2c1f724
# set up our default preferences
fa0cf49
%{__cat} %{SOURCE13} | %{__sed} -e 's,FIREFOX_RPM_VR,%{version}-%{release},g' > rh-default-prefs
2c1f724
%{__cp} rh-default-prefs $RPM_BUILD_ROOT/%{ffdir}/greprefs/all-redhat.js
2c1f724
%{__cp} rh-default-prefs $RPM_BUILD_ROOT/%{ffdir}/defaults/pref/all-redhat.js
2c1f724
%{__rm} rh-default-prefs
2c1f724
2c1f724
# set up our default bookmarks
fa0cf49
%{__install} -p -D %{SOURCE12} $RPM_BUILD_ROOT%{ffdir}/defaults/profile/bookmarks.html
2c1f724
2ca6e87
%{__cat} %{SOURCE50} | %{__sed} -e 's,FFDIR,%{ffdir},g' -e 's,LIBDIR,%{_libdir},g' > \
cvsdist cac9c1c
  $RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
cvsdist cac9c1c
cvsdist cac9c1c
%{__chmod} 755 $RPM_BUILD_ROOT%{ffdir}/firefox-xremote-client
2ca6e87
%{__install} -p -D %{SOURCE24} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
cvsdist cac9c1c
cvsdist cac9c1c
%{__rm} -f $RPM_BUILD_ROOT%{ffdir}/firefox-config
cvsdist cac9c1c
cvsdist cac9c1c
cd $RPM_BUILD_ROOT%{ffdir}/chrome
cvsdist cac9c1c
find . -name "*" -type d -maxdepth 1 -exec %{__rm} -rf {} \;
cvsdist cac9c1c
cd -
cvsdist cac9c1c
588a63d
%{__cat} > $RPM_BUILD_ROOT%{ffdir}/defaults/pref/firefox-l10n.js << EOF
Kristian Høgsberg 5fc32db
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
Kristian Høgsberg 5fc32db
EOF
fa0cf49
%{__chmod} 644 $RPM_BUILD_ROOT%{ffdir}/defaults/pref/firefox-l10n.js
08ceb32
cvsdist cac9c1c
%{__mkdir_p} $RPM_BUILD_ROOT%{ffdir}/chrome/icons/default/
2ca6e87
%{__cp} %{SOURCE23} $RPM_BUILD_ROOT%{ffdir}/chrome/icons/default/default.xpm
2ca6e87
%{__cp} %{SOURCE23} $RPM_BUILD_ROOT%{ffdir}/icons/default.xpm
cvsdist cac9c1c
2c1570e
# own mozilla plugin dir (#135050)
2c1570e
%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins
2c1570e
0e00b2a
# Install langpacks
0e00b2a
%{__mkdir_p} $RPM_BUILD_ROOT%{ffdir}/extensions
0e00b2a
%{__tar} xjf %{SOURCE2}
0e00b2a
for langpack in `ls firefox-langpacks/*.xpi`; do
0e00b2a
  language=`basename $langpack .xpi`
0e00b2a
  extensiondir=$RPM_BUILD_ROOT%{ffdir}/extensions/langpack-$language@firefox.mozilla.org
0e00b2a
  %{__mkdir_p} $extensiondir
0e00b2a
  unzip $langpack -d $extensiondir
a903d1d
  find $extensiondir -type f | xargs chmod 644
0e00b2a
a903d1d
  langtmp=%{_tmpdir}/%{name}/langpack-$language
a903d1d
  %{__mkdir_p} $langtmp
0e00b2a
  jarfile=$extensiondir/chrome/$language.jar
a903d1d
  unzip $jarfile -d $langtmp
a903d1d
  sed -i -e "s|browser.startup.homepage.*$|browser.startup.homepage=%{indexhtml}|g;" $langtmp/locale/browser-region/region.properties
a903d1d
  find $langtmp -type f | xargs chmod 644
0e00b2a
  %{__rm} -rf $jarfile
a903d1d
  cd $langtmp
0e00b2a
  zip -r -D $jarfile locale
0e00b2a
  %{__rm} -rf locale
a903d1d
  cd -
0e00b2a
done
0e00b2a
%{__rm} -rf firefox-langpacks
0e00b2a
017df56
# Prepare our devel package
f64fde5
%if %{build_devel_package}
995c778
%{__mkdir_p} $RPM_BUILD_ROOT/%{_includedir}/firefox-%{version}
995c778
%{__mkdir_p} $RPM_BUILD_ROOT/%{_datadir}/idl/firefox-%{version}
6fe372e
%{__mkdir_p} $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
2525b19
%{__cp} -r dist/include/* \
995c778
  $RPM_BUILD_ROOT/%{_includedir}/firefox-%{version}
2525b19
%{__cp} -r dist/idl/* \
995c778
  $RPM_BUILD_ROOT/%{_datadir}/idl/firefox-%{version}
017df56
install -c -m 755 dist/bin/xpcshell \
017df56
  dist/bin/xpidl \
017df56
  dist/bin/xpt_dump \
017df56
  dist/bin/xpt_link \
017df56
  $RPM_BUILD_ROOT/%{ffdir}
6fe372e
install -c -m 644 build/unix/*.pc \
6fe372e
  $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
f64fde5
%endif
017df56
39974f1
# ghost files
39974f1
touch $RPM_BUILD_ROOT%{ffdir}/components/compreg.dat
39974f1
touch $RPM_BUILD_ROOT%{ffdir}/components/xpti.dat
39974f1
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%clean
cvsdist cac9c1c
%{__rm} -rf $RPM_BUILD_ROOT
cvsdist cac9c1c
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%post
19c0cec
update-desktop-database %{_datadir}/applications
19c0cec
cvsdist cac9c1c
%postun
2787585
update-desktop-database %{_datadir}/applications
cvsdist cac9c1c
cvsdist cac9c1c
%preun
cvsdist cac9c1c
# is it a final removal?
cvsdist cac9c1c
if [ $1 -eq 0 ]; then
cvsdist cac9c1c
  %{__rm} -rf %{ffdir}/components
cvsdist cac9c1c
  %{__rm} -rf %{ffdir}/extensions
cvsdist cac9c1c
fi
cvsdist cac9c1c
cvsdist cac9c1c
%files
cvsdist cac9c1c
%defattr(-,root,root,-)
cvsdist cac9c1c
%{_bindir}/firefox
cvsdist cac9c1c
%{_mandir}/man1/*
446ad2d
%{_datadir}/applications/mozilla-%{name}.desktop
cvsdist cac9c1c
%{_datadir}/pixmaps/firefox.png
2c1570e
%{_libdir}/mozilla
53e04f5
017df56
%dir %{ffdir}
017df56
%{ffdir}/LICENSE
017df56
%{ffdir}/README.txt
017df56
%{ffdir}/*.properties
017df56
%{ffdir}/chrome
bbf0cca
%dir %{ffdir}/components
bbf0cca
%ghost %{ffdir}/components/compreg.dat
bbf0cca
%ghost %{ffdir}/components/xpti.dat
bbf0cca
%{ffdir}/components/*.so
bbf0cca
%{ffdir}/components/*.xpt
bbf0cca
%{ffdir}/components/*.js
017df56
%{ffdir}/defaults
017df56
%{ffdir}/extensions
017df56
%{ffdir}/greprefs
017df56
%{ffdir}/icons
017df56
%{ffdir}/init.d
017df56
%{ffdir}/plugins
017df56
%{ffdir}/res
017df56
%{ffdir}/searchplugins
017df56
%{ffdir}/*.so
017df56
%{ffdir}/firefox
017df56
%{ffdir}/firefox-bin
017df56
%{ffdir}/firefox-xremote-client
017df56
%{ffdir}/mozilla-xremote-client
017df56
%{ffdir}/run-mozilla.sh
017df56
# XXX See if these are needed still
bbf0cca
%{ffdir}/dependentlibs.list
017df56
%{ffdir}/updater*
bbf0cca
%{ffdir}/removed-files
39974f1
f64fde5
%if %{build_devel_package}
995c778
%files devel
017df56
%defattr(-,root,root)
995c778
%{_datadir}/idl/firefox-%{version}
995c778
%{_includedir}/firefox-%{version}
017df56
%{ffdir}/xpcshell
017df56
%{ffdir}/xpicleanup
017df56
%{ffdir}/xpidl
017df56
%{ffdir}/xpt_dump
017df56
%{ffdir}/xpt_link
8aa4150
%{_libdir}/pkgconfig/firefox-xpcom.pc
8aa4150
%{_libdir}/pkgconfig/firefox-plugin.pc
8aa4150
%{_libdir}/pkgconfig/firefox-js.pc
8aa4150
%{_libdir}/pkgconfig/firefox-gtkmozembed.pc
0c4f287
%{_libdir}/pkgconfig/firefox-nspr.pc
0c4f287
%{_libdir}/pkgconfig/firefox-nss.pc
f64fde5
%endif
39974f1
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%changelog
0c4f287
* Fri Jul 28 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.0.4-5
0c4f287
- Add more pkgconfig files
0c4f287
6fe372e
* Thu Jul 27 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-4
6fe372e
- Add pkgconfig files
6fe372e
f64fde5
* Thu Jul 27 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-3
f64fde5
- Don't strip provides when building the devel package
f64fde5
16c24b8
* Wed Jul 26 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-2
16c24b8
- Update to 1.5.0.5
16c24b8
017df56
* Mon Jul 24 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.4-4
017df56
- Ugh:
017df56
  - Mozilla the platform is deprecated
017df56
  - XULrunner has been promised for a while but is still not 1.0
017df56
  - Ship a firefox-devel for now as we need a devel platform.
017df56
  - The plan is to kill firefox-devel when xulrunner 1.0 ships. 
017df56
- Clean up the files list a little bit.
017df56
2b6df96
* Thu Jun 15 2006 Kai Engert <kengert@redhat.com> - 1.5.0.4-3
2b6df96
- Force "gmake -j1" on ppc ppc64 s390 s390x
2b6df96
0ad7f5c
* Mon Jun 12 2006 Kai Engert <kengert@redhat.com> - 1.5.0.4-2
0ad7f5c
- Firefox 1.5.0.4
0ad7f5c
2a657ce
* Thu May  4 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.3-2
2a657ce
- Firefox 1.5.0.3
2a657ce
f8f1e4a
* Wed Apr 19 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.2-4
f8f1e4a
- Really drop the broken langpacks this time.
f8f1e4a
776e715
* Tue Apr 18 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.2-3
776e715
- Drop some broken langpacks
776e715
39e27b7
* Thu Apr 13 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.2-2
39e27b7
- Firefox 1.5.0.2
39e27b7
da97c6e
* Sat Mar 11 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-9
da97c6e
- Add a notice to the about dialog denoting this is a pango enabled build.
da97c6e
- Tweak the user agent denoting this is a pango enabled build.
f381d84
edd3426
* Mon Mar  6 2006 Warren Togami <wtogami@redhat.com> - 1.5.0.1-7
edd3426
- make links point to the correct release
edd3426
8a45f75
* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 1.5.0.1-6
8a45f75
- Add new bookmarks file from Warren (bug 182386)
8a45f75
22e0f0f
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de>
22e0f0f
- add buildrequires libXt-devel for X11/Intrinsic.h, X11/Shell.h
22e0f0f
56ab92b
* Mon Feb 20 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-5
56ab92b
- Rebuild
56ab92b
e8c6797
* Mon Feb 20 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-4
e8c6797
- Ensure our wrapper handles URLs with commas/spaces (Ilya Konstantinov)
e8c6797
- Fix a pango typo
e8c6797
a903d1d
* Fri Feb 10 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-3
a903d1d
- Improve the langpack install stuff
a903d1d
- Fix up dumpstack.patch to match the finalized change
a903d1d
a903d1d
* Tue Feb  7 2006 Jesse Keating <jkeating@redhat.com> - 1.5.0.1-2.1
cfafbbc
- rebuilt for new gcc4.1 snapshot and glibc changes
cfafbbc
df9831a
* Wed Feb  1 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-2
1fe2da2
- Update language packs to 1.5.0.1
df9831a
- Add dumpstack.patch
1fe2da2
1fe2da2
* Wed Feb  1 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.1-1
43d8bb9
- Update to 1.5.0.1
43d8bb9
0e00b2a
* Thu Jan 26 2006 Christopher Aillon <caillon@redhat.com> - 1.5-5
0e00b2a
- Ship langpacks again from upstream
0e00b2a
- Stop providing MozillaFirebird and mozilla-firebird
0e00b2a
e6daebf
* Tue Jan  3 2006 Christopher Aillon <caillon@redhat.com> - 1.5-4
e6daebf
- Looks like we can build ppc64 again.  Happy New Year!
e6daebf
a8389fa
* Fri Dec 16 2005 Christopher Aillon <caillon@redhat.com> - 1.5-3
a8389fa
- Once again, disable ppc64 because of a new issue.
a8389fa
  See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175944
a8389fa
50552d8
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> - 1.5-2
50552d8
- Use the system NSS libraries
50552d8
- Build on ppc64
50552d8
e25cd54
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e25cd54
- rebuilt
e25cd54
dff43b8
* Tue Nov 29 2005 Christopher Aillon <caillon@redhat.com> - 1.5-1
dff43b8
- Update to Firefox 1.5
dff43b8
7122826
* Mon Nov 28 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.1.rc3
7122826
- Fix issue with popup dialogs and other actions causing lockups
7122826
4653b65
* Fri Nov 18 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.rc3
4653b65
- Update to 1.5 rc3
4653b65
e921982
* Thu Nov  3 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.rc1
e921982
- Update to 1.5 rc1
e921982
- Clean up the default bookmarks
e921982
a8ec7fc
* Sat Oct  8 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.beta2
a8ec7fc
- Update to 1.5 beta 2
a8ec7fc
28d677c
* Wed Sep 14 2005 Christopher Aillon <caillon@redhat.com> - 1.5-0.5.0.beta1
28d677c
- Update to 1.5 beta 1.
28d677c
- Add patch to svg rendering to adjust for cairo behavior.
28d677c
- Happy birthday, dad!
28d677c
b8df83d
* Sat Aug 27 2005 Christopher Aillon <caillon@redhat.com> - 1.1-0.2.8.deerpark.alpha2
b8df83d
- Re-enable SVG, canvas, and system cairo.
b8df83d
- Fix issue with typing in proxy preference panel
b8df83d
1f33951
* Thu Aug 18 2005 Jeremy Katz <katzj@redhat.com> - 1.1-0.2.7.deerpark.alpha2.1
1f33951
- another fix to not use pango_xft
1f33951
e4266bc
* Mon Aug 15 2005 Christopher Aillon <caillon@redhat.com> 1.1-0.2.6.deerpark.alpha2
e4266bc
- Rebuild
e4266bc
10c5ac1
* Fri Jul 29 2005 Christopher Aillon <caillon@redhat.com> 1.1-0.2.5.deerpark.alpha2
10c5ac1
- Re-enable ppc now that its binutils are fixed.
c6dd5cb
- Disable SVG and canvas again.  The in-tree copy does not build against new pango.
c6dd5cb
- When clicking a link and going back via history, don't keep the link focused.
10c5ac1
95d476f
* Fri Jul 22 2005 Christopher Aillon <caillon@redhat.com> 1.1-0.2.4.deerpark.alpha2
95d476f
- Add patch from Christian Persch to make the file chooser modal
95d476f
- Change default behavior of opening links from external apps to: New Tab
95d476f
- New build options:
95d476f
  --enable-svg
95d476f
  --enable-canvas
95d476f
95d476f
* Wed Jul 20 2005 Christopher Aillon <caillon@redhat.com> 1.1-0.2.3.deerpark.alpha2
1334bf1
- Update firefox-1.1-uriloader.patch to fix crashes when calling into gnome-vfs2
1334bf1
95d476f
* Tue Jul 19 2005 Christopher Aillon <caillon@redhat.com> 1.1-0.2.2.deerpark.alpha2
aa60c7b
- Do away with firefox-rebuild-databases.pl
aa60c7b
dcc66d3
* Mon Jul 18 2005 Christopher Aillon <caillon@redhat.com> 1.1-0.2.1.deerpark.alpha2
dcc66d3
- Rebuild
dcc66d3
dcc66d3
* Mon Jul 18 2005 Christopher Aillon <caillon@redhat.com> 1.1-0.0.1.deerpark.alpha2
fa0cf49
- Update to Deer Park Alpha 2
fa0cf49
  - STILL TODO:
fa0cf49
    - This build is not localized yet.
fa0cf49
    - Theme issues not yet resolved.
fa0cf49
    - Building on ppc platforms is busted, disable them for now.
fa0cf49
    - Forward port all remaining patches.
fa0cf49
588a63d
* Sun Jul 17 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.4-6
588a63d
- Avoid a crash on 64bit platforms
588a63d
- Use system NSPR
588a63d
fa0cf49
* Thu Jun 23 2005 Kristian Høgsberg <krh@redhat.com>  0:1.0.4-5
Kristian Høgsberg 5fc32db
- Add firefox-1.0-pango-cairo.patch to get rid of the last few Xft
Kristian Høgsberg 5fc32db
  references, fixing the "no fonts" problem.
Kristian Høgsberg 5fc32db
- Copy over changes from FC4 branch.
Kristian Høgsberg 5fc32db
Kristian Høgsberg 5fc32db
* Tue May 24 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.4-4
Kristian Høgsberg 5fc32db
- Only install searchplugins for en-US, since there isn't any way
Kristian Høgsberg 5fc32db
  to dynamically select searchplugins per locale yet.
Kristian Høgsberg 5fc32db
Kristian Høgsberg 5fc32db
* Mon May 23 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.4-3
Kristian Høgsberg 5fc32db
- Add support for locales:
Kristian Høgsberg 5fc32db
    af-ZA, ast-ES, ca-AD, cs-CZ, cy-GB, da-DK, de-DE, el-GR,
Kristian Høgsberg 5fc32db
    en-GB  es-AR, es-ES, eu-ES, fi-FI, fr-FR, ga-IE, he-IL,
Kristian Høgsberg 5fc32db
    hu-HU, it-IT, ko-KR, ja-JP, ja-JPM, mk-MK, nb-NO, nl-NL,
Kristian Høgsberg 5fc32db
    pa-IN, pl-PL, pt-BR, pt-PT, ro-RO, ru-RU, sk-SK, sl-SI,
Kristian Høgsberg 5fc32db
    sq-AL, sv-SE, tr-TR, zh-CN, zh-TW
Kristian Høgsberg 5fc32db
3aa085d
* Wed May 11 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.4-2
3aa085d
- Update to 1.0.4
3aa085d
7a6130f
* Mon May  9 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.3-5
7a6130f
- Correctly position the IM candidate window for most locales
7a6130f
  Note: it is still incorrectly positioned for zh_TW after this fix
7a6130f
- Add temporary workaround to not create files in the user's $HOME (#149664)
7a6130f
3147b61
* Tue May  3 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.3-4
3147b61
- Rebuild
3147b61
2c9ee4d
* Tue May  3 2005 Christopher Aillon <caillon@redhat.com>
2c9ee4d
- Patch from Marcel Mol supporting launching with filenames
2c9ee4d
  containing whitespace.
2c9ee4d
74adc9d
* Tue May  3 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.3-3
74adc9d
- Firefox script fixes to support multilib installs.
74adc9d
- Add upstream patch to fix bidi justification of pango
74adc9d
- Add patch to fix launching of helper applications
74adc9d
6a1f116
* Wed Apr 27 2005 Warren Togami <wtogami@redhat.com>
6a1f116
- remove JVM version probing (#116445)
01c130b
- correct confusing PANGO vars in startup script
6a1f116
8cea792
* Fri Apr 15 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.3-2
8cea792
- Add patch to properly link against libgfxshared_s.a
8cea792
8cea792
* Fri Apr 15 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.3-1
8cea792
- Update to security release 1.0.3
8cea792
2b401a3
* Tue Apr 12 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.2-4
2b401a3
- Update useragent patch to match upstream.
2b401a3
- Add nspr-config 64 bit patch from rstrode@redhat.com
2b401a3
9a34765
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.2-3
9a34765
- Updated firefox icon (https://bugzilla.mozilla.org/show_bug.cgi?id=261679)
9a34765
- Fix for some more cursor issues in textareas (149991, 150002, 152089)
9a34765
807f6a8
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.2-2
807f6a8
- Make the "browser.link.open_external" pref work (David Fraser)
807f6a8
6300fe6
* Wed Mar 23 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.2-1
6300fe6
- Firefox 1.0.2
6300fe6
3e285cd
* Tue Mar 22 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.1-6
3e285cd
- Add patch to fix italic rendering errors with certain fonts (e.g. Tahoma)
3e285cd
- Re-enable jsd since there is now a venkman version that works with Firefox.
3e285cd
a663aa8
* Tue Mar  8 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.1-5
a663aa8
- Add patch to compile against new fortified glibc macros
a663aa8
e50a2b5
* Fri Mar  4 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.1-4
e50a2b5
- Build against gcc4, add build patches to do so.
e50a2b5
70e560b
* Thu Mar  3 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.1-3
70e560b
- Remerge firefox-1.0-pango-selection.patch
70e560b
- Add execshield patches for ia64 and ppc
70e560b
- BuildRequires libgnome-devel, libgnomeui-devel
70e560b
3ca3761
* Sun Feb 27 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.1-2
3ca3761
- Add upstream fix to reduce round trips to xserver during remote control
3ca3761
- Add upstream fix to call g_set_application_name
3ca3761
78e32f3
* Thu Feb 24 2005 Christopher Aillon <caillon@redhat.com> 0:1.0.1-1
78e32f3
- Update to 1.0.1 fixing several security flaws.
78e32f3
- Temporarily disable langpacks to workaround startup issues (#145806)
78e32f3
- Request the correct system colors from gtk (#143423)
78e32f3
08ceb32
* Tue Dec 28 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-8
08ceb32
- Add upstream langpacks
08ceb32
39974f1
* Sat Dec 25 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-7
39974f1
- Make sure we get a URL passed in to firefox (#138861)
39974f1
- Mark some generated files as ghost (#136015)
39974f1
2c1f724
* Wed Dec 15 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-6
2c1f724
- Don't have downloads "disappear" when downloading to desktop (#139015)
2c1f724
- Add RPM version to the useragent
2c1f724
- BuildRequires pango-devel
2c1f724
2ca6e87
* Sat Dec 11 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-5
2ca6e87
- Fix spacing in textareas when using pango for rendering
2ca6e87
- Enable pango rendering by default.
2ca6e87
- Enable smooth scrolling by default
2ca6e87
cb74f3b
* Fri Dec  3 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-4
cb74f3b
- Add StartupWMClass patch from Damian Christey (#135830)
cb74f3b
- Use system colors by default (#137810)
cb74f3b
- Re-add s390(x)
cb74f3b
blizzard 04ea809
* Sat Nov 20 2004 Christopher Blizzard <blizzard@redhat.com> 0:1.0-3
blizzard 04ea809
- Add patch that uses pango for selection.
blizzard 04ea809
c653b18
* Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
c653b18
- Fix livemarks icon issue. (#138989)
c653b18
11ef24c
* Tue Nov  8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
11ef24c
- Firefox 1.0
11ef24c
c51979c
* Thu Nov  4 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.3
c51979c
- Add support for GNOME stock icons. (bmo #233461)
c51979c
2c1570e
* Sat Oct 30 2004 Warren Togami <wtogami@redhat.com> 0:0.99-1.0RC1.2
2c1570e
- #136330 BR freetype-devel with conditions
2c1570e
- #135050 firefox should own mozilla plugin dir
2c1570e
2c1570e
* Sat Oct 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.99-1.0RC1.1
7417431
- Update to firefox-rc1
7417431
- Add patch for s390(x)
7417431
084a3d1
* Tue Oct 26 2004 Christopher Aillon <caillon@redhat.com>
084a3d1
- Fix LD_LIBRARY_PATH at startup (Steve Knodle)
084a3d1
0cabdc2
* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
0cabdc2
- Prevent inlining of stack direction detection (#135255)
0cabdc2
27f39b4
* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
27f39b4
- More file chooser fixes:
27f39b4
    Pop up a confirmation dialog before overwriting files (#134648)
27f39b4
    Allow saving as complete once again
b493e56
- Fix for upstream 263263.
27f39b4
e68ac04
* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
53fc3fc
- Fix for upstream 262689.
53fc3fc
blizzard f5f93c5
* Mon Oct 18 2004 Christopher Blizzard 
blizzard f5f93c5
- Update pango patch to one that defaults to off
blizzard f5f93c5
blizzard 5be8580
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.15
blizzard 5be8580
- Fix problem where default apps aren't showing up in the download
blizzard 5be8580
  dialog (#136261)
blizzard 5be8580
- Fix default height being larger than the available area, cherry picked
blizzard 5be8580
  from upstream
blizzard 5be8580
blizzard dbd8e20
* Mon Oct 18 2004 Christopher Blizzard <blizzard@redhat.com> 0:0.10.1-1.0PR1.13
blizzard dbd8e20
- Actually turn on pango in the mozconfig
blizzard dbd8e20
4feb952
* Sat Oct 16 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.12
4feb952
- Disable the default application checks. (#133713)
4feb952
- Disable the software update feature. (#136017)
4feb952
blizzard ef67381
* Wed Oct 13 2004 Christopher Blizzard <blizzard@redhat.com>
blizzard ef67381
- Use pango for rendering
blizzard ef67381
2eb00c5
* Tue Oct 12 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.10
2eb00c5
- Fix for 64 bit crash at startup (b.m.o #256603)
2eb00c5
cfafdae
* Fri Oct  8 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.9
cfafdae
- Fix compile issues (#134914)
a2a20a9
- Add patch to fix button focus issues (#133507)
cfafdae
- Add patches to fix tab focus stealing issue (b.m.o #124750)
a2a20a9
4509d40
* Fri Oct  1 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.8
4509d40
- Update to 0.10.1
4509d40
- Fix tab switching keybindings (#133504)
4509d40
27c6c2b
* Fri Oct  1 2004 Bill Nottingham <notting@redhat.com> 0:0.10.0-1.0PR1.7
27c6c2b
- filter out library Provides: and internal Requires:
27c6c2b
7c48111
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
7c48111
- Prereq desktop-file-utils >= 0.9
7c48111
8e776db
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
8e776db
- Add clipboard access prevention patch.
8e776db
8e776db
* Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.4
f11dec7
- Add the xul mime type to the .desktop file
f11dec7
2787585
* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.3
2787585
- Backport the GTK+ file chooser.
2787585
- Update desktop database after uninstall.
2787585
2787585
* Mon Sep 27 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.2
d917e8d
- Change the vendor to mozilla not fedora
d917e8d
- Build with --disable-strip so debuginfo packages work (#133738)
d917e8d
- Add pkgconfig patch (bmo #261090)
d917e8d
141d1d2
* Fri Sep 24 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.1
141d1d2
- Add a BR for desktop-file-utils
141d1d2
- Update default configuration options to use the firefox mozconfig (#132916)
141d1d2
- Use Red Hat bookmarks (#133262)
141d1d2
- Update default homepage (#132721)
141d1d2
- Fix JS math on AMD64 (#133226)
141d1d2
- Build with MOZILLA_OFICIAL (#132917)
7d2e9ab
19c0cec
* Tue Sep 14 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.0
19c0cec
- Update to 1.0PR1
19c0cec
- Update man page references to say Firefox instead of Firebird
19c0cec
- Remove gcc34 and extensions patch; they are now upstream
19c0cec
- Update desktop database
19c0cec
- Minor tweaks to the .desktop file
19c0cec
cvsdist fb12275
* Fri Sep 03 2004 Christopher Aillon <caillon@redhat.com> 0:0.9.3-8
cvsdist fb12275
- Fixup .desktop entry Name, GenericName, and Comment (#131602)
cvsdist fb12275
- Add MimeType desktop entry (patch from jrb@redhat.com)
cvsdist fb12275
- Build with --disable-xprint
cvsdist fb12275
cvsdist cac9c1c
* Tue Aug 31 2004 Warren Togami <wtogami@redhat.com> 0:0.9.3-7
cvsdist cac9c1c
- rawhide import
cvsdist cac9c1c
- fedora.us #1765 NetBSD's freetype 2.1.8 compat patch
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Aug 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.6
cvsdist cac9c1c
- and mng support is disabled again as it seams that there is
cvsdist cac9c1c
  no real mng support in the code
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Aug 28 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.5
cvsdist cac9c1c
- remove ldconfig from scriptlets (bug #1846 comment #40)
cvsdist cac9c1c
- reenabled mng support (bug #1971)
cvsdist cac9c1c
- removed --enable-strip to let rpm to the stripping (bug #1971)
cvsdist cac9c1c
- honor system settings in firefox.sh (bug #1971)
cvsdist cac9c1c
- setting umask 022 in scriptlets (bug #1962)
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Aug 07 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.4
cvsdist cac9c1c
- copy the icon to the right place(TM)
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Aug 06 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.3
cvsdist cac9c1c
- readded the xpm removed in 0:0.9.2-0.fdr.5
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.2
cvsdist cac9c1c
- added mozilla-1.7-psfonts.patch from rawhide mozilla
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Aug 05 2004 Adrian Reber <adrian@lisas.de> 0:0.9.3-0.fdr.1
cvsdist cac9c1c
- updated to 0.9.3
cvsdist cac9c1c
- removed following from .mozconfig:
cvsdist cac9c1c
    ac_add_options --with-system-mng
cvsdist cac9c1c
    ac_add_options --enable-xprint
cvsdist cac9c1c
    ac_add_options --disable-dtd-debug
cvsdist cac9c1c
    ac_add_options --disable-freetype2
cvsdist cac9c1c
    ac_add_options --enable-strip-libs
cvsdist cac9c1c
    ac_add_options --enable-reorder
cvsdist cac9c1c
    ac_add_options --enable-mathml
cvsdist cac9c1c
    ac_add_options --without-system-nspr
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Aug 03 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.5
cvsdist cac9c1c
- applied parts of the patch from Matthias Saou (bug #1846)
cvsdist cac9c1c
- delete empty directories in %%{ffdir}/chrome
cvsdist cac9c1c
- more cosmetic changes to the spec file
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jul 14 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.4
cvsdist cac9c1c
- mozilla-default-plugin-less-annoying.patch readded
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.3
cvsdist cac9c1c
- added krb5-devel as build requirement
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jul 13 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.2
cvsdist cac9c1c
- added patch from bugzilla.mozilla.org (bug #247846)
cvsdist cac9c1c
- removed Xvfb hack
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Jul 09 2004 Adrian Reber <adrian@lisas.de> 0:0.9.2-0.fdr.1
cvsdist cac9c1c
- updated to 0.9.2
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Jul 05 2004 Warren Togami <wtogami@redhat.com> 0:0.9.1-0.fdr.3
cvsdist cac9c1c
- mharris suggestion for backwards compatibilty with Xvfb hack
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.2
cvsdist cac9c1c
- added massive hack from the debian package to create the
cvsdist cac9c1c
  extension directory
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jun 29 2004 Adrian Reber <adrian@lisas.de> 0:0.9.1-0.fdr.1
cvsdist cac9c1c
- updated to 0.9.1
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.4
cvsdist cac9c1c
- remove extensions patch
cvsdist cac9c1c
- add post hack to create extensions
cvsdist cac9c1c
- enable negotiateauth extension
cvsdist cac9c1c
- copy icon to browser/app/default.xpm
cvsdist cac9c1c
- --enable-official-branding
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jun 17 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.3
cvsdist cac9c1c
- extensions patch
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.2
cvsdist cac9c1c
- added gnome-vfs2-devel as BuildRequires
cvsdist cac9c1c
- added gcc-3.4 patch 
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Jun 16 2004 Adrian Reber <adrian@lisas.de> 0:0.9-0.fdr.1
cvsdist cac9c1c
- updated to 0.9
cvsdist cac9c1c
- dropped x86_64 patches
cvsdist cac9c1c
- dropped xremote patches
cvsdist cac9c1c
cvsdist cac9c1c
* Wed May 26 2004 Adrian Reber <adrian@lisas.de> 0:0.8-0.fdr.13
cvsdist cac9c1c
- remove unused files: mozilla-config
cvsdist cac9c1c
cvsdist cac9c1c
* Sun May 23 2004 David Hill <djh[at]ii.net> 0:0.8-0.fdr.12
cvsdist cac9c1c
- update mozconfig (fixes bug #1443)
cvsdist cac9c1c
- installation directory includes version number
cvsdist cac9c1c
cvsdist cac9c1c
* Mon May 10 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.11
cvsdist cac9c1c
- merge x86_64 release 10 with fedora.us release 10 bump release to 11
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Apr 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.8-0.fdr.10
cvsdist cac9c1c
- rebuild for FC2
cvsdist cac9c1c
- change Source71 to properly replace Source7 for maintainability
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.10
cvsdist cac9c1c
- 3rd xremote patch
cvsdist cac9c1c
- test -Os rather than -O2
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net>
cvsdist cac9c1c
- more x86_64 fixes
cvsdist cac9c1c
- fix firefix-xremote-client for x86_64 (similar to what is done for
cvsdist cac9c1c
  firefox.sh.in)
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Apr 03 2004 Warren Togami <wtogami@redhat.com> 0:0.8-0.fdr.9
cvsdist cac9c1c
- xremote patch for thunderbird integration #1113
cvsdist cac9c1c
- back out ugly hack from /usr/bin/firefox
cvsdist cac9c1c
- correct default bookmarks
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Feb 25 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.7
cvsdist cac9c1c
- readded the new firefox icons
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Feb 21 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.6
cvsdist cac9c1c
- removed new firefox icons
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Feb 18 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.5
cvsdist cac9c1c
- nothing
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Feb 12 2004 Gene Czarcinski <czar@acm.org>
cvsdist cac9c1c
- update for x86_64 ... usr mozilla-1.6 patches
cvsdist cac9c1c
- change "firefox-i*" to "firefox-*" in above stuff
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.4
cvsdist cac9c1c
- another icon changed
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Feb 10 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.3
cvsdist cac9c1c
- startup script modified
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.2
cvsdist cac9c1c
- new firefox icon
cvsdist cac9c1c
- more s/firebird/firefox/
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Feb 09 2004 Adrian Reber <adrian@lisas.de> - 0:0.8-0.fdr.1
cvsdist cac9c1c
- new version: 0.8
cvsdist cac9c1c
- new name: firefox
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Oct 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.2
cvsdist cac9c1c
- s/0.6.1/0.7/
cvsdist cac9c1c
- changed user-app-dir back to .phoenix as .mozilla-firebird
cvsdist cac9c1c
  is not working as expected
cvsdist cac9c1c
- manpage now also available as MozillaFirebird.1
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Oct 16 2003 Adrian Reber <adrian@lisas.de> - 0:0.7-0.fdr.1
cvsdist cac9c1c
- updated to 0.7
cvsdist cac9c1c
- provides webclient
cvsdist cac9c1c
- run regxpcom and regchrome after installation and removal
cvsdist cac9c1c
- added a man page from the debian package
cvsdist cac9c1c
- changed user-app-dir from .phoenix to .mozilla-firebird
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.2
cvsdist cac9c1c
- now with mozilla-default-plugin-less-annoying.patch; see bug #586
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Jul 29 2003 Adrian Reber <adrian@lisas.de> - 0:0.6.1-0.fdr.1
cvsdist cac9c1c
- updated to 0.6.1
cvsdist cac9c1c
- changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 
cvsdist cac9c1c
  it should now also build on RH80
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.5.rh90
cvsdist cac9c1c
- enabled the type ahead extension: bug #484
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Jul 13 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.4.rh90
cvsdist cac9c1c
- renamed it again back to MozillaFirbird
cvsdist cac9c1c
- added libmng-devel to BuildRequires
cvsdist cac9c1c
- startup homepage is now www.fedora.us
cvsdist cac9c1c
- improved the startup script to use the unix remote protocol 
cvsdist cac9c1c
  to open a new window
cvsdist cac9c1c
cvsdist cac9c1c
* Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.3.rh90
cvsdist cac9c1c
- new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png
cvsdist cac9c1c
- now using gtk2 as toolkit
cvsdist cac9c1c
- renamed again back to mozilla-firebird (I like it better)
cvsdist cac9c1c
- Provides: MozillaFirebird for compatibility with previous releases
cvsdist cac9c1c
- changed default bookmarks.html to contain links to www.fedora.us
cvsdist cac9c1c
cvsdist cac9c1c
* Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.2.rh90
cvsdist cac9c1c
- renamed package to MozillaFirebird and all files with the old name
cvsdist cac9c1c
- enabled mng, mathml, xinerama support
cvsdist cac9c1c
- now honouring RPM_OPT_FLAGS
cvsdist cac9c1c
cvsdist cac9c1c
* Thu May 19 2003 Adrian Reber <adrian@lisas.de> - 0:0.6-0.fdr.1.rh90
cvsdist cac9c1c
- updated to 0.6
cvsdist cac9c1c
cvsdist cac9c1c
* Thu May 01 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.1.cvs20030501.rh90
cvsdist cac9c1c
- Updated to CVS.
cvsdist cac9c1c
- Renamed to mozilla-firebird.
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030409.rh90
cvsdist cac9c1c
- Updated to CVS.
cvsdist cac9c1c
- Removed hard-coded library path.
cvsdist cac9c1c
cvsdist cac9c1c
* Sat Apr 05 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.3.cvs20030402.rh90
cvsdist cac9c1c
- Changed Prereq to Requires.
cvsdist cac9c1c
- Changed BuildRequires to gtk+-devel (instead of file).
cvsdist cac9c1c
- Recompressed source with bzip2.
cvsdist cac9c1c
- Removed post.
cvsdist cac9c1c
cvsdist cac9c1c
* Tue Apr 02 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030402.rh90
cvsdist cac9c1c
- Added desktop-file-utils to BuildRequires.
cvsdist cac9c1c
- Changed category to X-Fedora-Extra.
cvsdist cac9c1c
- Updated to CVS.
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Mar 30 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0:0.6-0.fdr.0.2.cvs20030328.rh90
cvsdist cac9c1c
- Added Epoch:0.
cvsdist cac9c1c
- Added libgtk-1.2.so.0 to the BuildRequires
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90
cvsdist cac9c1c
- Updated to latest CVS.
cvsdist cac9c1c
- Moved phoenix startup script into its own file
cvsdist cac9c1c
cvsdist cac9c1c
* Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90
cvsdist cac9c1c
- Updated to latest CVS.
cvsdist cac9c1c
- Changed release to 9 vs 8.1.
cvsdist cac9c1c
- Added cvs script.
cvsdist cac9c1c
- added encoding to desktop file.
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81
cvsdist cac9c1c
- Updated to latest CVS.
cvsdist cac9c1c
- added release specification XFree86-devel Build Requirement.
cvsdist cac9c1c
- changed chmod to %attr
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81
cvsdist cac9c1c
- Fixed naming scheme.
cvsdist cac9c1c
- Fixed .desktop file.
cvsdist cac9c1c
cvsdist cac9c1c
* Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1
cvsdist cac9c1c
- Updated to CVS.
cvsdist cac9c1c
cvsdist cac9c1c
* Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2
cvsdist cac9c1c
- General Tweaking.
cvsdist cac9c1c
cvsdist cac9c1c
* Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1
cvsdist cac9c1c
- Updated CVS.
cvsdist cac9c1c
- Modified mozconfig.
cvsdist cac9c1c
cvsdist cac9c1c
* Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1
cvsdist cac9c1c
- Initial RPM release.