summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-02-13 03:44:20 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-02-13 03:44:20 +0000
commitc57b81d9066039784ed501a921b34bfe22623272 (patch)
tree7b092cdc109768edf31b62942faef2cd60124dff /firefox.spec
parent- Update to latest trunk (2008-02-11) (diff)
downloadlibrewolf-fedora-ff-c57b81d9066039784ed501a921b34bfe22623272.tar.gz
librewolf-fedora-ff-c57b81d9066039784ed501a921b34bfe22623272.tar.bz2
librewolf-fedora-ff-c57b81d9066039784ed501a921b34bfe22623272.zip
- Update to latest trunk (2008-02-12)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index d58d378..650b04c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -7,20 +7,20 @@
%define mozappdir %{_libdir}/%{name}-%{version_internal}
%define gecko_version 1.9
-%define xulrunner_version 1.9-0.beta2.18
+%define xulrunner_version 1.9-0.beta3.20
%define official_branding 0
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080211
+%define cvsdate 20080212
%define nightly .nightly%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta2.19%{?nightly}%{?dist}
+Release: 0.beta3.20%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -295,6 +295,7 @@ fi
%{mozappdir}/components/*.so
%{mozappdir}/components/*.xpt
%attr(644, root, root) %{mozappdir}/components/*.js
+%{mozappdir}/libjemalloc.so
%{mozappdir}/defaults
%{mozappdir}/extensions
%{mozappdir}/icons
@@ -311,6 +312,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Feb 12 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.20
+- Update to latest trunk (2008-02-12)
+
* Mon Feb 11 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta2.19
- Update to latest trunk (2008-02-11)
bgstack15