Accepting request 940080 from home:dirkmueller:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/940080 OBS-URL: https://build.opensuse.org/package/show/Java:packages/junit?expand=0&rev=39
This commit is contained in:
parent
e6ec36d250
commit
968c47973e
@ -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>
|
||||||
|
|
||||||
|
12
junit.spec
12
junit.spec
@ -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
|
||||||
@ -76,7 +76,7 @@ ant jars javadoc -Dversion-status=
|
|||||||
%install
|
%install
|
||||||
# jars
|
# jars
|
||||||
install -d -m 755 %{buildroot}%{_javadir}
|
install -d -m 755 %{buildroot}%{_javadir}
|
||||||
install -m 644 %{name}%{version}/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
|
install -m 644 %{name}4.13/%{name}-4.13.jar %{buildroot}%{_javadir}/%{name}.jar
|
||||||
# compat symlink
|
# compat symlink
|
||||||
ln -sf %{_javadir}/%{name}.jar %{buildroot}%{_javadir}/%{name}4.jar
|
ln -sf %{_javadir}/%{name}.jar %{buildroot}%{_javadir}/%{name}4.jar
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
|
|||||||
|
|
||||||
# javadoc
|
# javadoc
|
||||||
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
|
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
|
||||||
cp -pr %{name}%{version}/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
cp -pr %{name}4.13/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
||||||
%fdupes -s %{buildroot}%{_javadocdir}/%{name}
|
%fdupes -s %{buildroot}%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
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