summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-09-15 01:42:31 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-09-15 01:42:31 +0000
commitff51533d924eb3d51221edde4f8096a56bd5796e (patch)
treec510320377a1dd8b82f00788d0b0eb408528cbd8 /firefox.spec
parent- Icon tweaks and minor spec-file variable cleanup: s/ffdir/mozappdir/g (diff)
downloadlibrewolf-fedora-ff-ff51533d924eb3d51221edde4f8096a56bd5796e.tar.gz
librewolf-fedora-ff-ff51533d924eb3d51221edde4f8096a56bd5796e.tar.bz2
librewolf-fedora-ff-ff51533d924eb3d51221edde4f8096a56bd5796e.zip
- Update to 1.5.0.7
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 34ad936..fcca90b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,8 +10,8 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
-Version: 1.5.0.6
-Release: 12
+Version: 1.5.0.7
+Release: 1%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -21,7 +21,7 @@ Group: Applications/Internet
%define tarball firefox-1.5rc3-source.tar.bz2
%endif
Source0: %{tarball}
-Source2: firefox-langpacks-%{version}-20060803.tar.bz2
+Source2: firefox-langpacks-%{version}-20060911.tar.bz2
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
Source12: firefox-redhat-default-bookmarks.html
@@ -354,6 +354,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Wed Sep 13 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-1
+- Update to 1.5.0.7
+
* Thu Sep 7 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-12
- Icon tweaks and minor spec-file variable cleanup: s/ffdir/mozappdir/g
bgstack15