[packages/icedtea8] Up to 3.39.0
arekm
arekm at pld-linux.org
Fri May 8 10:55:21 CEST 2026
commit 86426283e898dc77655cf1af0ae4ead67ba1c043
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri May 8 10:55:03 2026 +0200
Up to 3.39.0
icedtea8-gcc.patch | 34 ----------------------------------
icedtea8.spec | 18 +++++++-----------
2 files changed, 7 insertions(+), 45 deletions(-)
---
diff --git a/icedtea8.spec b/icedtea8.spec
index 4c36357..169cb08 100644
--- a/icedtea8.spec
+++ b/icedtea8.spec
@@ -30,23 +30,23 @@
# class data version seen with file(1) that this jvm is able to load
%define _classdataversion 52.0
# JDK/JRE version, as returned with `java -version`, '_' replaced with '.'
-%define _jdkversion 1.8.0.482
+%define _jdkversion 1.8.0.492
Summary: OpenJDK and GNU Classpath code
Summary(pl.UTF-8): Kod OpenJDK i GNU Classpath
Name: icedtea8
-Version: 3.38.0
-Release: 2
+Version: 3.39.0
+Release: 1
License: GPL v2
Group: Development/Languages/Java
Source0: https://icedtea.classpath.org/download/source/icedtea-%{version}.tar.gz
-# Source0-md5: a263c928e80df03c4f2ac36f7835636e
+# Source0-md5: 5a047db3f83dbe67b5302ffbd49410d6
Source1: https://icedtea.classpath.org/download/drops/icedtea8/%{version}/openjdk-git.tar.xz
-# Source1-md5: c0c0b0d09f5b8048b5ab00343667d8ab
+# Source1-md5: 7b570e774f24918b38e2bfc4cf6aabb6
Source2: https://icedtea.classpath.org/download/drops/icedtea8/%{version}/aarch32-git.tar.xz
-# Source2-md5: d1a0e50e6a39f10dd0676c305e1dbd8d
+# Source2-md5: 912214457abe7c7e21cdc285394f6d86
Source3: https://icedtea.classpath.org/download/drops/icedtea8/%{version}/shenandoah-git.tar.xz
-# Source3-md5: cb1b396c8d113a8bbf7d3b1725f7b093
+# Source3-md5: 6aefd1cec2888e645df62d435a923356
Source10: make-cacerts.sh
# 0-99 patches for the IcedTea files
Patch0: %{name}-x32-ac.patch
@@ -57,7 +57,6 @@ Patch100: %{name}-libpath.patch
Patch101: %{name}-x32.patch
Patch102: openjdk-heimdal.patch
Patch103: atomic.patch
-Patch104: %{name}-gcc.patch
URL: https://icedtea.classpath.org/wiki/
BuildRequires: alsa-lib-devel
BuildRequires: ant
@@ -74,8 +73,6 @@ BuildRequires: glib2-devel
BuildRequires: glibc-misc
BuildRequires: gtk+2-devel
BuildRequires: heimdal-devel
-BuildRequires: java-rhino
-BuildRequires: java-xalan
%buildrequires_jdk
BuildRequires: lcms2-devel
%ifarch %{arm}
@@ -477,7 +474,6 @@ cp -p %{PATCH101} pld-patches
%endif
cp -p %{PATCH102} pld-patches
cp -p %{PATCH103} pld-patches
-cp -p %{PATCH104} pld-patches
# let the build system extract the sources where it wants them
install -d drops
diff --git a/icedtea8-gcc.patch b/icedtea8-gcc.patch
deleted file mode 100644
index 62f4def..0000000
--- a/icedtea8-gcc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- openjdk/jdk/src/share/bin/splashscreen_stubs.c~ 2026-01-28 16:47:44.000000000 +0100
-+++ openjdk/jdk/src/share/bin/splashscreen_stubs.c 2026-02-11 11:56:49.553207830 +0100
-@@ -61,11 +61,11 @@ typedef char* (*SplashGetScaledImageName
- #define INVOKEV(name) _INVOKE(name, ,;)
-
- int DoSplashLoadMemory(void* pdata, int size) {
-- INVOKE(SplashLoadMemory, NULL)(pdata, size);
-+ INVOKE(SplashLoadMemory, 0)(pdata, size);
- }
-
- int DoSplashLoadFile(const char* filename) {
-- INVOKE(SplashLoadFile, NULL)(filename);
-+ INVOKE(SplashLoadFile, 0)(filename);
- }
-
- void DoSplashInit(void) {
-@@ -87,4 +87,4 @@ void DoSplashSetScaleFactor(float sca
- char* DoSplashGetScaledImageName(const char* fileName, const char* jarName,
- float* scaleFactor) {
- INVOKE(SplashGetScaledImageName, NULL)(fileName, jarName, scaleFactor);
--}
-\ No newline at end of file
-+}
---- openjdk/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c~ 2026-01-28 16:47:44.000000000 +0100
-+++ openjdk/jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c 2026-02-11 12:17:20.966127812 +0100
-@@ -2690,7 +2690,7 @@ Java_com_sun_imageio_plugins_jpeg_JPEGIm
- RELEASE_ARRAYS(env, data, NULL);
- }
-
--static void freeArray(void** arr, jint size) {
-+static void freeArray(UINT8** arr, jint size) {
- int i;
- if (arr != NULL) {
- for (i = 0; i < size; i++) {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/icedtea8.git/commitdiff/86426283e898dc77655cf1af0ae4ead67ba1c043
More information about the pld-cvs-commit
mailing list