summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-10-22 06:33:10 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-10-22 06:33:10 +0000
commit0cabdc2ab01bee9c2a68815f414733c875a9ceac (patch)
tree3326f48d25a1e9533d95629b46ebdaeb24c3f443 /firefox.spec
parent- Fix for upstream 263263. (diff)
downloadlibrewolf-fedora-ff-0cabdc2ab01bee9c2a68815f414733c875a9ceac.tar.gz
librewolf-fedora-ff-0cabdc2ab01bee9c2a68815f414733c875a9ceac.tar.bz2
librewolf-fedora-ff-0cabdc2ab01bee9c2a68815f414733c875a9ceac.zip
- Prevent inlining of stack direction detection (#135255)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 942f094..d875cfb 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.20
+Release: 1.0PR1.21
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -39,6 +39,7 @@ Patch25: firefox-PR1-software-update.patch
# local bugfixes
Patch40: firefox-PR1-gnome-vfs-default-app.patch
+Patch41: firefox-PR1-stack-direction.patch
# backported patches
Patch90: firefox-PR1-gtk-file-chooser-trunk.patch
@@ -96,6 +97,7 @@ compliance, performance and portability.
%patch24 -p0
%patch25 -p0
%patch40 -p1
+%patch41 -p0
%patch90 -p0
%patch91 -p1
%patch92 -p0
@@ -225,6 +227,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Oct 22 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.21
+- Prevent inlining of stack direction detection (#135255)
+
* 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)
bgstack15