summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-10-20 06:36:16 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-10-20 06:36:16 +0000
commit27f39b4f385e052b2404f0149a6762506efb89c0 (patch)
treed3b3c242d1500ac27d95ced70c185490f655def8 /firefox.spec
parentdon't use %dir (diff)
downloadlibrewolf-fedora-ff-27f39b4f385e052b2404f0149a6762506efb89c0.tar.gz
librewolf-fedora-ff-27f39b4f385e052b2404f0149a6762506efb89c0.tar.bz2
librewolf-fedora-ff-27f39b4f385e052b2404f0149a6762506efb89c0.zip
- More file chooser fixes: Pop up a confirmation dialog before overwriting
files (#134648) Allow saving as complete once again
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 2341a90..7675e09 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 0.10.1
-Release: 1.0PR1.19
+Release: 1.0PR1.20
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -43,6 +43,7 @@ Patch40: firefox-PR1-gnome-vfs-default-app.patch
# backported patches
Patch90: firefox-PR1-gtk-file-chooser-trunk.patch
Patch91: firefox-PR1-gtk-file-chooser-updates.patch
+Patch92: firefox-PR1-gtk-file-chooser-morefixes.patch
# official upstream patches
Patch100: firefox-PR1-js-64bit-math.patch
@@ -96,6 +97,7 @@ compliance, performance and portability.
%patch40 -p1
%patch90 -p0
%patch91 -p1
+%patch92 -p0
%patch100 -p0
%patch101 -p0
%patch102 -p0
@@ -221,6 +223,11 @@ fi
#---------------------------------------------------------------------
%changelog
+* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.20
+- More file chooser fixes:
+ Pop up a confirmation dialog before overwriting files (#134648)
+ Allow saving as complete once again
+
* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
- Fix for upstream 262689.
bgstack15