From af91c23b6b51e3b48dc88bc4d8b72058bbcdd441ce29c967ea7210247bbda8bd Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 1 Sep 2023 11:19:43 +0000 Subject: [PATCH] Accepting request 1108435 from home:urbic:branches:Java:packages - Update to v20230615 * What's Changed + feat(cli): -classpath supporting multiple files/folders by @nbrugger-tgm in #920 + Minor fix to Wasm backend runtime code regarding string concatenation by @mirkosertic in #935 + fix: various bugs by @nbrugger-tgm in #929 + feat(core): Enum.getDeclaringClass by @nbrugger-tgm in #931 + feat(core): improved No such method traces by @nbrugger-tgm in #925 + #924 Improved No such method : traces by @mirkosertic in #940 + Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #911 + Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by @dependabot in #915 + Bump pitest-maven from 1.13.2 to 1.14.1 by @dependabot in #916 + Bump selenium from 1.18.1 to 1.18.2 by @dependabot in #918 + Bump jackson-databind from 2.15.0 to 2.15.2 by @dependabot in #917 + Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #934 + Bump picocli from 4.7.3 to 4.7.4 by @dependabot in #933 + Bump selenium from 1.18.2 to 1.18.3 by @dependabot in #930 + Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #936 + Bump selenium-chrome-driver from 4.9.1 to 4.10.0 by @dependabot in #938 + Bump commons-io from 2.12.0 to 2.13.0 by @dependabot in #937 + Bump kotlin.version from 1.8.21 to 1.8.22 by @dependabot in #939 OBS-URL: https://build.opensuse.org/request/show/1108435 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bytecoder?expand=0&rev=2 --- 2023-05-19.tar.gz | 3 --- 2023-06-15.tar.gz | 3 +++ bytecoder.changes | 35 +++++++++++++++++++++++++++++++++++ bytecoder.spec | 4 ++-- 4 files changed, 40 insertions(+), 5 deletions(-) delete mode 100644 2023-05-19.tar.gz create mode 100644 2023-06-15.tar.gz diff --git a/2023-05-19.tar.gz b/2023-05-19.tar.gz deleted file mode 100644 index 204cd9d..0000000 --- a/2023-05-19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3759c30a1676c12b927bd11b26e88d885a380b00d07a1775e6cf248e6c8e076a -size 61517818 diff --git a/2023-06-15.tar.gz b/2023-06-15.tar.gz new file mode 100644 index 0000000..1f87781 --- /dev/null +++ b/2023-06-15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc7920f8bbc0537f4cd14673d49647f6f0d23c447a76f806e32980f6cc76c22 +size 61518504 diff --git a/bytecoder.changes b/bytecoder.changes index 5caffd7..3ab8ac4 100644 --- a/bytecoder.changes +++ b/bytecoder.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Fri Jul 14 13:12:54 UTC 2023 - Anton Shvetz + +- Update to v20230615 + * What's Changed + + feat(cli): -classpath supporting multiple files/folders by + @nbrugger-tgm in #920 + + Minor fix to Wasm backend runtime code regarding string + concatenation by @mirkosertic in #935 + + fix: various bugs by @nbrugger-tgm in #929 + + feat(core): Enum.getDeclaringClass by @nbrugger-tgm in #931 + + feat(core): improved No such method traces by @nbrugger-tgm + in #925 + + #924 Improved No such method : traces by @mirkosertic in #940 + + Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot + in #911 + + Bump maven-dependency-plugin from 3.5.0 to 3.6.0 by + @dependabot in #915 + + Bump pitest-maven from 1.13.2 to 1.14.1 by @dependabot in + #916 + + Bump selenium from 1.18.1 to 1.18.2 by @dependabot in #918 + + Bump jackson-databind from 2.15.0 to 2.15.2 by @dependabot in + #917 + + Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot + in #934 + + Bump picocli from 4.7.3 to 4.7.4 by @dependabot in #933 + + Bump selenium from 1.18.2 to 1.18.3 by @dependabot in #930 + + Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot + in #936 + + Bump selenium-chrome-driver from 4.9.1 to 4.10.0 by + @dependabot in #938 + + Bump commons-io from 2.12.0 to 2.13.0 by @dependabot in #937 + + Bump kotlin.version from 1.8.21 to 1.8.22 by @dependabot in + #939 + ------------------------------------------------------------------- Mon May 22 17:47:10 UTC 2023 - Anton Shvetz diff --git a/bytecoder.spec b/bytecoder.spec index b62162e..08f5fe3 100644 --- a/bytecoder.spec +++ b/bytecoder.spec @@ -16,9 +16,9 @@ # -%global git_tag 2023-05-19 +%global git_tag 2023-06-15 Name: bytecoder -Version: 20230519 +Version: 20230615 Release: 0 Summary: JVM to JavaScript, OpenCL and WebAssembly Transpiler License: Apache-2.0