Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xmvn for openSUSE:Factory checked in 
at 2023-09-14 16:25:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmvn (Old)
 and      /work/SRC/openSUSE:Factory/.xmvn.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmvn"

Thu Sep 14 16:25:37 2023 rev:17 rq:1110989 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmvn/xmvn-connector.changes      2023-08-02 
16:52:22.894201704 +0200
+++ /work/SRC/openSUSE:Factory/.xmvn.new.1766/xmvn-connector.changes    
2023-09-14 16:28:17.592214079 +0200
@@ -1,0 +2,8 @@
+Wed Sep 13 16:55:35 UTC 2023 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * 0001-Do-not-leave-a-stray-options-file-in-the-generated-j.patch
+    + Remove generated temporary file from the tree after use, make
+      thus the generated javadoc more reproducible
+
+-------------------------------------------------------------------
xmvn-mojo.changes: same change
xmvn-parent.changes: same change
xmvn-tools.changes: same change

New:
----
  0001-Do-not-leave-a-stray-options-file-in-the-generated-j.patch

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

Other differences:
------------------
++++++ xmvn-connector.spec ++++++
--- /var/tmp/diff_new_pack.K02J0g/_old  2023-09-14 16:28:19.380277955 +0200
+++ /var/tmp/diff_new_pack.K02J0g/_new  2023-09-14 16:28:19.384278098 +0200
@@ -29,6 +29,7 @@
 Source0:        
https://github.com/fedora-java/%{parent}/releases/download/%{version}/%{parent}-%{version}.tar.xz
 Source1:        %{parent}-build.tar.xz
 Patch0:         UUID.patch
+Patch1:         0001-Do-not-leave-a-stray-options-file-in-the-generated-j.patch
 BuildRequires:  %{parent}-api = %{version}
 BuildRequires:  %{parent}-core = %{version}
 BuildRequires:  ant

++++++ xmvn-mojo.spec ++++++
--- /var/tmp/diff_new_pack.K02J0g/_old  2023-09-14 16:28:19.408278955 +0200
+++ /var/tmp/diff_new_pack.K02J0g/_new  2023-09-14 16:28:19.408278955 +0200
@@ -27,6 +27,7 @@
 URL:            https://fedora-java.github.io/xmvn/
 Source0:        
https://github.com/fedora-java/%{parent}/releases/download/%{version}/%{parent}-%{version}.tar.xz
 Patch0:         UUID.patch
+Patch1:         0001-Do-not-leave-a-stray-options-file-in-the-generated-j.patch
 BuildRequires:  %{parent}-api = %{version}
 BuildRequires:  %{parent}-core = %{version}
 BuildRequires:  fdupes

xmvn-parent.spec: same change
++++++ xmvn-tools.spec ++++++
--- /var/tmp/diff_new_pack.K02J0g/_old  2023-09-14 16:28:19.456280670 +0200
+++ /var/tmp/diff_new_pack.K02J0g/_new  2023-09-14 16:28:19.456280670 +0200
@@ -28,6 +28,7 @@
 Source0:        
https://github.com/fedora-java/xmvn/releases/download/%{version}/%{parent}-%{version}.tar.xz
 Source1:        %{parent}-build.tar.xz
 Patch0:         UUID.patch
+Patch1:         0001-Do-not-leave-a-stray-options-file-in-the-generated-j.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-compress
 BuildRequires:  atinject

++++++ 0001-Do-not-leave-a-stray-options-file-in-the-generated-j.patch ++++++
>From f75806e845cc26725a0aaf8de0ad6808a98c0f60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.st...@bluewin.ch>
Date: Wed, 13 Sep 2023 18:30:26 +0200
Subject: [PATCH] Do not leave a stray options file in the generated javadoc
 tree

---
 .../src/main/java/org/fedoraproject/xmvn/mojo/JavadocMojo.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/xmvn-mojo/src/main/java/org/fedoraproject/xmvn/mojo/JavadocMojo.java 
b/xmvn-mojo/src/main/java/org/fedoraproject/xmvn/mojo/JavadocMojo.java
index f90b6b99..644c3930 100644
--- a/xmvn-mojo/src/main/java/org/fedoraproject/xmvn/mojo/JavadocMojo.java
+++ b/xmvn-mojo/src/main/java/org/fedoraproject/xmvn/mojo/JavadocMojo.java
@@ -435,6 +435,8 @@ public class JavadocMojo
                          StandardOpenOption.TRUNCATE_EXISTING );
 
             invokeJavadoc( outputDir );
+
+            Files.deleteIfExists( outputDir.resolve( "args" ) );
         }
         catch ( IOException | InterruptedException e )
         {
-- 
2.42.0

Reply via email to