summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-07 04:09:57 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-07 04:09:57 +0000
commita37166b17a69050faa0e0ba0a7b5c0d5b7d55e30 (patch)
treeca1d8833d1f7450901ba9f99804863eebb1276dc /firefox.spec
parentpost-beta4 (diff)
downloadlibrewolf-fedora-ff-a37166b17a69050faa0e0ba0a7b5c0d5b7d55e30.tar.gz
librewolf-fedora-ff-a37166b17a69050faa0e0ba0a7b5c0d5b7d55e30.tar.bz2
librewolf-fedora-ff-a37166b17a69050faa0e0ba0a7b5c0d5b7d55e30.zip
- Update to latest trunk (2008-03-06)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index bf97ee6..fc7a4e0 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.beta4.34
+%define xulrunner_version 1.9-0.beta4.35
%define official_branding 0
%define build_langpacks 0
%if ! %{official_branding}
-%define cvsdate 20080304
+%define cvsdate 20080306
%define nightly .nightly%{cvsdate}
%endif
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta4.34%{?nightly}%{?dist}
+Release: 0.beta4.35%{?nightly}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -315,6 +315,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Thu Mar 6 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.35
+- Update to latest trunk (2008-03-06)
+
* Tue Mar 4 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.34
- Update to latest trunk (2008-03-04)
bgstack15