From 2346eb94b9d32777a545aa4d0ca76874e0dc9691 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Wed, 11 Feb 2009 17:52:11 +0000 Subject: - Drop explicit requirement on desktop-file-utils --- firefox.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/firefox.spec b/firefox.spec index 46cc7fc..122304c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,6 +1,5 @@ %define homepage http://start.fedoraproject.org/ %define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html -%define desktop_file_utils_version 0.9 %define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} %define mozappdir %{_libdir}/%{name}-%{internal_version} @@ -19,7 +18,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 3.1 -Release: 0.5.beta2%{?dist} +Release: 0.6.beta2%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -74,7 +73,6 @@ BuildRequires: startup-notification-devel BuildRequires: gecko-devel-unstable = %{gecko_version} BuildRequires: autoconf213 -Requires: desktop-file-utils >= %{desktop_file_utils_version} Requires: gecko-libs = %{gecko_version} Requires: system-bookmarks Obsoletes: mozilla <= 37:1.7.13 @@ -326,6 +324,9 @@ fi #--------------------------------------------------------------------- %changelog +* Wed Feb 11 2009 Christopher Aillon - 3.1-0.6 +- Drop explicit requirement on desktop-file-utils + * Wed Jan 7 2009 Jan Horak - 3.1-0.5 - Fixed wrong LANG and LC_MESSAGES variables interpretation (#441973) in startup script. -- cgit