/hg/release/icedtea6-1.9: Added patch which fixes bug #6703377, ...
ptisnovs at icedtea.classpath.org
ptisnovs at icedtea.classpath.org
Mon Oct 18 06:38:21 PDT 2010
changeset c1a198d6dec9 in /hg/release/icedtea6-1.9
details: http://icedtea.classpath.org/hg/release/icedtea6-1.9?cmd=changeset;node=c1a198d6dec9
author: ptisnovs
date: Mon Oct 18 14:43:14 2010 +0200
Added patch which fixes bug #6703377, corrected location of patch
patches/openjdk/6853592-badwindow-warning-fix.patch in Makefile.am
diffstat:
3 files changed, 24 insertions(+), 3 deletions(-)
ChangeLog | 9 +++++++++
Makefile.am | 7 ++++---
patches/6703377-freetypescaler.patch | 11 +++++++++++
diffs (55 lines):
diff -r 66e3c18bd585 -r c1a198d6dec9 ChangeLog
--- a/ChangeLog Mon Oct 18 11:29:08 2010 +0200
+++ b/ChangeLog Mon Oct 18 14:43:14 2010 +0200
@@ -1,3 +1,12 @@ 2010-10-15 Pavel Tisnovsky <ptisnovs at r
+2010-10-18 Pavel Tisnovsky <ptisnovs at redhat.com>
+
+ * Makefile.am:
+ Corrected location of patch
+ patches/openjdk/6853592-badwindow-warning-fix.patch
+ in Makefile.am
+ * patches/6703377-freetypescaler.patch:
+ Added patch which fixes bug #6703377
+
2010-10-15 Pavel Tisnovsky <ptisnovs at redhat.com>
* patches/openjdk/6853592-badwindow-warning-fix.patch:
diff -r 66e3c18bd585 -r c1a198d6dec9 Makefile.am
--- a/Makefile.am Mon Oct 18 11:29:08 2010 +0200
+++ b/Makefile.am Mon Oct 18 14:43:14 2010 +0200
@@ -310,7 +310,9 @@ ICEDTEA_PATCHES = \
patches/icedtea-shark-build.patch \
patches/openjdk/6638712-wildcard_types.patch \
patches/openjdk/6650759-missing_inference.patch \
- patches/numa_on_early_glibc.patch
+ patches/numa_on_early_glibc.patch \
+ patches/openjdk/6853592-badwindow-warning-fix.patch \
+ patches/6703377-freetypescaler.patch
if !WITH_ALT_HSBUILD
@@ -321,8 +323,7 @@ ICEDTEA_PATCHES += \
patches/shark-debug-option.patch \
patches/icedtea-shark.patch \
patches/icedtea-linux-separate-debuginfo.patch \
- patches/openjdk/6951319-sparc_build_fixes.patch \
- patches/openjdk/6853592-badwindow-warning-fix.patch
+ patches/openjdk/6951319-sparc_build_fixes.patch
endif
if WITH_RHINO
diff -r 66e3c18bd585 -r c1a198d6dec9 patches/6703377-freetypescaler.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/6703377-freetypescaler.patch Mon Oct 18 14:43:14 2010 +0200
@@ -0,0 +1,11 @@
+--- openjdk.orig/jdk/src/share/native/sun/font/freetypeScaler.c 2010-10-15 15:19:35.000000000 +0200
++++ openjdk/jdk/src/share/native/sun/font/freetypeScaler.c 2010-10-15 15:19:35.000000000 +0200
+@@ -979,7 +979,7 @@
+ }
+
+
+-#define FloatToF26Dot6(x) ((unsigned int) ((x)*64))
++#define FloatToF26Dot6(x) ((int) ((x)*64))
+
+ static FT_Outline* getFTOutline(JNIEnv* env, jobject font2D,
+ FTScalerContext *context, FTScalerInfo* scalerInfo,
More information about the distro-pkg-dev
mailing list