summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2009-02-11 17:52:11 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2009-02-11 17:52:11 +0000
commit2346eb94b9d32777a545aa4d0ca76874e0dc9691 (patch)
tree9f034af4405a827901c3735bc5a61648099f7d38
parentFixed wrong LANG and LC_MESSAGES variables interpretation (#441973)\nin (diff)
downloadlibrewolf-fedora-ff-2346eb94b9d32777a545aa4d0ca76874e0dc9691.tar.gz
librewolf-fedora-ff-2346eb94b9d32777a545aa4d0ca76874e0dc9691.tar.bz2
librewolf-fedora-ff-2346eb94b9d32777a545aa4d0ca76874e0dc9691.zip
- Drop explicit requirement on desktop-file-utils
-rw-r--r--firefox.spec7
1 files 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 <caillon@redhat.com> - 3.1-0.6
+- Drop explicit requirement on desktop-file-utils
+
* Wed Jan 7 2009 Jan Horak <jhorak@redhat.com> - 3.1-0.5
- Fixed wrong LANG and LC_MESSAGES variables interpretation (#441973)
in startup script.
bgstack15