diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-04-28 22:00:04 -0700 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-04-28 22:00:04 -0700 |
commit | 369bd05143da2e2a8863afd078a2513be1a729d7 (patch) | |
tree | 2fc2ca317b5255d87317fede7163df3852b77c98 | |
parent | Bump release to -4 (diff) | |
download | librewolf-fedora-ff-369bd05143da2e2a8863afd078a2513be1a729d7.tar.gz librewolf-fedora-ff-369bd05143da2e2a8863afd078a2513be1a729d7.tar.bz2 librewolf-fedora-ff-369bd05143da2e2a8863afd078a2513be1a729d7.zip |
4.0.1
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | firefox.spec | 9 | ||||
-rw-r--r-- | sources | 4 |
3 files changed, 10 insertions, 5 deletions
@@ -22,3 +22,5 @@ firefox-3.6.4.source.tar.bz2 /firefox-langpacks-4.0rc2-20110318.tar.xz /firefox-4.0.source.tar.bz2 /firefox-langpacks-4.0-20110322.tar.xz +/firefox-4.0.1.source.tar.bz2 +/firefox-langpacks-4.0.1-20110428.tar.xz diff --git a/firefox.spec b/firefox.spec index 6d8d791..1e495b0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -44,14 +44,14 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 4.0 -Release: 4%{?pre_tag}%{?dist} +Version: 4.0.1 +Release: 1%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2 %if %{build_langpacks} -Source1: firefox-langpacks-%{version}%{?pre_version}-20110322.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20110428.tar.xz %endif Source10: firefox-mozconfig Source11: firefox-mozconfig-branded @@ -348,6 +348,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Apr 28 2011 Christopher Aillon <caillon@redhat.com> - 4.0.1-1 +- Update to 4.0.1 + * Thu Apr 21 2011 Christopher Aillon <caillon@redhat.com> - 4.0-4 - Spec file cleanups @@ -1,2 +1,2 @@ -3468a2c463b4fc2788ba621e4b511c30 firefox-4.0.source.tar.bz2 -41801180d1be2f7d009d865fe2252644 firefox-langpacks-4.0-20110322.tar.xz +9abda7d23151e97913c8555a64c13f34 firefox-4.0.1.source.tar.bz2 +409894961e0124c53142af94978a7ae3 firefox-langpacks-4.0.1-20110428.tar.xz |