summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2009-03-27 22:59:51 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2009-03-27 22:59:51 +0000
commit925aa886bd9657df3a1484f8a19f6202a50e7f37 (patch)
treee887d4dfb28278989338222ce80eeee42b16343b
parent- 3.1 beta 3 (diff)
downloadlibrewolf-fedora-ff-925aa886bd9657df3a1484f8a19f6202a50e7f37.tar.gz
librewolf-fedora-ff-925aa886bd9657df3a1484f8a19f6202a50e7f37.tar.bz2
librewolf-fedora-ff-925aa886bd9657df3a1484f8a19f6202a50e7f37.zip
- Rebuild against newer gecko
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 7bd0feb..d28d3cf 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -5,10 +5,10 @@
%define mozappdir %{_libdir}/%{name}-%{internal_version}
%define tarballdir mozilla-1.9.1
-%define gecko_version 1.9.1
+%define gecko_version 1.9.1-0.11
%define internal_version 3.1b3
-%define official_branding 0
+%define official_branding 1
%define build_langpacks 0
%if ! %{official_branding}
@@ -19,7 +19,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 3.1
-Release: 0.10.beta3%{?dist}
+Release: 0.11.beta3%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -321,6 +321,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Mar 27 2009 Christopher Aillon <caillon@redhat.com> - 3.1-0.11
+- Rebuild against newer gecko
+
* Fri Mar 13 2009 Christopher Aillon <caillon@redhat.com> - 3.1-0.10
- 3.1 beta 3
bgstack15