Hello community,

here is the log from the commit of package jack for openSUSE:Factory checked in 
at 2013-06-14 16:45:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jack (Old)
 and      /work/SRC/openSUSE:Factory/.jack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jack/jack.changes        2013-06-11 
09:28:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jack.new/jack.changes   2013-06-14 
16:46:00.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 22:52:31 UTC 2013 - [email protected]
+
+- add aarch64.patch 
+
+-------------------------------------------------------------------

New:
----
  aarch64.patch

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

Other differences:
------------------
++++++ jack.spec ++++++
--- /var/tmp/diff_new_pack.1ji4Rr/_old  2013-06-14 16:46:01.000000000 +0200
+++ /var/tmp/diff_new_pack.1ji4Rr/_new  2013-06-14 16:46:01.000000000 +0200
@@ -45,6 +45,8 @@
 Patch4:         jack-wafdocbuild.patch
 # PATCH-FIX-OPENSUSE jack-ppc64-long.patch [email protected] -- needed to build 
blender on ppc64
 Patch6:         jack-ppc64-long.patch
+# PATCH-FIX-OPENSUSE aarch64.patch -- needed to build hack on aarch64
+Patch7:         aarch64.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dos2unix
 BuildRequires:  doxygen
@@ -114,6 +116,7 @@
 %patch3
 %patch6 -p1
 %patch4
+%patch7 -p1
 
 %build
 

++++++ aarch64.patch ++++++
Index: jack-1.9.9.5/dbus/sigsegv.c
===================================================================
--- jack-1.9.9.5.orig/dbus/sigsegv.c
+++ jack-1.9.9.5/dbus/sigsegv.c
@@ -104,7 +104,7 @@ static void signal_segv(int signum, sigi
     jack_error("info.si_errno = %d", info->si_errno);
     jack_error("info.si_code  = %d (%s)", info->si_code, si_code_str);
     jack_error("info.si_addr  = %p", info->si_addr);
-#if !defined(__alpha__) && !defined(__ia64__) && !defined(__FreeBSD_kernel__) 
&& !defined(__arm__) && !defined(__hppa__) && !defined(__sh__)
+#if !defined(__alpha__) && !defined(__ia64__) && !defined(__FreeBSD_kernel__) 
&& !defined(__arm__) && !defined(__hppa__) && !defined(__sh__) && 
!defined(__aarch64__)
     for(i = 0; i < NGREG; i++)
         jack_error("reg[%02d]       = 0x" REGFORMAT, i, 
 #if defined(__powerpc64__)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to