summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-04-21 14:30:37 -0700
committerChristopher Aillon <caillon@redhat.com>2011-04-21 14:30:37 -0700
commit8312bfda049d41f230f18095c027f3f2113c844a (patch)
tree38d56b436dfb6db08cf7410c1116380f7eb9c169
parentPreserve icon file timestamps (diff)
downloadlibrewolf-fedora-ff-8312bfda049d41f230f18095c027f3f2113c844a.tar.gz
librewolf-fedora-ff-8312bfda049d41f230f18095c027f3f2113c844a.tar.bz2
librewolf-fedora-ff-8312bfda049d41f230f18095c027f3f2113c844a.zip
Bump release to -4
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 02da00e..6d8d791 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -45,7 +45,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -348,6 +348,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Apr 21 2011 Christopher Aillon <caillon@redhat.com> - 4.0-4
+- Spec file cleanups
+
* Mon Apr 4 2011 Christopher Aillon <caillon@redhat.com> - 4.0-3
- Updates for NetworkManager 0.9
- Updates for GNOME 3
bgstack15