Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2026-06-22 17:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.apache-commons-daemon.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-commons-daemon"

Mon Jun 22 17:27:08 2026 rev:29 rq:1360672 version:1.6.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
    2025-06-17 18:20:59.179222571 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new.1956/apache-commons-daemon.changes
    2026-06-22 17:27:30.157697793 +0200
@@ -1,0 +2,49 @@
+Fri Jun 19 10:04:39 UTC 2026 - Fridrich Strba <[email protected]>
+
+- Upgrade to 1.6.1
+  * Bug Fixes:
+    + Remove -nouses directive from maven-bundle-plugin. OSGi
+      package imports now state 'uses' definitions for package
+      imports, this doesn't affect JPMS
+      (from org.apache.commons:commons-parent:80)
+    + Document --enable-preview
+    + Fix first appearance of --enable-native-access
+    + Procrun. Fix redirection issues on some OS versions by using
+      recommended method to redirect stdout and stderr.
+      Fixes DAEMON-398.
+    + Procrun. Fix updating of startup mode to 'Automatic (delayed)'
+      being incorrectly processed as an update to 'Manual'.
+      Fixes DAEMON-439.
+    + Procrun. Fix timeout handling #238. Fixes DAEMON-468.
+    + Procrun. Replace RTF version of license header with plain text
+      version of full license in about box for monitor application.
+      Fixes DAEMON-472.
+    + Procrun. Service should be marked as stopped if the service
+      worker crashes. Fixes DAEMON-475.
+    + jsvc. Fix compilation warnings.
+    + jsvc. Fix a regression in 1.5.1 that exposed long standing
+      bugs around the locking and unlocking of pid files. Also fix
+      the locking/unlocking bugs.
+    + Detaches from console when the service stops #307. Fixes
+      DAEMON-477.
+    + jsvc. Correct a packaging error in the 1.6.0 native source
+      tarball for *nix systems. Thanks to Michael Osipov.
+  * New Features:
+    + Add support for --enable-native-access Java startup option in
+      jsvc. Fixes DAEMON-471.
+    + Add tests for prunsrv on Windows #260.
+    + Add Java API compatibility report to the site (JApiCmp).
+    + Procun. Build binaries for Windows using the static hybrid CRT
+    strategy by default.
+    + jsvc. Use FreeBSD's setproctitle(3) to pass -procname similar
+      to daemon(8).
+    + procrun. Add ARM64 support for Windows binaries. Fixes
+      DAEMON-462.
+  * Update dependencies:
+    + Bump org.apache.commons:commons-parent from 78 to 91 #253,
+      #255, #287.
+    + Update to use new ASF logo
+    + Bump org.apache.commons:commons-parent from 93 to 99.
+    + jsvc. Consistently use strerror(3) for log output.
+
+-------------------------------------------------------------------
@@ -17 +66 @@
-  * New Features
+  * New Features:

Old:
----
  commons-daemon-1.4.1-src.tar.gz
  commons-daemon-1.4.1-src.tar.gz.asc

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  commons-daemon-1.6.1-src.tar.gz
  commons-daemon-1.6.1-src.tar.gz.asc

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

Other differences:
------------------
++++++ apache-commons-daemon.spec ++++++
--- /var/tmp/diff_new_pack.wNFdxC/_old  2026-06-22 17:27:32.201768998 +0200
+++ /var/tmp/diff_new_pack.wNFdxC/_new  2026-06-22 17:27:32.205769137 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-daemon
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define short_name commons-daemon
 %define _lto_cflags %{nil}
 Name:           apache-%{short_name}
-Version:        1.4.1
+Version:        1.6.1
 Release:        0
 Summary:        Commons Daemon - Controlling of Java Daemons
 License:        Apache-2.0

++++++ _scmsync.obsinfo ++++++
mtime: 1781863703
commit: fea97e9cb2c8f86daee0ef36ba6ec35d9ef19d664541b59bd3fa2496c697fb36
url: https://src.opensuse.org/java-packages/apache-commons-daemon
revision: fea97e9cb2c8f86daee0ef36ba6ec35d9ef19d664541b59bd3fa2496c697fb36
projectscmsync: https://src.opensuse.org/java-packages/_ObsPrj

++++++ apache-commons-daemon-build.xml ++++++
--- /var/tmp/diff_new_pack.wNFdxC/_old  2026-06-22 17:27:32.261771088 +0200
+++ /var/tmp/diff_new_pack.wNFdxC/_new  2026-06-22 17:27:32.265771228 +0200
@@ -5,9 +5,10 @@
 
     <property name="project.groupId" value="commons-daemon" />
     <property name="project.artifactId" value="commons-daemon" />
-    <property name="project.version" value="1.4.1" />
+    <property name="project.version" value="1.6.1" />
 
-    <property name="compiler.source" value="1.8" />
+    <property name="compiler.release" value="8" />
+    <property name="compiler.source" value="1.${compiler.release}" />
     <property name="compiler.target" value="${compiler.source}" />
 
     <property name="build.finalName" 
value="${project.artifactId}-${project.version}" />
@@ -29,6 +30,7 @@
             debug="true"
             optimize="false"
             deprecation="true"
+            release="${compiler.release}"
             target="${compiler.target}"
             verbose="false"
             fork="false"

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-06-19 12:08:23.000000000 +0200
@@ -0,0 +1 @@
+.osc

++++++ commons-daemon-1.4.1-src.tar.gz -> commons-daemon-1.6.1-src.tar.gz ++++++
++++ 5436 lines of diff (skipped)

Reply via email to