And remove the second hunk again, Than ensures me it's not needed, sorry
for the repeated reversions.
This commit is contained in:
parent
a2d05ff4f7
commit
1c8e5f9e54
@ -10,12 +10,3 @@ diff -up qt-x11-opensource-src-4.5.1/src/gui/text/qfontengine_ft.cpp.enable_ft_l
|
||||
#define QT_USE_FREETYPE_LCDFILTER
|
||||
#endif
|
||||
|
||||
@@ -1051,7 +1051,7 @@ QFontEngineFT::Glyph *QFontEngineFT::loa
|
||||
Q_ASSERT(antialias);
|
||||
uchar *convoluted = new uchar[bitmap.rows*bitmap.pitch];
|
||||
bool useLegacyLcdFilter = false;
|
||||
-#if defined(FC_LCD_FILTER) && defined(FT_LCD_FILTER_H)
|
||||
+#if defined(FT_LCD_FILTER_H)
|
||||
useLegacyLcdFilter = (lcdFilterType == FT_LCD_FILTER_LEGACY);
|
||||
#endif
|
||||
uchar *buffer = bitmap.buffer;
|
||||
|
5
qt.spec
5
qt.spec
@ -12,7 +12,7 @@ Epoch: 1
|
||||
Name: qt4
|
||||
%endif
|
||||
Version: 4.5.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
@ -820,6 +820,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 27 2009 Than Ngo <than@redhat.com> - 4.5.1-6
|
||||
- drop useless hunk of qt-x11-opensource-src-4.5.1-enable_ft_lcdfilter.patch
|
||||
|
||||
* Mon Apr 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-5
|
||||
- -devel: Provides: *-static for libQtUiTools.a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user