rpms/seamonkey/FC-5 firefox-1.1-visibility.patch, NONE, 1.1 seamonkey.spec, 1.5, 1.6

Kai Engert (kengert) fedora-extras-commits at redhat.com
Fri Aug 4 12:45:22 UTC 2006


Author: kengert

Update of /cvs/extras/rpms/seamonkey/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2830

Modified Files:
	seamonkey.spec 
Added Files:
	firefox-1.1-visibility.patch 
Log Message:
* Thu Aug 04 2006 Kai Engert <kengert at redhat.com> 1.0.4-0.5.1
- Use a different patch to disable visibility.


firefox-1.1-visibility.patch:

--- NEW FILE firefox-1.1-visibility.patch ---
Index: configure
===================================================================
RCS file: /cvsroot/mozilla/configure,v
retrieving revision 1.1443
diff -u -p -6 -r1.1443 configure
--- configure	2 Jun 2005 04:00:20 -0000	1.1443
+++ configure	6 Jun 2005 07:34:06 -0000
@@ -7303,13 +7303,13 @@ else
                       int foo_default = 1;
 EOF
                       ac_cv_visibility_pragma=no
                       if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
                         if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then
                           if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then
-                            ac_cv_visibility_pragma=yes
+                            ac_cv_visibility_pragma=no
                           fi
                         fi
                       fi
                       rm -f conftest.cs
                     
 fi


Index: seamonkey.spec
===================================================================
RCS file: /cvs/extras/rpms/seamonkey/FC-5/seamonkey.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- seamonkey.spec	4 Aug 2006 11:47:45 -0000	1.5
+++ seamonkey.spec	4 Aug 2006 12:45:22 -0000	1.6
@@ -10,7 +10,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        1.0.4
-Release:        0.5%{?dist}
+Release:        0.5.1%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPL
 Group:          Applications/Internet
@@ -32,7 +32,7 @@
 Patch1:         firefox-1.0-prdtoa.patch
 Patch3:         firefox-1.1-nss-system-nspr.patch
 Patch4:         firefox-1.5-with-system-nss.patch
-Patch5:         seamonkey-disable-visibility.patch
+Patch5:         firefox-1.1-visibility.patch
 Patch6:         seamonkey-1.0.1-dumpstack.patch
 Patch21:        firefox-0.7.3-default-plugin-less-annoying.patch
 Patch22:        firefox-0.7.3-psfonts.patch
@@ -86,7 +86,7 @@
 # It works on i386 so leave it alone there.  Disable elsewhere.
 # See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297
 %ifnarch i386
-%patch5  -p1
+%patch5  -p0
 %endif
 
 %patch6 -p1
@@ -404,6 +404,8 @@
 
 
 %changelog
+* Thu Aug 04 2006 Kai Engert <kengert at redhat.com> 1.0.4-0.5.1
+- Use a different patch to disable visibility.
 * Thu Aug 03 2006 Kai Engert <kengert at redhat.com> 1.0.4-0.5
 - SeaMonkey 1.0.4
 * Wed Jun 07 2006 Kai Engert <kengert at redhat.com> 1.0.2-1




More information about the scm-commits mailing list