Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package picocli for openSUSE:Factory checked 
in at 2023-09-11 21:22:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/picocli (Old)
 and      /work/SRC/openSUSE:Factory/.picocli.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "picocli"

Mon Sep 11 21:22:10 2023 rev:8 rq:1110246 version:4.7.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/picocli/picocli.changes  2023-08-28 
17:14:14.486552687 +0200
+++ /work/SRC/openSUSE:Factory/.picocli.new.1766/picocli.changes        
2023-09-11 21:26:47.715240511 +0200
@@ -1,0 +2,5 @@
+Sun Sep 10 10:27:31 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Reproducible builds: Do not create timestamps with bnd wrap
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ picocli.spec ++++++
--- /var/tmp/diff_new_pack.WOUuXp/_old  2023-09-11 21:26:49.015286856 +0200
+++ /var/tmp/diff_new_pack.WOUuXp/_new  2023-09-11 21:26:49.015286856 +0200
@@ -81,8 +81,13 @@
        -Djline2.jar=$(find-jar jline/jline) \
        jar javadoc
 
+echo "-reproducible: true" >> bnd.bnd
+echo "-noextraheaders: true" >> bnd.bnd
+echo "-snapshot: SNAPSHOT" >> bnd.bnd
+
 # Convert to OSGi bundle
 bnd wrap \
+    --force \
        --bsn %{name} \
        --version %{version} \
        --output target/%{name}-%{version}.bar \

++++++ picocli-build.xml ++++++
--- /var/tmp/diff_new_pack.WOUuXp/_old  2023-09-11 21:26:49.059288426 +0200
+++ /var/tmp/diff_new_pack.WOUuXp/_new  2023-09-11 21:26:49.063288568 +0200
@@ -47,8 +47,8 @@
            verbose="false"
            fork="false"
            source="${compiler.source}"
-                  encoding="UTF-8"
-                  createMissingPackageInfoClass="false">
+           encoding="UTF-8"
+           createMissingPackageInfoClass="false">
       <src>
         <pathelement location="${build.srcDir}"/>
       </src>
@@ -62,8 +62,8 @@
            release="9"
            verbose="false"
            fork="false"
-                  encoding="UTF-8"
-                  createMissingPackageInfoClass="false">
+           encoding="UTF-8"
+           createMissingPackageInfoClass="false">
       <src>
         <pathelement location="${build.srcDir9}"/>
       </src>
@@ -79,14 +79,14 @@
            verbose="false"
            fork="false"
            source="${compiler.source}"
-                  encoding="UTF-8"
-                  createMissingPackageInfoClass="false">
+           encoding="UTF-8"
+           createMissingPackageInfoClass="false">
       <src>
-               <pathelement location="picocli-codegen/${build.srcDir}"/>
+        <pathelement location="picocli-codegen/${build.srcDir}"/>
       </src>
-         <classpath>
-               <pathelement location="${build.outputDir}"/>
-         </classpath>
+      <classpath>
+        <pathelement location="${build.outputDir}"/>
+      </classpath>
     </javac>
     <!-- Build module-info.java with release 9 -->
     <javac destdir="picocli-codegen/${build.outputDir}"
@@ -97,15 +97,15 @@
            release="9"
            verbose="false"
            fork="false"
-                  encoding="UTF-8"
-                  createMissingPackageInfoClass="false">
+           encoding="UTF-8"
+           createMissingPackageInfoClass="false">
       <src>
-               <pathelement location="picocli-codegen/${build.srcDir9}"/>
+        <pathelement location="picocli-codegen/${build.srcDir9}"/>
       </src>
       <include name="**/module-info.java"/>
-         <modulepath>
-               <pathelement location="${build.outputDir}"/>
-         </modulepath>
+      <modulepath>
+        <pathelement location="${build.outputDir}"/>
+      </modulepath>
     </javac>
     <!-- Build all except module-info.java with source/target 8 -->
     <mkdir dir="picocli-shell-jline2/${build.outputDir}"/>
@@ -118,15 +118,15 @@
            verbose="false"
            fork="false"
            source="${compiler.source}"
-                  encoding="UTF-8"
-                  createMissingPackageInfoClass="false">
+           encoding="UTF-8"
+           createMissingPackageInfoClass="false">
       <src>
-               <pathelement location="picocli-shell-jline2/${build.srcDir}"/>
+        <pathelement location="picocli-shell-jline2/${build.srcDir}"/>
       </src>
-         <classpath>
-               <pathelement location="${build.outputDir}"/>
-               <pathelement location="${jline2.jar}"/>
-         </classpath>
+      <classpath>
+        <pathelement location="${build.outputDir}"/>
+        <pathelement location="${jline2.jar}"/>
+      </classpath>
     </javac>
     <!-- Build module-info.java with release 9 -->
     <javac destdir="picocli-shell-jline2/${build.outputDir}"
@@ -137,15 +137,15 @@
            release="9"
            verbose="false"
            fork="false"
-                  encoding="UTF-8"
-                  createMissingPackageInfoClass="false">
+           encoding="UTF-8"
+           createMissingPackageInfoClass="false">
       <src>
-               <pathelement location="picocli-shell-jline2/${build.srcDir9}"/>
+        <pathelement location="picocli-shell-jline2/${build.srcDir9}"/>
       </src>
-         <modulepath>
-               <pathelement location="${build.outputDir}"/>
-               <pathelement location="${jline2.jar}"/>
-         </modulepath>
+      <modulepath>
+        <pathelement location="${build.outputDir}"/>
+        <pathelement location="${jline2.jar}"/>
+      </modulepath>
     </javac>
   </target>
 
@@ -174,16 +174,16 @@
              charset="UTF-8"
              linksource="false"
              breakiterator="false"
-                        source="${compiler.source}"
-                        >
-         <sourcepath>
-               <pathelement location="${build.srcDir}"/>
-               <pathelement location="picocli-codegen/${build.srcDir}"/>
-         </sourcepath>
-         <classpath>
-               <pathelement location="${build.outputDir}"/>
-         </classpath>
-       </javadoc>
+             source="${compiler.source}"
+             >
+      <sourcepath>
+        <pathelement location="${build.srcDir}"/>
+        <pathelement location="picocli-codegen/${build.srcDir}"/>
+      </sourcepath>
+      <classpath>
+        <pathelement location="${build.outputDir}"/>
+      </classpath>
+    </javadoc>
   </target>
 
   <!-- ====================================================================== 
-->
@@ -201,9 +201,9 @@
          index="false"
          basedir="picocli-codegen/${build.outputDir}"
          excludes="**/package.html">
-         <service type="javax.annotation.processing.Processor"
+      <service type="javax.annotation.processing.Processor"
          
provider="picocli.codegen.aot.graalvm.processor.NativeImageConfigGeneratorProcessor"/>
-       </jar>
+    </jar>
     <jar 
jarfile="${build.dir}/${project.artifactId}-shell-jline2-${project.version}.jar"
          compress="true"
          index="false"

Reply via email to