summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-09-30 20:42:54 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-09-30 20:42:54 +0000
commit7c481119063dab3d7f70f7bcb7398daddf08b710 (patch)
tree7193619caa9ca1dbb5450f8f6fd110a27c2801fa /firefox.spec
parent- Add clipboard access prevention patch. (diff)
downloadlibrewolf-fedora-ff-7c481119063dab3d7f70f7bcb7398daddf08b710.tar.gz
librewolf-fedora-ff-7c481119063dab3d7f70f7bcb7398daddf08b710.tar.bz2
librewolf-fedora-ff-7c481119063dab3d7f70f7bcb7398daddf08b710.zip
Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com>
- update PreReq and BuildRequires for desktop-file-utils to >= 0.9 - update-desktop-database on uninstall for packages that need it.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 4c38ff9..8d4817e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,14 +1,14 @@
# Option: Freetype Patch (FC3+)
%define freetype_fc3 1
-%define desktop_file_utils_version 0.3
+%define desktop_file_utils_version 0.9
ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 0.10.0
-Release: 1.0PR1.5
+Release: 1.0PR1.6
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -177,6 +177,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.6
+- Prereq desktop-file-utils >= 0.9
+
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.0-1.0PR1.5
- Add clipboard access prevention patch.
bgstack15