Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package junit for openSUSE:Factory checked 
in at 2021-12-13 20:41:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/junit (Old)
 and      /work/SRC/openSUSE:Factory/.junit.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "junit"

Mon Dec 13 20:41:53 2021 rev:26 rq:940091 version:4.13.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/junit/junit.changes      2020-04-10 
23:53:10.768695568 +0200
+++ /work/SRC/openSUSE:Factory/.junit.new.2520/junit.changes    2021-12-13 
20:46:36.704501361 +0100
@@ -1,0 +2,11 @@
+Sun Dec 12 12:57:43 UTC 2021 - Dirk M??ller <dmuel...@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
+
+-------------------------------------------------------------------

Old:
----
  r4.13.tar.gz

New:
----
  r4.13.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ junit.spec ++++++
--- /var/tmp/diff_new_pack.67AkmN/_old  2021-12-13 20:46:37.244501427 +0100
+++ /var/tmp/diff_new_pack.67AkmN/_new  2021-12-13 20:46:37.256501429 +0100
@@ -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

++++++ build.xml ++++++
--- /var/tmp/diff_new_pack.67AkmN/_old  2021-12-13 20:46:37.312501436 +0100
+++ /var/tmp/diff_new_pack.67AkmN/_new  2021-12-13 20:46:37.316501436 +0100
@@ -7,8 +7,8 @@
   <property name="src" value="src/main/java" />
   <property name="target" location="target" />
   <property name="bin" location="${target}/main" />
-  <property name="version-base" value="4.13" />
-  <property name="version-bundle" value="${version-base}.0" />
+  <property name="version-base" value="4.13.2" />
+  <property name="version-bundle" value="${version-base}" />
   <property name="version-status" value="-SNAPSHOT" />
   <property name="version" value="${version-base}${version-status}" />
   <property name="dist" value="junit${version}" />

++++++ r4.13.tar.gz -> r4.13.2.tar.gz ++++++
++++ 3823 lines of diff (skipped)

Reply via email to