Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package objenesis for openSUSE:Factory 
checked in at 2022-03-24 22:58:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/objenesis (Old)
 and      /work/SRC/openSUSE:Factory/.objenesis.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "objenesis"

Thu Mar 24 22:58:01 2022 rev:5 rq:964426 version:3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/objenesis/objenesis.changes      2019-12-03 
12:40:38.914161594 +0100
+++ /work/SRC/openSUSE:Factory/.objenesis.new.1900/objenesis.changes    
2022-03-24 22:59:59.268365645 +0100
@@ -1,0 +2,7 @@
+Sat Mar 19 21:10:17 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Added patch:
+  * objenesis-javadoc.patch
+    + fix build with javadoc 17
+
+-------------------------------------------------------------------

New:
----
  objenesis-javadoc.patch

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

Other differences:
------------------
++++++ objenesis.spec ++++++
--- /var/tmp/diff_new_pack.2PnnW8/_old  2022-03-24 22:59:59.736366097 +0100
+++ /var/tmp/diff_new_pack.2PnnW8/_new  2022-03-24 22:59:59.748366108 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package objenesis
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2000-2009, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -35,6 +35,7 @@
 Group:          Development/Libraries/Java
 URL:            http://objenesis.org/
 Source0:        https://github.com/easymock/%{name}/archive/%{version}.tar.gz
+Patch0:         objenesis-javadoc.patch
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
@@ -70,6 +71,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 # Enable generation of pom.properties (rhbz#1017850)
 %pom_xpath_remove pom:addMavenDescriptor

++++++ objenesis-javadoc.patch ++++++
--- objenesis-3.1/tck/src/main/java/org/objenesis/tck/TCK.java  2022-03-19 
22:06:57.437915731 +0100
+++ objenesis-3.1/tck/src/main/java/org/objenesis/tck/TCK.java  2022-03-19 
22:07:53.950244008 +0100
@@ -31,7 +31,7 @@
  * This TCK tests Objenesis implementations against a set of candidate classes 
(class it attempts to instantiate),
  * reporting the results to a {@link Reporter}.
  *
- * <h3>Example usage</h3>
+ * <h2>Example usage</h2>
  *
  * <pre>
  * TextReporter reporter = new TextReporter(System.out, System.err);

Reply via email to