From 6320782833fb192cc2ecb433044ab966645cc11a Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mon, 4 Apr 2011 01:37:06 -0700 Subject: Let's do a -3 release --- firefox.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index fe2ffc6..a90b306 100644 --- a/firefox.spec +++ b/firefox.spec @@ -45,7 +45,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 4.0 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -93,6 +93,11 @@ Requires: system-bookmarks Obsoletes: mozilla <= 37:1.7.13 Provides: webclient +# For GNOME 3 support, we need 2.0-2 +# The specific BR/Require pair can go away when we bump to >= 2.0.1 +# since it will be brought in by the gecko requirements +BuildRequires: xulrunner-devel >= 2.0-2 +Requires: xulrunner >= 2.0-2 %description Mozilla Firefox is an open-source web browser, designed for standards @@ -361,6 +366,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Apr 4 2011 Christopher Aillon - 4.0-3 +- Updates for NetworkManager 0.9 +- Updates for GNOME 3 + * Tue Mar 22 2011 Christopher Aillon - 4.0-2 - Rebuild -- cgit