rpms/seamonkey/FC-4 firefox-1.1-visibility.patch, NONE, 1.1 seamonkey.spec, 1.6, 1.7

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


Author: kengert

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

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.4.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-4/seamonkey.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- seamonkey.spec	4 Aug 2006 12:01:25 -0000	1.6
+++ seamonkey.spec	4 Aug 2006 12:47:27 -0000	1.7
@@ -8,7 +8,7 @@
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
 Version:        1.0.4
-Release:        0.4%{?dist}
+Release:        0.4.1%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPL
 Group:          Applications/Internet
@@ -26,7 +26,7 @@
 Source100:      find-external-requires
 
 Patch1:         firefox-1.0-prdtoa.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
@@ -75,7 +75,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
@@ -390,6 +390,8 @@
 
 
 %changelog
+* Thu Aug 04 2006 Kai Engert <kengert at redhat.com> 1.0.4-0.4.1
+- Use a different patch to disable visibility.
 * Thu Aug 03 2006 Kai Engert <kengert at redhat.com> 1.0.4-0.4
 - SeaMonkey 1.0.4
 * Wed Jun 07 2006 Kai Engert <kengert at redhat.com> 1.0.2-1.fc4




More information about the scm-commits mailing list