Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package univocity-parsers for 
openSUSE:Factory checked in at 2022-03-23 20:18:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/univocity-parsers (Old)
 and      /work/SRC/openSUSE:Factory/.univocity-parsers.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "univocity-parsers"

Wed Mar 23 20:18:58 2022 rev:2 rq:964276 version:2.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/univocity-parsers/univocity-parsers.changes      
2019-03-22 15:03:05.069715956 +0100
+++ 
/work/SRC/openSUSE:Factory/.univocity-parsers.new.25692/univocity-parsers.changes
   2022-03-23 20:20:45.738543683 +0100
@@ -1,0 +2,12 @@
+Wed Mar 23 12:04:46 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * ambiguous-Record.patch
+    + fix name clash with the new java.lang.Record
+
+-------------------------------------------------------------------
+Mon Mar 21 12:44:26 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------

New:
----
  ambiguous-Record.patch

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

Other differences:
------------------
++++++ univocity-parsers.spec ++++++
--- /var/tmp/diff_new_pack.HzJCR2/_old  2022-03-23 20:20:46.234543963 +0100
+++ /var/tmp/diff_new_pack.HzJCR2/_new  2022-03-23 20:20:46.242543968 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package univocity-parsers
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,8 +25,10 @@
 URL:            https://github.com/uniVocity/univocity-parsers
 Source0:        
https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz
 Source1:        %{name}-build.xml
+Patch0:         ambiguous-Record.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildArch:      noarch
 
@@ -45,6 +47,7 @@
 %prep
 %setup -q
 cp %{SOURCE1} build.xml
+%patch0 -p1
 
 # Tests require univocity-output-tester, which is not packaged yet.
 %{ant} jar javadoc

++++++ ambiguous-Record.patch ++++++
--- 
univocity-parsers-2.5.5/src/main/java/com/univocity/parsers/common/AbstractParser.java
      2022-03-23 12:59:51.808169163 +0100
+++ 
univocity-parsers-2.5.5/src/main/java/com/univocity/parsers/common/AbstractParser.java
      2022-03-23 13:00:53.628543705 +0100
@@ -21,6 +21,7 @@
 import com.univocity.parsers.common.processor.*;
 import com.univocity.parsers.common.processor.core.*;
 import com.univocity.parsers.common.record.*;
+import com.univocity.parsers.common.record.Record;
 
 import java.io.*;
 import java.nio.charset.*;
--- 
univocity-parsers-2.5.5/src/main/java/com/univocity/parsers/common/iterators/RecordIterator.java
    2022-03-23 12:59:51.812169188 +0100
+++ 
univocity-parsers-2.5.5/src/main/java/com/univocity/parsers/common/iterators/RecordIterator.java
    2022-03-23 13:03:36.293529188 +0100
@@ -17,6 +17,7 @@
 
 import com.univocity.parsers.common.*;
 import com.univocity.parsers.common.record.*;
+import com.univocity.parsers.common.record.Record;
 
 import java.io.*;
 

++++++ univocity-parsers-build.xml ++++++
--- /var/tmp/diff_new_pack.HzJCR2/_old  2022-03-23 20:20:46.286543993 +0100
+++ /var/tmp/diff_new_pack.HzJCR2/_new  2022-03-23 20:20:46.290543995 +0100
@@ -19,7 +19,7 @@
   <property name="project.license.url" 
value="http://www.apache.org/licenses/LICENSE-2.0.txt"/>
   <property name="spec.version" value="2.5"/>
 
-  <property name="compiler.source" value="1.6"/>
+  <property name="compiler.source" value="1.8"/>
   <property name="compiler.target" value="${compiler.source}"/>
 
   <property name="build.finalName" 
value="${project.artifactId}-${project.version}"/>

Reply via email to