e09a913
# Separated plugins are supported on x86(64) only
Christopher Aillon ba1527b
%ifarch %{ix86} x86_64
e09a913
%define separated_plugins 1
e09a913
%else
e09a913
%define separated_plugins 0
e09a913
%endif
e09a913
Martin Stransky ab8ce9b
# Build as a debug package?
Martin Stransky ab8ce9b
%define debug_build       0
Martin Stransky ab8ce9b
Martin Stransky ab8ce9b
%if 0%{?fedora}
b16db2c
%define homepage http://start.fedoraproject.org/
Martin Stransky ab8ce9b
%else
Martin Stransky ab8ce9b
%define homepage file:///usr/share/doc/HTML/index.html
Martin Stransky ab8ce9b
%endif
97f1826
%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
884f977
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
08ceb32
Martin Stransky 1bb44af
%global xulrunner_version      14.0.1
Martin Stransky a6d51ef
%global xulrunner_release      1
Martin Stransky 3c61642
%global alpha_version          0
Martin Stransky 3c61642
%global beta_version           0
Martin Stransky 3c61642
%global rc_version             0
2cfd6db
d2cc793
%global mozappdir     %{_libdir}/%{name}
Christopher Aillon 8cc5a04
%global langpackdir   %{mozappdir}/langpacks
ad2ab96
%global tarballdir    mozilla-release
e1fa01e
Christopher Aillon 098f463
%define official_branding       1
da055d6
%define build_langpacks         1
341ecd0
%define include_debuginfo       0
cvsdist cac9c1c
Christopher Aillon 59e26d3
%if %{alpha_version} > 0
Christopher Aillon 59e26d3
%global pre_version a%{alpha_version}
Christopher Aillon 59e26d3
%global pre_name    alpha%{alpha_version}
Christopher Aillon 59e26d3
%endif
Christopher Aillon 59e26d3
%if %{beta_version} > 0
Christopher Aillon 59e26d3
%global pre_version b%{beta_version}
Christopher Aillon 59e26d3
%global pre_name    beta%{beta_version}
Christopher Aillon 59e26d3
%endif
Christopher Aillon 59e26d3
%if %{rc_version} > 0
Christopher Aillon 59e26d3
%global pre_version rc%{rc_version}
Christopher Aillon 59e26d3
%global pre_name    rc%{rc_version}
Christopher Aillon 59e26d3
%endif
Christopher Aillon 59e26d3
%if %{defined pre_version}
Martin Stransky 3c61642
%global xulrunner_verrel %{xulrunner_version}-%{xulrunner_release}%{pre_name}
Christopher Aillon 59e26d3
%global pre_tag .%{pre_version}
Christopher Aillon 59e26d3
%else
Martin Stransky 3c61642
%global xulrunner_verrel %{xulrunner_version}-%{xulrunner_release}
Christopher Aillon 59e26d3
%endif
Christopher Aillon 59e26d3
3f0fba2
Summary:        Mozilla Firefox Web browser
cvsdist cac9c1c
Name:           firefox
Martin Stransky 1bb44af
Version:        14.0.1
Martin Stransky 1bb44af
Release:        1%{?pre_tag}%{?dist}
cvsdist cac9c1c
URL:            http://www.mozilla.org/projects/firefox/
31f0244
License:        MPLv1.1 or GPLv2+ or LGPLv2+
cvsdist cac9c1c
Group:          Applications/Internet
Christopher Aillon 8a31c9d
Source0:        ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
5fe54d7
%if %{build_langpacks}
Martin Stransky 1bb44af
Source1:        firefox-langpacks-%{version}%{?pre_version}-20120716.tar.xz
5fe54d7
%endif
fa0cf49
Source10:       firefox-mozconfig
fa0cf49
Source11:       firefox-mozconfig-branded
97f1826
Source12:       firefox-redhat-default-prefs.js
341ecd0
Source13:       firefox-mozconfig-debuginfo
2ca6e87
Source20:       firefox.desktop
2ca6e87
Source21:       firefox.sh.in
1fb0c4e
Source23:       firefox.1
3f0fba2
75e33f0
#Build patches
d2cc793
Patch0:         firefox-install-dir.patch
5fe54d7
4c3c3e6
# Fedora patches
Christopher Aillon 703a267
Patch14:        firefox-5.0-asciidel.patch
Martin Stransky 72e447a
Patch15:        firefox-8.0-enable-addons.patch
4c3c3e6
5fe54d7
# Upstream patches
a5b09ea
e27e6fe
%if %{official_branding}
e27e6fe
# Required by Mozilla Corporation
e27e6fe
e27e6fe
e27e6fe
%else
e27e6fe
# Not yet approved by Mozillla Corporation
e27e6fe
e27e6fe
e27e6fe
%endif
fa0cf49
fa0cf49
# ---------------------------------------------------
cfafdae
cvsdist cac9c1c
BuildRequires:  desktop-file-utils
91b8714
BuildRequires:  system-bookmarks
Martin Stransky 3c61642
BuildRequires:  xulrunner-devel%{?_isa} >= %{xulrunner_verrel}
2c1570e
Martin Stransky 3c61642
Requires:       xulrunner%{?_isa} >= %{xulrunner_verrel}
30f6ae4
Requires:       system-bookmarks
565a364
Obsoletes:      mozilla <= 37:1.7.13
cvsdist cac9c1c
Provides:       webclient
cvsdist cac9c1c
cvsdist cac9c1c
%description
cvsdist cac9c1c
Mozilla Firefox is an open-source web browser, designed for standards
cvsdist cac9c1c
compliance, performance and portability.
cvsdist cac9c1c
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%prep
164cb59
%setup -q -c
aa0879f
cd %{tarballdir}
fa0cf49
51460be
# Build patches, can't change backup suffix from default because during build
51460be
# there is a compare of config and js/config directories and .orig suffix is 
51460be
# ignored during this compare.
51460be
%patch0 -p2 -b .orig
77ec8e7
e27e6fe
# For branding specific patches.
e27e6fe
4c3c3e6
# Fedora patches
Christopher Aillon 703a267
%patch14 -p1 -b .asciidel
Martin Stransky 72e447a
%patch15 -p2 -b .addons
Christopher Aillon 4acbcb3
Christopher Aillon 4acbcb3
# Upstream patches
4c3c3e6
e27e6fe
%if %{official_branding}
e27e6fe
# Required by Mozilla Corporation
e27e6fe
e27e6fe
%else
e27e6fe
# Not yet approved by Mozilla Corporation
e27e6fe
%endif
e8c6797
b389863
cvsdist cac9c1c
%{__rm} -f .mozconfig
2ca6e87
%{__cp} %{SOURCE10} .mozconfig
fa0cf49
%if %{official_branding}
fa0cf49
%{__cat} %{SOURCE11} >> .mozconfig
fa0cf49
%endif
341ecd0
%if %{include_debuginfo}
341ecd0
%{__cat} %{SOURCE13} >> .mozconfig
341ecd0
%endif
0da741f
0da741f
# Set up SDK path
0da741f
echo "ac_add_options --with-libxul-sdk=\
d6b2347
`pkg-config --variable=sdkdir libxul`" >> .mozconfig
cvsdist cac9c1c
e09a913
%if !%{?separated_plugins}
e09a913
echo "ac_add_options --disable-ipc" >> .mozconfig
e09a913
%endif
e09a913
5c40b1e
%ifarch %{arm}
5c40b1e
echo "ac_add_options --disable-elf-hack" >> .mozconfig
5c40b1e
%endif
5c40b1e
Martin Stransky ab8ce9b
%if %{?debug_build}
Martin Stransky ab8ce9b
echo "ac_add_options --enable-debug" >> .mozconfig
Martin Stransky ab8ce9b
echo "ac_add_options --disable-optimize" >> .mozconfig
Martin Stransky ab8ce9b
%else
Martin Stransky ab8ce9b
echo "ac_add_options --disable-debug" >> .mozconfig
Martin Stransky ab8ce9b
echo "ac_add_options --enable-optimize" >> .mozconfig
Martin Stransky ab8ce9b
%endif
Martin Stransky ab8ce9b
99499f4
#---------------------------------------------------------------------
99499f4
99499f4
%build
aa0879f
cd %{tarballdir}
99499f4
1edc49d
# Mozilla builds with -Wall with exception of a few warnings which show up
1edc49d
# everywhere in the code; so, don't override that.
Christopher Aillon ed92d80
#
Christopher Aillon ed92d80
# Disable C++ exceptions since Mozilla code is not exception-safe
Christopher Aillon ed92d80
#
Christopher Aillon ed92d80
MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | \
Christopher Aillon ed92d80
                     %{__sed} -e 's/-Wall//' -e 's/-fexceptions/-fno-exceptions/g')
