Accepting request 940091 from Java:packages
4.13.2 OBS-URL: https://build.opensuse.org/request/show/940091 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/junit?expand=0&rev=26
This commit is contained in:
commit
f23cd3047a
@ -7,8 +7,8 @@
|
|||||||
<property name="src" value="src/main/java" />
|
<property name="src" value="src/main/java" />
|
||||||
<property name="target" location="target" />
|
<property name="target" location="target" />
|
||||||
<property name="bin" location="${target}/main" />
|
<property name="bin" location="${target}/main" />
|
||||||
<property name="version-base" value="4.13" />
|
<property name="version-base" value="4.13.2" />
|
||||||
<property name="version-bundle" value="${version-base}.0" />
|
<property name="version-bundle" value="${version-base}" />
|
||||||
<property name="version-status" value="-SNAPSHOT" />
|
<property name="version-status" value="-SNAPSHOT" />
|
||||||
<property name="version" value="${version-base}${version-status}" />
|
<property name="version" value="${version-base}${version-status}" />
|
||||||
<property name="dist" value="junit${version}" />
|
<property name="dist" value="junit${version}" />
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 12 12:57:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.13.2:
|
||||||
|
* Mark ThreadGroups created by FailOnTimeout as daemon groups
|
||||||
|
* Only create ThreadGroups if FailOnTimeout.lookForStuckThread is true.
|
||||||
|
* Fix NotSerializableException with AssumptionViolatedException
|
||||||
|
* Security fix: TemporaryFolder now limits access to temporary folders on
|
||||||
|
Java 1.7 or later (CVE-2020-1945, bsc#1171696)
|
||||||
|
* Make FrameworkField constructor public
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 7 12:20:17 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
Tue Apr 7 12:20:17 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package junit
|
# spec file for package junit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: junit
|
Name: junit
|
||||||
Version: 4.13
|
Version: 4.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java regression test package
|
Summary: Java regression test package
|
||||||
License: EPL-1.0
|
License: EPL-1.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://www.junit.org/
|
URL: https://junit.org/junit4/
|
||||||
Source0: https://github.com/junit-team/junit/archive/r%{version}.tar.gz
|
Source0: https://github.com/junit-team/junit4/archive/r%{version}.tar.gz
|
||||||
Source1: build.xml
|
Source1: build.xml
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BIN
r4.13.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
r4.13.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4e8f5681ad387a386a5aebe05ed4b73ffbfff963e154fbc4d77090f230777c7
|
|
||||||
size 1061693
|
|
Loading…
x
Reference in New Issue
Block a user