rpms/firefox/F-8 .cvsignore, 1.39, 1.40 firefox-2.0-pango-ligatures.patch, 1.2, 1.3 firefox.spec, 1.211, 1.212 sources, 1.45, 1.46 firefox-2.0.0.10-canvas-load.patch, 1.1, NONE

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Fri Feb 8 15:11:04 UTC 2008


Author: caillon

Update of /cvs/extras/rpms/firefox/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5855

Modified Files:
	.cvsignore firefox-2.0-pango-ligatures.patch firefox.spec 
	sources 
Removed Files:
	firefox-2.0.0.10-canvas-load.patch 
Log Message:
* Fri Feb  8 2008 Christopher Aillon <caillon at redhat.com> 2.0.0.12-1
- Update to 2.0.0.12



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/firefox/F-8/.cvsignore,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- .cvsignore	27 Nov 2007 01:44:13 -0000	1.39
+++ .cvsignore	8 Feb 2008 15:10:22 -0000	1.40
@@ -1,4 +1,2 @@
-firefox-2.0.0.10-source.tar.bz2
-firefox-langpacks-2.0.0.10-20071123.tar.bz2
-firefox-2.0.0.9-source.tar.bz2
-firefox-langpacks-2.0.0.9-20071105.tar.bz2
+firefox-2.0.0.12-source.tar.bz2
+firefox-langpacks-2.0.0.12-20080208.tar.bz2

firefox-2.0-pango-ligatures.patch:

Index: firefox-2.0-pango-ligatures.patch
===================================================================
RCS file: /cvs/extras/rpms/firefox/F-8/firefox-2.0-pango-ligatures.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- firefox-2.0-pango-ligatures.patch	27 Nov 2007 01:44:13 -0000	1.2
+++ firefox-2.0-pango-ligatures.patch	8 Feb 2008 15:10:22 -0000	1.3
@@ -118,7 +118,7 @@
  
  nsFontMetricsPango::nsFontMetricsPango()
  {
-@@ -169,14 +228,20 @@ nsFontMetricsPango::Init(const nsFont& a
+@@ -169,15 +228,21 @@ nsFontMetricsPango::Init(const nsFont& a
      mLangGroup = aLangGroup;
  
      // Hang on to the device context
@@ -135,6 +135,7 @@
      // don't make the X server blow up.
      nscoord screenPixels = gdk_screen_height();
      mPointSize = PR_MIN((screenPixels - 1) * FONT_MAX_FONT_SCALE, mPointSize);
+     mPointSize = PR_MIN(2000, mPointSize);
 +#endif
  
      // enumerate over the font names passed in


Index: firefox.spec
===================================================================
RCS file: /cvs/extras/rpms/firefox/F-8/firefox.spec,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- firefox.spec	13 Dec 2007 14:38:32 -0000	1.211
+++ firefox.spec	8 Feb 2008 15:10:22 -0000	1.212
@@ -11,8 +11,8 @@
 
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
-Version:        2.0.0.10
-Release:        3%{?dist}
+Version:        2.0.0.12
+Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -22,7 +22,7 @@
 %define tarball firefox-2.0rc3-source.tar.bz2
 %endif
 Source0:        %{tarball}
-Source2:        firefox-langpacks-%{version}-20071123.tar.bz2
+Source2:        firefox-langpacks-%{version}-20080208.tar.bz2
 Source10:       firefox-mozconfig
 Source11:       firefox-mozconfig-branded
 Source12:       firefox-redhat-default-prefs.js
@@ -80,8 +80,6 @@
 
 %endif
 
-Patch200:       firefox-2.0.0.10-canvas-load.patch
-
 
 # ---------------------------------------------------
 
@@ -173,8 +171,6 @@
 %patch111 -p1 -b .path
 %patch112 -p1 -b .debug
 
-%patch200 -p0 -b .canvas-load
-
 # For branding specific patches.
 
 %if %{official_branding}
@@ -201,9 +197,9 @@
 
 %build
 
-# Build with -Os as it helps the browser; also, don't override mozilla's warning
-# level; they use -Wall but disable a few warnings that show up _everywhere_
-MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-O2/-Os/' -e 's/-Wall//')
+# Don't override mozilla's warning level; they use -Wall
+# but disable a few warnings that show up _everywhere_
+MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-Wall//')
 
 export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
 export PREFIX='%{_prefix}'
@@ -443,6 +439,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Fri Feb  8 2008 Christopher Aillon <caillon at redhat.com> 2.0.0.12-1
+- Update to 2.0.0.12
+
 * Thu Dec 13 2007 Christopher Aillon <caillon at redhat.com> 2.0.0.10-3
 - Fix the getStartPage method to not return blank.
   Patch by pspencer at fields.utoronto.ca


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/firefox/F-8/sources,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- sources	27 Nov 2007 01:44:13 -0000	1.45
+++ sources	8 Feb 2008 15:10:22 -0000	1.46
@@ -1,2 +1,2 @@
-5c2f13d6a27f462ec6b862dafca22e7b  firefox-2.0.0.10-source.tar.bz2
-368295c3958e2f8f7e7d404b9876f43f  firefox-langpacks-2.0.0.10-20071123.tar.bz2
+361eadc4f2132287f5812762978f43ee  firefox-2.0.0.12-source.tar.bz2
+b7d506ab57a5e43b26ae032b4f6b34b2  firefox-langpacks-2.0.0.12-20080208.tar.bz2


--- firefox-2.0.0.10-canvas-load.patch DELETED ---




More information about the fedora-extras-commits mailing list