summaryrefslogtreecommitdiff
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
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
-rw-r--r--.cvsignore5
-rw-r--r--firefox.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 8 deletions
diff --git a/.cvsignore b/.cvsignore
index 60a54bf..5b17369 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,2 @@
-firefox-1.5.0.5-source.tar.bz2
-firefox-langpacks-1.5.0.5-20060726.tar.bz2
-firefox-mozconfig
+firefox-1.5.0.6-source.tar.bz2
+firefox-langpacks-1.5.0.6-20060803.tar.bz2
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
diff --git a/sources b/sources
index 29c2f31..6b75086 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4ef41c8983c47c36efada10a867ffa6f firefox-1.5.0.5-source.tar.bz2
-b7021e012b02a745e73e51e05308cd49 firefox-langpacks-1.5.0.5-20060726.tar.bz2
+3a659d384744cab77f90920f6d529c89 firefox-1.5.0.6-source.tar.bz2
+a040d41c7c6e6466d60b12f61a54268a firefox-langpacks-1.5.0.6-20060803.tar.bz2
bgstack15