commit apache-commons-daemon for openSUSE:Factory

2020-11-03 Thread root
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 
+
+- 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 @@
 
 
 
-
+
 
 
 

++ 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)




commit apache-commons-daemon for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2020-06-11 14:45:19

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new.3606 (New)


Package is "apache-commons-daemon"

Thu Jun 11 14:45:19 2020 rev:16 rq:812796 version:1.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2019-03-28 22:45:12.303088249 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new.3606/apache-commons-daemon.changes
2020-06-11 14:45:46.985571467 +0200
@@ -1,0 +2,94 @@
+Tue Jun  9 07:26:21 UTC 2020 - Fridrich Strba 
+
+- Generate ant build file and customize it in order to be able to
+  build this ring package without cycles. Ring packages cannot be
+  built using maven.
+- Modified patches:
+  * apache-commons-daemon-JAVA_OS.patch
+  * apache-commons-daemon-riscv64.patch
+  * apache-commons-daemon-s390x.patch
++ Do not patch configure file itself, since we generate it
+  during the build
+
+---
+Fri Jun  5 10:54:00 UTC 2020 - Pedro Monreal Gonzalez 

+
+- Update to 1.2.2
+  * Release 1.2.2 - 2019-10-04
+- Fix: Procrun. Correct a regression in the fix for DAEMON-401
+  that prevented the service from starting unless support for the
+  universal C runtime had been installed.
+- Update: Update Commons-Parent to version 49.
+  * Release 1.2.1 - 2019-09-09
+- Fix: jsvc. Correct debug log message that reports change in umask.
+- Fix: Procrun. Correct a regression in the previous fix for this
+  issue that caused 32-bit services to crash on start-up. Fixes DAEMON-401.
+- Fix: Procrun. Correct a regression in the fix for DAEMON-391
+  that caused the GUI to mix-up the WARN and INFO logging levels.
+  * Release 1.2.0 - 2019-07-02
+- Fix: Procrun. Only set the global shutdown event if the event is created.
+- Fix: Unable to build with Java 9 using ant; dropped Ant build files.
+- Fix: Procrun. prunsrv stopping with error due to hard-coded timeout.
+- Fix: Update config.guess and config.sub.
+- Fix: Jsvc. Set the sun.java.command system property when starting via 
jsvc
+  so that tools like jconsole show something meaningful for the process 
name.
+- Fix: Procrun. Correct the level name used in the GUI for WARN so that
+  changes made via the GUI are recognised. Order the log levels in the
+  drop-down from ERROR to DEBUG.
+- Fix: Procrun. Correct reversed code comments for JRE and JDK locations
+  in the registry.
+- Fix: Procrun. Fix a bug that meant a value provided for LibraryPath
+  replaced the value of the PATH environment variable rather than 
prepended to it.
+- Fix: Procrun. Ensure that the java.library.path environment variable is
+  correctly configured when running on a JRE that depends on the Universal 
CRT.
+- Add: Procrun. Log the error code returned if JVM creation fails to aid 
debugging.
+- Fix: Procrun. Ensure that environment variables set via prunsrv are 
visible
+  to native libraries that depend on the Universal CRT.
+- Fix: Procrun. Remove the code that removed quotes from configured Java 
and
+   Java 9 Options.
+- Add: Procrun. Add an option to configure the service to use the 
'Automatic
+  (Delayed Start)' startup mode.
+- Add: Procrun. When running in jre mode, if the standard Java registry
+  entries for JavaHome and RuntimeLib are not present, attempt to use the
+  Procrun JavaHome key to find the runtime library.
+- Add: jsvc. Include the full path to the jsvc executable in the debug log.
+  * Release 1.1.0 - 2017-11-15
+- Update: Update the minimum Java requirement from version 5 to 6.
+- Update: Add AArch64 support to src/native/unix/support/apsupport.m4.
+- Fix: Remove calls to explicit garbage collection during daemon start and 
stop.
+- Fix: Update config.guess and config.sub to add support, amongst others,
+  for the 64-bit PowerPC Little-Endian architecture.
+- Update: Update Commons-Parent to version 41.
+- Fix: Update apsupport.m4 add support for 64-bit PowerPC architectures.
+- Fix: Suppress spurious "The data area passed to a system call is too 
small"
+  error message in the log when Procrun fails to stop the service.
+- Fix: Enable jsvc to start when running on Java 9.
+- Fix: Fix a resource leak opening the JVM configuration file.
+_ Fix: Improve the jsvc code that restarts the process if the JVM crashes 
so
+  that if the JVM crashes after a signal has been received to shut down 
jsvc
+  does not attempt to restart the JVM.
+- Fix: Ensure that the child process is 