Martin Stransky ab8ce9b
%if %{?debug_build}
Martin Stransky ab8ce9b
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
Martin Stransky ab8ce9b
%endif
1edc49d
export CFLAGS=$MOZ_OPT_FLAGS
1edc49d
export CXXFLAGS=$MOZ_OPT_FLAGS
bfb255e
84ea30d
export PREFIX='%{_prefix}'
1f91419
export LIBDIR='%{_libdir}'
2b6df96
e3ec569
MOZ_SMP_FLAGS=-j1
Christopher Aillon 3c6d6f9
# On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
Christopher Aillon 3c6d6f9
# however builds tend to fail on other arches when building in parallel.
Christopher Aillon 3c6d6f9
%ifarch %{ix86} x86_64
e3ec569
[ -z "$RPM_BUILD_NCPUS" ] && \
e3ec569
     RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
Christopher Aillon 3c6d6f9
[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
Christopher Aillon 3c6d6f9
[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
2b6df96
%endif
2b6df96
Christopher Aillon 9f853e9
export LDFLAGS="-Wl,-rpath,%{mozappdir}"
Christopher Aillon 090a50e
make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
cvsdist cac9c1c
341ecd0
# create debuginfo for crash-stats.mozilla.com
341ecd0
%if %{include_debuginfo}
341ecd0
#cd %{moz_objdir}
341ecd0
make buildsymbols
341ecd0
%endif
341ecd0
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%install
aa0879f
cd %{tarballdir}
cvsdist cac9c1c
Christopher Aillon 0b79269
# set up our prefs and add it to the package manifest file, so it gets pulled in
Christopher Aillon 0b79269
# to omni.jar which gets created during make install
Christopher Aillon 0b79269
%{__cp} %{SOURCE12} dist/bin/defaults/preferences/all-redhat.js
Christopher Aillon 0b79269
# This sed call "replaces" firefox.js with all-redhat.js, newline, and itself (&)
Christopher Aillon 0b79269
# having the net effect of prepending all-redhat.js above firefox.js
Christopher Aillon 0b79269
%{__sed} -i -e\
Christopher Aillon 0b79269
    's|@BINPATH@/@PREF_DIR@/firefox.js|@BINPATH@/@PREF_DIR@/all-redhat.js\n&|' \
Christopher Aillon 0b79269
    browser/installer/package-manifest.in
Christopher Aillon 0b79269
Christopher Aillon 0b79269
# set up our default bookmarks
Christopher Aillon 0b79269
%{__cp} -p %{default_bookmarks_file} dist/bin/defaults/profile/bookmarks.html
Christopher Aillon 0b79269
Christopher Aillon 0b79269
# Make sure locale works for langpacks
Christopher Aillon 0b79269
%{__cat} > dist/bin/defaults/preferences/firefox-l10n.js << EOF
Christopher Aillon 0b79269
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
Christopher Aillon 0b79269
EOF
Christopher Aillon 0b79269
Christopher Aillon 0b79269
# resolves bug #461880
Christopher Aillon 0b79269
%{__cat} > dist/bin/chrome/en-US/locale/branding/browserconfig.properties << EOF
Christopher Aillon 0b79269
browser.startup.homepage=%{homepage}
Christopher Aillon 0b79269
EOF
Christopher Aillon 0b79269
ab0f13f
DESTDIR=$RPM_BUILD_ROOT make install
cvsdist cac9c1c
8fa89a4
%{__mkdir_p} $RPM_BUILD_ROOT{%{_libdir},%{_bindir},%{_datadir}/applications}
cvsdist cac9c1c
2660809
%if 0%{?fedora} <= 16
2660809
desktop-file-install --vendor mozilla --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE20}
2660809
%else
2660809
desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE20}
2660809
%endif
cvsdist cac9c1c
2c1f724
# set up the firefox start script
bede30d
%{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/firefox
84634ca
XULRUNNER_DIR=`pkg-config --variable=libdir libxul | %{__sed} -e "s,%{_libdir},,g"`
d2cc793
%{__cat} %{SOURCE21} | %{__sed} -e "s,XULRUNNER_DIRECTORY,$XULRUNNER_DIR,g" > \
cvsdist cac9c1c
  $RPM_BUILD_ROOT%{_bindir}/firefox
cvsdist cac9c1c
%{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/firefox
cvsdist cac9c1c
360a075
# Link with xulrunner 
360a075
ln -s `pkg-config --variable=libdir libxul` $RPM_BUILD_ROOT/%{mozappdir}/xulrunner
2c1f724
5266156
%{__install} -p -D -m 644 %{SOURCE23} $RPM_BUILD_ROOT%{_mandir}/man1/firefox.1
cvsdist cac9c1c
bede30d
%{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/firefox-config
Martin Stransky 01638d6
%{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/update-settings.ini
cvsdist cac9c1c
Christopher Aillon 37171ee
for s in 16 22 24 32 48 256; do
Christopher Aillon 37171ee
    %{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps
360a075
    %{__cp} -p browser/branding/official/default${s}.png \
Christopher Aillon b7c3ec4
               $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/firefox.png
Christopher Aillon 37171ee
done
2c1570e
5fe54d7
echo > ../%{name}.lang
884f977
%if %{build_langpacks}
Christopher Aillon 49840ed
# Extract langpacks, make any mods needed, repack the langpack, and install it.
Christopher Aillon 8cc5a04
%{__mkdir_p} $RPM_BUILD_ROOT%{langpackdir}
Christopher Aillon c0f195a
%{__tar} xf %{SOURCE1}
0e00b2a
for langpack in `ls firefox-langpacks/*.xpi`; do
0e00b2a
  language=`basename $langpack .xpi`
Christopher Aillon 49840ed
  extensionID=langpack-$language@firefox.mozilla.org
Christopher Aillon 49840ed
  %{__mkdir_p} $extensionID
Christopher Aillon 49840ed
  unzip $langpack -d $extensionID
Christopher Aillon 49840ed
  find $extensionID -type f | xargs chmod 644
0e00b2a
b16db2c
  sed -i -e "s|browser.startup.homepage.*$|browser.startup.homepage=%{homepage}|g;" \
Christopher Aillon 49840ed
     $extensionID/chrome/$language/locale/branding/browserconfig.properties
fa79345
Christopher Aillon 49840ed
  cd $extensionID
Christopher Aillon 49840ed
  zip -r9mX ../${extensionID}.xpi *
Christopher Aillon 49840ed
  cd -
Christopher Aillon 49840ed
Christopher Aillon 49840ed
  %{__install} -m 644 ${extensionID}.xpi $RPM_BUILD_ROOT%{langpackdir}
fa79345
  language=`echo $language | sed -e 's/-/_/g'`
Christopher Aillon 49840ed
  echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> ../%{name}.lang
0e00b2a
done
0e00b2a
%{__rm} -rf firefox-langpacks
884f977
%endif # build_langpacks
0e00b2a
Martin Stransky a62de3b
# Install langpack workaround (see #707100, #821169)
Martin Stransky a62de3b
function create_default_langpack() {
Martin Stransky a62de3b
language_long=$1
Martin Stransky a62de3b
language_short=$2
Martin Stransky a62de3b
cd $RPM_BUILD_ROOT%{langpackdir}
Martin Stransky a62de3b
ln -s langpack-$language_long@firefox.mozilla.org.xpi langpack-$language_short@firefox.mozilla.org.xpi
Martin Stransky a62de3b
cd -
Martin Stransky 499035c
echo "%%lang($language_short) %{langpackdir}/langpack-$language_short@firefox.mozilla.org.xpi" >> ../%{name}.lang
Martin Stransky a62de3b
}
Martin Stransky a62de3b
Martin Stransky 499035c
# Table of fallbacks for each language
Martin Stransky fcde0fe
# please file a bug at bugzilla.redhat.com if the assignment is incorrect
Martin Stransky 499035c
create_default_langpack "bn-IN" "bn"
Martin Stransky 499035c
create_default_langpack "es-AR" "es"
Martin Stransky 499035c
create_default_langpack "fy-NL" "fy"
Martin Stransky 499035c
create_default_langpack "ga-IE" "ga"
Martin Stransky 499035c
create_default_langpack "gu-IN" "gu"
Martin Stransky 499035c
create_default_langpack "hi-IN" "hi"
Martin Stransky 499035c
create_default_langpack "hy-AM" "hy"
Martin Stransky 499035c
create_default_langpack "nb-NO" "nb"
Martin Stransky 499035c
create_default_langpack "nn-NO" "nn"
Martin Stransky 499035c
create_default_langpack "pa-IN" "pa"
Martin Stransky 499035c
create_default_langpack "pt-PT" "pt"
Martin Stransky 499035c
create_default_langpack "sv-SE" "sv"
Martin Stransky 499035c
create_default_langpack "zh-TW" "zh"
Martin Stransky a62de3b
884f977
# System extensions
884f977
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/mozilla/extensions/%{firefox_app_id}
884f977
%{__mkdir_p} $RPM_BUILD_ROOT%{_libdir}/mozilla/extensions/%{firefox_app_id}
ab0f13f
ab0f13f
# Copy over the LICENSE
5fe54d7
%{__install} -p -c -m 644 LICENSE $RPM_BUILD_ROOT/%{mozappdir}
2405ef3
341ecd0
# Enable crash reporter for Firefox application
341ecd0
%if %{include_debuginfo}
341ecd0
sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{mozappdir}/application.ini
341ecd0
%endif
341ecd0
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
Christopher Aillon 5f70bce
%preun
Christopher Aillon 5f70bce
# is it a final removal?
Christopher Aillon 5f70bce
if [ $1 -eq 0 ]; then
Christopher Aillon 5f70bce
  %{__rm} -rf %{mozappdir}/components
Christopher Aillon 5f70bce
  %{__rm} -rf %{mozappdir}/extensions
Christopher Aillon 5f70bce
  %{__rm} -rf %{mozappdir}/plugins
Christopher Aillon 5f70bce
  %{__rm} -rf %{langpackdir}
Christopher Aillon 5f70bce
fi
Christopher Aillon 5f70bce
cvsdist cac9c1c
%post
5732aa4
update-desktop-database &> /dev/null || :
8f828a9
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
19c0cec
cvsdist cac9c1c
%postun
Christopher Aillon a52b725
update-desktop-database &> /dev/null || :
8f828a9
if [ $1 -eq 0 ] ; then
8f828a9
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
8f828a9
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
b7c5c4d
fi
cvsdist cac9c1c
8f828a9
%posttrans
8f828a9
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
c6d9eb1
fa79345
%files -f %{name}.lang
cvsdist cac9c1c
%defattr(-,root,root,-)
cvsdist cac9c1c
%{_bindir}/firefox
73632af
%{mozappdir}/firefox
5fe54d7
%doc %{_mandir}/man1/*
884f977
%dir %{_datadir}/mozilla/extensions/%{firefox_app_id}
884f977
%dir %{_libdir}/mozilla/extensions/%{firefox_app_id}
2660809
%{_datadir}/applications/*.desktop
1fb0c4e
%dir %{mozappdir}
f7521ed
%doc %{mozappdir}/LICENSE
1fb0c4e
%{mozappdir}/chrome
bba7f23
%{mozappdir}/chrome.manifest
1fb0c4e
%dir %{mozappdir}/components
1fb0c4e
%{mozappdir}/components/*.so
Christopher Aillon 0b79269
%{mozappdir}/components/binary.manifest
360a075
%{mozappdir}/defaults/preferences/channel-prefs.js
7475867
%attr(644, root, root) %{mozappdir}/blocklist.xml
fa79345
%dir %{mozappdir}/extensions
fa79345
%{mozappdir}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
0a804ca
%if %{build_langpacks}
Christopher Aillon 8cc5a04
%dir %{langpackdir}
0a804ca
%endif
e91d384
%{mozappdir}/omni.ja
1fb0c4e
%{mozappdir}/icons
1fb0c4e
%{mozappdir}/searchplugins
1fb0c4e
%{mozappdir}/run-mozilla.sh
bede30d
%{mozappdir}/application.ini
5fe54d7
%exclude %{mozappdir}/removed-files
8fa89a4
%{_datadir}/icons/hicolor/16x16/apps/firefox.png
8fa89a4
%{_datadir}/icons/hicolor/22x22/apps/firefox.png
8fa89a4
%{_datadir}/icons/hicolor/24x24/apps/firefox.png
8fa89a4
%{_datadir}/icons/hicolor/256x256/apps/firefox.png
8fa89a4
%{_datadir}/icons/hicolor/32x32/apps/firefox.png
8fa89a4
%{_datadir}/icons/hicolor/48x48/apps/firefox.png
360a075
%{mozappdir}/xulrunner
39974f1
341ecd0
%if %{include_debuginfo}
341ecd0
#%{mozappdir}/crashreporter
341ecd0
%{mozappdir}/crashreporter-override.ini
341ecd0
#%{mozappdir}/Throbber-small.gif
341ecd0
#%{mozappdir}/plugin-container
341ecd0
%endif
341ecd0
cvsdist cac9c1c
#---------------------------------------------------------------------
cvsdist cac9c1c
cvsdist cac9c1c
%changelog
Martin Stransky 1bb44af
* Mon Jul 16 2012 Martin Stransky <stransky@redhat.com> - 14.0.1-1
Martin Stransky 1bb44af
- Update to 14.0.1
Martin Stransky 1bb44af
Martin Stransky 499035c
* Tue Jul 10 2012 Martin Stransky <stransky@redhat.com> - 13.0.1-2
Martin Stransky 499035c
- Fixed rhbz#707100, rhbz#821169
Martin Stransky 499035c
1a49edb
* Sat Jun 16 2012 Jan Horak <jhorak@redhat.com> - 13.0.1-1
1a49edb
- Update to 13.0.1
1a49edb
Martin Stransky 574a73b
* Tue Jun 5 2012 Martin Stransky <stransky@redhat.com> - 13.0-1
Martin Stransky 574a73b
- Update to 13.0
Martin Stransky 574a73b
Martin Stransky a6d51ef
* Tue Apr 24 2012 Martin Stransky <stransky@redhat.com> - 12.0-1
Martin Stransky a6d51ef
- Update to 12.0
Martin Stransky a6d51ef
Martin Stransky 3c61642
* Thu Mar 15 2012 Martin Stransky <stransky@redhat.com> - 11.0-2
Martin Stransky 3c61642
- Switched dependency to xulrunner (rhbz#803471)
Martin Stransky 3c61642
Martin Stransky ab8ce9b
* Tue Mar 13 2012 Martin Stransky <stransky@redhat.com> - 11.0-1
Martin Stransky ab8ce9b
- Update to 11.0
Martin Stransky ab8ce9b
- Fixed rhbz#800622 - make default home page of fedoraproject.org conditional
Martin Stransky ab8ce9b
- Fixed rhbz#801796 - enable debug build by some simple way
Martin Stransky ab8ce9b
5c40b1e
* Mon Feb 27 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 10.0.1-2
5c40b1e
- Add ARM config options to fix compile
5c40b1e
38f347a
* Thu Feb  9 2012 Jan Horak <jhorak@redhat.com> - 10.0.1-1
38f347a
- Update to 10.0.1
38f347a
9547dd1
* Fri Feb  3 2012 Jan Horak <jhorak@redhat.com> - 10.0-2
9547dd1
- Fixed rhbz#786983
9547dd1
e91d384
* Tue Jan 31 2012 Jan Horak <jhorak@redhat.com> - 10.0-1
e91d384
- Update to 10.0
e91d384
01a73fc
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.1-2
01a73fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
01a73fc
b61ccf3
* Fri Dec 23 2011 Jan Horak <jhorak@redhat.com> - 9.0.1-1
b61ccf3
- Update to 9.0.1
b61ccf3
36c0fad
* Wed Dec 21 2011 Jan Horak <jhorak@redhat.com> - 9.0-3
c186c49
- Update to 9.0
c186c49
fb54c17
* Thu Dec 15 2011 Jan Horak <jhorak@redhat.com> - 9.0-1.beta5
fb54c17
- Update to 9.0 Beta 5
fb54c17
Martin Stransky 126d848
* Tue Nov 15 2011 Martin Stransky <stransky@redhat.com> - 8.0-3
Martin Stransky 126d848
- Disabled addon check UI (#753551)
Martin Stransky 126d848
Martin Stransky 72e447a
* Tue Nov 15 2011 Martin Stransky <stransky@redhat.com> - 8.0-2
Martin Stransky 72e447a
- Temporary workaround for langpacks (#753551)
Martin Stransky 72e447a
7f2ab11
* Tue Nov  8 2011 Jan Horak <jhorak@redhat.com> - 8.0-1
7f2ab11
- Update to 8.0
7f2ab11
2660809
* Mon Oct 24 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-3
2660809
- reverted the desktop file name for Fedora15 & 16
2660809
d7e5f11
* Mon Oct 24 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-2
d7e5f11
- renamed mozilla-firefox.desktop to firefox.desktop (#736558)
d7e5f11
- nspluginwrapper is not run in plugin-container (#747981)
d7e5f11
9ea8af2
* Fri Sep 30 2011 Jan Horak <jhorak@redhat.com> - 7.0.1-1
9ea8af2
- Update to 7.0.1
9ea8af2
d2cc793
* Tue Sep 27 2011 Jan Horak <jhorak@redhat.com> - 7.0
d2cc793
- Update to 7.0
d2cc793
6c8be79
* Tue Sep  6 2011 Jan Horak <jhorak@redhat.com> - 6.0.2-1
6c8be79
- Update to 6.0.2
6c8be79
360a075
* Tue Aug 16 2011 Martin Stransky <stransky@redhat.com> - 6.0-1
360a075
- Update to 6.0
360a075
Christopher Aillon 703a267
* Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> - 5.0-2
Christopher Aillon 703a267
- Fix an issue with a stray glyph in the window title
Christopher Aillon 703a267
77ec8e7
* Tue Jun 21 2011 Martin Stransky <stransky@redhat.com> - 5.0-1
77ec8e7
- Update to 5.0
77ec8e7
73632af
* Tue May 10 2011 Martin Stransky <stransky@redhat.com> - 4.0.1-2
73632af
- Fixed rhbz#676183 - "firefox -g" is broken
73632af
Christopher Aillon 369bd05
* Thu Apr 28 2011 Christopher Aillon <caillon@redhat.com> - 4.0.1-1
Christopher Aillon 369bd05
- Update to 4.0.1
Christopher Aillon 369bd05
Christopher Aillon 8312bfd
* Thu Apr 21 2011 Christopher Aillon <caillon@redhat.com> - 4.0-4
Christopher Aillon 8312bfd
- Spec file cleanups
Christopher Aillon 8312bfd
Christopher Aillon 6320782
* Mon Apr  4 2011 Christopher Aillon <caillon@redhat.com> - 4.0-3
Christopher Aillon 6320782
- Updates for NetworkManager 0.9
Christopher Aillon 6320782
- Updates for GNOME 3
Christopher Aillon 6320782
Christopher Aillon 905589a
* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 4.0-2
Christopher Aillon 905589a
- Rebuild
Christopher Aillon 905589a
Christopher Aillon 9f7e181
* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 4.0-1
Christopher Aillon 9f7e181
- Firefox 4
Christopher Aillon 9f7e181
Christopher Aillon c703001
* Fri Mar 18 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.21
Christopher Aillon c703001
- Firefox 4.0 RC 2
Christopher Aillon c703001
8f8da73
* Thu Mar 17 2011 Jan Horak <jhorak@redhat.com> - 4.0-0.20
8f8da73
- Rebuild against xulrunner with disabled gnomevfs and enabled gio
8f8da73
Christopher Aillon 02547ae
* Wed Mar  9 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.19
Christopher Aillon 02547ae
- Firefox 4.0 RC 1
Christopher Aillon 02547ae
Christopher Aillon 0b79269
* Sat Feb 26 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.18b12
Christopher Aillon 0b79269
- Switch to using the omni chrome file format
Christopher Aillon 0b79269
Christopher Aillon 0bdbcab
* Fri Feb 25 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.17b12
Christopher Aillon 0bdbcab
- Firefox 4.0 Beta 12
Christopher Aillon 0bdbcab
Christopher Aillon 8a31c9d
* Thu Feb 10 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.16b11
Christopher Aillon 8a31c9d
- Update gecko-{libs,devel} requires
Christopher Aillon 8a31c9d
Christopher Aillon c0f195a
* Tue Feb 08 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.15b11
Christopher Aillon c0f195a
- Firefox 4.0 Beta 11
Christopher Aillon c0f195a
Christopher Aillon 90c267f
* Mon Feb 07 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.14b10
Christopher Aillon 90c267f
- Bring back the default browser check
Christopher Aillon 90c267f
Christopher Aillon 4071072
* Tue Jan 25 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.13b10
Christopher Aillon 4071072
- Firefox 4.0 Beta 10
Christopher Aillon 4071072
Christopher Aillon b51b289
* Fri Jan 14 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.12b9
Christopher Aillon b51b289
- Firefox 4.0 Beta 9
Christopher Aillon b51b289
e09a913
* Thu Jan 6 2011 Dan Horák <dan[at]danny.cz> - 4.0-0.11b8
e09a913
- disable ipc on non-x86 arches to match xulrunner
e09a913
e09a913
* Thu Jan 6 2011 Martin Stransky <stransky@redhat.com> - 4.0-0.10b8
Martin Stransky 1c699fa
- application.ini permission check fix
Martin Stransky 1c699fa
e09a913
* Thu Jan 6 2011 Martin Stransky <stransky@redhat.com> - 4.0-0.9b8
Martin Stransky 5cc9eff
- Fixed rhbz#667477 - broken launch script
Martin Stransky 5cc9eff
767857c
* Tue Jan 4 2011 Martin Stransky <stransky@redhat.com> - 4.0-0.8b8
767857c
- Fixed rhbz#664877 - Cannot read application.ini
767857c
f492b8c
* Tue Dec 21 2010 Martin Stransky <stransky@redhat.com> - 4.0-0.7b8
f492b8c
- Update to Beta 8
251cf5c
- Fixed rhbz#437608 - When prelink is installed, 
251cf5c
  rpm builds are garbage
251cf5c
Christopher Aillon 098f463
* Wed Dec  8 2010 Christopher Aillon <caillon@redhat.com> - 4.0-0.6b7
Christopher Aillon 098f463
- Use official branding since this is an official beta
Christopher Aillon 098f463
- Fix Tab Candy/Panorama (#658573)
Christopher Aillon 098f463
0fd9205
* Thu Nov 11 2010 Jan Horak <jhorak@redhat.com> - 4.0b7-1
0fd9205
- Update to 4.0b7
0fd9205
- Added x-scheme-handler to firefox.desktop
0fd9205
Jesse Keating dfc9156
* Wed Sep 29 2010 jkeating - 4.0-0.4b6
Jesse Keating dfc9156
- Rebuilt for gcc bug 634757
Jesse Keating dfc9156
0a804ca
* Tue Sep 21 2010 Martin Stransky <stransky@redhat.com> - 4.0-0.3.b6
0a804ca
- Update to 4.0 Beta 6
0a804ca
7807013
* Tue Sep  7 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.0-0.2.b4
7807013
- get package building and mostly functional
7807013
cd9477d
* Mon Aug 30 2010 Martin Stransky <stransky@redhat.com> - 4.0-0.1.b4
cd9477d
- Update to 4.0 Beta 4
cd9477d
4c3c3e6
* Tue Jun 24 2010 Martin Stransky <stransky@redhat.com> - 3.6.4-2
4c3c3e6
- Fixed rhbz#531159 - disable firefox default browser check
4c3c3e6
- Disabled automatic updates
4c3c3e6
341ecd0
* Wed Jun 23 2010 Jan Horak <jhorak@redhat.com> -3.6.4-1
341ecd0
- Update to 3.6.4
341ecd0
283554a
* Tue Apr 13 2010 Martin Stransky <stransky@redhat.com> - 3.6.3-4
283554a
- Fixed language packs (#559960)
283554a
84634ca
* Mon Apr 12 2010 Martin Stransky <stransky@redhat.com> - 3.6.3-3
84634ca
- Fixed multilib conflict
84634ca
7ef47da
* Tue Apr 6 2010 Martin Stransky <stransky@redhat.com> - 3.6.3-2
7ef47da
- Fixed install dir
7ef47da
9c186c0
* Sat Apr 3 2010 Martin Stransky <stransky@redhat.com> - 3.6.3-1
9c186c0
- Update to 3.6.3
9c186c0
1259471
* Tue Mar 23 2010 Jan Horak <jhorak@redhat.com> - 3.6.2-1
1259471
- Update to 3.6.2
1259471
e1fa01e
* Wed Feb 24 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-2
e1fa01e
- Added fix for #559960 - [all Lang]Translation is not 
e1fa01e
  available with 3.6 release
e1fa01e
04d8b1f
* Wed Jan 18 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-1
04d8b1f
- Update to 3.6
04d8b1f
cd2779f
* Wed Jan 18 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.11.rc2
cd2779f
- Update to 3.6.1 RC2
e618b40
- Fix for #556428 - Restricted maximal xulrunner version
cd2779f
7ac9c53
* Wed Jan 13 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.10.rc1
7ac9c53
- Update to 3.6.1 RC1
7ac9c53
6b3c95c
* Thu Jan 7 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.9.b4
6b3c95c
- firefox.sh fixes (error messages, #553184)
6b3c95c
3111c6a
* Tue Jan 5 2010 Martin Stransky <stransky@redhat.com> - 3.6.1-0.8.b4
ea2cabb
- Removed MOZ_LOCAL_LANGPACKS from browser launcher script (#284011)
ea2cabb
6bc169c
* Mon Dec 21 2009 Martin Stransky <stransky@redhat.com> - 3.6.1-0.7.b4
6bc169c
- Update to 3.6.1 Beta 5
6bc169c
38b02c8
* Wed Nov 27 2009 Martin Stransky <stransky@redhat.com> - 3.6.1-0.6.b4
38b02c8
- Added fix for mozbz#526152 - jemalloc fix
38b02c8
91cd954
* Wed Nov 27 2009 Martin Stransky <stransky@redhat.com> - 3.6.1-0.5.b4
91cd954
- Update to 3.6.1 Beta 4
91cd954
e86a9f2
* Wed Nov 25 2009 Martin Stransky <stransky@redhat.com> - 3.6.1-0.4.b3
e86a9f2
- Language pack updated (#284011)
e86a9f2
cd934b2
* Fri Nov 20 2009 Martin Stransky <stransky@redhat.com> - 3.6.1-0.3.b3
cd934b2
- Necko wifi monitor disabled
cd934b2
- Added source URL (#521704)
cd934b2
36706a2
* Wed Nov 18 2009 Martin Stransky <stransky@redhat.com> - 3.6.1-0.2.b3
36706a2
- Rebase to 3.6.1 Beta 3
36706a2
75e33f0
* Fri Nov 13 2009 Martin Stransky <stransky@redhat.com> - 3.6.1-0.1.b2
75e33f0
- Rebase to 3.6.1 Beta 2
75e33f0
4a41608
* Thu Nov  5 2009 Jan Horak <jhorak@redhat.com> - 3.5.5-1
4a41608
- Update to 3.5.5
4a41608
c350ac9
* Mon Oct 26 2009 Jan Horak <jhorak@redhat.com> - 3.5.4-1
c350ac9
- Update to 3.5.4
c350ac9
5ca081e
* Mon Sep  7 2009 Jan Horak <jhorak@redhat.com> - 3.5.3-1
5ca081e
- Update to 3.5.3
5ca081e
590f3a7
* Thu Aug 6 2009 Martin Stransky <stransky@redhat.com> - 3.5.2-3
590f3a7
- Rebuilt
590f3a7
e5f8814
* Thu Aug 6 2009 Martin Stransky <stransky@redhat.com> - 3.5.2-2
e5f8814
- Fix for #437596 - Firefox needs to register proper name
e5f8814
  for session restore.
e5f8814
c919e1d
* Mon Aug  3 2009 Christopher Aillon <caillon@redhat.com> - 3.5.2-1
c919e1d
- Update to 3.5.2
c919e1d
8f828a9
* Fri Jul 24 2009 Jan Horak <jhorak@redhat.com> - 3.5.1-3
8f828a9
- Adjust icons cache update according to template
8f828a9
8fa89a4
* Wed Jul 22 2009 Jan Horak <jhorak@redhat.com> - 3.5.1-2
8fa89a4
- New icons fixed
8fa89a4
05bc1fd
* Fri Jul 17 2009 Christopher Aillon <caillon@redhat.com> - 3.5.1-1
05bc1fd
- Update to 3.5.1
05bc1fd
b2f9b6f
* Mon Jul 13 2009 Jan Horak <jhorak@redhat.com> - 3.5-2
b2f9b6f
- Updated icon
b2f9b6f
1458ae2
* Tue Jun 30 2009 Christopher Aillon <caillon@redhat.com> - 3.5-1
1458ae2
- Firefox 3.5 final release
1458ae2
1d91ddc
* Tue May 26 2009 Martin Stransky <stransky@redhat.com> - 3.5-0.21
1d91ddc
- fix for #502541 - Firefox version should depend 
1d91ddc
  on Xulrunner but does not
1d91ddc
0793230
* Mon Apr 27 2009 Christopher Aillon <caillon@redhat.com> - 3.5-0.20
0793230
- 3.5 beta 4
0793230
925aa88
* Fri Mar 27 2009 Christopher Aillon <caillon@redhat.com> - 3.1-0.11
925aa88
- Rebuild against newer gecko
925aa88
aa0879f
* Fri Mar 13 2009 Christopher Aillon <caillon@redhat.com> - 3.1-0.10
aa0879f
- 3.1 beta 3
aa0879f
44bc783
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-0.7.beta2
44bc783
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
44bc783
2346eb9
* Wed Feb 11 2009 Christopher Aillon <caillon@redhat.com> - 3.1-0.6
2346eb9
- Drop explicit requirement on desktop-file-utils
2346eb9
a31088e
* Wed Jan  7 2009 Jan Horak <jhorak@redhat.com> - 3.1-0.5
a31088e
- Fixed wrong LANG and LC_MESSAGES variables interpretation (#441973) 
a31088e
  in startup script.
a31088e
8932b3c
* Sat Dec 20 2008 Christopher Aillon <caillon@redhat.com> 3.1-0.4
8932b3c
- 3.1 beta 2
8932b3c
24bb4eb
* Tue Dec  9 2008 Christopher Aillon <caillon@redhat.com> 3.1-0.3
24bb4eb
- Rebuild
24bb4eb
24bb4eb
* Thu Dec  4 2008 Christopher Aillon <caillon@redhat.com> 3.1-0.1
9d252f0
- Update to 3.1 beta 1
9d252f0
ea4f77b
* Tue Nov 11 2008 Jan Horak <jhorak@redhat.com> 3.0.2-2
ea4f77b
- Removed firefox-2.0-getstartpage.patch patch 
ea4f77b
- Start page is set by different way
ea4f77b
f811d4f
* Tue Sep 23 2008 Christopher Aillon <caillon@redhat.com> 3.0.2-1
f811d4f
- Update to 3.0.2
f811d4f
73a3fcf
* Wed Jul 16 2008 Christopher Aillon <caillon@redhat.com> 3.0.1-1
73a3fcf
- Update to 3.0.1
73a3fcf
5fe54d7
* Tue Jun 17 2008 Christopher Aillon <caillon@redhat.com> 3.0-1
5fe54d7
- Firefox 3 Final
2a35d58
5fe54d7
* Thu May 08 2008 Colin Walters <walters@redhat.com> 3.0-0.61
5fe54d7
- Rebuild to pick up new xulrunner (bug #445543)
ce07498
5fe54d7
* Wed Apr 30 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.60
5fe54d7
- Rebuild
37e1938
5fe54d7
* Mon Apr 28 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.59
5fe54d7
- Zero out the lang file we generate during builds
383fabf
5fe54d7
* Mon Apr 28 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.58
5fe54d7
- Bounce a few unneeded items from the spec and clean up some tabs
3ecdbdd
5fe54d7
* Fri Apr 25 2008 Martin Stransky <stransky@redhat.com> 3.0-0.57
5fe54d7
- Enable anti-pishing protection (#443403)
deb6396
5fe54d7
* Fri Apr 18 2008 Martin Stransky <stransky@redhat.com> 3.0-0.55
5fe54d7
- Don't show an welcome page during first browser start (#437065)
245d782
5fe54d7
* Sat Apr 12 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.54
5fe54d7
- Remove the broken Macedonian (mk) langpack
5fe54d7
- Download to Download/
b67e31b
5fe54d7
* Mon Apr  7 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.53
5fe54d7
- Add langpacks, marked with %%lang
5fe54d7
- Translate the .desktop file
d32f532
5fe54d7
* Wed Apr  2 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.52
5fe54d7
- Beta 5
fac6956
6053691
* Mon Mar 31 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.51
5fe54d7
- Beta 5 RC2
6053691
1e1a1a7
* Thu Mar 27 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.50
1e1a1a7
- Update to latest trunk (2008-03-27)
1e1a1a7
32a05d1
* Wed Mar 26 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.49
32a05d1
- Update to latest trunk (2008-03-26)
32a05d1
005e90b
* Tue Mar 25 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.48
005e90b
- Update to latest trunk (2008-03-25)
005e90b
d8c316b
* Mon Mar 24 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.47
d8c316b
- Update to latest trunk (2008-03-24)
d8c316b
1edc49d
* Thu Mar 20 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.46
1edc49d
- Update to latest trunk (2008-03-20)
1edc49d
0e6c7c7
* Mon Mar 17 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.45
0e6c7c7
- Update to latest trunk (2008-03-17)
0e6c7c7
67ba4bd
* Mon Mar 17 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.44
67ba4bd
- Revert to trunk from the 15th to fix crashes on HTTPS sites
67ba4bd
f2e0fb1
* Sun Mar 16 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.43
f2e0fb1
- Update to latest trunk (2008-03-16)
f2e0fb1
7e689ee
* Sat Mar 15 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.42
7e689ee
- Update to latest trunk (2008-03-15)
7e689ee
164cb59
* Sat Mar 15 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.41
164cb59
- Avoid conflicts between gecko debuginfo packages
164cb59
303ddaf
* Wed Mar 12 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.40
303ddaf
- Update to latest trunk (2008-03-12)
303ddaf
caac044
* Tue Mar 11 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.39
caac044
- Update to latest trunk (2008-03-11)
caac044
41a4ef6
* Mon Mar 10 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.38
41a4ef6
- Update to latest trunk (2008-03-10)
41a4ef6
93ce3d8
* Sun Mar  9 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.37
93ce3d8
- Update to latest trunk (2008-03-09)
93ce3d8
018bdff
* Fri Mar  7 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta4.36
018bdff
- Update to latest trunk (2008-03-07)
018bdff
018bdff
* Thu Mar  6 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta4.35
a37166b
- Update to latest trunk (2008-03-06)
a37166b
ac3ecee
* Tue Mar  4 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.34
ac3ecee
- Update to latest trunk (2008-03-04)
ac3ecee
daba88f
* Sun Mar  2 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.33
daba88f
- Update to latest trunk (2008-03-02)
daba88f
6247d14
* Sat Mar  1 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.32
6247d14
- Update to latest trunk (2008-03-01)
6247d14
1fa2641
* Fri Feb 29 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.31
1fa2641
- Update to latest trunk (2008-02-29)
1fa2641
9f0cd77
* Thu Feb 28 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.30
9f0cd77
- Update to latest trunk (2008-02-28)
9f0cd77
f06b529
* Wed Feb 27 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.29
f06b529
- Update to latest trunk (2008-02-27)
f06b529
ab521bb
* Tue Feb 26 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.28
ab521bb
- Update to latest trunk (2008-02-26)
ab521bb
68bc9ec
* Sat Feb 23 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.27
68bc9ec
- Update to latest trunk (2008-02-23)
68bc9ec
81a5fc8
* Fri Feb 22 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.26
81a5fc8
- Update to latest trunk (2008-02-22)
81a5fc8
e3ec569
* Thu Feb 21 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.25
e3ec569
- Update to latest trunk (2008-02-21)
555c0d4
d6e8579
* Sun Feb 17 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.23
d6e8579
- Update to latest trunk (2008-02-17)
d6e8579
d0055ad
* Fri Feb 15 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.22
d0055ad
- Update to latest trunk (2008-02-15)
d0055ad
d0055ad
* Thu Feb 14 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.21
192fcd1
- Update to latest trunk (2008-02-14)
192fcd1
d0055ad
* Wed Feb 13 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.20
30f55ba
- Update to latest trunk (2008-02-13)
c57b81d
b08096b
* Mon Feb 11 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.19
b08096b
- Update to latest trunk (2008-02-11)
b08096b
44314cb
* Sun Feb 10 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.18
44314cb
- Update to latest trunk (2008-02-10)
44314cb
1301480
* Sat Feb  9 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.17
1301480
- Update to latest trunk (2008-02-09)
1301480
6acf837
* Wed Feb  6 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.16
6acf837
- Update to latest trunk (2008-02-06)
6acf837
204df9d
* Wed Jan 30 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.15
78bb3db
- Update to latest trunk (2008-01-30)
ee9e9cf
- Backported an old laucher
78bb3db
cac1096
* Mon Jan 28 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.13
cac1096
- cleared starting scripts, removed useless parts
cac1096
d06737d
* Mon Jan 21 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.12
d06737d
- Update to latest trunk (2008-01-21)
d06737d
884f977
* Tue Jan 15 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.11
884f977
- Update to latest trunk (2008-01-15)
884f977
- Now with system extensions directory support
884f977
- Temporarily disable langpacks while we're on the bleeding edge
884f977
- Remove skeleton files; they are in xulrunner now
884f977
1bfbc4d
* Sun Jan 13 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.10
1bfbc4d
- Update to latest trunk (20080113)
1bfbc4d
- Fix the default prefs, homepage, and useragent string
1bfbc4d
764e2e8
* Thu Jan 10 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.9
764e2e8
- rebuilt agains xulrunner-devel-unstable
764e2e8
764e2e8
* Mon Jan 7 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.8
c4ae068
- added ssl exception patch (mozbz #411037)
c4ae068
d6b2347
* Fri Jan 4 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.7
d6b2347
- removed broken langpack
d6b2347
- built against libxul
d6b2347
54bf64e
* Thu Jan 3 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.6
54bf64e
- updated to the latest trunk (20080103)
54bf64e
89bcf2e
* Wed Jan 2 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.5
293dab9
- added default fedora homepage
89bcf2e
- updated a language pack (#427182)
293dab9
cbc5acd
* Mon Dec 31 2007 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.4
cbc5acd
- Create and own /etc/skel/.mozilla
cbc5acd
- No longer need add-gecko-provides
cbc5acd
557e35a
* Sat Dec 22 2007 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.3
557e35a
- When there are both 32- and 64-bit versions of XPCOM installed on disk
557e35a
  make sure to load the correct one.
557e35a
30f6ae4
* Tue Dec 20 2007 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.2
30f6ae4
- fixed xulrunner dependency
30f6ae4
bede30d
* Tue Dec 18 2007 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.1
bede30d
- moved to XUL Runner and updated to 3.0b3pre
bede30d
- removed firefox-devel package, gecko-libs is provided 
bede30d
  by xulrunner-devel now.
bede30d
8bebcca
* Thu Dec 13 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.10-5
8bebcca
- Fix the getStartPage method to not return blank.
8bebcca
  Patch by pspencer@fields.utoronto.ca
8bebcca
3f0fba2
* Sun Dec  9 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.10-4
3f0fba2
- Fix up some rpmlint warnings
3f0fba2
- Use only one pref for the homepage for now
3f0fba2
- Drop some old patches and some obsolote Obsoletes
3f0fba2
b7c5c4d
* Tue Dec 4 2007 Martin Stransky <stransky@redhat.com> 2.0.0.10-3
b7c5c4d
- fixed an icon location
b7c5c4d
04f65bf
* Mon Dec 3 2007 Martin Stransky <stransky@redhat.com> 2.0.0.10-2
04f65bf
- removed gre.conf file (most of the gtkmozembed applications
04f65bf
  run with xulrunner now)
04f65bf
4eb59d1
* Mon Nov 26 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.10-1
4eb59d1
- Update to 2.0.0.10
4eb59d1
15e1d52
* Tue Nov 5 2007 Martin Stransky <stransky@redhat.com> 2.0.0.9-1
15e1d52
- updated to the latest upstream
15e1d52
15e1d52
* Wed Oct 31 2007 Martin Stransky <stransky@redhat.com> 2.0.0.8-3
15e1d52
- added mozilla-plugin-config to startup script
15e1d52
b20ad6a
* Tue Oct 30 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.8-2
b20ad6a
- Tweak the default backspace behavior to be more in line with
b20ad6a
  GNOME convention, Mozilla upstream, and other distros
b20ad6a
b389863
* Tue Oct 23 2007 Martin Stransky <stransky@redhat.com> 2.0.0.8-1
b389863
- updated to the latest upstream
b389863
- moved preference updates to build section
b389863
fc9a047
* Thu Oct 18 2007 Jesse Keating <jkeating@redhat.com> - 2.0.0.6-12
fc9a047
- Disable the Firefox startup notification support for now.
fc9a047
2261537
* Mon Sep 26 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-11
2261537
- Fixed #242657 - firefox -g doesn't work
2261537
51f90aa
* Mon Sep 25 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-10
51f90aa
- Removed hardcoded MAX_PATH, PATH_MAX and MAXPATHLEN macros
51f90aa
f0eebf3
* Mon Sep 24 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-9
f0eebf3
- Startup notification support
f0eebf3
e7f0eee
* Tue Sep 11 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-8
e7f0eee
- Fix crashes when using GTK+ themes containing a gtkrc which specify 
e7f0eee
  GtkOptionMenu::indicator_size and GtkOptionMenu::indicator_spacing
e7f0eee
5c1d44c
* Mon Sep 10 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-7
5c1d44c
- added fix for #246248 - firefox crashes when searching for word "do"
5c1d44c
f4a4fd1
* Thu Sep  6 2007 Christopher Aillon <caillon@redhat.com> - 2.0.0.6-6
f4a4fd1
- Fix default page for all locales
f4a4fd1
b16db2c
* Wed Aug 29 2007 Christopher Aillon <caillon@redhat.com> - 2.0.0.6-5
b16db2c
- Tweak the default home page
b16db2c
2d6895b
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> - 2.0.0.6-4
2d6895b
- Rebuild for build ID
2d6895b
31f0244
* Mon Aug 13 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-3
31f0244
- Update the license tag
31f0244
31f0244
* Mon Aug  6 2007 Martin Stransky <stransky@redhat.com> 2.0.0.6-2
15debc1
- unwrapped plugins moved to the old location
9ba2f30
- removed plugin configuration utility
15debc1
be713db
* Sat Aug  4 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.6-1
be713db
- Update to 2.0.0.6
be713db
- Fix dnd support to/from gtk2 apps
be713db
- Fix installed permissions of *.png
be713db
c6d9eb1
* Mon Jul 23 2007 Martin Stransky <stransky@redhat.com> 2.0.0.5-3
c6d9eb1
- added nspluginwrapper support
c6d9eb1
d81aecc
* Wed Jul 18 2007 Kai Engert <kengert@redhat.com> - 2.0.0.5-2
d81aecc
- Update to 2.0.0.5
d81aecc
4a48add
* Fri Jun 29 2007 Martin Stransky <stransky@redhat.com> 2.0.0.4-3
4a48add
- backported pango patches from FC6 (1.5.0.12)
4a48add
ac0321e
* Sun Jun  3 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.4-2
ac0321e
- Properly clean up threads with newer NSPR
ac0321e
cc3a422
* Wed May 30 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.4-1
cc3a422
- Final version
cc3a422
b3cc454
* Wed May 23 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.4-0.rc3
b3cc454
- Update to 2.0.0.4 RC3
b3cc454
5266156
* Tue Apr 17 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.3-4
5266156
- Fix permissions of the man page
5266156
41e5480
* Tue Apr 10 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.3-3
41e5480
- Ensure initial homepage on all locales is our proper default
41e5480
67dd962
* Sun Mar 25 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.3-2
67dd962
- Fix the symlink to default bookmarks
67dd962
- Use mktemp for temp dirs
67dd962
05af7bc
* Tue Mar 20 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.3-1
05af7bc
- Update to 2.0.0.3
05af7bc
97f1826
* Tue Mar 20 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.2-3
97f1826
- Default bookmarks no longer live here; use system-bookmarks
97f1826
89a39c8
* Mon Mar 12 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.2-2
89a39c8
- Oops, define the variables I expect to use.
89a39c8
f34884b
* Fri Feb 23 2007 Martin Stransky <stransky@redhat.com> 2.0.0.2-1
f34884b
- Update to 2002
f34884b
fa5aab6
* Wed Feb 21 2007 David Woodhouse <dwmw2@redhat.com> 2.0.0.1-6
fa5aab6
- Fix PPC64 runtime
fa5aab6
- Fix firefox script to use 32-bit browser by default on PPC64 hardware
fa5aab6
74ab3a6
* Fri Feb  9 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.1-5
74ab3a6
- Start using the specified locale
74ab3a6
b8d1ef1
* Tue Jan 30 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.1-4
b8d1ef1
- Fix the DND implementation to not grab, so it works with new GTK+.
b8d1ef1
7fd7789
* Thu Jan 18 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.1-3
7fd7789
- Remove the XLIB_SKIP_ARGB_VISUALS=1 workaround; the plugin got fixed.
7fd7789
bfb255e
* Fri Dec 22 2006 Christopher Aillon <caillon@redhat.com> 2.0.0.1-2
bfb255e
- Strip out some frequent warnings; they muddy up the build output
bfb255e
efe542b
* Thu Dec 21 2006 Christopher Aillon <caillon@redhat.com> 2.0.0.1-1
efe542b
- Update to 2001
efe542b
98da390
* Fri Oct 27 2006 Christopher Aillon <caillon@redhat.com> 2.0-2
98da390
- Tweak the .desktop file
98da390
ab0f13f
* Tue Oct 24 2006 Christopher Aillon <caillon@redhat.com> 2.0-1
ab0f13f
- Update to 2.0
ab0f13f
- Add patch from Behdad to fix pango printing.
ab0f13f
777a1c8
* Wed Oct 11 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-7
777a1c8
- Add virtual provides for gecko applications.
777a1c8
bef8025
* Wed Oct  4 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-6
bef8025
- Bring the invisible character to parity with GTK+
bef8025
e27e6fe
* Tue Sep 26 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-5
e27e6fe
- Fix crash when changing gtk key theme
e27e6fe
- Fix gtkmozembed window visibility
e27e6fe
- Prevent UI freezes while changing GNOME theme
e27e6fe
- Remove verbiage about pango; no longer required by upstream.
e27e6fe
565a364
* Tue Sep 19 2006 Christopher Aillon <caillon@redhat/com> 1.5.0.7-4
565a364
- Arrrr! Add Obsoletes: mozilla to avoid GRE conflicts, me hearties!
565a364
565a364
* Mon Sep 18 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-3
565a364
- Bring back the GRE files for embeddors
2405ef3
d5ebe79
* Thu Sep 14 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-2
d5ebe79
- Update default bookmarks for FC6
d5ebe79
ff51533
* Wed Sep 13 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-1
ff51533
- Update to 1.5.0.7
ff51533
1fb0c4e
* Thu Sep  7 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-12
1fb0c4e
- Icon tweaks and minor spec-file variable cleanup: s/ffdir/mozappdir/g
1fb0c4e
3245da2
* Wed Sep  6 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-11
3245da2
- Fix for cursor position in editor widgets by tagoh and behdad (#198759)
3245da2
383a808
* Sun Sep  3 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-10
383a808
- Enable GCC visibility
383a808
- export XLIB_SKIP_ARGB_VISUALS=1 as a temporary workaround to prevent
383a808
  a broken Adobe/Macromedia Flash Player plugin taking the X server.
383a808
536c4ad
* Tue Aug 29 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-9
536c4ad
- Build with -rpath (#161958)
536c4ad
536c4ad
* Mon Aug 28 2006 Behdad Esfahbod <besfahbo@redhat.com> 
besfahbo 580eb13
- Remove "Pango breaks MathML" from firefox.sh.in
besfahbo 580eb13
fe0b980
* Mon Aug 28 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-8
fe0b980
- Turn visibility back off again for now, as it still breaks the build.
fe0b980
besfahbo 615bdae
* Sat Aug 26 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.5.0.6-7
besfahbo 615bdae
- Remove "Pango breaks MathML" from firefox-1.5-pango-about.patch
besfahbo 615bdae
besfahbo 1100127
* Thu Aug 24 2006 Behdad Esfahbod <besfahbo@redhat.com> 1.5.0.6-6
besfahbo 1100127
- Remove debugging statement from firefox-1.5-pango-mathml.patch
besfahbo 1100127
bc714c3
* Wed Aug 23 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-5
bc714c3
- Attempt to turn visibility back on since the GCC issues should have
bc714c3
  been fixed.
bc714c3
d2f8999
* Tue Aug 22 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-4
d2f8999
- Update NSS requires to workaround a bug introduced by NSS changes.
d2f8999
  https://bugzilla.mozilla.org/show_bug.cgi?id=294542
d2f8999
  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=201922
d2f8999
d2f8999
* Tue Aug 22 2006 Behdad Esfahbod <besfahbo@redhat.com>
besfahbo e3df142
- Add a better nopangoxft patch that doesn't depend on pangocairo
besfahbo e3df142
- Add firefox-1.5-pango-mathml.patch (bug 150393)
besfahbo e3df142
2deee06
* Tue Aug 08 2006 Kai Engert <kengert@redhat.com> - 1.5.0.6-3
2deee06
- Rebuild
2deee06
2585e96
* Thu Aug 03 2006 Kai Engert <kengert@redhat.com> - 1.5.0.6-2
2585e96
- Update to 1.5.0.6
2585e96
1f91419
* Sun Jul 30 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.0.5-8
1f91419
- Pass --libdir to configure
1f91419
460c756
* Fri Jul 28 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-7
460c756
- Dereference links in %%install so the files get put in the
460c756
  right place.
460c756
adb7a47
* Fri Jul 28 2006 Christopher Aillon <caillon@redhat.com> - 1.5.0.5-6
adb7a47
- Actually, those pkgconfig files really shouldn't be here as we use
adb7a47
  system nss and nspr.
adb7a47
adb7a47
* Fri Jul 28 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.0.5-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.