Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package open-test-reporting for 
openSUSE:Factory checked in at 2024-05-06 17:52:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-test-reporting (Old)
 and      /work/SRC/openSUSE:Factory/.open-test-reporting.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-test-reporting"

Mon May  6 17:52:49 2024 rev:2 rq:1171899 version:0.1.0~M2

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-test-reporting/open-test-reporting.changes  
2024-04-30 17:27:37.134736374 +0200
+++ 
/work/SRC/openSUSE:Factory/.open-test-reporting.new.1880/open-test-reporting.changes
        2024-05-06 17:53:00.238539906 +0200
@@ -1,0 +2,5 @@
+Sat May  4 00:57:01 UTC 2024 - Anton Shvetz <[email protected]>
+
+- JPMS: Add the Automatic-Module-Name attribute to the manifests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ open-test-reporting-build.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cli/build.xml new/cli/build.xml
--- old/cli/build.xml   2024-04-26 16:31:14.918422680 +0200
+++ new/cli/build.xml   2024-05-04 03:20:46.034711206 +0200
@@ -104,7 +104,11 @@
          compress="true"
          index="false"
          basedir="${build.outputDir}"
-         excludes="**/package.html"/>
+         excludes="**/package.html">
+      <manifest>
+        <attribute name="Automatic-Module-Name" 
value="org.opentest4j.reporting.cli"/>
+      </manifest>
+    </jar>
   </target>
 
   <!-- ====================================================================== 
-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/events/build.xml new/events/build.xml
--- old/events/build.xml        2024-04-26 16:31:14.918422680 +0200
+++ new/events/build.xml        2024-05-04 03:21:10.139020543 +0200
@@ -99,7 +99,11 @@
          compress="true"
          index="false"
          basedir="${build.outputDir}"
-         excludes="**/package.html"/>
+         excludes="**/package.html">
+      <manifest>
+        <attribute name="Automatic-Module-Name" 
value="org.opentest4j.reporting.events"/>
+      </manifest>
+    </jar>
   </target>
 
   <!-- ====================================================================== 
-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schema/build.xml new/schema/build.xml
--- old/schema/build.xml        2024-04-26 16:31:14.918422680 +0200
+++ new/schema/build.xml        2024-05-04 03:21:38.843388918 +0200
@@ -97,7 +97,11 @@
          compress="true"
          index="false"
          basedir="${build.outputDir}"
-         excludes="**/package.html"/>
+         excludes="**/package.html">
+      <manifest>
+        <attribute name="Automatic-Module-Name" 
value="org.opentest4j.reporting.schema"/>
+      </manifest>
+    </jar>
   </target>
 
   <!-- ====================================================================== 
-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tooling/build.xml new/tooling/build.xml
--- old/tooling/build.xml       2024-04-26 16:31:14.918422680 +0200
+++ new/tooling/build.xml       2024-05-04 03:22:04.587719305 +0200
@@ -99,7 +99,11 @@
          compress="true"
          index="false"
          basedir="${build.outputDir}"
-         excludes="**/package.html"/>
+         excludes="**/package.html">
+      <manifest>
+        <attribute name="Automatic-Module-Name" 
value="org.opentest4j.reporting.tooling"/>
+      </manifest>
+    </jar>
   </target>
 
   <!-- ====================================================================== 
-->

Reply via email to