Accepting request 1201438 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/1201438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rhino?expand=0&rev=39
This commit is contained in:
commit
354ef6ba20
BIN
Rhino1_7_14_Release.tar.gz
(Stored with Git LFS)
BIN
Rhino1_7_14_Release.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Rhino1_7_15_Release.tar.gz
Normal file
3
Rhino1_7_15_Release.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ec54affd63c43637b540e7ff98556ae59bfe57c54e8b8537ff4fc46fe7959ac
|
||||
size 4905971
|
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.mozilla</groupId>
|
||||
<artifactId>rhino</artifactId>
|
||||
<version>1.7.14</version>
|
||||
<version>1.7.15</version>
|
||||
<description>
|
||||
Rhino is an open-source implementation of JavaScript written entirely in Java.
|
||||
It is typically embedded into Java applications to provide scripting to end users.
|
@ -10,7 +10,7 @@
|
||||
<property name="project.artifactId" value="rhino"/>
|
||||
<property name="project.artifactId.engine" value="rhino-engine"/>
|
||||
<property name="project.artifactId.runtime" value="rhino-runtime"/>
|
||||
<property name="project.version" value="1.7.14"/>
|
||||
<property name="project.version" value="1.7.15"/>
|
||||
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.mozilla</groupId>
|
||||
<artifactId>rhino-engine</artifactId>
|
||||
<version>1.7.14</version>
|
||||
<version>1.7.15</version>
|
||||
<description>
|
||||
Rhino Javascript JSR-223 Script Engine wrapper.
|
||||
</description>
|
||||
@ -32,7 +32,7 @@
|
||||
<dependency>
|
||||
<groupId>org.mozilla</groupId>
|
||||
<artifactId>rhino</artifactId>
|
||||
<version>1.7.14</version>
|
||||
<version>1.7.15</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.mozilla</groupId>
|
||||
<artifactId>rhino-runtime</artifactId>
|
||||
<version>1.7.14</version>
|
||||
<version>1.7.15</version>
|
||||
<description>
|
||||
Rhino JavaScript runtime jar, excludes tools & JSR-223 Script Engine wrapper.
|
||||
</description>
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 13:46:09 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
- Update to 1.7.15
|
||||
* Basic support for "rest parameters"
|
||||
* Improvements in Unicode support
|
||||
* "Symbol.species" implemented in many places
|
||||
* More correct property ordering in many places
|
||||
* Miscellaneous improvements and bug fixes
|
||||
- Update pom files for 1.7.15
|
||||
* rhino-1.7.14.pom --> rhino-1.7.15.pom
|
||||
* rhino-engine-1.7.14.pom --> rhino-engine-1.7.15.pom
|
||||
* rhino-runtime-1.7.14.pom --> rhino-runtime-1.7.15.pom
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 13 15:42:53 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rhino
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2000-2009, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define scm_version 1_7_14
|
||||
%define scm_version 1_7_15
|
||||
Name: rhino
|
||||
Version: 1.7.14
|
||||
Version: 1.7.15
|
||||
Release: 0
|
||||
Summary: JavaScript for Java
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user