summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorKai Engert <kengert@fedoraproject.org>2006-08-08 17:27:39 +0000
committerKai Engert <kengert@fedoraproject.org>2006-08-08 17:27:39 +0000
commit2585e96527c75b8cdc485ae6d59ce03101efb01e (patch)
tree503691009199f7d648d345aa364b47b2b76af60b /firefox.spec
parentpass --libdir to configure (diff)
downloadlibrewolf-fedora-ff-2585e96527c75b8cdc485ae6d59ce03101efb01e.tar.gz
librewolf-fedora-ff-2585e96527c75b8cdc485ae6d59ce03101efb01e.tar.bz2
librewolf-fedora-ff-2585e96527c75b8cdc485ae6d59ce03101efb01e.zip
- Update to 1.5.0.6
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 e722edf..e38f9bc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,8 +10,8 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
-Version: 1.5.0.5
-Release: 8
+Version: 1.5.0.6
+Release: 2
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}-20060726.tar.bz2
+Source2: firefox-langpacks-%{version}-20060803.tar.bz2
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
Source12: firefox-redhat-default-bookmarks.html
@@ -354,6 +354,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Thu Aug 03 2006 Kai Engert <kengert@redhat.com> - 1.5.0.6-2
+- Update to 1.5.0.6
+
* Sun Jul 30 2006 Matthias Clasen <mclasen@redhat.com> - 1.5.0.5-8
- Pass --libdir to configure
bgstack15