Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tesla-polyglot for openSUSE:Factory 
checked in at 2021-12-17 23:54:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tesla-polyglot (Old)
 and      /work/SRC/openSUSE:Factory/.tesla-polyglot.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tesla-polyglot"

Fri Dec 17 23:54:28 2021 rev:6 rq:941020 version:0.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/tesla-polyglot/tesla-polyglot.changes    
2021-01-18 14:46:17.630062777 +0100
+++ /work/SRC/openSUSE:Factory/.tesla-polyglot.new.2520/tesla-polyglot.changes  
2021-12-17 23:54:50.815546311 +0100
@@ -1,0 +2,6 @@
+Fri Dec 17 08:19:50 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Do not generate test stubs by gmavenplus-plugin, since we are not
+  building or running tests during build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tesla-polyglot.spec ++++++
--- /var/tmp/diff_new_pack.TCSX03/_old  2021-12-17 23:54:51.267546686 +0100
+++ /var/tmp/diff_new_pack.TCSX03/_new  2021-12-17 23:54:51.275546692 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package tesla-polyglot
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -174,9 +174,6 @@
   <execution>
    <goals>
     <goal>generateStubs</goal>
-    <goal>testGenerateStubs</goal>
-    <!--goal>compile</goal>
-    <goal>testCompile</goal-->
    </goals>
   </execution>
  </executions>"
@@ -193,12 +190,12 @@
 
 # atom common maven-plugin translate-plugin
 # diamond operator
-for m in yaml groovy
+for m in common yaml groovy
 do
 %pom_add_plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 
polyglot-${m} '
 <configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
  <encoding>UTF-8</encoding>
 </configuration>'
 done
@@ -231,11 +228,7 @@
        -s \
 %endif
        -f -- \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-       -Dmaven.compiler.release=8 \
-%endif
        -Dproject.build.sourceEncoding=UTF-8 \
-       -Dmaven.compiler.source=8 -Dmaven.compiler.target=8 \
        -Dsource=8
 
 %install
@@ -247,6 +240,7 @@
 %license LICENSE.txt license-header.txt
 
 %else
+
 %files -f .mfiles-polyglot
 %doc poms README.md
 %license LICENSE.txt license-header.txt

Reply via email to