summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-02-25 11:42:42 -0800
committerChristopher Aillon <caillon@redhat.com>2011-02-25 11:42:42 -0800
commit0bdbcabf4bf139ad3b19db478fdb6127a945ec92 (patch)
tree8d5263ec768f31696eb20b4a8b8e4d98c3812fc1 /firefox.spec
parentfind-external-requires isn't needed (diff)
downloadlibrewolf-fedora-ff-0bdbcabf4bf139ad3b19db478fdb6127a945ec92.tar.gz
librewolf-fedora-ff-0bdbcabf4bf139ad3b19db478fdb6127a945ec92.tar.bz2
librewolf-fedora-ff-0bdbcabf4bf139ad3b19db478fdb6127a945ec92.zip
4.0 Beta 12
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index dbb418a..b6fd10f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,8 +10,8 @@
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%global firefox_dir_ver 4
-%global gecko_version 2.0-beta11
-%global pre_version b11
+%global gecko_version 2.0-beta12
+%global pre_version b12
%global pre_tag .%{?pre_version}
%global mozappdir %{_libdir}/%{name}-%{firefox_dir_ver}
@@ -24,13 +24,13 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 4.0
-Release: 0.16%{?pre_tag}%{?dist}
+Release: 0.17%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
%if %{build_langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20110208.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20110225.tar.xz
%endif
Source10: firefox-mozconfig
Source11: firefox-mozconfig-branded
@@ -355,6 +355,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Feb 25 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.17b12
+- Firefox 4.0 Beta 12
+
* Thu Feb 10 2011 Christopher Aillon <caillon@redhat.com> - 4.0-0.16b11
- Update gecko-{libs,devel} requires
bgstack15