[Git][java-team/openjfx][master] 4 commits: Fixing error in porting to gcc-14
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Tue Feb 11 14:59:47 GMT 2025
Pierre Gruet pushed to branch master at Debian Java Maintainers / openjfx
Commits:
b4bdef92 by Pierre Gruet at 2025-02-11T11:13:04+01:00
Fixing error in porting to gcc-14
- - - - -
58b341b5 by Pierre Gruet at 2025-02-11T11:14:14+01:00
Removing patch about the change of linker as gold is not found during amd64 and riscv64 builds
- - - - -
a3e25a10 by Pierre Gruet at 2025-02-11T11:15:16+01:00
Upload to experimental
- - - - -
d4071136 by Pierre Gruet at 2025-02-11T15:39:22+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/patches/gcc-14.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,19 @@
+openjfx (11.0.11+1-5) unstable; urgency=medium
+
+ * Team upload
+ * Upload to unstable
+
+ -- Pierre Gruet <pgt at debian.org> Tue, 11 Feb 2025 15:37:51 +0100
+
+openjfx (11.0.11+1-5~exp0) experimental; urgency=medium
+
+ * Team upload
+ * Fixing error in porting to gcc-14 (Closes: #1087687)
+ * Removing patch about the change of linker as gold is not found during
+ amd64 and riscv64 builds (Closes: #1088786)
+
+ -- Pierre Gruet <pgt at debian.org> Tue, 11 Feb 2025 11:14:28 +0100
+
openjfx (11.0.11+1-4) unstable; urgency=medium
* Team upload
=====================================
debian/patches/gcc-14.patch
=====================================
@@ -12,7 +12,7 @@ Last-Update: 2024-11-11
// rc = (jboolean)FcConfigAppFontAddFile(arg0, text);
if (fp) {
- rc = (jboolean)((jboolean (*)(void *, const char *))fp)(arg0, text);
-+ rc = (jboolean)((jboolean (*)(void *, const char *))fp)(&arg0, text);
++ rc = (jboolean)((jboolean (*)(void *, const char *))fp)((void*)(arg0), text);
}
(*env)->ReleaseStringUTFChars(env, arg1, text);
}
=====================================
debian/patches/series
=====================================
@@ -9,7 +9,7 @@ fix-arm32-build.patch
15-fix-javadoc-refererences.diff
16-reproducible-build-timestamp.patch
19-disable-webkit-sampling-profiler.patch
-23-webcore-linker-flags.patch
+#23-webcore-linker-flags.patch
24-disable-buildSrc-tests.patch
25-webkit-debug-level.patch
26-disable-webkit-jit-for-armv4.patch
View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/7b3ddfe4a6b93277f5c473594180d789baf2565a...d407113685abe898b2771a26554706944516a4b9
--
View it on GitLab: https://salsa.debian.org/java-team/openjfx/-/compare/7b3ddfe4a6b93277f5c473594180d789baf2565a...d407113685abe898b2771a26554706944516a4b9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250211/ad4940e1/attachment.htm>
More information about the pkg-java-commits
mailing list