Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 600328836b | |||
| 9e50593197 | |||
| 295897798a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:039f73b7bfa99124b8e94871b90a0807774f03b1a653a845b475009062d2173b
|
||||
size 1760609
|
||||
3
janino-3.1.12.tar.gz
Normal file
3
janino-3.1.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41379b2d5f310e6808ef047101a742a1ad31503bbd78a2fbe9b8ca7cf851f46c
|
||||
size 1764061
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 10:34:25 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 3.1.12
|
||||
* Fixed issue #212 "Assignment conversion not possible from type
|
||||
* Fixed issue #209: Use Java's ServiceLoader instead of
|
||||
org.codehaus.commons.compiler.properties
|
||||
* Added test case for issue #169 "Problems with varargs and
|
||||
inheritance".
|
||||
* Fixed issue #210 "CompilerException with static inner classes".
|
||||
- Upgrade to version 3.1.11
|
||||
* Implemented the Java 15 feature "text blocks".
|
||||
* Fixed issue #209 "Use Java's ServiceLoader instead of
|
||||
org.codehaus.commons.compiler.properties".
|
||||
* Bug fixed: Unlabeled BREAK did break a labeled statement, which
|
||||
is wrong (it breaks the loop enclosing the labeled statement).
|
||||
* Fixed issue #208 "spark compilation failed with
|
||||
ArrayIndexOutOfBoundsException"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 9 13:46:01 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package janino
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: janino
|
||||
Version: 3.1.10
|
||||
Version: 3.1.12
|
||||
Release: 0
|
||||
Summary: An embedded Java compiler
|
||||
License: BSD-3-Clause
|
||||
@@ -89,8 +89,7 @@ popd
|
||||
|
||||
pushd %{name}-parent
|
||||
%{mvn_build} -fs -- \
|
||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
|
||||
-Dmaven.compiler.source=8 -Dmaven.compiler.target=8
|
||||
-Dmaven.compiler.source=8 -Dmaven.compiler.target=8 -Dsource=8
|
||||
popd
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user