commit apache-commons-daemon for openSUSE:Factory

2019-03-28 Thread root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2019-03-28 22:45:11

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new.25356 (New)


Package is "apache-commons-daemon"

Thu Mar 28 22:45:11 2019 rev:15 rq:689045 version:1.0.15

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2018-07-24 17:32:55.228102358 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new.25356/apache-commons-daemon.changes
   2019-03-28 22:45:12.303088249 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 17:35:22 UTC 2019 - Fridrich Strba 
+
+- Remove pom parent, since we don't use it when not building with
+  maven
+
+---



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.f4Otri/_old  2019-03-28 22:45:14.379087973 +0100
+++ /var/tmp/diff_new_pack.f4Otri/_new  2019-03-28 22:45:14.415087968 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-daemon
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -33,11 +33,9 @@
 Patch3: apache-commons-daemon-aarch64.patch
 Patch4: apache-commons-daemon-riscv64.patch
 BuildRequires:  ant
-BuildRequires:  apache-commons-parent
 BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
 BuildRequires:  libcap-devel
 BuildRequires:  xmlto
 Provides:   jakarta-%{short_name} = %{version}
@@ -89,6 +87,8 @@
 
 chmod -R 0644 src/samples/*
 
+%pom_remove_parent .
+
 %build
 pushd src/native/unix
 xmlto man man/jsvc.1.xml





commit apache-commons-daemon for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2018-07-24 17:32:53

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is "apache-commons-daemon"

Tue Jul 24 17:32:53 2018 rev:14 rq:622501 version:1.0.15

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2017-09-14 21:18:58.974761211 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2018-07-24 17:32:55.228102358 +0200
@@ -1,0 +2,14 @@
+Thu Jul 12 15:01:55 UTC 2018 - sch...@suse.de
+
+- apache-commons-daemon-riscv64.patch: add riscv64 to the list of
+  supported cpus
+- Use %license for LICENSE.txt
+
+---
+Tue May 15 08:29:55 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+- Run fdupes on documentation
+
+---

New:

  apache-commons-daemon-riscv64.patch



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.w2rDu7/_old  2018-07-24 17:32:55.976103301 +0200
+++ /var/tmp/diff_new_pack.w2rDu7/_new  2018-07-24 17:32:55.976103301 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-daemon
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,9 +31,11 @@
 Patch1: apache-commons-daemon-s390x.patch
 Patch2: apache-commons-daemon-ppc64.patch
 Patch3: apache-commons-daemon-aarch64.patch
+Patch4: apache-commons-daemon-riscv64.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-parent
-BuildRequires:  java-devel
+BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  libcap-devel
@@ -77,6 +79,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # remove java binaries from sources
 rm -rf src/samples/build/
@@ -97,7 +100,7 @@
 make %{?_smp_mflags}
 popd
 ant \
--Dcompile.source=1.6 -Dcompile.target=1.6 \
+-Dcompile.source=8 -Dcompile.target=8 \
 jar test javadoc
 
 %install
@@ -116,21 +119,23 @@
 # javadoc
 install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%doc LICENSE.txt PROPOSAL.html NOTICE.txt RELEASE-NOTES.txt src/samples
+%license LICENSE.txt
+%doc PROPOSAL.html NOTICE.txt RELEASE-NOTES.txt src/samples
 %{_javadir}/%{name}.jar
 %{_javadir}/%{short_name}.jar
 %{_mavenpomdir}/JPP-%{name}.pom
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files jsvc
-%doc LICENSE.txt
+%license LICENSE.txt
 %{_bindir}/jsvc
 %{_mandir}/man1/jsvc.1*
 
 %files javadoc
-%doc LICENSE.txt
+%license LICENSE.txt
 %doc src/docs/*
 %doc %{_javadocdir}/%{name}
 

++ apache-commons-daemon-riscv64.patch ++
Index: commons-daemon-1.0.15-src/src/native/unix/configure
===
--- commons-daemon-1.0.15-src.orig/src/native/unix/configure
+++ commons-daemon-1.0.15-src/src/native/unix/configure
@@ -2709,6 +2709,10 @@ echo "$as_me: error: Unsupported operati
 CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
 HOST_CPU=$host_cpu
 ;;
+  riscv64)
+CFLAGS="$CFLAGS -DCPU=\\\"riscv64\\\""
+HOST_CPU=$host_cpu
+;;
   *)
 echo "$as_me:$LINENO: result: failed" >&5
 echo "${ECHO_T}failed" >&6
Index: commons-daemon-1.0.15-src/src/native/unix/support/apsupport.m4
===
--- commons-daemon-1.0.15-src.orig/src/native/unix/support/apsupport.m4
+++ commons-daemon-1.0.15-src/src/native/unix/support/apsupport.m4
@@ -175,6 +175,10 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
 CFLAGS="$CFLAGS -DCPU=\\\"aarch64\\\""
 HOST_CPU=$host_cpu
 ;;
+  riscv64)
+CFLAGS="$CFLAGS -DCPU=\\\"riscv64\\\""
+HOST_CPU=$host_cpu
+;;
   *)
 AC_MSG_RESULT([failed])
 AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;




commit apache-commons-daemon for openSUSE:Factory

2017-09-14 Thread root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2017-09-14 21:18:51

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is "apache-commons-daemon"

Thu Sep 14 21:18:51 2017 rev:13 rq:526055 version:1.0.15

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2017-05-22 10:48:30.556239297 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2017-09-14 21:18:58.974761211 +0200
@@ -1,0 +2,5 @@
+Thu Sep 14 11:22:56 UTC 2017 - fst...@suse.com
+
+- Fix jdk9 build by specifying java source and target 1.6
+
+---



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.unMwCG/_old  2017-09-14 21:18:59.594673962 +0200
+++ /var/tmp/diff_new_pack.unMwCG/_new  2017-09-14 21:18:59.598673400 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-daemon
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,7 +42,6 @@
 Obsoletes:  jakarta-%{short_name} < %{version}
 Provides:   jakarta-%{short_name}-java = %{version}
 Obsoletes:  jakarta-%{short_name}-java < %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Daemon Component contains a set of Java and native code, including
@@ -97,7 +96,9 @@
 make %{?_smp_mflags} clean
 make %{?_smp_mflags}
 popd
-ant jar test javadoc
+ant \
+-Dcompile.source=1.6 -Dcompile.target=1.6 \
+jar test javadoc
 
 %install
 # install native jsvc
@@ -117,7 +118,6 @@
 cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}
 
 %files
-%defattr(-,root,root)
 %doc LICENSE.txt PROPOSAL.html NOTICE.txt RELEASE-NOTES.txt src/samples
 %{_javadir}/%{name}.jar
 %{_javadir}/%{short_name}.jar
@@ -125,13 +125,11 @@
 %{_datadir}/maven-metadata/%{name}.xml
 
 %files jsvc
-%defattr(-,root,root)
 %doc LICENSE.txt
 %{_bindir}/jsvc
 %{_mandir}/man1/jsvc.1*
 
 %files javadoc
-%defattr(-,root,root)
 %doc LICENSE.txt
 %doc src/docs/*
 %doc %{_javadocdir}/%{name}





commit apache-commons-daemon for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2017-05-22 10:47:08

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is "apache-commons-daemon"

Mon May 22 10:47:08 2017 rev:12 rq:496573 version:1.0.15

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2015-04-02 16:00:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2017-05-22 10:48:30.556239297 +0200
@@ -1,0 +2,5 @@
+Fri May 19 09:18:53 UTC 2017 - pcervi...@suse.com
+
+- New build dependency: javapackages-local
+
+---



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.fQ0qXX/_old  2017-05-22 10:48:31.424116974 +0200
+++ /var/tmp/diff_new_pack.fQ0qXX/_new  2017-05-22 10:48:31.424116974 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-daemon
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,7 @@
 BuildRequires:  ant
 BuildRequires:  apache-commons-parent
 BuildRequires:  java-devel
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  libcap-devel
 BuildRequires:  xmlto





commit apache-commons-daemon for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2015-04-02 16:00:12

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is apache-commons-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2013-09-13 14:45:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2015-04-02 16:00:13.0 +0200
@@ -1,0 +2,18 @@
+Wed Mar 25 09:15:36 UTC 2015 - tchva...@suse.com
+
+- Drop gpg verification. We can stick to what osc services do for us
+
+---
+Tue Mar 24 13:54:27 UTC 2015 - tchva...@suse.com
+
+- Drop unused patches:
+  * 0001-execve-path-warning.patch 

  
+  * config-guess-sub-update.patch  

  
+  * jsvc-libcap-relative.patch
+
+---
+Wed Mar 18 09:45:58 UTC 2015 - tchva...@suse.com
+
+- Fix build with new javapackages-tools
+
+---

Old:

  0001-execve-path-warning.patch
  config-guess-sub-update.patch
  jsvc-libcap-relative.patch



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.YDWmT3/_old  2015-04-02 16:00:13.0 +0200
+++ /var/tmp/diff_new_pack.YDWmT3/_new  2015-04-02 16:00:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-daemon
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,6 @@
 
 
 %define short_name commons-daemon
-
 Name:   apache-%{short_name}
 Version:1.0.15
 Release:0
@@ -32,23 +31,17 @@
 Patch1: apache-commons-daemon-s390x.patch
 Patch2: apache-commons-daemon-ppc64.patch
 Patch3: apache-commons-daemon-aarch64.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ant
 BuildRequires:  apache-commons-parent
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  libcap-devel
 BuildRequires:  xmlto
-
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
-
-Provides:   jakarta-%{short_name} = %{version}-%{release}
+Provides:   jakarta-%{short_name} = %{version}
 Obsoletes:  jakarta-%{short_name}  %{version}
-Provides:   jakarta-%{short_name}-java = %{version}-%{release}
+Provides:   jakarta-%{short_name}-java = %{version}
 Obsoletes:  jakarta-%{short_name}-java  %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Daemon Component contains a set of Java and native code, including
@@ -69,21 +62,16 @@
 identity to a non-privileged user.
 
 %package javadoc
-BuildArch:  noarch
 Summary:Commons Daemon Javadoc
 Group:  Documentation/Other
-
 Provides:   jakarta-%{short_name}-javadoc = %{version}-%{release}
 Obsoletes:  jakarta-%{short_name}-javadoc  %{version}
+BuildArch:  noarch
 
 %description javadoc
 The Javadoc Documentation for Commons Daemon. 
 
-
 %prep
-%if 0%{?suse_version} = 1230
-%gpg_verify %{SOURCE1}
-%endif
 %setup -q -n %{short_name}-%{version}-src
 %patch0 -p1
 %patch1 -p1
@@ -105,31 +93,27 @@
 # build native jsvc
 %configure --with-java=%{java_home}
 # this is here because 1.0.2 archive contains old *.o
-make clean
+make %{?_smp_mflags} clean
 make %{?_smp_mflags}
 popd
 ant jar test javadoc
 
 %install
-
 # install native jsvc
 install -Dm 0755 src/native/unix/jsvc %{buildroot}%{_bindir}/jsvc
-install -Dpm 644 src/native/unix/jsvc.1 $RPM_BUILD_ROOT%{_mandir}/man1/jsvc.1
+install -Dpm 644 src/native/unix/jsvc.1 %{buildroot}%{_mandir}/man1/jsvc.1
 
 # jars
-install -Dpm 644 dist/%{short_name}-%{version}.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}.jar
+install -Dpm 644 dist/%{short_name}-%{version}.jar 
%{buildroot}%{_javadir}/%{name}.jar
 ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar
 
 # pom
-install -Dpm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
+install -Dpm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap 

commit apache-commons-daemon for openSUSE:Factory

2013-09-13 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2013-09-13 14:45:57

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is apache-commons-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2013-05-17 08:25:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2013-09-13 14:45:58.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 13 08:40:12 UTC 2013 - mvysko...@suse.com
+
+- add javapackages-tools to build requires 
+
+---



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.v9IG6N/_old  2013-09-13 14:45:58.0 +0200
+++ /var/tmp/diff_new_pack.v9IG6N/_new  2013-09-13 14:45:58.0 +0200
@@ -37,6 +37,7 @@
 BuildRequires:  ant
 BuildRequires:  apache-commons-parent
 BuildRequires:  java-devel
+BuildRequires:  javapackages-tools
 BuildRequires:  libcap-devel
 BuildRequires:  xmlto
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache-commons-daemon for openSUSE:Factory

2013-05-17 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2013-05-17 08:25:30

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is apache-commons-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2013-03-26 16:12:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2013-05-17 08:25:32.0 +0200
@@ -1,0 +2,13 @@
+Thu May 16 12:04:08 UTC 2013 - mvysko...@suse.com
+
+- update to 1.0.15
+  * bugfix release, see RELEASE-NOTES.txt for a list of fixed bugs
+- obsoleted patches:
+  * 0001-execve-path-warning.patch, already upstream
+  * jsvc-libcap-relative.patch, already upstream
+  * config-guess-sub-update.patch, already upstream
+- don't install pointless filesfor SUSE Linux
+- verify package signature on openSUSE 12.3+
+- use source urls
+
+---

Old:

  commons-daemon-1.0.10-src.tar.gz

New:

  apache-commons-daemon.keyring
  commons-daemon-1.0.15-src.tar.gz
  commons-daemon-1.0.15-src.tar.gz.asc



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.w58GQ2/_old  2013-05-17 08:25:33.0 +0200
+++ /var/tmp/diff_new_pack.w58GQ2/_new  2013-05-17 08:25:33.0 +0200
@@ -19,20 +19,19 @@
 %define short_name commons-daemon
 
 Name:   apache-%{short_name}
-Version:1.0.10
+Version:1.0.15
 Release:0
 Summary:Commons Daemon - Controlling of Java Daemons
 License:Apache-2.0
 Group:  System/Daemons
 Url:http://commons.apache.org/daemon/
-Source0:commons-daemon-%{version}-src.tar.gz
-Patch0: 0001-execve-path-warning.patch
-Patch1: apache-commons-daemon-JAVA_OS.patch
-Patch2: apache-commons-daemon-s390x.patch
-Patch3: apache-commons-daemon-ppc64.patch
-Patch4: jsvc-libcap-relative.patch
-Patch5: config-guess-sub-update.patch
-Patch6: apache-commons-daemon-aarch64.patch
+Source0:
http://www.eu.apache.org/dist/commons/daemon/source/commons-daemon-%{version}-src.tar.gz
+Source1:
http://www.eu.apache.org/dist/commons/daemon/source/commons-daemon-%{version}-src.tar.gz.asc
+Source2:apache-commons-daemon.keyring
+Patch0: apache-commons-daemon-JAVA_OS.patch
+Patch1: apache-commons-daemon-s390x.patch
+Patch2: apache-commons-daemon-ppc64.patch
+Patch3: apache-commons-daemon-aarch64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ant
@@ -41,6 +40,10 @@
 BuildRequires:  libcap-devel
 BuildRequires:  xmlto
 
+%if 0%{?suse_version} = 1230
+BuildRequires:  gpg-offline
+%endif
+
 Provides:   jakarta-%{short_name} = %{version}-%{release}
 Obsoletes:  jakarta-%{short_name}  %{version}
 Provides:   jakarta-%{short_name}-java = %{version}-%{release}
@@ -77,19 +80,22 @@
 
 
 %prep
+%if 0%{?suse_version} = 1230
+%gpg_verify %{SOURCE1}
+%endif
 %setup -q -n %{short_name}-%{version}-src
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
-%patch5
-%patch6 -p1
 
 # remove java binaries from sources
 rm -rf src/samples/build/
 
-chmod 644 src/samples/*
+# remove files for different OS
+rm -rf src/samples/*.cmd
+
+chmod -R 0644 src/samples/*
 
 %build
 pushd src/native/unix

++ apache-commons-daemon-aarch64.patch ++
--- /var/tmp/diff_new_pack.w58GQ2/_old  2013-05-17 08:25:34.0 +0200
+++ /var/tmp/diff_new_pack.w58GQ2/_new  2013-05-17 08:25:34.0 +0200
@@ -1,28 +1,30 @@
-Index: commons-daemon-1.0.10-src/src/native/unix/configure
+Index: commons-daemon-1.0.15-src/src/native/unix/configure
 ===
 commons-daemon-1.0.10-src.orig/src/native/unix/configure
-+++ commons-daemon-1.0.10-src/src/native/unix/configure
-@@ -2682,6 +2682,9 @@ echo $as_me: error: Unsupported operati
- CFLAGS=$CFLAGS -DCPU=\\\arm\\\
+--- commons-daemon-1.0.15-src.orig/src/native/unix/configure
 commons-daemon-1.0.15-src/src/native/unix/configure
+@@ -2705,6 +2705,10 @@ echo $as_me: error: Unsupported operati
  supported_os=arm
- HOST_CPU=arm;;
+ HOST_CPU=arm
+ ;;
 +  aarch64)
 +CFLAGS=$CFLAGS -DCPU=\\\aarch64\\\
-+HOST_CPU=$host_cpu;;
++HOST_CPU=$host_cpu
++;;
*)
  echo $as_me:$LINENO: result: failed 5
  echo ${ECHO_T}failed 6
-Index: commons-daemon-1.0.10-src/src/native/unix/support/apsupport.m4
+Index: commons-daemon-1.0.15-src/src/native/unix/support/apsupport.m4
 

commit apache-commons-daemon for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2013-03-26 16:12:55

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is apache-commons-daemon, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2012-07-19 17:57:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2013-03-26 16:12:56.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 25 23:24:11 UTC 2013 - sch...@suse.de
+
+- config-guess-sub-update.patch: update config.guess/sub for aarch64
+- apache-commons-daemon-aarch64.patch: add aarch64 to the list of
+  supported cpus
+
+---

New:

  apache-commons-daemon-aarch64.patch
  config-guess-sub-update.patch



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.WUyHFH/_old  2013-03-26 16:12:57.0 +0100
+++ /var/tmp/diff_new_pack.WUyHFH/_new  2013-03-26 16:12:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apache-commons-daemon
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,8 @@
 Patch2: apache-commons-daemon-s390x.patch
 Patch3: apache-commons-daemon-ppc64.patch
 Patch4: jsvc-libcap-relative.patch
+Patch5: config-guess-sub-update.patch
+Patch6: apache-commons-daemon-aarch64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ant
@@ -81,6 +83,8 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5
+%patch6 -p1
 
 # remove java binaries from sources
 rm -rf src/samples/build/

++ apache-commons-daemon-aarch64.patch ++
Index: commons-daemon-1.0.10-src/src/native/unix/configure
===
--- commons-daemon-1.0.10-src.orig/src/native/unix/configure
+++ commons-daemon-1.0.10-src/src/native/unix/configure
@@ -2682,6 +2682,9 @@ echo $as_me: error: Unsupported operati
 CFLAGS=$CFLAGS -DCPU=\\\arm\\\
 supported_os=arm
 HOST_CPU=arm;;
+  aarch64)
+CFLAGS=$CFLAGS -DCPU=\\\aarch64\\\
+HOST_CPU=$host_cpu;;
   *)
 echo $as_me:$LINENO: result: failed 5
 echo ${ECHO_T}failed 6
Index: commons-daemon-1.0.10-src/src/native/unix/support/apsupport.m4
===
--- commons-daemon-1.0.10-src.orig/src/native/unix/support/apsupport.m4
+++ commons-daemon-1.0.10-src/src/native/unix/support/apsupport.m4
@@ -148,6 +148,9 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
 CFLAGS=$CFLAGS -DCPU=\\\arm\\\
 supported_os=arm
 HOST_CPU=arm;;
+  aarch64)
+CFLAGS=$CFLAGS -DCPU=\\\aarch64\\\
+HOST_CPU=$host_cpu;;
   *)
 AC_MSG_RESULT([failed])
 AC_MSG_ERROR([Unsupported CPU architecture $host_cpu]);;
++ config-guess-sub-update.patch ++
 2327 lines (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache-commons-daemon for openSUSE:Factory

2012-07-19 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2012-07-19 17:57:00

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is apache-commons-daemon, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2012-07-03 20:25:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2012-07-19 17:57:01.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 19 09:13:08 UTC 2012 - mvysko...@suse.cz
+
+- fix bnc#771802: jsvc fails to load libcap 
+
+---

New:

  jsvc-libcap-relative.patch



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.cna1O6/_old  2012-07-19 17:57:04.0 +0200
+++ /var/tmp/diff_new_pack.cna1O6/_new  2012-07-19 17:57:04.0 +0200
@@ -30,6 +30,7 @@
 Patch1: apache-commons-daemon-JAVA_OS.patch
 Patch2: apache-commons-daemon-s390x.patch
 Patch3: apache-commons-daemon-ppc64.patch
+Patch4: jsvc-libcap-relative.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ant
@@ -79,6 +80,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # remove java binaries from sources
 rm -rf src/samples/build/

++ jsvc-libcap-relative.patch ++
Index: commons-daemon-1.0.10-src/src/native/unix/native/jsvc-unix.c
===
--- commons-daemon-1.0.10-src.orig/src/native/unix/native/jsvc-unix.c   
2012-07-18 16:00:46.791533454 +0200
+++ commons-daemon-1.0.10-src/src/native/unix/native/jsvc-unix.c
2012-07-18 16:02:14.303529317 +0200
@@ -247,12 +247,9 @@
 static fd_cap_set_proc fp_cap_set_proc;
 
 static const char *libcap_locs[] = {
-/lib/libcap.so.2,
-/lib/libcap.so.1,
-/lib/libcap.so,
-/usr/lib/libcap.so.2,
-/usr/lib/libcap.so.1,
-/usr/lib/libcap.so,
+libcap.so.2,
+libcap.so.1,
+libcap.so,
 NULL
 };
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apache-commons-daemon for openSUSE:Factory

2012-07-03 Thread h_root
Hello community,

here is the log from the commit of package apache-commons-daemon for 
openSUSE:Factory checked in at 2012-07-03 20:25:01

Comparing /work/SRC/openSUSE:Factory/apache-commons-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.apache-commons-daemon.new (New)


Package is apache-commons-daemon, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/apache-commons-daemon/apache-commons-daemon.changes  
2012-06-16 07:23:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
 2012-07-03 20:25:02.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  3 13:28:57 UTC 2012 - dval...@suse.com
+
+- read ppc64 as known platform. 
+
+---

New:

  apache-commons-daemon-ppc64.patch



Other differences:
--
++ apache-commons-daemon.spec ++
--- /var/tmp/diff_new_pack.52vfD4/_old  2012-07-03 20:25:04.0 +0200
+++ /var/tmp/diff_new_pack.52vfD4/_new  2012-07-03 20:25:04.0 +0200
@@ -29,6 +29,7 @@
 Patch0: 0001-execve-path-warning.patch
 Patch1: apache-commons-daemon-JAVA_OS.patch
 Patch2: apache-commons-daemon-s390x.patch
+Patch3: apache-commons-daemon-ppc64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ant
@@ -77,6 +78,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # remove java binaries from sources
 rm -rf src/samples/build/

++ apache-commons-daemon-ppc64.patch ++
Index: commons-daemon-1.0.10-src/src/native/unix/configure
===
--- commons-daemon-1.0.10-src.orig/src/native/unix/configure
+++ commons-daemon-1.0.10-src/src/native/unix/configure
@@ -2607,7 +2607,10 @@ echo $as_me: error: Unsupported operati
 ;;
   esac
   case $host_cpu in
-  powerpc)
+  powerpc*)
+CFLAGS=$CFLAGS -DCPU=\\\$host_cpu\\\
+HOST_CPU=$host_cpu;;
+  ppc*)
 CFLAGS=$CFLAGS -DCPU=\\\$host_cpu\\\
 HOST_CPU=$host_cpu;;
   sparc*)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org