summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-12-22 02:19:59 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-12-22 02:19:59 +0000
commit557e35af96add6cc248dc41c138c3ee12d826023 (patch)
tree7320339387198eca9e45dddf9cbf619cec8c0c84 /firefox.spec
parentfixed xulrunner dependency (diff)
downloadlibrewolf-fedora-ff-557e35af96add6cc248dc41c138c3ee12d826023.tar.gz
librewolf-fedora-ff-557e35af96add6cc248dc41c138c3ee12d826023.tar.bz2
librewolf-fedora-ff-557e35af96add6cc248dc41c138c3ee12d826023.zip
- When there are both 32- and 64-bit versions of XPCOM installed on disk
make sure to load the correct one.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 47f57e9..a59d303 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,7 +10,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta2.2%{?dist}
+Release: 0.beta2.3%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -311,6 +311,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Sat Dec 22 2007 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.3
+- When there are both 32- and 64-bit versions of XPCOM installed on disk
+ make sure to load the correct one.
+
* Tue Dec 20 2007 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.2
- fixed xulrunner dependency
bgstack15