diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2008-03-02 03:53:41 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2008-03-02 03:53:41 +0000 |
commit | 6247d142a4987ec8944819a337ae835d5b6dc962 (patch) | |
tree | cc766c8d67dc19eb24fd59c730ef05ef9e7eca94 | |
parent | - Update to latest trunk (2008-02-29) (diff) | |
download | librewolf-fedora-ff-6247d142a4987ec8944819a337ae835d5b6dc962.tar.gz librewolf-fedora-ff-6247d142a4987ec8944819a337ae835d5b6dc962.tar.bz2 librewolf-fedora-ff-6247d142a4987ec8944819a337ae835d5b6dc962.zip |
- Update to latest trunk (2008-03-01)
-rw-r--r-- | .cvsignore | 2 | ||||
-rw-r--r-- | firefox.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 5 deletions
@@ -1 +1 @@ -mozilla-20080229.tar.bz2 +mozilla-20080301.tar.bz2 diff --git a/firefox.spec b/firefox.spec index 702ff69..6658d98 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.beta3.31 +%define xulrunner_version 1.9-0.beta3.32 %define official_branding 0 %define build_langpacks 0 %if ! %{official_branding} -%define cvsdate 20080229 +%define cvsdate 20080301 %define nightly .nightly%{cvsdate} %endif Summary: Mozilla Firefox Web browser Name: firefox Version: 3.0 -Release: 0.beta3.31%{?nightly}%{?dist} +Release: 0.beta3.32%{?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 +* Sat Mar 1 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.32 +- Update to latest trunk (2008-03-01) + * Fri Feb 29 2008 Christopher Aillon <caillon@redhat.com> 3.0-0.beta3.31 - Update to latest trunk (2008-02-29) @@ -1 +1 @@ -5d815e7932fe7b668793fd1742ac3963 mozilla-20080229.tar.bz2 +0c7a15d3d8c785f78e2e01eb4b15dbbc mozilla-20080301.tar.bz2 |