Hello community,
here is the log from the commit of package apache-commons-daemon for
openSUSE:Factory checked in at 2020-11-03 15:16:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-daemon.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-daemon"
Tue Nov 3 15:16:09 2020 rev:17 rq:845453 version:1.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes
2020-06-11 14:45:46.985571467 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new.3463/apache-commons-daemon.changes
2020-11-03 15:16:29.928036182 +0100
@@ -1,0 +2,24 @@
+Tue Oct 27 08:26:44 UTC 2020 - Pedro Monreal <[email protected]>
+
+- Update to 1.2.3
+ * Fix: Procrun. Correct multiple issues related to enabling a
+ service to interact with the desktop. Provide a better error
+ message if this option is used with an invalid user, install
+ the service with the option enabled if requested and correctly
+ save the setting if it is enabled in the GUI.
+ * Fix: jsvc. Update the list of paths searched for libjvm.so to
+ include the path used by OpenJDK 11.
+ * Add: Procrun. Add additional debug logging for Java start mode.
+ * Fix: jsvc. Remove incorrect definition 'supported_os' which
+ defined in psupport.m4 file to fix jsvc build error on s390,
+ arm, aarch64, mipsel and mips.
+ * Add: More debug logging in prunsrv.c and javajni.c.
+ * Add: Update arguments.c to support Java 11 --enable-preview.
+ * Add: jsvc and Procrun. Add support for Java native memory tracking.
+ * Add: Procrun. Add a new command, print, that outputs the command to
+ (re-)configure the service with the current settings. This is
+ intended to be used to save settings such as before an upgrade.
+- Rebase apache-commons-daemon-riscv64.patch
+- Remove apache-commons-daemon-s390x.patch fixed upstream
+
+-------------------------------------------------------------------
Old:
----
apache-commons-daemon-s390x.patch
commons-daemon-1.2.2-src.tar.gz
commons-daemon-1.2.2-src.tar.gz.asc
New:
----
commons-daemon-1.2.3-src.tar.gz
commons-daemon-1.2.3-src.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-daemon.spec ++++++
--- /var/tmp/diff_new_pack.PPYpwN/_old 2020-11-03 15:16:31.080037290 +0100
+++ /var/tmp/diff_new_pack.PPYpwN/_new 2020-11-03 15:16:31.088037298 +0100
@@ -18,7 +18,7 @@
%define short_name commons-daemon
Name: apache-%{short_name}
-Version: 1.2.2
+Version: 1.2.3
Release: 0
Summary: Commons Daemon - Controlling of Java Daemons
License: Apache-2.0
@@ -29,8 +29,7 @@
Source2: apache-commons-daemon.keyring
Source10: apache-commons-daemon-build.xml
Patch0: apache-commons-daemon-JAVA_OS.patch
-Patch1: apache-commons-daemon-s390x.patch
-Patch2: apache-commons-daemon-riscv64.patch
+Patch1: apache-commons-daemon-riscv64.patch
BuildRequires: ant
BuildRequires: autoconf
BuildRequires: fdupes
@@ -78,7 +77,6 @@
cp %{SOURCE10} build.xml
%patch0 -p1
%patch1 -p1
-%patch2 -p1
# remove java binaries from sources
rm -rf src/samples/build/
++++++ apache-commons-daemon-build.xml ++++++
--- /var/tmp/diff_new_pack.PPYpwN/_old 2020-11-03 15:16:31.124037333 +0100
+++ /var/tmp/diff_new_pack.PPYpwN/_new 2020-11-03 15:16:31.128037336 +0100
@@ -5,7 +5,7 @@
<property name="project.groupId" value="commons-daemon" />
<property name="project.artifactId" value="commons-daemon" />
- <property name="project.version" value="1.2.2" />
+ <property name="project.version" value="1.2.3" />
<property name="compiler.source" value="1.6" />
<property name="compiler.target" value="${compiler.source}" />
++++++ apache-commons-daemon-riscv64.patch ++++++
--- /var/tmp/diff_new_pack.PPYpwN/_old 2020-11-03 15:16:31.136037344 +0100
+++ /var/tmp/diff_new_pack.PPYpwN/_new 2020-11-03 15:16:31.136037344 +0100
@@ -1,7 +1,9 @@
---- commons-daemon-1.2.2-src.orig/src/native/unix/support/apsupport.m4
-+++ commons-daemon-1.2.2-src/src/native/unix/support/apsupport.m4
-@@ -192,6 +192,10 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
- supported_os="aarch64"
+Index: commons-daemon-1.2.3-src/src/native/unix/support/apsupport.m4
+===================================================================
+--- commons-daemon-1.2.3-src.orig/src/native/unix/support/apsupport.m4
++++ commons-daemon-1.2.3-src/src/native/unix/support/apsupport.m4
+@@ -181,6 +181,10 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
+ CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
HOST_CPU=aarch64
;;
+ riscv64)
++++++ commons-daemon-1.2.2-src.tar.gz -> commons-daemon-1.2.3-src.tar.gz ++++++
++++ 1770 lines of diff (skipped)