rpms/firefox/F-7 .cvsignore, 1.36, 1.37 firefox-2.0-pango-ligatures.patch, 1.1, 1.2 firefox-2.0-pango-printing.patch, 1.4, 1.5 firefox.spec, 1.190, 1.191 sources, 1.41, 1.42

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Tue Nov 27 01:48:29 UTC 2007


Author: caillon

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

Modified Files:
	.cvsignore firefox-2.0-pango-ligatures.patch 
	firefox-2.0-pango-printing.patch firefox.spec sources 
Log Message:
* Mon Nov 26 2007 Christopher Aillon <caillon at redhat.com> 2.0.0.10-1
- Update to 2.0.0.10



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/firefox/F-7/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore	19 Oct 2007 12:24:07 -0000	1.36
+++ .cvsignore	27 Nov 2007 01:47:55 -0000	1.37
@@ -1,2 +1,2 @@
-firefox-2.0.0.8-source.tar.bz2
-firefox-langpacks-2.0.0.8-20071019.tar.bz2
+firefox-2.0.0.10-source.tar.bz2
+firefox-langpacks-2.0.0.10-20071123.tar.bz2

firefox-2.0-pango-ligatures.patch:

Index: firefox-2.0-pango-ligatures.patch
===================================================================
RCS file: /cvs/extras/rpms/firefox/F-7/firefox-2.0-pango-ligatures.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-2.0-pango-ligatures.patch	9 Jul 2007 08:28:36 -0000	1.1
+++ firefox-2.0-pango-ligatures.patch	27 Nov 2007 01:47:55 -0000	1.2
@@ -134,7 +134,7 @@
      // Make sure to clamp the pixel size to something reasonable so we
      // don't make the X server blow up.
      nscoord screenPixels = gdk_screen_height();
-     mPointSize = PR_MIN(screenPixels * FONT_MAX_FONT_SCALE, mPointSize);
+     mPointSize = PR_MIN((screenPixels - 1) * FONT_MAX_FONT_SCALE, mPointSize);
 +#endif
  
      // enumerate over the font names passed in

firefox-2.0-pango-printing.patch:

Index: firefox-2.0-pango-printing.patch
===================================================================
RCS file: /cvs/extras/rpms/firefox/F-7/firefox-2.0-pango-printing.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- firefox-2.0-pango-printing.patch	22 Dec 2006 22:18:17 -0000	1.4
+++ firefox-2.0-pango-printing.patch	27 Nov 2007 01:47:55 -0000	1.5
@@ -4575,14 +4575,6 @@
  fribidi/fribidi.h
  FSp_fopen.h
  fstream.h
-@@ -208,6 +209,7 @@
- gdk/gdkevents.h
- gdk/gdk.h
- gdk/gdkkeysyms.h
-+gdk/gdkpango.h
- gdk/gdkprivate.h
- gdk/gdkregion.h
- gdk/gdkwindow.h
 @@ -501,6 +503,7 @@
  pango/pangofc-fontmap.h
  pango/pango-fontmap.h


Index: firefox.spec
===================================================================
RCS file: /cvs/extras/rpms/firefox/F-7/firefox.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- firefox.spec	5 Nov 2007 11:54:32 -0000	1.190
+++ firefox.spec	27 Nov 2007 01:47:55 -0000	1.191
@@ -11,7 +11,7 @@
 
 Summary:        Mozilla Firefox Web browser.
 Name:           firefox
-Version:        2.0.0.9
+Version:        2.0.0.10
 Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/firefox/
 License:        MPL/LGPL
@@ -22,7 +22,7 @@
 %define tarball firefox-2.0rc3-source.tar.bz2
 %endif
 Source0:        %{tarball}
-Source2:        firefox-langpacks-%{version}-20071105.tar.bz2
+Source2:        firefox-langpacks-%{version}-20071123.tar.bz2
 Source10:       firefox-mozconfig
 Source11:       firefox-mozconfig-branded
 Source12:       firefox-redhat-default-prefs.js
@@ -427,6 +427,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Nov 26 2007 Christopher Aillon <caillon at redhat.com> 2.0.0.10-1
+- Update to 2.0.0.10
+
 * Mon Nov 5 2007 Martin Stransky <stransky at redhat.com> - 2.0.0.9-1
 - Update to 2.0.0.9
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/firefox/F-7/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sources	5 Nov 2007 11:54:32 -0000	1.41
+++ sources	27 Nov 2007 01:47:55 -0000	1.42
@@ -1,2 +1,2 @@
-6a977456dc7da2934a12ba397c404fb9  firefox-2.0.0.9-source.tar.bz2
-4fba8df3e8cb5463e93399a2ac87e2b2  firefox-langpacks-2.0.0.9-20071105.tar.bz2
+5c2f13d6a27f462ec6b862dafca22e7b  firefox-2.0.0.10-source.tar.bz2
+368295c3958e2f8f7e7d404b9876f43f  firefox-langpacks-2.0.0.10-20071123.tar.bz2




More information about the fedora-extras-commits mailing list