diff --git a/build.xml b/build.xml index 2d762d2..732e0c9 100644 --- a/build.xml +++ b/build.xml @@ -7,8 +7,8 @@ - - + + diff --git a/junit.changes b/junit.changes index 7ae62ba..1b02e89 100644 --- a/junit.changes +++ b/junit.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Dec 12 12:57:43 UTC 2021 - Dirk Müller + +- 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 diff --git a/junit.spec b/junit.spec index c7963bf..9365c1e 100644 --- a/junit.spec +++ b/junit.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: junit -Version: 4.13 +Version: 4.13.2 Release: 0 Summary: Java regression test package License: EPL-1.0 Group: Development/Libraries/Java -URL: https://www.junit.org/ -Source0: https://github.com/junit-team/junit/archive/r%{version}.tar.gz +URL: https://junit.org/junit4/ +Source0: https://github.com/junit-team/junit4/archive/r%{version}.tar.gz Source1: build.xml BuildRequires: ant BuildRequires: fdupes diff --git a/r4.13.2.tar.gz b/r4.13.2.tar.gz new file mode 100644 index 0000000..44d85c7 --- /dev/null +++ b/r4.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6d700fc374c82951d247f6d80238951d87c61661ceb151f9fbf40f65413561 +size 1077147 diff --git a/r4.13.tar.gz b/r4.13.tar.gz deleted file mode 100644 index 6bcdd2a..0000000 --- a/r4.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4e8f5681ad387a386a5aebe05ed4b73ffbfff963e154fbc4d77090f230777c7 -size 1061693