Hello community,

here is the log from the commit of package junit for openSUSE:Factory checked 
in at 2020-04-10 23:52:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/junit (Old)
 and      /work/SRC/openSUSE:Factory/.junit.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "junit"

Fri Apr 10 23:52:35 2020 rev:25 rq:791983 version:4.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/junit/junit.changes      2019-02-06 
15:46:49.571280702 +0100
+++ /work/SRC/openSUSE:Factory/.junit.new.3248/junit.changes    2020-04-10 
23:53:10.768695568 +0200
@@ -1,0 +2,9 @@
+Tue Apr  7 12:20:17 UTC 2020 - Fridrich Strba <[email protected]>
+
+- Upgrade to 4.13
+- Removed patches:
+  * junit-jdk10.patch
+  * junit-jdk11.patch
+    + not needed with this version
+
+-------------------------------------------------------------------

Old:
----
  junit-jdk10.patch
  junit-jdk11.patch
  r4.12.tar.gz

New:
----
  r4.13.tar.gz

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

Other differences:
------------------
++++++ junit.spec ++++++
--- /var/tmp/diff_new_pack.z7CnIX/_old  2020-04-10 23:53:12.524696855 +0200
+++ /var/tmp/diff_new_pack.z7CnIX/_new  2020-04-10 23:53:12.524696855 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package junit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,17 @@
 
 
 Name:           junit
-Version:        4.12
+Version:        4.13
 Release:        0
 Summary:        Java regression test package
 License:        EPL-1.0
 Group:          Development/Libraries/Java
-URL:            http://www.junit.org/
+URL:            https://www.junit.org/
 Source0:        https://github.com/junit-team/junit/archive/r%{version}.tar.gz
 Source1:        build.xml
-Patch0:         junit-jdk10.patch
-Patch1:         junit-jdk11.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
-BuildRequires:  hamcrest-core >= 1.3
+BuildRequires:  hamcrest >= 1.3
 BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-local
 Requires:       mvn(org.hamcrest:hamcrest-core)
@@ -66,15 +64,13 @@
 %prep
 %setup -q -n %{name}4-r%{version}
 cp %{SOURCE1} .
-%patch0 -p1
-%patch1 -p1
 
 find . -type f -name "*.jar" -or -name "*.class" | xargs -t rm -rf
 
-ln -s $(build-classpath hamcrest/core) lib/hamcrest-core-1.3.jar
+ln -s $(build-classpath hamcrest/all) lib/hamcrest-core-1.3.jar
 
 %build
-export CLASSPATH=$(build-classpath hamcrest/core)
+export CLASSPATH=$(build-classpath hamcrest/all)
 ant jars javadoc -Dversion-status=
 
 %install

++++++ build.xml ++++++
--- /var/tmp/diff_new_pack.z7CnIX/_old  2020-04-10 23:53:12.560696882 +0200
+++ /var/tmp/diff_new_pack.z7CnIX/_new  2020-04-10 23:53:12.564696885 +0200
@@ -7,7 +7,7 @@
   <property name="src" value="src/main/java" />
   <property name="target" location="target" />
   <property name="bin" location="${target}/main" />
-  <property name="version-base" value="4.12" />
+  <property name="version-base" value="4.13" />
   <property name="version-bundle" value="${version-base}.0" />
   <property name="version-status" value="-SNAPSHOT" />
   <property name="version" value="${version-base}${version-status}" />

++++++ r4.12.tar.gz -> r4.13.tar.gz ++++++
++++ 28140 lines of diff (skipped)


Reply via email to