Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2013-07-08 21:46:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redis (Old)
 and      /work/SRC/openSUSE:Factory/.redis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2013-07-02 
07:42:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2013-07-08 
21:46:01.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul  4 16:10:47 UTC 2013 - dval...@suse.com
+
+- enable backtrace for x86 and ia64 only
+  redis-enable-bactrace-on-x86-and-ia64-only.patch
+
+-------------------------------------------------------------------

New:
----
  redis-enable-bactrace-on-x86-and-ia64-only.patch

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

Other differences:
------------------
++++++ redis.spec ++++++
--- /var/tmp/diff_new_pack.NmsVSS/_old  2013-07-08 21:46:02.000000000 +0200
+++ /var/tmp/diff_new_pack.NmsVSS/_new  2013-07-08 21:46:02.000000000 +0200
@@ -37,6 +37,7 @@
 # PATCH-FIX-UPSTREAM -- Fixed AOF: Server should have been started: Expected 
'1' to equal or match '0'
 Patch2:         skip-aof-test.patch
 # for make test
+Patch3:         redis-enable-bactrace-on-x86-and-ia64-only.patch 
 BuildRequires:  tcl
 Requires:       logrotate
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +55,7 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}" V=1

++++++ redis-enable-bactrace-on-x86-and-ia64-only.patch ++++++
Index: redis-2.6.9/src/config.h
===================================================================
--- redis-2.6.9.orig/src/config.h
+++ redis-2.6.9/src/config.h
@@ -54,9 +54,11 @@
 #endif
 
 /* Test for backtrace() */
+#if defined(__i386__) || defined(__x86_64__) || defined(__ia64__)
 #if defined(__APPLE__) || defined(__linux__) || defined(__sun)
 #define HAVE_BACKTRACE 1
 #endif
+#endif
 
 /* Test for polling API */
 #ifdef __linux__
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to