libfonts/libfonts-1.1.2.java11.patch
RHEL Packaging Agent e0035489f3 Update libfonts for Java 17 compatibility and SPDX license migration
Bump javac source/target from 1.6 to 1.8 in the Java 11
compatibility patch to enable building with Java 17.
Migrate the License field to SPDX format (LGPL-2.1-only AND
Unicode-DFS-2016). Switch to a repacked source tarball with
updated unicode encoding data files that have clearer
licensing, and add repacking instructions as comments in the
spec file.

Upstream patches:
 - c03c8edaa1.patch
 - 102bd2bedd.patch
Resolves: RHEL-183541

This commit was backported by Ymir, a Red Hat Enterprise Linux software maintenance AI agent.

Assisted-by: Ymir
2026-07-01 09:27:46 +02:00

14 lines
846 B
Diff

--- libfonts-1.1.3/common_build.xml 2020-05-05 19:47:17.413675774 +0100
+++ libfonts-1.1.3/common_build.xml 2020-05-05 19:47:24.239734072 +0100
@@ -136,8 +136,8 @@
<property name="javac.deprecation"
value="true"
description="Indicates whether source should be compiled with deprecation information" />
- <property name="javac.source" value="1.5" description="Provide source compatibility with specified release" />
- <property name="javac.target" value="1.5" description="Generate class files for specific VM version" />
+ <property name="javac.source" value="1.8" description="Provide source compatibility with specified release" />
+ <property name="javac.target" value="1.8" description="Generate class files for specific VM version" />
<!-- Build Cache properties -->
<property name="build.cache.dir"