Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pack200 for openSUSE:Factory checked 
in at 2025-06-20 16:48:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pack200 (Old)
 and      /work/SRC/openSUSE:Factory/.pack200.new.31170 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pack200"

Fri Jun 20 16:48:23 2025 rev:3 rq:1286874 version:14

Changes:
--------
--- /work/SRC/openSUSE:Factory/pack200/pack200.changes  2024-10-07 
21:53:11.664658682 +0200
+++ /work/SRC/openSUSE:Factory/.pack200.new.31170/pack200.changes       
2025-06-20 16:48:44.366598985 +0200
@@ -1,0 +2,5 @@
+Thu Jun 19 09:14:50 UTC 2025 - Fridrich Strba <fst...@suse.com>
+
+- Add the standalone pack200 script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pack200.spec ++++++
--- /var/tmp/diff_new_pack.EYoiuE/_old  2025-06-20 16:48:44.986624714 +0200
+++ /var/tmp/diff_new_pack.EYoiuE/_new  2025-06-20 16:48:44.990624880 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pack200
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local >= 6
+Requires:       javapackages-tools
 BuildArch:      noarch
 
 %description
@@ -69,7 +70,11 @@
 cp -a target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
+# script
+%jpackage_script io.pack200.Driver "" "" %{name} %{name}
+
 %files -f .mfiles
+%{_bindir}/%{name}
 %license LICENSE.txt
 %doc README.md TODO.md
 

++++++ pack200-build.xml ++++++
--- /var/tmp/diff_new_pack.EYoiuE/_old  2025-06-20 16:48:45.042627038 +0200
+++ /var/tmp/diff_new_pack.EYoiuE/_new  2025-06-20 16:48:45.050627370 +0200
@@ -104,7 +104,11 @@
          compress="true"
          index="false"
          basedir="${build.outputDir}"
-         excludes="**/package.html"/>
+         excludes="**/package.html">
+      <manifest>
+        <attribute name="Main-Class" value="io.pack200.Driver"/>
+      </manifest>
+    </jar>
   </target>
 
   <!-- ====================================================================== 
-->

Reply via email to