summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-03-22 11:15:04 -0700
committerChristopher Aillon <caillon@redhat.com>2011-03-22 11:21:31 -0700
commit905589a4fd3bf09a177bf53fa0b122adbc1232ff (patch)
treee8918a3328b27d74bcdcb052dbb99de5148a1a36 /firefox.spec
parentUse the gecko_verrel macro for our various requires (diff)
downloadlibrewolf-fedora-ff-905589a4fd3bf09a177bf53fa0b122adbc1232ff.tar.gz
librewolf-fedora-ff-905589a4fd3bf09a177bf53fa0b122adbc1232ff.tar.bz2
librewolf-fedora-ff-905589a4fd3bf09a177bf53fa0b122adbc1232ff.zip
Rebuild
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 7042074..b353830 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -45,7 +45,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -357,6 +357,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 4.0-2
+- Rebuild
+
* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 4.0-1
- Firefox 4
bgstack15