summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rwxr-xr-xfirefox-mozconfig1
-rw-r--r--firefox.spec11
-rw-r--r--sources4
4 files changed, 12 insertions, 6 deletions
diff --git a/.cvsignore b/.cvsignore
index b086425..86fc7fa 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -4,3 +4,5 @@ firefox-3.5.1-source.tar.bz2
firefox-langpacks-3.5.1-20090717.tar.bz2
firefox-3.5.2-source.tar.bz2
firefox-langpacks-3.5.2-20090803.tar.bz2
+firefox-3.5.3-source.tar.bz2
+firefox-langpacks-3.5.3-20090907.tar.bz2
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 566b80f..37a43a5 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -26,6 +26,7 @@ ac_add_options --enable-startup-notification
ac_add_options --enable-libxul
ac_add_options --disable-crashreporter
ac_add_options --enable-safe-browsing
+ac_add_options --enable-libnotify
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
diff --git a/firefox.spec b/firefox.spec
index 68ada52..ae5680c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -5,7 +5,7 @@
%define mozappdir %{_libdir}/%{name}-%{internal_version}
%define tarballdir mozilla-1.9.1
-%define xulrunner_version 1.9.1.2-2
+%define xulrunner_version 1.9.1.3-1
%define internal_version %{version}
%define official_branding 1
@@ -18,8 +18,8 @@
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 3.5.2
-Release: 3%{?dist}
+Version: 3.5.3
+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}-20090803.tar.bz2
+Source2: firefox-langpacks-%{version}-20090907.tar.bz2
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -329,6 +329,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Sep 7 2009 Jan Horak <jhorak@redhat.com> - 3.5.3-1
+- Update to 3.5.3
+
* Thu Aug 6 2009 Martin Stransky <stransky@redhat.com> - 3.5.2-3
- Rebuilt
diff --git a/sources b/sources
index 519d43b..deedea1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-0de7173e45df009f5a2620fcceb010fb firefox-3.5.2-source.tar.bz2
-3b78b4648ef24f52b4f092dc05f79956 firefox-langpacks-3.5.2-20090803.tar.bz2
+ca167e69180ab1230aea0763da270a95 firefox-3.5.3-source.tar.bz2
+66dd2b4e45da33ccb57846e0f9a2cd31 firefox-langpacks-3.5.3-20090907.tar.bz2
bgstack15