Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2014-01-05 10:24:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valgrind (Old)
 and      /work/SRC/openSUSE:Factory/.valgrind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valgrind"

Changes:
--------
--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes        2013-11-08 
08:45:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2014-01-05 
10:24:53.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan  3 19:26:23 UTC 2014 - [email protected]
+
+- add armv6-support.diff: Add support for armv6hl 
+
+-------------------------------------------------------------------

New:
----
  armv6-support.diff

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

Other differences:
------------------
++++++ valgrind.spec ++++++
--- /var/tmp/diff_new_pack.73ZGN6/_old  2014-01-05 10:24:53.000000000 +0100
+++ /var/tmp/diff_new_pack.73ZGN6/_new  2014-01-05 10:24:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package valgrind
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -39,6 +39,7 @@
 # svn  di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_5_0 
svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH > 3_5_BRANCH.diff
 # svn  di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 
svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH > VEX_3_5_BRANCH.diff
 Patch1:         jit-register-unregister.diff
+Patch2:         armv6-support.diff
 # during building the major version of glibc is built into the suppression file
 %define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f1)
 %define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f2)
@@ -49,7 +50,7 @@
 %endif
 Provides:       callgrind = %version
 Obsoletes:      callgrind < %version
-ExclusiveArch:  %ix86 x86_64 ppc ppc64 s390x armv7l armv7hl
+ExclusiveArch:  %ix86 x86_64 ppc ppc64 s390x armv7l armv7hl armv6l armv6hl
 %if %suse_version > 1100
 %define building_docs 1
 %else
@@ -136,6 +137,7 @@
 cd VEX
 cd ..
 %patch1
+%patch2
 
 %build
 %ifarch %arm

++++++ armv6-support.diff ++++++
--- configure.ac
+++ configure.ac
@@ -190,7 +190,7 @@
         ARCH_MAX="s390x"
         ;;
 
-     armv7*)
+     armv6*|armv7*)
        AC_MSG_RESULT([ok (${host_cpu})])
        ARCH_MAX="arm"
        ;;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to