summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-08-23 08:08:15 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-08-23 08:08:15 +0000
commitbc714c3094a7ee73c2a622b34f6a6c4d84ffaf75 (patch)
tree37f824cdf422db320cc5c8bc77496d1f16dfd771 /firefox.spec
parent- Update NSS requires to workaround a bug introduced by NSS changes. (diff)
downloadlibrewolf-fedora-ff-bc714c3094a7ee73c2a622b34f6a6c4d84ffaf75.tar.gz
librewolf-fedora-ff-bc714c3094a7ee73c2a622b34f6a6c4d84ffaf75.tar.bz2
librewolf-fedora-ff-bc714c3094a7ee73c2a622b34f6a6c4d84ffaf75.zip
- Attempt to turn visibility back on since the GCC issues should have been
fixed.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index ce539a3..ad4daea 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -11,7 +11,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5.0.6
-Release: 4
+Release: 5
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -124,7 +124,7 @@ removed in favor of xulrunner-devel.
# See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297
# UPDATE: 2006-07-24: i386 is also broken now.
#%ifnarch i386
-%patch5 -p0
+#%patch5 -p0
#%endif
%patch20 -p0
@@ -356,6 +356,10 @@ fi
#---------------------------------------------------------------------
%changelog
+* Wed Aug 23 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-5
+- Attempt to turn visibility back on since the GCC issues should have
+ been fixed.
+
* Tue Aug 22 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.6-4
- Update NSS requires to workaround a bug introduced by NSS changes.
https://bugzilla.mozilla.org/show_bug.cgi?id=294542
bgstack15