diff --git a/.gitignore b/.gitignore index 2a4e459..d3b2f28 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ firefox-3.6.4.source.tar.bz2 /firefox-langpacks-9.0-20111220.tar.xz /firefox-9.0.1.source.tar.bz2 /firefox-langpacks-9.0.1-20111223.tar.xz +/firefox-10.0.source.tar.bz2 +/firefox-langpacks-10.0-20120131.tar.xz diff --git a/firefox.spec b/firefox.spec index f57024f..51f0a3c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -9,7 +9,7 @@ %define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} -%global gecko_version 9.0.1 +%global gecko_version 10.0 %global gecko_release 1 %global alpha_version 0 %global beta_version 0 @@ -44,14 +44,14 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 9.0.1 -Release: 2%{?pre_tag}%{?dist} +Version: 10.0 +Release: 1%{?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}-20111223.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20120131.tar.xz %endif Source10: firefox-mozconfig Source11: firefox-mozconfig-branded @@ -320,7 +320,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %if %{build_langpacks} %dir %{langpackdir} %endif -%{mozappdir}/omni.jar +%{mozappdir}/omni.ja %{mozappdir}/icons %{mozappdir}/searchplugins %{mozappdir}/run-mozilla.sh @@ -344,6 +344,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Jan 31 2012 Jan Horak - 10.0-1 +- Update to 10.0 + * Fri Jan 13 2012 Fedora Release Engineering - 9.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 2489bb0..19b999d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -7cf2bd379792a9b232267c6a79680566 firefox-9.0.1.source.tar.bz2 -cc9c908f974d5d99580679f4349d7ce8 firefox-langpacks-9.0.1-20111223.tar.xz +13c61203ccfa583e5a54b4dc22f41233 firefox-10.0.source.tar.bz2 +2416a8fd97fbbe687b4b7649fa9ac298 firefox-langpacks-10.0-20120131.tar.xz