summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2009-06-30 15:33:33 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2009-06-30 15:33:33 +0000
commit1458ae2ff32c6ad0c0733a6e173bc9f564c521f4 (patch)
tree10d73965fc8dafb310dd5b1eb3b3b0670b08b738
parentResolves: #502541 (diff)
downloadlibrewolf-fedora-ff-1458ae2ff32c6ad0c0733a6e173bc9f564c521f4.tar.gz
librewolf-fedora-ff-1458ae2ff32c6ad0c0733a6e173bc9f564c521f4.tar.bz2
librewolf-fedora-ff-1458ae2ff32c6ad0c0733a6e173bc9f564c521f4.zip
- Firefox 3.5 final release
-rw-r--r--.cvsignore4
-rw-r--r--firefox.spec11
-rw-r--r--sources4
3 files changed, 11 insertions, 8 deletions
diff --git a/.cvsignore b/.cvsignore
index ef1a218..ab20dfd 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
-firefox-3.5b4-source.tar.bz2
-firefox-langpacks-3.5-20090427.tar.bz2
+firefox-3.5-source.tar.bz2
+firefox-langpacks-3.5-20090630.tar.bz2
diff --git a/firefox.spec b/firefox.spec
index aca53b3..44d6112 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -5,8 +5,8 @@
%define mozappdir %{_libdir}/%{name}-%{internal_version}
%define tarballdir mozilla-1.9.1
-%define xulrunner_version 1.9.1-0.20.beta4
-%define internal_version 3.5b4
+%define xulrunner_version 1.9.1-1
+%define internal_version %{version}
%define official_branding 1
%define build_langpacks 1
@@ -19,7 +19,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.5
-Release: 0.21.beta4%{?dist}
+Release: 1%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -30,7 +30,7 @@ Group: Applications/Internet
%endif
Source0: %{tarball}
%if %{build_langpacks}
-Source2: firefox-langpacks-%{version}-20090427.tar.bz2
+Source2: firefox-langpacks-%{version}-20090630.tar.bz2
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -321,6 +321,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Jun 30 2009 Christopher Aillon <caillon@redhat.com> - 3.5-1
+- Firefox 3.5 final release
+
* Tue May 26 2009 Martin Stransky <stransky@redhat.com> - 3.5-0.21
- fix for #502541 - Firefox version should depend
on Xulrunner but does not
diff --git a/sources b/sources
index efe47e5..709a1f5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ff6bf463300cb56bcf750973b2af3d80 firefox-3.5b4-source.tar.bz2
-ea9b2b8e3ecbf5eb4245d26546211ba6 firefox-langpacks-3.5-20090427.tar.bz2
+6dd59399db08963ef022a1d0e5010053 firefox-3.5-source.tar.bz2
+335219cf8a29a2584a0483707099d0b7 firefox-langpacks-3.5-20090630.tar.bz2
bgstack15