summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rw-r--r--firefox.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
index 09668d3..abec2dc 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -2,3 +2,5 @@ firefox-2.0.0.10-source.tar.bz2
firefox-langpacks-2.0.0.10-20071123.tar.bz2
firefox-20071215.tar.bz2
firefox-langpacks-trunk-20080102.tar.bz2
+firefox-20080103.tar.bz2
+firefox-langpacks-20080103.tar.bz2
diff --git a/firefox.spec b/firefox.spec
index 8ebbbd6..07fd425 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,17 +10,17 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.0
-Release: 0.beta2.5%{?dist}
+Release: 0.beta2.6%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
%if %{official_branding}
%define tarball firefox-%{version}-source.tar.bz2
%else
-%define tarball firefox-20071215.tar.bz2
+%define tarball firefox-20080103.tar.bz2
%endif
Source0: %{tarball}
-Source2: firefox-langpacks-trunk-20080102.tar.bz2
+Source2: firefox-langpacks-20080103.tar.bz2
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
Source12: firefox-redhat-default-prefs.js
@@ -311,6 +311,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Thu Jan 3 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.6
+- updated to the latest trunk (20080103)
+
* Wed Jan 2 2008 Martin Stransky <stransky@redhat.com> 3.0-0.beta2.5
- added default fedora homepage
- updated a language pack (#427182)
diff --git a/sources b/sources
index eaf9f99..99866e7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8ad6a163eeb962482130cbcfaf891e26 firefox-20071215.tar.bz2
-84587a3fe723d5e430fd6d456cb71085 firefox-langpacks-trunk-20080102.tar.bz2
+8fd88c804672e43fd1b154205ab618ac firefox-20080103.tar.bz2
+dc19b48a885345af16761f18fbac9e24 firefox-langpacks-20080103.tar.bz2
bgstack15