diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-07-09 10:15:21 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-07-09 10:15:21 +0000 |
commit | 4a48addf3bb0492afd28b1d2c4a057f5c977c1d5 (patch) | |
tree | 78dc7a1b808fc229e4a44d0f7f4992f047cf8e4f /firefox.spec | |
parent | - Properly clean up threads with newer NSPR (diff) | |
download | librewolf-fedora-ff-4a48addf3bb0492afd28b1d2c4a057f5c977c1d5.tar.gz librewolf-fedora-ff-4a48addf3bb0492afd28b1d2c4a057f5c977c1d5.tar.bz2 librewolf-fedora-ff-4a48addf3bb0492afd28b1d2c4a057f5c977c1d5.zip |
backported pango patches from FC6
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index b3fffdc..dab7fc9 100644 --- a/firefox.spec +++ b/firefox.spec @@ -12,7 +12,7 @@ Summary: Mozilla Firefox Web browser. Name: firefox Version: 2.0.0.4 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPL/LGPL Group: Applications/Internet @@ -60,6 +60,12 @@ Patch81: firefox-1.5-nopangoxft.patch Patch82: firefox-1.5-pango-mathml.patch Patch83: firefox-1.5-pango-cursor-position.patch Patch84: firefox-2.0-pango-printing.patch +Patch85: firefox-2.0-pango-ligatures.patch +Patch86: firefox-1.5-pango-cursor-position-more.patch +Patch87: firefox-1.5-pango-justified-range.patch +Patch88: firefox-1.5-pango-underline.patch +Patch89: firefox-1.5-xft-rangewidth.patch + # Other Patch100: firefox-1.5-thread-cleanup.patch @@ -157,6 +163,11 @@ removed in favor of xulrunner-devel. #%patch82 -p1 -b .pango-mathml %patch83 -p1 -b .pango-cursor-position %patch84 -p0 -b .pango-printing +%patch85 -p1 -b .pango-ligatures +%patch86 -p1 -b .pango-cursor-position-more +%patch87 -p1 -b .pango-justified-range +%patch88 -p1 -b .pango-underline +%patch89 -p1 -b .nopangoxft2 %patch100 -p1 -b .thread-cleanup %patch102 -p0 -b .theme-change @@ -418,6 +429,9 @@ fi #--------------------------------------------------------------------- %changelog +* Fri Jun 29 2007 Martin Stransky <stransky@redhat.com> 2.0.0.4-3 +- backported pango patches from FC6 (1.5.0.12) + * Sun Jun 3 2007 Christopher Aillon <caillon@redhat.com> 2.0.0.4-2 - Properly clean up threads with newer NSPR |