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.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.apache-commons-daemon.new/apache-commons-daemon.changes
2013-03-26 16:12:56.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Mar 25 23:24:11 UTC 2013 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.WUyHFH/_new 2013-03-26 16:12:57.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]