Script 'mail_helper' called by obssrc
Hello community,

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

Package is "apiguardian"

Thu Mar 24 22:57:41 2022 rev:2 rq:964401 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apiguardian/apiguardian.changes  2019-02-02 
21:49:56.671944681 +0100
+++ /work/SRC/openSUSE:Factory/.apiguardian.new.1900/apiguardian.changes        
2022-03-24 22:58:26.448276040 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 23:07:10 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with java source and target levels 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apiguardian.spec ++++++
--- /var/tmp/diff_new_pack.R6G5k5/_old  2022-03-24 22:58:26.876276453 +0100
+++ /var/tmp/diff_new_pack.R6G5k5/_new  2022-03-24 22:58:26.880276457 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apiguardian
 #
-# 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

++++++ apiguardian-build.xml ++++++
--- /var/tmp/diff_new_pack.R6G5k5/_old  2022-03-24 22:58:26.912276488 +0100
+++ /var/tmp/diff_new_pack.R6G5k5/_new  2022-03-24 22:58:26.916276492 +0100
@@ -17,12 +17,12 @@
   <property name="build.finalName" 
value="${project.artifactId}-${project.version}"/>
   <property name="build.dir" value="target"/>
   <property name="build.outputDir" value="${build.dir}/classes"/>
-  <property name="build.srcDir.0" value="src/main/java"/>
-  <property name="build.resourceDir.0" value="src/main/resources"/>
+  <property name="build.srcDir" value="src/main/java"/>
+  <property name="build.resourceDir" value="src/main/resources"/>
 
   <property name="reporting.outputDirectory" value="${build.dir}/site"/>
 
-  <property name="compiler.source" value="1.6"/>
+  <property name="compiler.source" value="1.8"/>
   <property name="compiler.target" value="${compiler.source}"/>
 
   <!-- ====================================================================== 
-->
@@ -49,7 +49,7 @@
            fork="false"
            source="${compiler.source}">
       <src>
-        <pathelement location="${build.srcDir.0}"/>
+        <pathelement location="${build.srcDir}"/>
       </src>
     </javac>
   </target>
@@ -59,7 +59,7 @@
   <!-- ====================================================================== 
-->
 
   <target name="javadoc" description="Generates the Javadoc of the 
application">
-    <javadoc sourcepath="${build.srcDir.0}"
+    <javadoc sourcepath="${build.srcDir}"
              packagenames="*"
              destdir="${reporting.outputDirectory}/apidocs"
              access="protected"

Reply via email to